Is it possible to raise event OnChange when user select a value in a dropdown field ? When user select value, i want to execute lotuscript code without exit field.
Thanks ?
Is it possible to raise event OnChange when user select a value in a dropdown field ? When user select value, i want to execute lotuscript code without exit field.
Thanks ?
Subject: On change event of dropdown field
You can combine the “Refresh field on keyword change” field option with the form PostRecalc event and its Source.CurrentField property. That’s if it’s OK to refresh the doc at that time in your doc.
If not, you might consider changing it to a Listbox, Checkbox or Radio button and using the field’s “Run Exiting/OnChange events after value change” option (third tab).