SetCheckBox |
Top Previous Next |
×V5.3Ø
Syntax - SetCheckBox <Selection> <App Name> <Element Identifier> Where: <Selection> is either the keyword Checked or Unchecked. <App Name> The name that represents an opened application. <Element Identifier> is a valid element identifier as described in Element Strings and References.
Description: This command causes EMUE to either check or uncheck a check box on a windows application. If the box is already checked and the command indicates that the checkbox should be checked, nothing will change. Likewise, if the checkbox is unchecked and the command dictates that the checkbox should be unchecked, nothing will change. However, if the checkbox is not currently checked and the command has Checked for its selection, the box will be checked. If the box is currently checked and the command indicates that it should be unchecked, EMUE will click the check box to uncheck it. The same behavior could be accomplished using the GetValue command to determine the state of the checkbox.
Sample: The following statement sets the Financial Activity checkbox to "Checked". SetCheckBox Checked RevCycle "Element[Name=Financial Activity|Type=checkbox]"
Control Usage: CheckBox Spreadsheet
See Also: |