Hi,
I'm hoping that someone can confirm two observations that I have made and possibly provide a solution to my current problem. First, it appears that the onEnter event only triggers an onEnter action for an input field if the cursor is on that input field at the time the user presses Enter. Is that a correct observation? Second, the register_on_enter_for_f4( ) of interface IF_WD_VIEW_CONTROLLER does not seem to work for a date field. Is that a correct observation? If it does not work on a date field then is there similar functionality for a date field? Thanks very much.
I need to know when someone has entered a header date field so that I can compare it to the item date fields that are in a table control, and vice versa. The item date fields must be within the range of the header date fields so I need to ask the user whether they want date fields to be automatically adjusted if a date field change causes an item to be out of that range. Currently my only recourse is to wait until the user clicks the "Submit" button; or, register an onEnter action for every input field on my view. The latter workaround still has the problem that it will not happen immediately after the user has selected a date from a dropdown.
Thanks for your help.
Cheers,
Paul