GetList |
Top Previous Next |
×V5.3Ø
Syntax - GetList <List Name> <App Name> <Element Identifier> Where: <List Name> is the user defined name that is assigned to the list. <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 reads a list, tree or dropdown list and places the contents into an EMUE list structure. This is useful to grab extended amounts of data that is being displayed in grid format from windows applications and will allow EMUE to parse through as if it were any other list.
Sample: The following statement retrieves the grid data from the app called RevCycle and stores it in a list named Balances. GetList Balances RevCycle "Element[Name=Balances|Type=List]"
Control Usage: List Tree Spreadsheet ComboBox
See Also: |