How to pass values using button navigation
Step1
Step2
Then create a new folder and then create a new form inside the folder you have created.
Step3
Open the form and then drag and drop a text box and a button control to the form.
Step4
To set the Navigation click on the button control and go the properties window in the right pane of the AppForms designer.
Step5
Clicking on ‘Navigate URL’option will loads the popup form to configure the navigation to the other form.
Step6
Step7
In the target form, set the target field control to pass the value and set the source field control in which the value exists.
And then click OK to complete.
Step8
Load the form and enter a value in the text-box ID. And click the button.
Step9
Then the other form will opens and we can see that the value is set to the specified column in the form.