0

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

Tabutnas
  • 35
  • 6

1 Answers1

0

You need to use FieldRef to this https://msdn.microsoft.com/en-us/library/dd301382.aspx

azatoth
  • 705
  • 6
  • 14