I tried the AppsWizard to see how that laid things out. All went fine till after the finished creating App screen then the terminal reported
Segmentation fault(core dumped) Environment 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) All seems to be working am now going to read some of the created files to find my feet. Regards Allan On 18 May 2012 22:24, Allan Brooke <[email protected]> wrote: > The file ClientsBizobj.py is generated by ClassDesigner. > > I tried:- > biz.setLimit(5000) > self.setLimit(5000) > dabo.biz.setLimit(5000) > > to the > class ClientsBizobj(dabo.biz.dBizobj): > def afterInit(self): > > > On 18 May 2012 21:19, Ed Leafe <[email protected]> wrote: > >> On May 18, 2012, at 2:02 PM, Allan Brooke wrote: >> >> > I have tried adding biz.setLimit(5000) to myClientsBizobj.py with no >> > success. >> > >> > Where must I add this call all fail to >> > run. >> >> Is this an AppWizard app? If so, the file for the bizobj class >> should have a setBaseSQL() method defined, with a line containing: >> self.setLimitClause(500). Change that value to what you want. >> >> If not an appwiz app, where exactly in the bizobj file are you >> adding that call? >> >> >> -- Ed Leafe >> >> >> >> _______________________________________________ >> 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] >> > > --- 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-=jhs+qgw2fsehl42o0jdg-jroulqqnbhw3gml8-nx...@mail.gmail.com
