Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for replacement for .AddProperty()
Message
 
 
To
24/10/2001 17:56:26
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00572931
Message ID:
00572937
Views:
23
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform