Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSession
Message
From
15/11/2004 12:23:38
 
 
To
11/11/2004 02:23:20
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00959894
Message ID:
00961429
Views:
11
Thank You, I tried and it works fine !!!



>
>**session object code
>.
>.
>.
>
>procedure run_form
>    lParameters cForm
>    local cForm
>    .
>    .
>    do form (cForm) with this
>
>
>procedure do_something
>    wait wind 'I just did'
>
>
>enddefine
>
>
>form's init gets it and saves it in added property called 'underworld'
>
>
>**forms init
>  procedure init
>     lParameters oCaller
>     this.underworld=oCaller
>
>** and then from anywhere in yr form u can call it like;
>
>thisform.underworld.do_something()
>
>
>
>
>It is very powerfull & flexible concept for connecting
>multiple forms functionalities with underlying code.
>
>Works much better then formset!
>
>
>Rgds++
Previous
Reply
Map
View

Click here to load this message in the networking platform