- Click on the abc.exe (Application) and the application will be open after this Press F12 Key.
- After the pressing F12 key the window will open and you see the menu which name is Customize in this menu find the Manage Report Forms and click on it.
- After this the new form will appear on your computer screen this is the form where we create a dynamic forms.
- On this form you see the New Form button click on it and as soon as you click on the New Form button, it will generated a new row in the Existing Forms Section.
- In this from you see the Report Title field click on it and enter the name of the form which will appear in your application.
- In this from you see the Form Name field click on it and enter the name of the form which will be used at the backend of the application.
- In this from you see the SQL field click on it and write the sql query for getting data from sql to form.
- In this from you see the Report File field click on it and enter the name of the report which is linked with this form.
- In this from you see the Name field click on it and enter the name of your text field and this name is used at backend.
- In this from you see the Type field click on it and select the type of the field basically this is represent which type of data you want to getting from the database.
- In this from you see the Text field click on it and enter the name of the field which is appear on the form.
- In this from you see the Src field click on it and write the query for getting data from sql to this text field.
- After this click on the Add button which will appear on the right side of the Src field.
- As soon as you click on the Add button, it will generate a text field in the form.
- After All these steps click on Update Form Button and the form will be generated.
How to generate a SQL query for Client Update of Dynamic Forms
- Select the form from the Existing Forms section .
- After this mark the checkbox of Export in Update Syntax which is available below the Existing Forms section.
- And click on the Export SQL button, and as soon as you click on the Export SQL button it will generated a sql query for update.