dabo Commit
Revision 5787
Date: 2010-04-22 11:29:11 -0700 (Thu, 22 Apr 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5787

Changed:
U   trunk/dabo/ui/uiwx/dGrid.py

Log:
If we aren't allowing form mediation of the row number, we need to update().


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2010-04-19 16:03:01 UTC (rev 5786)
+++ trunk/dabo/ui/uiwx/dGrid.py 2010-04-22 18:29:11 UTC (rev 5787)
@@ -3495,6 +3495,7 @@
                                                # run it through the bizobj 
directly:
                                                try:
                                                        bizobj.RowNumber = 
newRow
+                                                       self.Form.update()
                                                except 
dException.BusinessRuleViolation, e:
                                                        dabo.ui.stop(e)
                                                        
dabo.ui.callAfter(self.refresh)



_______________________________________________
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/[email protected]

Reply via email to