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:54:34
 
 
To
24/11/1998 17:52:13
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00161165
Message ID:
00161166
Views:
27
I had to repost this because the code did not
print since I was using ASP\VBS and I guess
so do UT.

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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform