Lotus Script and Event Trigger

I have a Client-only form. On it there is a Dialog List that uses a View Dialog for the choices.

What I am trying to do is have a small bit of Lotus Script run when the user chooses an item in the Dialog View/list. The OnChange event only triggers once the user exits the field.

Is there a way to trigger the LS code as soon as a choice from the list is clicked on?

Thank you for any help.

Subject: Lotus Script and Event Trigger

The simplest and most effective solution for this would be to scrap the use of the view dialog within the field, and go with an @Picklist formula or if you must use lotusscript to build an array of column values for the choices from the specified view. Once the user selects an item or entry in this context you have a direct handle on it…and can write whatever code suits your need to achieve the desired result.