Get title name of the column by RecRef

162 Views Asked by At

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 now i want to take; Title name of the column and number of columns, of the table

Thanks in advance,

EDIT

Is possible whit RecRef.FIELD(IndexVal).CAPTION

1

There are 1 best solutions below

0
On BEST ANSWER