Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DO FORM MyForm TO uResult--Undefined Variable
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00264264
Message ID:
00264791
Views:
26
Paul,

Try this calling code;


uResult = SomeDefaultValue
DO FORM Whatever TO uResult

If the form was stopepd from the Init uResult will be the same as you initialized it before you called the form.

Or you can try;

DO FORM Whatever TO uResult
IF TYPE("uResult") = "U"
* uResult is undefined so define it
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform