Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX Automation server
Message
From
18/07/1997 09:54:55
 
 
To
17/07/1997 16:58:57
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00040466
Message ID:
00040560
Views:
31
Thanks for the tip but I'm still confused. If your not familiar with the Active server scripting, the code between the <% and %> runs on the server. Point the browser to this page will generate the table (c:\bds\sampleJudge.dbf) but it stops before the HTML code " Did it work???" is returned. IE nothing is being returned by IIS. The abbreviated code is below.

Also, is there a way to manually kill a DLL in NT 4.0?


Thanks for the help,
Brent

******* VFP Class*******************************************
*-- Class: createcursor (c:\bds\brent.vcx)
*-- ParentClass: custom
*-- BaseClass: custom
*
DEFINE CLASS createcursor AS custom OLEPUBLIC
Name = "createcursor"
PROCEDURE buildit
use c:\tcms20\data\judge
sele * from judge INTO TABLE c:\bds\sampleJudge
clos all
ENDPROC
*-- release from memeory
PROCEDURE terminate
RELE (THIS)
ENDPROC
ENDDEFINE
*-- EndDefine: createcursor

******* Active Server Script *********************************
<%@ LANGUAGE="VBSCRIPT" %>





Document Title



<% Dim bds
Set bds = Server.CreateObject("myserver.createCursor")
bds.BuildIt

bds.terminate
%>

Did it work???




>doing foo=nothing clears the referenc in the ASP pages it does not release
>the object
>call a method that will do that in the automation server
>
>Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform