Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting a check mark on the left of an menu selection?
Message
 
À
15/12/1997 15:10:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00066028
Message ID:
00066041
Vues:
32
>I would like to put a check mark on the left of a menu
>selection off the main menu in my program.
>I would like to do this when that menu selection has
>focus. If the menu option is checked, I want to do something.
>any ideas?

Check the help file for SET MARK OF...BAR. When the user clicks the menu item, issue the command to do whatever you're trying to accomplish. I'd use a global system variable and in the code check it's value. The code to do this might look something like:

gOwhatever.IsMarked = NOT gOwhatever.IsMarked.
IF gOwhatever.IsMarked
* Do what's necessary for .T.
ELSE
* Do what's necessary for .F.
ENDIF

hth,

George
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform