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