Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen and forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00112065
Message ID:
00112072
Vues:
26
>You use one of possible ways to reference form. Another way is to provide object reference when you load a form:
>Do Form myform NAME oApp.myform LINKED
>and use this reference later on:
>oApp.myform.property1=....
>One more way (less universal) is to send object reference as parameter:
>DO FORM myform WITH thisform
>and use it within Myform only.


I tried using 'Do Form myform NAME oApp.myform' that did not work I will try again with the Linked option. I like 'DO FORM myform WITH thisform', I never thought of using thisform as a paramiter.

Thanks,

Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform