fill-ins not sensitive after resize window

vandpe

New Member
hello,

i've got the following problem. i have a window with a browser and filter fields. after resizing the window, i can not type any character in the filter fields. Is there a solution or a work around for this probem?
thanx.
 

lord_icon

Member
On the resize trigger, move focus into the widget, eg APPLY 'ENTRY' TO /* your widget here */.
Once focus (the curser) is on the widget, M$ Windows will take control from there.
 

lord_icon

Member
Applying entry to the widget - row attribute (field) is a bit dirty instead realize a more generic solution and set focus into {&frame-name}. E.g. apply entry to {&frame-name} instead of hard coding the actual widget name.
Can you see what I am advising? Work from there.
 
Top