J
jmls
Guest
no, but instead of my-table-handle:BUFFER-FIELD("field1"):BUFFER-VALUE you can use the shortcut my-table-handle::field1 (saves some typing, at least) julian On 10 March 2014 14:30, jquerijero wrote: Is there a way to convert a temp-table handle back to the static definition? Thread created by jquerijero 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") */ Stop receiving emails on this subject. Flag this post as spam/abuse. -- Julian Lyndon-Smith IT Director, dot.r http://www.dotr.com "The bitterness of poor quality remains long after the sweetness of low price is forgotten" Follow dot.r on http://twitter.com/DotRlimited
Continue reading...
Continue reading...