Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro server samples
Message
From
12/04/2000 11:47:22
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00358319
Message ID:
00358732
Views:
11
Sorry. The asp code didn't apper in the last response.

It's simple :

In the ASP Page you can have :

set oserv=server.createobject("enet.enet")

oserv.agendav request,response

where enet.enet is the com server and the vfp class. agendav is the method in that class.

In the method you can use the request object (which has the html form data) and the response object used to return html to the browser.

In a html page with a form you can call this asp page.

Hope this helps.



>Use a VFP COM Server that uses the response and request objects of the ASP object model and you can do everything that FOXISAPI does without it.
>
>So what is the connector? The job of foxisapi.dll among other things is to gather browser/server settings and create a client that can automate your vfp ole server. I guess I'm asking how do you connect from the browser request (URL) to the VFP COM server?
>Thanks
Ricardo Parreira
PHC
Portugal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform