Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting a Fox prg on a Server from Remote Browser.
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00305927
Message ID:
00305930
Views:
24
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform