Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataSession
Message
De
15/11/2004 12:23:38
 
 
À
11/11/2004 02:23:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00959894
Message ID:
00961429
Vues:
12
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++
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform