Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it just me.........
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00051445
Message ID:
00052735
Views:
36
>>>>>Sorry, this message is a little out-of-place...but I haven't been able to hide the FoxPro traces when starting an application...could you possibly outline the steps (maybe show sample code for your Main program...)?
>>>>>
>>>>>I have "do form splash" as my first command, but before the form splash is shown, I get the Visual FoxPro stuff...
>>>>>
>>>>>Any help would be appreciated...
>>>>>
>>>>>Joe
>>>>>
>>>>>>Our response was to remove the spash screens etc and let them see VFP starting
>>>>
>>>>One way is:
>>>> VFP -t
>>>>
>>>>(the "-t" switch turns off the VFP "starting page")
>>>
>>>Thanks for the response, but I am not sure what you mean. I am building an executable...starting VFP with the -t switch doesn't seem to change the .EXE file...
>>>
>>>Just to clarify, I am referring to the window that appears when I run the .EXE...it has a title of "Microsoft Visual FoxPro" and the standard menu (File Edit , etc.)...it is quickly changed to my program's menu and title...it this what you are referring to also?
>>>
>>>Thanks,
>>>Joe
>>
>>add SCREEN=OFF in config.fpw in the same directory as your exe. your exe must set Application.Visible = .t. after the title has changed etc, unless you're using top level forms.
>
>There was no config.fpw file in the exe's directory, so I put one there with the line SCREEN=OFF....didn't work...
>
>Joe

it works great for me, but i'm using 5.0.
i think i heard somewhere that it didn't work with 3.0 which version are you using?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform