Date:  05/08/2004 11:27:03 AM Msg ID:  002027
From:  FoxWeb Support Thread:  002019
Subject:  Re: thanks..BUT..., Re: my first .FWX
You will need to install VFP on your server (if it's not already installed), disable the Use Run-Time DLL option and point to the VFP executable.  Once you do this, you will need to restart FoxWeb.

FoxWeb Support Team
support@foxweb.com email

Sent by jijo david on 05/07/2004 10:46:12 PM:
Thanks very much for quick response
 
I compiled test.fwx with fwxcompile and it is working now,
how can use without compiling that , in the configuration USE RUN TIME DLL check box is not marked.
 
Thanks
 
Jijo
 
 
Sent by FoxWeb Support on 05/07/2004 10:03:28 PM:
Have you configured FoxWeb to use the VFP Run-Time DLL?  If yes, you will need to compile your scripts manually with fwxcompile.exe on a computer that has a full version of VFP installed.  For details please refer to the documentation of fwxcompile.exe.

FoxWeb Support Team
support@foxweb.com email

Sent by jijo david on 05/07/2004 09:59:40 PM:
Dear all
 
I have created a test.fwx in c:\i\ folder.
 
Test.FWX
 
<HTML>
<BODY>
This page was served on <%=DATETIME()%>.
</BODY>
</HTML>
 
 
The FoxWeb Setup is Default program root is 'c:\i\', server is localhost
 
when I type http://localhost/scripts/foxweb.exe/test.fwx in the IE address bar I get the following messages,
 
There was an error during the interpretation of your request.

Message: Script "TEST.FWX" is invalid, non-existent, or has not been compiled

pls advice me where I am wrong
 
Thanks in advance
 
Jijo