1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

OpenEdge ABL UI Freeze window until Popup closes

Discussão em 'StackOverflow' iniciado por fdantas, Janeiro 29, 2020.

  1. fdantas

    fdantas Administrator Moderador

    I'm using OpenEdge ABL to create a window that will run a secondary window on the touch of a button. However I am trying to get the first/parent window to freeze while the child window is running and resume when the child window closes.

    I attempted to use WAIT-FOR WINDOW-CLOSE OF CURRENT-WINDOW on the parent window however this returned the error: Invalid widget handle used in WAIT-FOR statement. WAIT-FOR terminated (4122).

    To run the child window I use:

    RUN D:\adherenceEdit_12875-Win.w(cUserId,cShiftCode,dtDate).

    Continue reading...

Compartilhe esta Página