Ed Leafe wrote: > On Dec 2, 2009, at 11:44 PM, jvandal wrote: > >> I used this mysql example below to test AppWizard. I had my own >> files and had >> a problem getting the links to files working, so I thought I would >> create >> these files in my mysql db. I use SQlYog software to create the >> mysql db. >> I run AppWizard on these two files and I get only the species file >> form >> displayed but no way to display the zoo . > > Did you select both tables when you ran the wizard? If so, they > should both appear in the File/Open menu. Just pick the form you want > to open. You can also modify the 'default_form' setting in main.py to > change the form that opens at startup. You can also pass in one or > more form names on the command line when you start the app, and all of > those forms will open.
Plus, just in case you expected it, AppWizard doesn't know about the relationship between the tables you have defined in MySQL. So each table is independent in the generated application. However, you can add the relationships manually to the bizobj(s) later. 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]
