Platform: GTK
Python Version: 2.7.3 on linux2
Dabo Version: Version 0.9.4; Revision ~7178
UI Version: 2.8.12.1 on wxGTK (gtk2)

While working with ClassDesigner I decided to try AppWizzard to better
understand some concepts I was unclear on.

After starting AppWizzard all went well until the final screen informing me
my application was ready for use I used the name 'wiz' for the application.

PROBLEM 1

On pressing the "Finish" button the terminal informed me of :-

segmentation fault(core dumped)

App(wiz) started and appeared to work was able to select records etc.

PROBLEM 2

On selecting EditClient > editing WorkTel a string value in the database
and pressing the Save Button

2012-05-22 11:12:24 - ERROR - Error in scanKeys of ?: No field specified
for seek()
Traceback (most recent call last):
  File "/home/allan/dabo/dabo/ui/uiwx/dToolBar.py", line 533, in __onWxHit
    self.raiseEvent(dEvents.Hit)
  File "/home/allan/dabo/dabo/lib/eventMixin.py", line 81, in raiseEvent
    bindingFunction(event)
  File "/home/allan/dabo/dabo/ui/uiwx/dForm.py", line 758, in onSave
    def onSave(self, evt): self.save()
  File "/home/allan/dabo/dabo/lib/datanav/Form.py", line 69, in save
    ret = super(Form, self).save(dataSource)
  File "/home/allan/dabo/dabo/ui/uiwx/dForm.py", line 431, in save
    bizobj.saveAll(saveTheChildren=self.SaveChildren)
  File "/home/allan/dabo/dabo/biz/dBizobj.py", line 451, in saveAll
    saveTheChildren=saveTheChildren, scanRequeryChildren=False)
  File "/home/allan/dabo/dabo/biz/dBizobj.py", line 924, in scanKeys
    if self.locate(key, self.KeyField):
  File "/home/allan/dabo/dabo/biz/dBizobj.py", line 1567, in locate
    ret = self._CurrentCursor.locate(val, fld, caseSensitive, movePointer)
  File "/home/allan/dabo/dabo/db/dCursorMixin.py", line 2113, in locate
    recnum = self.seek(val, fld, caseSensitive=caseSensitive, near=False,
movePointer=movePointer)
  File "/home/allan/dabo/dabo/db/dCursorMixin.py", line 2146, in seek
    raise dException.FieldNotFoundException(_("No field specified for
seek()"))
dabo.dException.FieldNotFoundException: No field specified for seek()


Record is not updated.


Regards
Allan


--- 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-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/CANjKA-=fTbg8kRrA2zyN+584fKfehUKqLqKXpPJTg=2+eyg...@mail.gmail.com

Reply via email to