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
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00943145
Message ID:
00943157
Vues:
18
>>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")
The GATHER command will ignore properties that don't match field names.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform