[stackoverflow] [progress Openedge Abl] Clear Displayed Data With Default Frame In Progress...

Status
Not open for further replies.
I

Ivan

Guest
I'm trying to find a way to clear displayed data from the screen before return to the calling procedure.

for example...

FIND FIRST table NO-LOCK NO-ERROR.

DISPLAY table WITH 1 COLUMN.

/* data gets displayed */

PAUSE.

Now how do I clear it before returning to the calling procedure?

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