DeleteField (FieldName As String) As Integer

Application object (Manager)

Deletes the specified field from the current inactive form definition. It works the same as F9, Delete field.

Return values

Return value

Description

0

OK.

-1

No form definition loaded in the Manager.

-2

The form definition is still active.

-4

Specified field not found on the form definition.

-5

Failed to delete an indexed field.

DeleteField (Verify)

EraseField

Methods for the Application object for use with the Manager