Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return values to the client from a com server
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Return values to the client from a com server
Divers
Thread ID:
00430797
Message ID:
00430797
Vues:
36
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform