I have a form in which one of the textboxes displays a date value from a MySQL table. If I create the textbox like this: dateTB = dabo.ui.dTextBox(self,RegID='dateTB',DataSource=bzs,DataField='S_Date',Width=80), the date displays correctly. However, if I try to create a textbox from a dDateTextBox class like this: dateTB = dabo.ui.dDateTextBox(self,RegID='dateTB',DataSource=bzs,DataField='S_Date',Width=80), the textbox displays <None>. What is different about the dDateTextBox class that might cause this problem?
Platform: Win Python Version: 2.5.1 on win32 Dabo Version: Version 0.9.2; Revision ~5437 UI Version: 2.8.7.1 on wxMSW Steve Rose --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
