S
Stefan Drissen
Guest
I have no access to wbt, so am going on your code snippets here. Your caller should not compile - it is missing a closing parenthesis, ie it should be: RUN gOrderMaint.w ( INPUT ghProcLib, INPUT ttOrder.RowIdent ). If that was just a typo, what is the datatype of ttOrder.Row|dent? I would expect this to be a ROWID, you can find it wherever the temp-table ttOrder is defined, something like: DEFINE TEMP-TABLE ttOrder FIELD RowIdent AS ROWID
Continue reading...
Continue reading...