Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie problem - Help!
Message
From
11/06/1998 14:56:48
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00107051
Message ID:
00107295
Views:
20
>>Clear. I am just curious of the form base.scx. Is that the modal form? If so, then that's the very reason why your menu bars are disabled.
>
>Aha! I had problems previously with my exe where the form disappeared and it was fixed with the Linked command, but was made modal along the way as well. Time to get brave and stop that
>
>Well, just gave it a go and it's fine in the app but the exe came up with a funny error:
>
>Error loading file - Parent - record number 9. File access is denied.
>Line of code with error: Error loading file - Parent - record number 9. File access is denied.
>
>So I guess sorting that out is my next big job.
>
>Thanks for your very prompt help. - Sarah

The 'LINKED' keyword is actually used to have the form associated with a variable name you specify after 'NAME' e.g.
Do Form Base.Scx Name MyForm Linked
with it, the form is released if the variable goes out of scope.
Just a note.
Previous
Reply
Map
View

Click here to load this message in the networking platform