Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Development Menu
Message
From
05/05/2007 17:01:55
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01222774
Message ID:
01222778
Views:
18
>So, I could alter the FoxPro system menu and call it there then?

Yes - for example, I have this in my vfpstart.prg:
Define Bar 122 Of c_helppad Prompt "TSQL" Key Alt+1
Define Bar 123 Of c_helppad Prompt "Normal" Key Alt+2
Define Bar 124 Of c_helppad Prompt "Hackfox" Key Alt+3
Define Bar 125 Of c_helppad Prompt "FoxTools" Key Alt+5
Define Bar 130 Of c_helppad Prompt "Filer" Key Alt+4
Define Bar 131 Of c_helppad Prompt "vfeGenView" Key Alt+6

On Selection Bar 122 Of c_helppad Do tsqlhelp In Home()+'vfpstart'
On Selection Bar 123 Of c_helppad Set Help To
On Selection Bar 124 Of c_helppad Do hackhelp In Home()+'vfpstart'
...etc etc
Even if something in your code sets sysmenu to default, you can always

do Home()+'vfpstart'

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform