On Jan 9, 2008 1:55 PM, Ed Leafe <[EMAIL PROTECTED]> wrote:
> That only changed dTextBox; the problem reported was after editing in
> a grid.
>
> -- Ed
>
> > The revision which broke the behavior, if I'm seeing the same
> > problem as
> > everyone else, was 3832 (change to the ui layer).
> >
> > http://trac.dabodev.com/changeset/3832

Actually, I didn't edit in a grid at all.  All of this testing was
done through a dShell and just to make sure that it wasn't the dShell
I tried doing the insert when I a dButton was pressed.

On another note I have a traceback from calling dBizObj.delete() and
trying to delete the current selected record.

Traceback (most recent call last):
  File "/home/solodex/Projects/dabo-full/trunk/dabo/ui/uiwx/dControlMixin.py",
line 21, in _onWxHit
    self.raiseEvent(dEvents.Hit, evt, *args, **kwargs)
  File "/home/solodex/Projects/dabo-full/trunk/dabo/ui/uiwx/dPemMixin.py",
line 882, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "/home/solodex/Projects/dabo-full/trunk/dabo/lib/eventMixin.py",
line 93, in raiseEvent
    bindingFunction(event)
  File "mainForm.py", line 152, in onHit_DeleteCustomer
    self.custBizobj.delete()
  File "/home/solodex/Projects/dabo-full/trunk/dabo/biz/dBizobj.py",
line 525, in delete
    raise dException.DBQueryException, e
dabo.dException.DBQueryException: (1064, "You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near 'where .`ID`=2' at line 1")
SQL: select count(*) as cnt from  where .`ID`=2


_______________________________________________
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]

Reply via email to