Dear All,
Sorry if this post isn't in the correct section, I'm new in the forum...
I'm trying to put in place a functionality in my infopath 2010 form. I have a textbox field called "Name". When I'm starting to writing a name, after 2 or 3 caracters I would like to see propositions like when I'm typing requests on google.
I have a SQL database containing all the names and I've created a web service which will do a select on my database and returning me a string table (string[]). I've created my web service following this example : http://forums.asp.net/p/1593111/4040172.aspx#4040172
I've tested the Web Service and there is no problem , if I enter "Smi" in the function input, I'll receive "Smith, John", "Smith Henry", etc...
The goal now is how to insert this functionality in my InfoPath form ?
I've created a dataconnection linked with my web service without problem in InfoPath.
I've seen that I can add a rule in a textbox field with an action "Query for data", I've tried to link this rule with my textbox when he isnt't blank but nothing append.
Someone have an idea ???
Thanks in advance for any help.
Nelson