Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro server samples
Message
De
12/04/2000 11:47:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00358319
Message ID:
00358732
Vues:
13
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform