Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add Properties to Scatter Name Object?
Message
De
08/06/2001 10:32:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00516849
Message ID:
00516904
Vues:
17
>How do I add a property to this kind of object?

How about creating a record with the properties you need and scattering that?

SELECT table.*, space(10) as NewProp1, 0 as NewProp2 FROM table WHERE .F. INTO CURSOR temp
SCATTER NAME oRecord
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform