📄️ Using Live Form
---
📄️ How Tos: Form
Using Form to trigger an Insert QueryWe will be seeing how to use a Form to insert values into a Employee table of hrdb database using Insert Query:
📄️ Building Tabbed Live Form
Scenario: While dealing with Live Form handling many fields, for easier use and manage-ability it would be better to spread the fields across.
📄️ How Tos: Live Form
---
📄️ Linking Live Form with another Widget for Input
To use form for updating the table, it needs to be bound to a Data Table or a List widget's Selected row property. Here we will see linking Data Table to a Live Form, the same can be replicated for a List. Another easy way to achieve this would be to use the Editable Data Table with Live Form layout.
📄️ Handling Related Fields in a Live Form
Live Form deals with Database CRUD Variables with the underlying data source as Database. Database tables are usually related with each other through Foreign keys. We will see here how to handle data for these related fields within a table.
📄️ How to Get Validation Messages from a Form
---
📄️ Adding Master-Detail records in the same transaction
In this use case, you will be:
📄️ Submit Parent and Child Records in a Single Transaction
---
📄️ Submit Parent and Child Records in a Single Transaction using Form and Data Table
---
📄️ Using Cascading Select & Autocomplete for Live Form Fields
Scenario: To enable user selection for a form fields.
📄️ Using Cascading Select within Live Form
We will see how to configure cascading selects for Live Form fields using the on Change Event. We are placing the Live Form within a list.
📄️ Using cascading Filter to populate Live Form
We will be use Live Filter result value to populate a Live Form.
📄️ Using Wizard for Master-Detail Live Form
We will be adding master/detail records using Live Forms in a Wizard.
📄️ Copy to Clipboard
---
📄️ Create a form with multiple wizard steps
Form with Wizard steps assists with the creation of forms with some sort of form flow. For example, if you had a large form for entering user data, you could use a form with wizard to divide it into a series of related steps. This has the advantage of not overwhelming users with a really long form and also giving them some indication of their progress as they enter their information.
📄️ Smart Forms: Conditional Flows for form Widget
What's a Smart Form?