<< Click to Display Table of Contents >>

FormID

Alias name of an Input Component, Label and FixedTableLabel.

FormID is useful when using GetInputValue/GetInputNumberValue/GetInputXML/GetInputJSON/GetInvalidInfoJSON functions. You can use more intuitive names such as "Red", "Green", "Blue", instead of "RadioButton1", "RadioButton2", "RadioButton3".

If once you have set a FormID, you have to use FormID with GetInputValue/GetInputNumberValue/SetInputValue/GetInputComponent functions, not the component name.

XML tag to be created by GetInputXML/GetInputJSON/GetInvalidInfoJSON functions and Key of POST parameter to be sent to the server will also use FormID, not the component name.

With report viewer, when GetInformation function gets a value of a component in the XML/JSON string format, it also uses FormID.