RecRef
is datatype of RecRef
, and by this i access to table and can select the field of the table;
RecRef.OPEN(IDTABLE);
RecRef.field(2); // RETURN THE FIELD DATA OF THE IDTABLE.
but if this is empty navision send error so;
How to check if RecRef.field(Integer)
is empty or exists in Navision Development (C/ALL)?
Thanks in advance,