Hi,
I keep getting the error below while using one of my MYSQL database

It occurs when I try to add a new row into the database and I can't edit an
existing row.

Traceback (most recent call last):
  File "C:\Program Files\dabo\ui\uiwx\dToolBar.py", line 500, in __onWxHit
    self.raiseEvent(dEvents.Hit)
  File "C:\Program Files\dabo\lib\eventMixin.py", line 92, in raiseEvent
    bindingFunction(event)
  File "C:\Program Files\dabo\lib\datanav\Form.py", line 524, in onNew
    self.pageFrame.newByDataSource(self.getBizobj().DataSource)
  File "C:\Program Files\dabo\lib\datanav\PageFrame.py", line 61, in
newByDataSource
    self.SelectedPage.update()
  File "C:\Program Files\dabo\ui\uiwx\dPemMixin.py", line 1214, in update
    self.raiseEvent(dEvents.Update)
  File "C:\Program Files\dabo\ui\uiwx\dPemMixin.py", line 925, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "C:\Program Files\dabo\lib\eventMixin.py", line 92, in raiseEvent
    bindingFunction(event)
  File "C:\Program Files\dabo\ui\uiwx\dPemMixin.py", line 1195, in
__onUpdate
    self.update()
  File "C:\Program Files\dabo\ui\dDataControlMixinBase.py", line 91, in
update
    self.__dataUpdate()
  File "C:\Program Files\dabo\ui\dDataControlMixinBase.py", line 110, in
__dataUpdate
    self.Value = method()
TypeError: 'str' object is not callable


However, the error doesn't show up when I create an application from other
databases.

I'm creating the Dabo application using the Application wizard ...

I'm sure it has to be something to do with that particular database, but I
have no idea what could be going on ...

Any ideas why I'm getting this error?


--ifi
-- 
Notice: This e-mail (including attachments) is covered by the Electronic
Communications Privacy Act, 18 U.S. C._2510-2521, is confidential and may be
privileged. If you are not the intended recipient, please be aware that any
retention, dissemination, distribution, or copying of this communication is
prohibited. Please reply to the sender that you have received this message
in error, then delete it. If you are the intended recipient, I do NOT give
you permission to distribute the contents of this communication to anyone.
Thank you for helping to maintain privacy.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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