Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is my object after SCATTER NAME...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00123220
Message ID:
00123226
Vues:
22
>The problem I am seeing is the scatter object, oLicenseRcd, is created, but as soon as License.Init ends the object disappears. Almost as if it is losing scope. Do objects created with scatter..name have scope?
>

Leighton,

Yes they are variables like any other variable. Try storing the object reference in a property, Add a custom property name oLicenseData to the cstom class and in the code do this;

SCATTER NAME THIS.oLicenseData

The refer to the data with;

CustomObjectName.oLinceseData.FieldName
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform