Purpose Select a grid row Solution Use the predefined VB function GuiXT
specifying the cell content and the column id. If you know the row number, you may use GuiXT
Examples: GuiXT
or GuiXT
In some grid controls, it is necessary to use the "ClickCellByValue" function in order to select the given entry: GuiXT
|
InputScript GuiXT
If the variant "PALO ALTO" is missing in the system, an error popup is displayed:
The popup does not indicate that the variant "PALO ALTO" is missing. It is good practice to handle such errors explicitely in the InputScript and show an error message which clearly indicates what is going wrong. In our case we can add the error popup in the InputScript and then terminate the script with our own error message: InputScript GuiXT
|
Components |