Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FormSet address in a cursor
Message
From
21/07/2016 20:15:21
 
 
To
21/07/2016 18:30:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01638546
Message ID:
01638550
Views:
70
You would have to serialize the object first. You could store all the property values for all objects. So you would have a table something like:

CREATE TABLE myobjects (instance C(45), formname C(25), objname C(25), parent C(250), propname C(25), proptype C(1), propvalue M)

You would need a something to mange the instance names. All properties would be converted to a text representation. Then you need a procedure to restore from the stored instance.
Previous
Reply
Map
View

Click here to load this message in the networking platform