Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Automation Server from ASP using VB Script
Message
From
24/11/1998 17:52:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
VFP Automation Server from ASP using VB Script
Miscellaneous
Thread ID:
00161165
Message ID:
00161165
Views:
88
I tested using VFP from ASP\VB Script on NT IIS
using the following code with success:
<%
set oFox=CreateObject("VisualFoxPro.Application")
oFox.DoCmd "use c:\temp\hold"
oFox.DoCmd "close all"
oFox.Quit
SET oFox = NOTHING
%>

I tested using VFP from ASP\VB Script on NT IIS
using the following code with success
(the program actually ran!!!):
<%
set oFox=CreateObject("VisualFoxPro.Application")
oFox.DoCmd "DO C:\TEMP\TESTWEB.FXP"
oFox.Quit
SET oFox = NOTHING
%>

But now there are a bunch of VFP.EXE in the NT's
Task Manager that won't go away. In the Task Manager
I hit but nope, it gives an "Access Denied"
messages.

Anyone know how to get rid of VFP.EXE from still
being a process if the above code doesn't end
the process?
Next
Reply
Map
View

Click here to load this message in the networking platform