Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I dumb or naiv?
Message
 
To
04/01/1997 11:38:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00016333
Message ID:
00016469
Views:
52
>>I know it's really dummy, but I can't just prevent appearing the main
>>screen. It seems like SCREEN=OFF doesn't work... :( What do I do wrong?
>>Here's basic idea what it does:
>>1, SCREEN=OFF in CONFIG.FPW
>>2, I run an exe-file of my app
>>!!! and now appears the main screens of VFP ( I have my resolution
>>1024x768, but it always start at 640x480 why? )
>>3, the main prog calls the splash screen
>> - there's a timer which fires releasing of the form
>> - during that I set my envir. and things around
>>4, the main prog sets _screen.windowstate to 2 and visible to .t.
>> - calls login screen
>
>Are you using Visual FoxPro 5?
>
>Also, is your EXE really using the CONFIG.FPW you set SCREEN=OFF into?

I am having same problem. VFP 5.0 Win95
At first I was having trouble with config.fpw not being used. I found that it is expected to be in the distribution subdirectory, in other words the *first* directory. This may not be the same as your .exe directory.

Once is was sure is was loading the config.fpw by 1. setting TITLE=mytitle and 2. wait window sys(2019), then I found that none of the other config.fpw commands were functional.
none of these work:
_screen.visible=.f.
_screen.caption=xxx
_screen=off
screen=off

MS KB suggests that there is a work around by renaming the config.fpw and using the -C option. I am trying variations of that now.
Glenn
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform