Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Title does not appear in EXE file
Message
 
To
12/11/1997 20:14:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00059836
Message ID:
00060240
Views:
21
>I have set TITLE = Supermarket in CONFIG.FPW and it works I run the program on a computer with VFP inside but when I setup my application on my user station with no VFP inside the computer, the main screen title shows "Microsoft Visual FoxPro". Why ?

Try this:

In CONFIG.FPW:
SCREEN=OFF

In code:
_screen.Visible = .F.
_screen.Caption = "Supermarket"
_screen.Visible = .T.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform