Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP calling a VFP DLL
Message
 
To
27/05/1998 11:05:18
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00102375
Message ID:
00102428
Views:
19
>I am trying to write an Active Server Page that calls a VFP5 DLL. This DLL only returns a string and works in VFP3, VFP5 and VB5 with the CREATEOBJECT() command.
>
>However, I try to call this DLL from my ASP but only get error messages.
>
>Here is what my ASP looks like. I left the brackets out.
>***Test.asp.
>SCRIPT LANGUAGE=vbscript runat=server
>set ox = createobject('myproject.myclass')
>y = ox.myproperty
>z = ox.mymethod()
>
>Display the results to client.
>Document.write(y)
>Document.write(z)
>SCRIPT
>***
>
>I keep getting errors on the createobject().
>
>How can an Active Server Page call a DLL and return a result in a web page to the user? Also, I would like to have this script run only on the server, not the client.
>
>Thanks,
>
>Jerryt

Jerry
Are you passing y to the dll or getting y from the dll?
If you are trying to get mymethod to execute then it should be just ox.mymethod.

Maybe I'm not following...

Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform