Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling VFP exe From a Web App
Message
 
To
18/07/2007 13:20:50
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01241641
Message ID:
01241650
Views:
27
>What is involved in creating a com server?
Nothing but define a class as OLEPUBLIC:
DEFINE CLASS MyClass AS Custom AS OLEPUBLIC
   PROCEDURE SomeThing( param1 AS string) AS String
   RETURN 'bla bla'
ENDDEFINE
Check:
How to: Create Automation Servers
Visual FoxPro and Advanced COM
Automation Server Programming Notes

and all related topics in HELP
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform