i am using freeform query in browse ,but in display data in browse the scroll bar is not...

Status
Not open for further replies.
S

Sri Nivas

Guest
DEFINE TEMP-TABLE ttevaluation NO-UNDO
FIELD ad-num AS INTEGER.

define query browse-4 for ttevaluation.
DEFINE BROWSE BROWSE-4 QUERY BROWSE-4 NO-LOCK

DISPLAY
ttevaluation.ad-num
/* ENABLE name */
WITH NO-ROW-MARKERS SEPARATORS SIZE 32 BY 6.46 FIT-LAST-COLUMN.

open query browse-4 for each ttevaluation.

enable browse-4.

wait-for window-close of current-window.

OPEN QUERY {&SELF-NAME} for EACH ttevaluation.

Continue reading...
 
Status
Not open for further replies.
Top