Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running BUILD command outside IDE
Message
De
26/01/2006 15:16:40
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
À
26/01/2006 09:29:09
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01090154
Message ID:
01090648
Vues:
7
Excellent, Dragan. Thanks once again.

>>This is an approach that interests me. I know how to create a separate instance of the Foxpro object (IDE) but then how do I get a PRG to run within that new IDE, especially if another Fox IDE may (or may not) be open elsewhere?
>
>One way that comes to mind is to build a temporary config.tmp and pass it as a parameter - something like
>
safety=off
>talk=off
>default= x:\location\of\mybuild\prg
>command = do mybuild.prg
>
>And the command to run VFP would need to have -c switch pointing to this config.tmp.
>
>As for the number of instances of VFP, do we care? I sometimes run three of them at the same time with no problems at all. Since VFP8 the resource file is shared. And you can also add resource=off to your temporary config file. If you feel the problem may be in the .pjx being in use in another instance of VFP, you can always
>
select * from mypjx.pjx into table temp.pjx
>build ... from temp.pjx
>erase temp.pj?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform