Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP caption on main screen
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00068724
Message ID:
00068907
Views:
104
>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.

John,

In your CONFIG.FPW put:
SCREEN=OFF

In MAIN.PRG
_SCREEN.Visible = .F.
_SCREEN.Caption = Your caption
_SCREEN.Visible = .T.

In 2.6 apps I used to use TITLE=Your Title in the CONFIG.FPW, but I don't know if that still works.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform