Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PUBLIC DLL
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00229859
Message ID:
00229912
Views:
17
>I HAVE TROUBLE TO DO THAT;
>AT THE MAIN FILE SERVER, I COMPILED A PROGRAM
>(
>DEFINE CLASS xx AS CUSTOM OLEPUBLIC
> xx = 123456
> PROCEDURE yy
> LPARAMETERS mpar1
> THIS.xx=mpar1
> ENDPROC
>ENDDEFINE
>)
>WITH "COM SERVER (exe)" OPTION. HOW CAN I FIND xx VARIABLE VALUE WHICH IS PUBLIC (xx VARIABLE HAS TO SAME VALUE AT FILE SERVER AND ALSO CLIENT SERVER) ?

Sarp,

First, please shut off the caps lock on your computer. It makes your messages difficult to read.

Assuming the name of the COM exe is myFile you would;
oObj = CreateObject("MyFile.xx")
oObj.yy("ABC")
?oObj.xx
Of course you must register the MyFile.exe under windows first.
Previous
Reply
Map
View

Click here to load this message in the networking platform