Ole - Applying focused field modification
Hi,
I'm trying to get fields values from a form with Vba.
When a user enter text or select an item and leave the focus in the field, the value is not set.
I resolved this by applying ClearSelection before reading.
It works well for all types of field except listbox.
I also tried:
oForm.Fields.ExecuteThisJavascript "this.applyRedactions()"
But it doesn't apply modification for any type of field.
Is there a better method for aplying focused field modification before reading ?
