Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with disabling and enabling menu items!
Message
From
02/12/1997 12:31:37
 
 
To
02/12/1997 12:27:50
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00063319
Message ID:
00063327
Views:
48
>>>I'll give a very simple example to show what I would like to do:
>>>Menu name: 'super1'
>>>Menu Pad: 'cu' ----> opens form 'dataentry'
>>>
>>>I want menu pad 'cu' to be disabled while form dataentry is being used.
>>>
>>>I assume that I have to enter some code in the "skip for" box which tests to see if form 'dataentry' is being used. Am I on the right track here? If so, how do I get the menu to determine that form 'dataentry' is indeed being used? If I'm out in right field with this, do you have any other suggestions?
>>>
>>>Any help would be appreciated.
>>>
>>>Thanks, AL
>>
>>Used("dataentry")
>
>NOPE. USED() is for DBFs.
>
>set your form name to "frmentry" for example
>
>SKIP FOR WEXIST('frmentry')
>
>That should do the trick.
>
>HTH

Your right of course. That's what I get for not reading the question thoroughly.
Previous
Reply
Map
View

Click here to load this message in the networking platform