Accusoft.Forms1 - Updated
Creation of a FormSet Object using FormAssist
Forms API - User Guide > Concepts > Implementing a Forms Processing Application > FormSet Creation > Creation of a FormSet Object using FormAssist

FormAssist is a good application for creating form sets for in-house solution builders, who do not need special branding of the form set creation tool or do not need the tool to be integrated into a larger product.

FormAssist is installed with the FormSuite SDK and can be found:

The application allows creation of a new form set, loading of a form set from file, and saving a form set to file.

For each form set, the following may be configured:

For each form definition, the following may be specified:

The following types of fields may be specified:

For each field the following may be specified:

With this option, the FormSet object that is passed to the Processor constructor must be completely loaded from disk, including loading any FormDefinition objects that the FormSet may refer to.

Steps to Create a FormSet File and Load it from Disk

  1. Create the FormSetFile object.
  2. Set the Filename property to the file that needs to be loaded.
  3. Call the Read method.
    The FormSet object will then have a collection of FormDefinition objects.
  4. Load each FormDefinition object in the FormSet by calling the Read method. The filename of the FormDefinition does not need to be set by the calling code, because that was set when the FormSet object created the FormDefinition object.