Clicking the New Form button on the Form Design toolbar pops up the New Form property settings box:
Form name: The name of the new form table.
Data connection: The database connection for the form (this connection is maintained in the System Management-database connection).
data table: the database table corresponding to the form.
PRIMARY key: The primary key of the database table (the primary key can only be a self-increment int, or uniqueidentifier (GUID) type).
Title field: which field data in the business table is the title of the TODO task.
Library Classification: The classification of forms, which are maintained in the data dictionary.
Task title: whether the title is automatically generated, and if it is auto-generated, the title is automatically generated in the form of the process name (initiator name).
validation prompt: the way that validation fails when a form is submitted.
1. Popup (Alert): Browser pop-up hint (Window.alert ("hint"));
2. Icons and tip information:
3. Icon: Only the error icon, no subsequent text message, when the mouse moved to the icon when the error message appears.
Click OK when the form properties are set up to start the form design.
. NET open source Workflow roadflow-Form Design-New form (property settings)