[progress Communities] [progress Openedge Abl] Forum Post: Re: Selection-list Set As...

  • Thread starter Thread starter Ab Himmit
  • Start date Start date
Status
Not open for further replies.
A

Ab Himmit

Guest
Thanks All for your help. I seems to have solved the issue. I have added a procedure (init_Record) to the main-block where I set the list items to selected. See the snippet below; MAIN-BLOCK: DO ON ERROR UNDO MAIN-BLOCK, LEAVE MAIN-BLOCK ON END-KEY UNDO MAIN-BLOCK, LEAVE MAIN-BLOCK: RUN enable_UI. RUN init_Record. IF NOT THIS-PROCEDURE:PERSISTENT THEN WAIT-FOR CLOSE OF THIS-PROCEDURE. END. Now the the list are displayed selected when the screen is shown.

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