Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP caption on main screen
Message
 
To
02/01/1998 00:14:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00068724
Message ID:
00068856
Views:
47
>>How can I get the "Microsoft Visual FoxPro" caption from displaying on the main screen when executing? I put the code below in my main.prg but for a brief moment the caption still blinks on until being replaced with the caption I defined in the code below for the caption property of the main screen. Dose Anyone know why this is happening and what I can do to make the caption that i defined be the only one that displays? Thanks!!
>
>The best is to not show the application until the setup is finished. You can accomplish that by putting SCREEN=OFF in your CONFIG.FPW and _screen.Visible=.T. after your setup is completed.

I put the line title = "my title" in config.fpw and it works okay now, but if i use your idea it sounds like i can remove that line and use _screen.caption = "my title" in my main program or something like that. Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform