Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running BUILD command outside IDE
Message
From
26/01/2006 15:16:40
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
 
To
26/01/2006 09:29:09
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01090154
Message ID:
01090648
Views:
8
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform