Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM shares client data session
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00271639
Message ID:
00271676
Views:
28
This is normal, you are accessing the same server from both client. To start a separate server for each client, go to Project|Project Info... click on the Servers tab and change the Instancing combo from "Multi Use" to "Single Use".

HTH
>If I open a table, change aliases, record pointer, etc., on one client it is changed on all clients.
>
>oCom = CREATEOBJECTEX("MyCom.MyComClass","\\SERVER") && returns object ref.
>*-* I have a method that executes and VFP command or function
>?oCom.Exec("ALIAS()",.T.) && Returns current alias
>?oCom.Exec("USE MyTabel") && or something like this - Returns .T.
>
>here is my stripped down Exec function:
>LPARAMETERS tcCommand, tlReturn
>LOCAL lValue
>lValue = .T.
>IF tlReturn && get a return value
> lValue = &tcCommand
>ELSE
> &tcCommand
>ENDIF
>RETURN lValue
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform