Bug #3306
Improve intermediate state in ROW-DISPLAY trigger.
0%
Related issues
History
#1 Updated by Stanislav Lomany about 9 years ago
- Related to Feature #3275: improve browse support added
#2 Updated by Stanislav Lomany about 9 years ago
This task is about the browse state which is drawn when ROW-DISPLAY is triggered for multiple rows. See #3275-30 for the full list of such cases. To be implemented:
Browse scroller's thumb size/position is updated immediately as ROW-DISPLAY is triggered for each row. That is easy to notice during search by key in a browse with many rows. Note that other areas of browse and other widgets are not redrawn unless processing is paused by a message box.
See also #3275-39 for additional information.
#3 Updated by Stanislav Lomany about 9 years ago
In addition, logic of Page Up, Page Down keys and search by key should be modified in order to match 4GL ROW-DISPLAY order. 4GL behavior is described in #3275-30.
PAUSE in ROW-DISPLAY statement doesn't work properly too.
#4 Updated by Greg Shah over 8 years ago
What is the status of this?
#5 Updated by Stanislav Lomany over 8 years ago
That is still an amount of unplesant work which IMO we don't need to touch until customer meets a real problem with it. My reasoning is that having an alert box in a ROW-DISPLAY display trigger is not a common thing.