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...
Continue reading...