Skip to content

cDataTable.SetFieldOrder

Brendon edited this page Mar 17, 2024 · 1 revision

SetFieldOrder

returns long

accepts (ByVal fieldName As String, ByVal FieldOrder As Long)

Sets the field ordinal position of the field specified. If it is successful in setting the field order it will also set the field order of the default record to match the cDataTable field order.

See also: cRecord.SetFieldOrder, cRecord, cDataTable

Clone this wiki locally