ZG9lcyBleGUgZmlsZSBjb21waWxlZCBvbiBWRlAgNy4wIHdvcmsgb24gd2luOTU/IA0KDQpxdWVz
dGlvbiAjMjogaSBuZWVkIHRvIHVzZSBjb21tYW5kIGV4ZWNzY3JpcHQoKSwgYnV0IGFzIGkgdW5k
ZXJzdGFuZCB2ZnAgNi4wIGhhc24ndCB0aGlzIGZ1bmN0aW9uLiBpcyB0aGVyZSBhbnkgb3RoZXIg
ZnVuY3Rpb24gbGlrZSBleGVjc2NyaXB0KCkgaW4gdmZwIDY/DQoNCg0KDQp0aG54DQoNCg==

Re: does exe file compiled on VFP 7.0 work on win95? by Eric

Eric
Tue Feb 15 03:43:27 CST 2005

"Sigis" <ezis@ruke.lt> wrote in message
news:uffTs0zEFHA.3596@TK2MSFTNGP12.phx.gbl...
> does exe file compiled on VFP 7.0 work on win95?
>

yes.

> question #2: i need to use command execscript(), but as i understand vfp
> 6.0 hasn't this function. is there any other function like execscript() in
> vfp 6?
>

You are correct. VFP6 does not support EXECSCRIPT(). You'll have to create a
PRG on disk, compile it and run it.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: does exe file compiled on VFP 7.0 work on win95? by Wolfgang

Wolfgang
Tue Feb 15 04:21:59 CST 2005

Hi,

#1
The compiled EXE will run under Win95. But bear in mind that for the help
features you nee at least Internet Explorer 5

#2
With VFP6 and SP>=3 you can compiled any code at runtime. Write your code
to a ASCII file (eg myProc.prg) and issue a
Compile (myProg.prg)
do myProg.fxp

--


------------------------------

Mit freundlichen Güßen aus der Zigarrenstadt

Wolfgang Schmale

------------------------------------------------

"Sigis" <ezis@ruke.lt> schrieb im Newsbeitrag
news:uffTs0zEFHA.3596@TK2MSFTNGP12.phx.gbl...
> does exe file compiled on VFP 7.0 work on win95?
>
> question #2: i need to use command execscript(), but as i understand vfp
> 6.0 hasn't this function. is there any other function like execscript() in
> vfp 6?
>
>
>
> thnx
>
>



Re: does exe file compiled on VFP 7.0 work on win95? by Fred

Fred
Tue Feb 15 09:05:30 CST 2005

1) Yes

2) with VFP6/SP3 and up, you can create a .PRG and issue the COMPILE command
and then execute the resultant .FXP file, like any normal command or
function.

--
Fred
Microsoft Visual FoxPro MVP


"Sigis" <ezis@ruke.lt> wrote in message
news:uffTs0zEFHA.3596@TK2MSFTNGP12.phx.gbl...
> does exe file compiled on VFP 7.0 work on win95?
>
> question #2: i need to use command execscript(), but as i understand vfp
> 6.0 hasn't this function. is there any other function like execscript() in
> vfp 6?
>
>
>
> thnx
>
>



thanx guys! by Sigis

Sigis
Tue Feb 15 10:12:59 CST 2005

DQo=