Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Automation Server from ASP using VB Script
Message
De
24/11/1998 17:54:34
 
 
À
24/11/1998 17:52:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00161165
Message ID:
00161166
Vues:
31
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform