Actions: Form
populate form data
Populates data into elements linked to a form element.
Argument | Description |
---|---|
Element | The form element whose linked elements will have data populated into them. |
recordID | A variable or text or field element containing the ID of a record from the form element’s linked table. |
refresh form
Refreshes a form. If there is a table and record associated with the form, it will be set in the form. Otherwise, it will be emptied.
Argument | Description |
---|---|
Element | The form element to refresh. |
reset form
Clears the table’s RecordID and free up the form.
Argument | Description |
---|---|
Element | The form element to reset. |
submit form to database
Submits the data input into a Form group to the database.
Argument | Description |
---|---|
Form | The Form group to submit. |
Output | The output variable to place the new or updated recordID into |
This chapter was last updated on Wed 12 Jul 2023 22:12:12 BST