SetVerifyOrder(VerifyOrder As Integer, FieldNo As Integer)

Application object (Manager)

Call this method to set the verification order for a field on a form definition you are creating by calling CreateFormDefFromFile. The field number goes in FieldNo and the verification order is specified in VerifyOrder. VerifyOrder must be ³ 1.

This method must only be used in the Manager module when you are creating form definitions through the ActiveX API.

Methods for the Application object for use with the Manager