I am creating an Ajax Event for a form field which is of type Select (Using a query to select data from a table - Automatic)
The On Change event fires when I use the drop down to select different value
The On Focus event does not fire when I am moving from one field to the Field in question using either the mouse or keyboard (using tab)
The On Click event is also not firing
To test this, I did the following
- Set a fixed value in to the previous field
- Display a ajax message using the macro
Can someone throw some light on this.
Thanks