Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public dll
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Public dll
Miscellaneous
Thread ID:
00230303
Message ID:
00230303
Views:
48
Mr. Jim Booth ,

Thank you very much for your advice and answer. I couldn’t ask my question clear that’s why misunderstand I gues. I am repeating my procedure and question step by step at below:

Step 1:
Define class xx as custom olepublic
xx=123456
Procedure yy
Lparameters mpar1
This.xx=mpar1
Endproc
Enddefine


Step 2:
I am openning a new myfile project. I am adding Step 1 example in myfile project. I am compiling with COM SERVER (exe) option. It registered when I compiled COM SERVER (exe) or at the another step in the command it registered with “ ! /N myfile /regserver “. I am choosing with Racmgr32.exe
At page frame “Client Access” which option “Allow Remote Creates by Key” command.

I am taking the file of Myfile.vbr. When I wanna make a connection a client computer with my client at the other client I registered with clireg32 the file of Myfile.vbr . I make a pipe connection both of the clients with Autmgr32.exe


Step 3:
At my client I am doing an example below;

)
oObj = CreateObject("MyFile.xx")
oObj.yy("ABC")
?oObj.xx
)

The value of “xx” variable becomes “ABC”.

Which client I had connection I am doing an example below;

)
oObj = CreateObject("MyFile.xx")
?oObj.xx
)

Which client I had connection The value of “xx” variable becomes “123456” instead of “ABC”.

I coldn’t get the variable’s value of “xx” at the other client, and also I coldn’t get value of “xx” at the other client, at my client.


My question :

How can I see the variable’s value of “xx” which return value is “ABC” at the other client or at the any other client how can I see the variable’s value of “xx” I assigned the value “ABC” at the another client ?
Next
Reply
Map
View

Click here to load this message in the networking platform