Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference an object
Message
De
18/08/2000 02:17:24
 
 
À
17/08/2000 21:48:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00406488
Message ID:
00406533
Vues:
14
>Is there a way to scope an object to a variable which is already in existence?
>oReference = "THISFORM.myTextbox"

Yeppers, but your setting oRefernce to a character string here, either do:

oReference = evaluate("THISFORM.myTextbox") &&which is usefull when you can't hardcode the path
or
oReference = THISFORM.myTextbox
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform