On 6/5/12 4:49 PM, Simon Cropper wrote: > Well I'm here. I am willing to be shown... > > So, I will throw up an apparently simple challenge. John, show me how I > can open a simple sqlite table and present the data in a window/frame in > an editable grid. Don't worry about the fluff, just the basic bones. The > code should be able to be pointed at any sqlite table. In other words > the grid is created and populated on the fly. In VFP parlance an > editable "browse" window that supposedly could be pointed at any > database table.
Here's a single script that creates the database, a bare-bones bizobj, and a bare-bones UI. I hope this gets you started! http://paulmcnett.com/test_grid_editable_sqlite.py Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
