Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Config fwp
Message
De
21/08/2013 12:37:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01580884
Message ID:
01580908
Vues:
29
>>Are you sure it's using the config file you modified?
>>
>>
>>>I tried COMMAND = DO form start, but no result.,
>>>
>>>Does it also work for forms or just to .app ?
>
>I edited the file in:
>C:\Program Files (x86)\Microsoft Visual FoxPro 9\Samples\Servers\Foxisapi\Foxis
>
>I want to execute it everytime I enter VFP.
>
>Is there anything to do besides edit the file ?
>
>It is as below:
>
>screen=off
>
>COMMAND = set defa to c:\s1
>COMMAND = do form start
>
>
>Moises

You can only have ONE Command= in config.fpw, so the second Command= will be ignored. Instead create startup.prg and call that.
*Startup.prg
set defa to c:\s1
do form start
*Config.fpw
screen=off
COMMAND = do startup.prg
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform