show / hide menu

SetFormValue

This function is used to set the form value for a specific control in a form.

Syntax:

SetFormValue( FormName, Control Name, Value)

Form name is the name of the form or it can be the name of the external control. Control name is the name of the control. Value is the value that needs to be set to the control.

Example:

setFormValue(“Newfolder.New Form”,Testbox2,25)
The function will set the value 25 in the form for the control Textbox25.