It is provided to open an additional form connected to the main form and save the information with this additional form.
Open Form Appendix operation at Property Panel
Properties
Condition: Specifies how to open the new form.
In the Same Tab; opens in the main form screen
In the New Tab; opens in a different window on the same screen,
In the New Window; pop up on a different screen.
In the Right Window; opens in the right window on the same screen.
Description: A description of the action is written.
Form Title: This is the field where the title of the form to be opened is determined.
Project: The project of the form to be opened is selected.
Form: The form to be opened is selected.
Mapping List: This is the field in which the list information is sent to the linked form to be opened.
Mapping: The list fields in the form are matched to the fields of the linked form to be opened.
Additional Data Type: Form or list selection is done. The information in the additional form to be opened is selected from the form or the list in the form.
Additional Form ID Area: The ID of the main form is saved in the ID field on the opened form. Thus, when the additional form to be opened is saved, it is registered correctly in the correct field.
Additional Form Type Area: The form type information of the main form is saved in the form type field on the opened form. Thus, when the additional form to be opened is saved, it is registered correctly in the correct field.
Closing Action: When the opened form is closed, the action in the form is selected for the operation to be performed.
Fullscreen: Select whether to open the form to be opened in full screen.
Save When Turned On: When the linked form is opened, it is selected whether or not to save the document.
Delete When Turned On: When the linked form is opened, it is selected whether or not to delete the document.
Form Hide: Select whether to display the form to be opened.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
There are two forms in the project. One of the form's main form, the other is the appendix form.
When data are entered, you can click the Open Form Appendix button.
Client view on screen
The button contains Open Form Appendix operation and it is as in below.
Save when turned on the property is chosen as Yes.
After the button is clicked, the following screen is opened and is saved, then the appendix form closes automatically.
Client view on screen for the appendix form