Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error call form a from form b
Message
From
23/04/2003 16:16:26
 
 
To
23/04/2003 15:13:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00780696
Message ID:
00780833
Views:
7
Thanks for your help. I got it to work.

>>>It won't help if vordtmp is still USE in another form (such as the one that called this form)...
>>
>>Error occurs in calling form (forma)
>>
>
>You didn't say which form the following code is in. If it is in the calling form, changing it may solve the problem.
>
>Your original post indicates the error occurs when forma tries to run formb. You just have to make sure sure vordtmp is not open anywhere when you try to USE it exclusively.
>
>>>
>>>>Would changing (simplified version)
>>>>
>>>> USE vordtmp IN 0 EXCLUSIVE
>>>> ZAP IN vordtmp
>>>>
>>>>to
>>>>
>>>> USE vordtmp IN 0 EXCLUSIVE
>>>> ZAP IN vordtmp
>>>> USE IN vordtmp
>>>> USE vordtmp IN 0
>>>>
>>>>help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform