Mike Mabey wrote: > Okay, I'm back. I've tried your suggestion of running the AppWizard. I was > able to get it to compile to exe without any problem, but only with those > four lines commented out in dSizerMixin.py. However, even with the exe app > created, it still doesn't successfully query the database. I even turned > off my firewall to see if that made a difference. What's really strange is > that while the wizard is walking me through the steps, it has no problem > connecting with the database. > > What can this be an indication of?
What are your clues that it isn't successfully querying the database? Error message? Values not filled in? If you run the app from the python script like: cd <directory with appname.py> python <appname>.py Are the results better, worse, or the same as when you run the exe? <StabInTheDark> By default, the database isn't queried automatically when the form is opened. You must go to the select page and press the Requery button. </StabInTheDark> Check your error logs. Paul _______________________________________________ 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]
