how to change combobox options dynamically (using user&a

Hi,

does anyone knows how to use a autocomplete or combobox control so that the options change as the user types? I tried using both the controls but I always get the same problems. The solutions used the following: an async command which refreshes the options and an onkeypress script applied to the control that raises the async command. Get kind of problems that I face with this solution are: I’m unable to get the current control value (that I need to refresh the options); I can only select a value from the options before refreshing the control, after that the onclick doesn’t do anything.

Any ideas would be welcome,
Thanks
Bruno

Did anyone figure out this yet?

Hi guys,

Please find attached a sample on how to use Autocomplete

Hope this helps!

Thomas
wm_auto_complete.zip (8.36 KB)