Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
&This.MyProperty doesn't work
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
&This.MyProperty doesn't work
Divers
Thread ID:
00432793
Message ID:
00432793
Vues:
47
Why This code doesn't work? FoxPro gaves an error.

In the Form I have a property:
.MyProperty="customers" &&Table Name

In a control InterActiveChange Event:
Private lcValue
lcValue=&ThisForm.MyProperty..firstname

This one works fine:

In the Form I have a property:
.MyProperty="customers" &&Table Name

In a control InterActiveChange Event
Private lcValue,lcTable
lcTable=ThisForm.MyProperty
lcValue=&lcTable..firstname

What's the difference?
Francisko Paternoster
fpater@patercorp.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform