[Progress Communities] [Progress OpenEdge ABL] Forum Post: Passing object (input-output), with a dataset or TT, between client- and appserver-session

  • Thread starter Thread starter DenDuze
  • Start date Start date
Status
Not open for further replies.
D

DenDuze

Guest
Hi, Should it be possible to get the following working? I have as class (serializable) that I instantiate on the client In this instance I create some temp-table records (in a static defined temp-table) I pass this instance from the client to the appserver There I process the values of that static temp-table and as a result I create some dynamic temp-tables that I put in a dynamic dataset (that is all done in that class that I passed to the appserver) Now I pass that object (so with the dynamic created dataset/temp-tables back to the client. There I want to display the records that I created on the server, But this does not work? The object is valid but the dataset/temp-tables are not? Is that because I use dynamic Temp-tables/dataset?? Is there some way to do this (I can't use static defined temp-tables because I do not know what data I need to send back) Passing the records from the client to the server (with static temp-table) works well But I can't manage to get that data from those dynamic created dataset on the client. I guess I could try with input object (with the static temp-table with selection-criteria) and output dataset/dataset-handle but I think it would be better to contain that dataset/temp-tables in the class itself (if that can work!) If possible: can someone give me some example on how to do this (or link to example) Regards

Continue reading...
 
Status
Not open for further replies.
Back
Top