Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for replacement for .AddProperty()
Message
 
 
À
24/10/2001 17:56:26
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00572931
Message ID:
00572937
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Download file#9166 by Ken Levy. You can do following with it
SET LIBRARY TO addprop5 ADDITIVE
USE Mytable
SCATTER NAME oRec
AddProp(oRec, "NewProp", Null)
?oRec.NewProp
>
>I have been looking for a non-OO function to add a property to an object. I want to add properties to objects created with SCATTER NAME . The object created by SCATTER NAME does not have an .AddProperty() method.
>
>Does anyone know of such a function?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform