Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to reference the object from the object name
Message
De
07/12/1999 06:00:17
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00299653
Message ID:
00299657
Vues:
15
>I have a list of form object stored in a database. Let's call the field myobject. For example: mytable.myobject contains myformname.myobjectname
>I need to do a PEMSTATUS on the object in the database in the load of my form.
>How can I get refer to myformname.myobjectname having only the name?
>(I tried eval (PEMSTATUS(EVAL(myformname.myobjectname),"caption",5) but it didn't work)
>
>THANKS
>ERIC

Pls Try this :-

oTmp="_screen" && or your object name in text
?&oTmp..name
?&oTmp..caption
etc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform