[progress Communities] [progress Openedge Abl] Forum Post: Temp Table

  • Thread starter Thread starter hermes
  • Start date Start date
Status
Not open for further replies.
H

hermes

Guest
Hello, I have tried a few combinations and I don't know why I am missing this but I am a trying to populate a field from the table and have it output to a file. It (vorigitem) does not get a value. This is a really striped down example. Thank you for any tips you can provide. test\myfile.i} FIND FIRST oe_items NO-LOCK WHERE oe_items.order = 12345 NO-ERROR. DEF VAR vorigitem AS CHAR NO-UNDO. CREATE tt_it. ASSIGN vorigitem = oe_items.myitem. in the .i file DEFINE TEMP-TABLE tt_it NO-UNDO FIELD vorigitem like oe_items.myitem . ASSIGN sv_out_string = TRIM(STRING(tt_it.vorigitem)) .

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