SetDropDown

Top  Previous  Next

×V5.3Ø

S

A

W

WS

M

 

 

ü

Syntax -

SetDropDown <Value> <App Name> <Element Identifier>

       Where:

               <Value> is a literal string or a variable that contains a string value.

               <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 select an option from a drop down or combo box.  The <Value> specified should contain the text that appears in the desired selection.

 

Sample:

       The following statement sets the value for the State combo box to New York.

SetDropDown "New York" RevCycle "Element[Name=State|Type=ComboBox]"

 

Control Usage:

ComboBox

Spreadsheet

 

See Also:

OpenApp

ElementExists