Is it possible to override the sequential row number on the left side of a popup with a predefined number or record Id?
Trying to save a few keystrokes when a popup appears. The user has a choice of srolling down to the row and select, or they can type the row number and it will return the data on the selected row. Right now, the row number on the popup may change when a new record is added to the table which is linked to the popup.
No but you could use the @ROWNUM format override to make it disappear completely then just have them Ctrl-F?
World leaders in all things RevSoft
Isn't there a way to preselect one of the rows? I seem to remember doing that. If the selections are build dynamically can't you just locate the preferred response before displaying to popup and preselect that row/record?
We can do a preselect with the coordinates variable in the Pop.up function. In my case, there may be a few possible options. The users want a faster way of selecting.
Just curious, but what does the user mean when they say they want "a faster way of selecting." How are they doing it today?
Ray Chan