How to validate date field?
Hello Gurus,
Below is the requirement.
I try to extend oracle.forms.ui.VTextField from class to add some new functionality (display calendar for date fields) within Oracle Forms 10g.
I add KeyListener to my new created class which allow me to display my calendar when user press specified key.
My callendar works fine(displays fine), but when user press specified key a FRM-41008:Undefined function key occurs, when I change the trigger key to F9 (list-of-values) then got message:FRM-41800: List of Values not available for this field. How to avoid this messages without any code from the forms side?
Below is the requirement.
I try to extend oracle.forms.ui.VTextField from class to add some new functionality (display calendar for date fields) within Oracle Forms 10g.
I add KeyListener to my new created class which allow me to display my calendar when user press specified key.
My callendar works fine(displays fine), but when user press specified key a FRM-41008:Undefined function key occurs, when I change the trigger key to F9 (list-of-values) then got message:FRM-41800: List of Values not available for this field. How to avoid this messages without any code from the forms side?
0