dabodemo Commit
Revision 532
Date: 2007-08-13 11:07:32 -0700 (Mon, 13 Aug 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabodemo/changeset/532
Changed:
U trunk/tutorial/dbEditableGrid.py
Log:
Added the 'select from dataset where valid' test.
Diff:
Modified: trunk/tutorial/dbEditableGrid.py
===================================================================
--- trunk/tutorial/dbEditableGrid.py 2007-08-13 18:04:01 UTC (rev 531)
+++ trunk/tutorial/dbEditableGrid.py 2007-08-13 18:07:32 UTC (rev 532)
@@ -34,6 +34,7 @@
def butGetDS_hit(evt):
print grd.DataSet
+ print grd.DataSet.execute("select * from dataset where valid")
butGetDS = dabo.ui.dButton(frm, Caption="Print DataSet", OnHit=butGetDS_hit)
frm.Sizer.append(butGetDS)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]