Ed Leafe wrote: > dabo Commit > Revision 3457 > Date: 2007-10-11 17:44:04 -0700 (Thu, 11 Oct 2007) > Author: Ed > Trac: http://svn.dabodev.com/trac/dabo/changeset/3457 > > Changed: > U trunk/dabo/ui/uiwx/dForm.py > U trunk/dabo/ui/uiwx/dGrid.py > > Log: > Cleaned up the way that the RowNumChanged event was being handled; now it > passes the row information in the event itself, rather than forcing the > handler to re-discover that information.
With this change, changing the active row of a child grid changes it in the PrimaryBizobj, and not the bizobj associated with the grid where the row change occurred. Example: I have a standard datanav form that has as its main bizobj bizOrders. The edit page has a grid that displays bizOrderLines. If I click on a different record in bizOrderLines, the record changes in bizOrders instead. -- pkm ~ http://paulmcnett.com _______________________________________________ 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]
