Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I add properties to an object gend by SCATTER NAM
Message
 
 
À
16/09/2004 18:09:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00943145
Message ID:
00943155
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>How do I add properties to an object created with a SCATTER NAME command? And once I've got them in, do I need to get rid of them before I write back to the table (which doesn't have them).
>
You can use AddProperty() function (VFP8 and later).
SCATTER NAME oRec
AddProperty(oRec, "MyProperty1", "Value For that Property")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform