formid

Defines a unique identifier for the form.

Syntax

   <formid>
      <title>form title</title>
      <serialnumber>serial number</serialnumber>
      <version>version number</version>
   </formid>
Note:
  • serialnumber and version are mandatory; title is optional
Table 1. form id parameters
Parameter Type Description
form title string Provides a title for the form.
serialnumber string Provides a unique identifying string for the form. This is generated by an external program such as a form design program.
version number number in the format AA.Bb.cc Shows the major (AA), minor (Bb) and maintenance (cc) numbers for the form. This is generated by an external program such as a form design program, but can also be set manually.

Available in

form global

Example

This sample shows how the formid option appears in the global characteristics of a form.

   <formid>
      <title>Admin_Form</title>
      <serialnumber>{94EC8BA0-7D33-11D2-B5E3-0060}</serialnumber>
      <version>4.8.2</version>
   </formid>

Usage details

  1. Defaults:
    • title: none
    • serialnumber: none
    • version : 1.0.0
  2. This option is intended for use with form design programs and licensing models.