I am not able to scroll the scroll bar in the browse to view more results. How can I achieve this?
DEFINE QUERY BROWSE-4 FOR Customer.
DEFINE BROWSE BROWSE-4 QUERY BROWSE-4 NO-LOCK DISPLAY custNum name /* ENABLE name */ WITH NO-ROW-MARKERS SEPARATORS SIZE 32 BY 6.46 FIT-LAST-COLUMN. .
open query browse-4 for each customer no-lock.
enable browse-4.
wait-for window-close of current-window.