Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on Config.fpw
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01098840
Message ID:
01098868
Views:
16
The Config.fpw is a configuration file so you cannot use any VFP expressions in it but you can call a program using
COMMAND=DO MyStartupProgram
OR
_STARTUP=MyStartupProgram
In addition, SYS(2023) is VFP temp directory so assigning its value to TMPFILES, e.t.c, even if possible, wouldn't change anything.

>Can I use the following commands in config.fpw
>
>command = SYS(3050, 1, 512*1024*1024)
>command = SYS(3050, 2, 512*1024*1024)
>TMPFILES=SYS(2023)
>SORTWORK=SYS(2023)
>PROGWORK=SYS(2023)
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform