Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to keep running VFP exe
Message
From
06/07/2006 09:23:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How to keep running VFP exe
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01134118
Message ID:
01134118
Views:
63
I have a web app. that has the following structure:
html forms are submitted into same asp page that creates an object from the VFP exe module for all the data processing.
Here is an asp page:
<SCRIPT LANGUAGE="JavaScript" RUNAT="Server">
var oComObj = new ActiveXObject('webconnector.connector');
oComObj.minitiate(Server, Request, Response, Session);
oComObj.mDispetch('scanmonitor', 'frmscanmonitor');
</SCRIPT>
Is it possible to keep VFP exe runnning after the http request has been processed?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform