Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~98 People Reached
Favorite Forums
Favorite Tags
Member Avatar for der caiser

Hello eveyone, I want to make an search button with wx.SearchCtrl on wxPython-Sqlite3, and after we select to data on wx.SearchCtrl, the data will automatically open. What should I make first? Can anyone give me an example? Thx for helping.

0
37
Member Avatar for der caiser

Hello everyone, I'm new on wxPython programming I want to make an database with sqlite3, but I don't know how to make a database report with, just like an Microsoft Access Here's the code: [CODE]import wx import sqlite3 as lite class myframe(wx.Frame): def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, …

0
61