Forum Post: Is there a way to convert a temp-table handle back to the static definition?

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
I have a handle to a static temp-table that I pass around. Is there a trick so that I can convert the handle parameter back to the static temp-table definition. Ex. DEFINE TEMP-TABLE my-table . . . PUBLIC SomeMethod(INPUT TABLE-HANDLE my-table-handle) ... /* convert handle to static temp-table, so I can use my-table.field1 instead of my-table-handle:BUFFER-FIELD("field1") */

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