Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory Variable problem
Message
From
20/03/2002 11:32:27
 
 
To
20/03/2002 07:12:34
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00634629
Message ID:
00635012
Views:
24
I think the basic problem here may be scope of variables defined in calling program. Thus


** call.prg

NewVar = "Somevalue"
Do Form ThatForm
Return

If the form is not modal, the prg will continue to the Retrun, its variables will go out of scope, and so ... the problem??

You need to make the form modal, I think.

HTH

Mike
Regards

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform