[Arp] Child Form .. Child Form ... Structuring in Arp

Tien Nguyen sufibaba at gmail.com
Tue Jan 10 16:27:53 PST 2006


Thanks Aral,

I have the following:

///// CASE1///////

App
--- Form (onload, gets data from database, populate combo boxes in form 1
and form 2)
----- form1 ( combo box)
----- form2 ( combo box)

////CASE2//////

App
--- Form (onload, get data from database, call form1retrievedata() )
----- form1 ( form1retrievedata(); gets data from database and populate
combox box in form1)
----- form2


Form is the parent of form1 & form2,  currently, I am using the birthday
code as the structure.  How would you do the above?

Cheers,




On 1/10/06, Aral Balkan <aral at ariaware.com> wrote:
>
> Hi Tien,
>
> Parent forms act like controllers for child forms, listening for events
> on them and calling public methods. They should not have any information
> about the inner structure of child forms, however.
>
> Also do a search for "event bubbling" in the archives.
>
> Take care,
> Aral
>
> Tien Nguyen wrote:
>
> > Hi All,
> >
> > I am looking deeper into ARP and have a question about Form Layout
> > Best Practice from ARP Gurus.
> > <snip>
>
>
>
> _______________________________________________
> Arp mailing list
> Arp at ariaware.com
> http://ariaware.com/mailman/listinfo/arp_ariaware.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ariaware.com/pipermail/arp_ariaware.com/attachments/20060110/1de4b9b9/attachment.htm


More information about the Arp mailing list