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:52:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
VFP Automation Server from ASP using VB Script
Divers
Thread ID:
00161165
Message ID:
00161165
Vues:
89
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform