Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return values to the client from a com server
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Return values to the client from a com server
Miscellaneous
Thread ID:
00430797
Message ID:
00430797
Views:
35
Hi to all:

I don't know how to return a field value or a variable from a com server.
For example:

DEFINE CLASS mydcom as custom olepublic
Name=mydcom
PROCEDURE showrecord
USE mytable in 0
SELECT mytable
? mytable.id
? mytable.customername
ENDPROC
ENDDEFINE

Then when I call showrecord method from the client machine, the fields value are shown in the server.
How I can pass the fields values back to the client?

Thanks.

Pedro Giraudi.
Next
Reply
Map
View

Click here to load this message in the networking platform