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 11:56:43
 
 
To
05/10/2005 05:59:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
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:
01056326
Views:
44
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform