On Friday 29 June 2007 05:38, Ed Leafe wrote: > print "GETNON", self.nonUpdateFields I believe this is not working. Below is your output. It finds the parent Nonupdate list of "pkid". But it does not find the child list as in: self.NonUpdateFields=["pkid","luspecies","nftaxamt2"]. In the above case the fields "pkid", and "nftaxamt2" are in the underlying table but not "luspecies".
If you like I can upload my bizobj to the tracker? Dabo Info Log: Fri Jun 29 06:49:19 2007: 7 database connection definition(s) loaded. Dabo Info Log: Fri Jun 29 06:49:19 2007: User interface already set to 'wx', so dApp didn't touch it. Dabo Info Log: Fri Jun 29 06:49:19 2007: wxPython Version: 2.6.3.3 wxGTK (unicode) (gtk2) (python:11398): Gtk-CRITICAL **: gtk_widget_modify_style: assertion `GTK_IS_WIDGET (widget)' failed (python:11398): Gtk-CRITICAL **: gtk_widget_modify_style: assertion `GTK_IS_WIDGET (widget)' failed GETNON [] GETNON [] GETNON [] GETNON [] GETNON [] GETNON ['pkid'] GETNON [] GETNON [] GETNON ['pkid'] GETNON [] GETNON [] GETNON [] GETNON [] GETNON ['pkid'] GETNON ['pkid'] GETNON [] GETNON [] (python:11398): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed (python:11398): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed Dabo Info Log: Fri Jun 29 06:49:49 2007: Application finished. -- John Fabiani _______________________________________________ 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]
