> 
> 
>       I've been looking over this, and am not sure why you are getting this  
> error. The only thing that looks out of the ordinary is that your  
> child is not linked via the parent's PK, but rather through the  
> 'compoundid' column of the parent. Perhaps there is some logic that is  
> assuming a PK link that I'm not aware of.
> 
>       If I were to send you a modified version of dBizobj.py, would you be  
> willing to replace your copy with the modified version, run your app,  
> and post the debug output here so that I can get a better idea as to  
> where the problem is located?
> 
> -- Ed Leafe
> 
Hello Ed

Sure whatever it takes, I just updated to the current svn version, so I 
should be in sync. This is postgreSQL, if it makes a difference. In the 
current test, I changed the primary key of the parent to match the child 
link.

Most recent traceback with Primary Key of parent matching Linkd field of 
child and current svn.

Traceback (most recent call last):
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/ui/uiwx/dControlMixin.py",
 
line 27, in _onWxHit
     self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/ui/uiwx/dPemMixin.py",
 
line 922, in raiseEvent
     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
**kwargs)
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/lib/eventMixin.py", 
line 92, in raiseEvent
     bindingFunction(event)
   File "/tmp/tmpId5VZR.py", line 380, in onHit
     self.Form.save()
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/ui/uiwx/dForm.py", 
line 421, in save
     bizobj.saveAll()
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/biz/dBizobj.py", 
line 336, in saveAll
     startTransaction=False)
   File 
"/usr/lib/python2.4/site-packages/Dabo-0.8.4-py2.4.egg/dabo/biz/dBizobj.py", 
line 721, in scanChangedRows
     raise e
dabo.dException.dException: Invalid row specified.


Thank you

Paul McNary
[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/[EMAIL PROTECTED]

Reply via email to