Most of the VFP base classes have an AddProperty method you can use at runtime. If oFormData's base class is one of those, you're set. If not, you will have to do it at design time by selecting New Property from the Class menu pad.
Starting with VFP8, you have the AddProperty() function which you can use to add a property to any object. This is especially handy for objects created with SCATTER NAME or using the Empty object, also introduced in VFP8.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.