<< Click to Display Table of Contents >>
GetInformation Commands - INPUT_TRIGGER_CLICK
To get the results of the OnClick event's script execution of the button, use the INPUT_TRIGGER_CLICK related command below.
This command only supports e-Form.
INPUT_TRIGGER_CLICK
Get the results of the OnClick event's script execution of the first button added to the current report. If it succeeds to run, "true" is returned, if it fails to run "false" is returned. Note that it returns "false" if the OnClick event of the first button has no script.
INPUT_TRIGGER_CLICK_AT=ReportIndex
Get the results of the OnClick event's script execution of the first button added to the specified report. If it succeeds to run, "true" is returned, if it fails to run "false" is returned. Note that it returns "false" if the OnClick event of the first button has no script.
INPUT_TRIGGER_CLICK_CURRENT_PAGE
Get the results of the OnClick event's script execution of the first button added to the current page. If it succeeds to run, "true" is returned, if it fails to run "false" is returned. Note that it returns "false" if the OnClick event of the first button has no script.
INPUT_TRIGGER_CLICK_PAGE_AT=PageIndex
Get the results of the OnClick event's script execution of the first button added to the specified page. If it succeeds to run, "true" is returned, if it fails to run "false" is returned. Note that it returns “false” if the OnClick event of the first button has no script. The PageIndex must be specified as one-based index.