Ajax Event On Focus in Form Application not firing

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

  1. Set a fixed value in to the previous field
  2. Display a ajax message using the macro
    Can someone throw some light on this.
    Thanks

have you tried an ajax event on a field (menu under events) use on click and punt there you’re code

Yes. I did . I found that when the Field Type is Double Select then I am not able to get the ajax to work. So changed to Select