Using VFP7/8. Want to be able to save the values of the form properties if an error is encountered. Currently capture the calling process, status, memo, etc. But not the values of form variables. How do I do that?
I've looked at PEMStatus and it does not appear to offer what I want. If I set a form property to a value of "6705", I want to be able to see what value was set in the event of an error.
Use the AMEMBERS() function to get a list of all the properties, procedures and member objects into an array. Then use GETPEM() to get the value for each property.
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.