D
Daimyen Best
Guest
Missing parens in the previous message was a typo here, code has the parens. DEFINE TEMP-TABLE ttOrder NO-UNDO LIKE Order FIELD RowIdent AS ROWID INDEX RowIdent RowIdent. Is the definition of ttOrder. RowIdent is already defined as a ROWID. Passing as ttOrder.RowIdent.RowIdent would be passing the index not the ROWID right? Could it be my PROPath set wrong, trying to compile another version of the callee?
Continue reading...
Continue reading...