Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is config.fpw supposed to go? Mine doesn't work...
Message
From
02/11/1999 18:59:08
 
 
To
02/11/1999 18:39:51
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00285837
Message ID:
00285849
Views:
15
Hi Bridget,

>My config.fpw file contains only the following 3 lines:
>_SCREEN.VISIBLE=.F.
>_SCREEN.CAPTION="Loan Management System"
>_SCREEN.WINDOWSTATE=2


Change these lines to

SCREEN = OFF
TITLE = Loan Management System

The Config isn't actual code. Then in your main program you will have to maxize it and show it later on. Try the TITLE line with and without Quotes (I'm sorry I can't remember).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform