Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting a Fox prg on a Server from Remote Browser.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00305927
Message ID:
00305930
Vues:
23
>Looking for direct guidance or "bird dog" of documents giving guidance on triggering a Fox prg from a Remote Browser.
>Scenario: We want to give a customer the capability to remotely run an e-mail attach and send process we have in VFP6. Server sits at our site. We will give customer an Active Server Page to do his admin work.
>Any hints would be helpful!
>Thanks,

By far the quickest way to get this done is make your fox routine available as a COM server and call that server from your ASP.

SET oMyFoxServer = Server.CreateObject("MyProj.MyClass")

oMyFoxServer.DoSomething()
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform