FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour Autocomplete widget (similar FW combobox)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Autocomplete widget (similar FW combobox)
Posted: Sat Jan 15, 2022 04:20 PM
Hello friends,

The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type.
If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with
explanation to get you started.

https://salman-w.blogspot.com/2013/12/j ... mples.html

We took the demo using-label-value-pairs.html.
The data is loaded into the WIDGET using a JSON.




We now read the data from a DBF file into a string and pass this string to HTML.

There, we assign the string to a JSON object.




Here you can see the result.

Best regards,
Otto

Continue the discussion