[progress Communities] [progress Openedge Abl] Forum Post: Just Can't Send A Tt To Appserver...

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
I'm really annoyed with this: I have a TT1 defined (with a DS embracing it). Then I define another TT2 like TT1. Then down the process I populate TT2, debug it showing some value of some fileds on screen, and call a remote procedure on appserver 11.3. The thing is that the TT1 is definen by an include, and used on both procedures, the calling one and remote callee... but on calling, I put the TT2 on the parameters.... the receiving procedure does the following, defining the name of the parameter as TT1 on this side (because the include is defined that way) DEFINE INPUT PARAMETER Accion AS CHARACTER NO-UNDO. // "PUT" o "GET" DEFINE INPUT PARAMETER pQuery AS CHARACTER NO-UNDO. // =GET= DEFINE INPUT-OUTPUT PARAMETER table FOR tt1. // =GET&PUT= and vôila, the TT1 it is empty on appserver side!!! I also tested with the dataset parameter.. Also to note, the TT1 and TT2, (on paper, identical to each other) had a BLOB field. So, what I'm missing?

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