Skip to main content

[archive] Date Control's Ev-Ntf-Changed triggering 2 times

  • November 9, 2006
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 06 November 2006]

Hi

I am using the date control. When the user changes the date in the date control, the screen should be display some values depending on the changed date. I defined the 'Ev-Ntf-Changed' event for the control. But it is firing 2 times when the user changed the date. Can any one help me to solve this?

1 reply

[Migrated content. Thread originally posted on 06 November 2006]

Hi

I am using the date control. When the user changes the date in the date control, the screen should be display some values depending on the changed date. I defined the 'Ev-Ntf-Changed' event for the control. But it is firing 2 times when the user changed the date. Can any one help me to solve this?
I too have had difficulties with the date entry in this respect. i have found that the event procedure is less than helpful, I have rather used the NOTIFY-CHANGE and using the accept on exception gives me a better control over what the date entry field is doing so I can update financial period displays etc.

Keith