R
rajeshkumar22
Guest
I am trying below piece of code in already existing program: IF confirm1 = Yes THEN on choose of btn-ok In frame Frame-A: DO: ....... if true then DO WITH FRAME FRAME-V: IF SESSION:SET-WAIT-STATE("GENERAL") THEN. IF SESSION:SET-WAIT-STATE("") THEN. FOR EACH ttvoucher : DISPLAY tt-voucher tt-ErrMsg WITH FRAME FRAME-V VIEW-AS DIALOG-BOX. END. ENABLE cancel-button WITH FRAME FRAME-V. WAIT-FOR CHOOSE OF cancel-button IN FRAME FRAME-V. end. END. After selecting "Close" Button, I am getting error "WAIT-FOR statement is not waiting for any event in active dialog box. (4124) ". NOTE: Other Frames and browse are created in existing program by app-builder.
Continue reading...
Continue reading...