Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing an object reference
Message
 
À
11/03/1997 15:02:28
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00023770
Message ID:
00023774
Vues:
24
>I'm calling a generic procedure from the activate method of a page on a pageframe and I need to pass an object reference to the page calling the procedure. SYS(1270) won't work because the mouse position is irrelevant. What can I pass as a reference? Thanks for any help.
>
>Elyse

Hi Elyse,

If you need to pass a reference to the form you can use;
=SomeFunction(THISFORM) or DO SomeFunction WITH THISFORM
Within a class definition, you can use THIS

Hope this helps,
Steve Despres
sdespres@erols.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform