Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FormSet address in a cursor
Message
De
21/07/2016 20:15:21
 
 
À
21/07/2016 18:30:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01638546
Message ID:
01638550
Vues:
66
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform