Hi all,
I'm using:
REPEAT WHILE v-hdl_que:GET-NEXT(NO-LOCK):
p-hdl_tmp_tbl:BUFFER-CREATE.
p-hdl_tmp_tbl:BUFFER-COPY(v-hdl_buf, v-except).
END.
to fill a temporary table. Variable v-except is a comma seperated string with fields I don't want to assign.
Is there...