Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question on Config.fpw
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01098840
Message ID:
01098868
Vues:
15
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform