Some questions on the relationship between the bizobj and the UI elements. Details: Platform: GTK Python Version: 2.5.1c1 on linux2 Dabo Version: Version 0.8.3; Revision ~3825 UI Version: 2.8.7.1 on wxGTK (gtk2)
Database: Postgres 8.2 1) Given- bz=self.PrimaryBizobj bz.moveTo RowNumber(45) self.update(0) Is this the best way to bring the UI in sync with the bizobj? 2) I updated a field in a table from psql. I then ran self.update(0) against the form that pointed to that table. I expected to see the field value changed to reflect the update in the backend, but it was not. Am I missing something? 3) Am I correct in assuming bizobj.seek() only does exact matches (the caseSensitive & near options notwithstanding). In other words I cannot do '%mint%'? -- Adrian Klaver [EMAIL PROTECTED] _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
