Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is my object after SCATTER NAME...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00123220
Message ID:
00123226
Views:
23
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform