GetNoOfAppendices() As Integer

Form object

Returns the number of appendices which belong to the current form. If the appendices are optionally two-sided and one or more can have been deleted, use GetNoOfAppendixFiles instead, because GetNoOfAppendices can result in an incorrect value in that case.

FormScanEnd would be an appropriate event from which to call this method.

This method cannot be used in FORMS Interpret if you are importing image files, because in that case you do not have access to appendices. The methods work in Interpret only if you are interpreting forms from the database (forms that have been scanned using FORMS Scan).

The Form object