On 8/9/10 5:41 AM, Ed Leafe wrote:
> On Aug 7, 2010, at 10:23 PM, Chris C. wrote:
>
>> I'm a beginner, but I used the App Wizard to make gui's for interacting with
>> tables, and it works great.  What I really need now is to be able to
>> interact with multiple tables from a gui.  Is there a way to modify an App
>> Wizard app to be able to do this?
>
>
>       You could re-run the AppWizard and select the tables you want to work 
> with at the beginning; each will have a separate entry in the File/Open menu.
>
>       If you need to have multiple tables in the same form (i.e., 
> parent-child relations), you will need to do some coding to add the bizobj 
> for the child to the parent, and to add the child controls. Paul demonstrates 
> this in the tutorial video from this year's PyCon Atlanta; the video is at: 
> http://pycon.blip.tv/file/3359460/
>
>       It's about a 3-hour video, as we try to cover as much of Dabo as 
> possible. It's worth watching if you're new to Dabo, as it covers many of the 
> techniques we use to develop applications.

Or you could review the section in the Pycon tutorial white paper (Ed, what's 
the 
URL?) The paper covers way more than we had time to cover in the talk.

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]

Reply via email to