Order Property
Description
The position of the specified field in the list of the sort fields. (zero-based).The position of the specified field in the list of the sort fields. (zero-based).
Property type
Read-write property
Syntax
Visual Basic
Public Property Order( _
   ByVal FieldName As String _
) As Long
Parameters
FieldName
The name of the field in the project database. Use all upper case.
Remarks

When the order of one field is set with this property, no adjustments are made to the positions of other fields. The application is responsible for ensuring that the orders of all the fields are as required, that no two fields occupy the same position, and there are no empty positions.

When two or more fields are assigned the same order, the actual order is undetermined.

When the order of one field is set with this property, no adjustments are made to the positions of other fields. The application is responsible for ensuring that the orders of all the fields are as required, that no two fields occupy the same position, and there are no empty positions.

When two or more fields are assigned the same order, the actual order is undetermined.

See Also