[Migrated content. Thread originally posted on 21 June 2005]
Good days,I'm using this accept in a loop to refresh the window if is minimized, but something is wrong with somekeys like backspace, f10, f11, f12 or insert, home, end and supr; those keys freeze the loop. This only ocurrs with that keys, with another ones dont happen.
perform until a = 2
add 1 to aux1
accept cancelar-proceso before time 0,1 auto off
on exception key-status
if key-status = 27
move 2 to a
end-if
end-accept.
modify La-Mensaje, title aux1
end-perform
Why this could be?



