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 clears all data in the form.

Argument Description
Element The form element to reset.

set form recordID

Sets the recordID that a form is connected to.

Argument Description
Element The form element to refresh.
recordID The recordID to be connect to.

set form table

Sets the table that a form is connected to.

Argument Description
Element The form element to refresh.
TableName The table to be connect to.

submit form to database

Submits the data from the form element to the database.

Argument Description
Form The name of the form element.
Output The optional output variable will contain the recordID of the new or updated record.

This chapter was last updated on Mon 1 Apr 2024 19:18:17 BST