Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with EXE's
Message
From
12/01/1997 08:42:01
 
 
To
11/01/1997 13:30:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00017101
Message ID:
00017124
Views:
65
>Okay, I am at my end. I can't find any reference in the VFP 3.0 docs to the command line switches that I keep seeing for CONFIG.FPW. However, this may not even be the solution to my problem.
>Problem: I do not use the VFP toolbar at all in my app. (File Edit View, etc). However when I start my exe, I see one VFP toolbar, then another with more choices then mine. I am loading my toolbar in the first line of my EXE. I have also tried SCREEN=OFF in the config.fpw, but seems to have no effect. Microsoft told me to add the line HIDE SYSTEM STANDARD in my main program, but that just gave an error. HELP!!!!
>
>Bryan

add these 2 statements in your main program ( startup prg )
SET SYSMENU OFF
HIDE MENU ALL

I'm not using config file, and this solution come from FPW 2.6 and work fine in VFP 5.0. the only thing that appear in the main visual screen is the title bar

Alain Poupart
Previous
Reply
Map
View

Click here to load this message in the networking platform