Hi, I have defined the next temp-table:
DEF TEMP-TABLE TTPDF NO-UNDO
FIELD ......
.............
.............
FIELD hBROWSE AS HANDLE.
The last field (hBrowse) contains the "data" of a browse (query, num-columns...) and iI have checked that in the client side it has everything correct. I'm calling to a remote procedure .p in a server, passing that temp-table as an input-output parameter, my problem is that when trying to access to that field of the temp-table in the server's .p procedure the content of the handle is null (?) (guess that is because in the server that browse doesn't exist)
how can I pass that handle without losing the data?
Thanks in advance.
DEF TEMP-TABLE TTPDF NO-UNDO
FIELD ......
.............
.............
FIELD hBROWSE AS HANDLE.
The last field (hBrowse) contains the "data" of a browse (query, num-columns...) and iI have checked that in the client side it has everything correct. I'm calling to a remote procedure .p in a server, passing that temp-table as an input-output parameter, my problem is that when trying to access to that field of the temp-table in the server's .p procedure the content of the handle is null (?) (guess that is because in the server that browse doesn't exist)
how can I pass that handle without losing the data?
Thanks in advance.