Armando_Rod2000
7th October 2002, 16:16
Hi all!!!!!!
I've some problems with a screen field.
I've a form type 2 (mult occ + princ) and i have a field (expd) type (not mult-reg) at the top (like a pointer indicator). Ok, at the choice.mark.occur: ---> after.choice: i set the variable to the actual occ value and show it at the screen. How i can blank the variable when the user press ESC key and refresh the form ? Wich event must be uses? This is my code:
choice.mark.occur:
before.choice:
---> Not use
on.choice:
---> Not use
after.choice:
expd = MY_TABLE.FIELD
display ("expd")
I've some problems with a screen field.
I've a form type 2 (mult occ + princ) and i have a field (expd) type (not mult-reg) at the top (like a pointer indicator). Ok, at the choice.mark.occur: ---> after.choice: i set the variable to the actual occ value and show it at the screen. How i can blank the variable when the user press ESC key and refresh the form ? Wich event must be uses? This is my code:
choice.mark.occur:
before.choice:
---> Not use
on.choice:
---> Not use
after.choice:
expd = MY_TABLE.FIELD
display ("expd")