通过 RecRef 获取列的标题名称
Get title name of the column by RecRef
RecRef 是 RecRef 的数据类型,通过这个我可以访问 table 并且可以 select table;
的字段
RecRef.OPEN(IDTABLE); RecRef.field(2); -> RETURN IDTABLE 的字段数据。
但现在我想接受; table
的列标题名称和列数
提前致谢,
编辑
可以使用 RecRef.FIELD(IndexVal).CAPTION
您需要为此使用 FieldRef
https://msdn.microsoft.com/en-us/library/dd301382.aspx
RecRef 是 RecRef 的数据类型,通过这个我可以访问 table 并且可以 select table;
的字段RecRef.OPEN(IDTABLE); RecRef.field(2); -> RETURN IDTABLE 的字段数据。
但现在我想接受; table
的列标题名称和列数提前致谢,
编辑
可以使用 RecRef.FIELD(IndexVal).CAPTION
您需要为此使用 FieldRef https://msdn.microsoft.com/en-us/library/dd301382.aspx