CreateFormDefFromFile(FrontSide as String, BackSide As String) As Integer

Application object (Manager)

Example

Use this function to import one or two image files and tell FORMS Manager to create a form definition from the them. The FrontSide parameter contains the complete path to the front page of the form. The FrontSide parameter is mandatory.

If the form definition is two-sided, supply the complete path to the image file containing the back of the form in the BackSide parameter. If the image is one-sided, set BackSide to be an empty string ("").

The method returns EV_OK if it succeeds, otherwise EV_ERROR. See Event return value constants.

Use with these methods:

CreateFormDefFromFileEx

Methods for the Application object for use with the Manager