Forum Discussion
singhapratim
9 years agoNew Contributor
With keys([Up]), I can select the row which is one row up to the default row selected.
For example, Consider a Dropdown Datawindow field, with the list as follows:
1. SmartBear1
2. SmartBear2
3. SmartBear3
4. SmartBear4
5. SmartBear5
Row #3 (SmartBear3) is selected by default.
Now If I execute Keys([Up]), it successfully selects Row #2 (SmartBear2).
But consider the requirement to select Row #1, I tried with Keys([Up][Up]), it stills selects Row #2 (SmartBear2).
Please suggest if there is any way to solve this.
Second Question,
Is there any way to directly set "SmartBear1" in the DropDown Datawindow Field.