Hi,
I want to use single RPC for retrieving data from multiple tables which reside on server. The only solution I have come up so far is to use some object which includes arrays of records from different tables.
Now the problem is that if I return object from my function then I only get a reference to the actual object not a copy of it. Therefore every time I want to get the contents of one array included in it I have to make another RPC, right?
I found an article about VB where is said that this thing can be done with VB. But how can I tell VFP that I want the whole object to be copied not referenced?
Thanks,
Yg Ringo