Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Top level form with shortcut menus don't work
Message
De
05/10/2005 12:04:49
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/10/2005 11:56:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01056113
Message ID:
01056332
Vues:
19
>Cetin,
>Thanks for your response.
>
>Would you mind looking at the code in the click event of the comand button?
>I am setting _vfp.visible=.f., _screen.visible = .f.
>
>LOCAL lcMnu, loForm
>   loForm = ThisForm
>   lcMnu = 'Clients'
>   DEFINE POPUP (lcMnu) shortcut FROM MROW(), MCOL()+1
>   DEFINE BAR 1 OF (lcMnu) PROMPT '\<Client File'
>   DEFINE BAR 2 OF (lcMnu) PROMPT '\<New Client'
>   WITH loForm
>     ON SELECTION BAR 1 OF (lcMnu) DO FORM  "FmClients"
>     ON SELECTION BAR 2 OF (lcMnu) DO FORM  "New_Master"
>     ACTIVATE POPUP (lcMnu)
>     Release POPUP (lcMnu)
>     * Turn on Save
>     .Editing = .T.
>   ENDWITH
>
>If I change the environmental settings and show type it works as expected.
>What am I missing?
>
>Al

Al,
It's working for me as is. IOW I don't know what is not working.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform