Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memory objects saved into cursors
Message
De
18/02/2019 13:40:20
 
 
À
18/02/2019 12:37:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01666501
Message ID:
01666512
Vues:
46
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform