Web Connection
AutoComplete not working
Gravatar is a globally recognized avatar based on your email address. AutoComplete not working
  Luca
  All
  Feb 6, 2018 @ 12:32am

Dear Rick,
I used wwAutoComplete control just you showed into manual.
Once updated the server I can see it work rightly in FireFox.
Unfortunately my customer does not see wwAutocomplete running (no listbox), even if he uses ForeFox too.
Please what could be wrong?
Customer has javascript.enabled=true in his FireFox settings.
Thank you very much for support

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Harvey Mushman
  Luca
  Feb 6, 2018 @ 04:33pm

I have not clue what your problem is but if you want help you need to provide more information.

In edge, chrome or firefox you can lunch the developer tool and start by inspecting the code that is attached to whatever you see on the screen for the textbox or droplist. That should bring up the editor and from there you should be able to see if there is data attached to the control.

If the data is there, you need to put a breakpoint in the JS code. Then try to click on the control and see if the JS code fires and stops at the breakpoint.

Without more information there really is no way to know what might be going on!

Good luck and keep smiling... 😃

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Luca
  Harvey Mushman
  Feb 6, 2018 @ 08:54pm

Ok Harvey, I will try it.
Many thanks

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Luca
  Harvey Mushman
  Mar 13, 2019 @ 01:07am

Dear Harvey,
please could you show to me how to debug autocomplete control in browser?
Thank you very much for support

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Harvey Mushman
  Luca
  Mar 13, 2019 @ 09:10am

In Chrome first you need to open the Developer window. To do this press CTRL + SHIFT + I

Then follow the instructions I posted a while back... and report back what you are seeing (or not seeing). Without some clue of what you have done it is impossible to know where the problem might exist.

If there is a javaScript issue it will show up in the Console window of Chrome Developer.

Without more information I can't help. And as Rick already said, this is really old code. I don't know if I have anything this old still running but I will look for a sample.

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Rick Strahl
  Luca
  Mar 13, 2019 @ 01:19pm

Use the browser developer tools (F12 usually) to start the debugger.

In your JavaScript code add a debugger; statement - the code will break on that line assuming the debugger is open.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: AutoComplete not working
  Luca
  Rick Strahl
  Mar 13, 2019 @ 10:53pm

Thank you very much to all for support!
I will try in the weekend...

© 1996-2024