Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To use a remote view in AutoCompTable property
Message
From
23/08/2023 19:14:12
 
 
To
27/07/2023 06:39:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01686823
Message ID:
01686952
Views:
104
>>
>>Hi Tamar.
>>
>>I've never used a combobox like a "dropdown combo" just like "dropdown list", in other words, just to select an option, not to "write" the option.
>>
>>Would I get the same result using a combobox in "dropdown combo" style just like an Autocomplete Textbox?
>>
>>Oh! I forgot to mention that the number of customers would consist initially of tens of tens but the quantity would increase daily.
>>
>
>So this is a case where the customer the user needs may or may not already be in the table? The problem with either autocomplete or a dropdown combo is that it makes it really easy for a user to mistype the customer name and add the same customer multiple times. While there's no perfect way to handle that situation, I might use a dropdown list where:
>
> - incremental search is turned on, so typing more gets you closer to the right entry.
> - the top item is "New customer"; when the user chooses that item, I'd pop up a form for the user to create the new customer. In that form, after the user enters the customer name, I'd do some kind of fuzzy search and if there are matches, ask the user to confirm they don't mean one of those customers. Fuzzy search (like with Soundex()) is imperfect, but would catch a lot of the duplicates.
>
>Even if you want to use a dropdown combo, I think you should check new entries with a fuzzy search and get the user to confirm that this one is really new and not just a bad typing of an existing name.
>
>Tamar

Hi Tamar and thanks for your time. The customers will be already registered in the database. So, no need to add "new" option or something like that. I tried before entering data with a textbox Autocomplete ON and liked how easy to find and enter the right values, I never used a combobox like "dropdown combo" but I guess it would me more complex for the user to use it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform