blanchap
20th August 2009, 17:16
Hi all,
i'm trying to validate the esc key in a session so that the user will be redirected to another field when pressed.
so in my script i have:
field.funct:
on.input:
if in.ret = 27 then
to.field(1)
endif
but when we do esc on field funct, it goes to the choice field.
I tried it also in a after.input but does the same thing.
What am i missing?
Regards.
PB.
i'm trying to validate the esc key in a session so that the user will be redirected to another field when pressed.
so in my script i have:
field.funct:
on.input:
if in.ret = 27 then
to.field(1)
endif
but when we do esc on field funct, it goes to the choice field.
I tried it also in a after.input but does the same thing.
What am i missing?
Regards.
PB.