Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory objects saved into cursors
Message
From
18/02/2019 13:40:20
 
 
To
18/02/2019 12:37:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01666501
Message ID:
01666512
Views:
45
>The only thing I know of is an array. Not sure if this has to be retained between sessions. If so, then I would suggest using a server instance to hold the array. You can use a custom property on _VFP that is added with ADDPROPERTY(_VFP, "CustomProperty", CREATEOBJECT("Empty")). You can then add needed properties to _VFP.CustomProperty such as the list of objects and a Count property.

I've thought about that. I could then store an index reference to the existing object and reference it that way. That may be the solution I settle on.

The only issue is I can't effectively "delete" the reference in each array, but can only set it to .NULL. and leave it there until the last one is completed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform