Hi
I´m migrating some programs from 2.32xx versión to 2.41 and i found a problem with DISPLAY ARRAY, it freezes in web versión. This happens when i have a INPUT and DISPLAY ARRAY inside a DIALOG, I've defined correctly TABINDEX starting with the INPUT, the error occurs when DISPLAY ARRAY got focus, I have done tests and only BEFORE (BEFORE DISPLAY, BEFORE ROW) instructions are executed, after this, the application freezes.
I tried the method ui.interface.refresh() but has no effect. Another thing I've tried is to open a menu with STYLE = "dialog" into BEFORE instruction and this does work.