What does inputSearch do

Another question I got from a colleague today is about the inputSearch method on form controls.

You can set up a control to search for the input you have entered in the control, e.g. a customer account number, rather that overwriting data. On the control you want to use in this way you must set the SearchMode property to something else than “None”. When search commences the inputSearch method is called with the search string as parameter.

Please see the attached example where you can enter the search string in the customer account number field.

By the way - this my first post published with Word 2007. Neat.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at https://www.microsoft.com/info/cpyright.htm

 

Form_aaaInputSearch.xpo