Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level form with shortcut menus don't work
Message
From
05/10/2005 12:04:49
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/10/2005 11:56:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01056113
Message ID:
01056332
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform