Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public dll
Message
From
16/06/1999 09:15:40
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00230303
Message ID:
00230367
Views:
26
>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 ?

Not sure if this will work... but you have to make a Global Variable.... Are you using a Multi-Use COM object?

The best way to share data from client to client via a COM object is to put the data in a table. This way, the data is shared and persistent.

Another thing you could do, to pass messages from one ap to another is us MS Message Queue Server.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform