Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help with disabling and enabling menu items!
Message
De
02/12/1997 12:31:37
 
 
À
02/12/1997 12:27:50
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00063319
Message ID:
00063327
Vues:
44
>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform