kprogrammer
Programmer
- Feb 28, 2003
- 27
We are working class forms (classes that are subclassed from the base class "form") and I need to return values to from them to calling programs/classes. We are working in VFP8. I know that I can use public variables, cursors or an object reference passed as a parameter (then update the properties of the associated object).
I would like to know if anyone has any other ways to return values from these "class forms". Some method that wouldn't require coding in the form to "know" the calling object's properties names or the names of public variables.
Thanks
Kirk
I would like to know if anyone has any other ways to return values from these "class forms". Some method that wouldn't require coding in the form to "know" the calling object's properties names or the names of public variables.
Thanks
Kirk