Has anyone implemented an autocomplete feature in their Servoy solution?
I like how it is a property of a field that can be turned off and on in VFP (http://www.alvechurchdata.co.uk/foxautocomplete.htm).
Can we have something like that in Servoy?
Indeed, when you use a TYPE_AHEAD field and combine it with a valuelist you will have this functionality. The only thing you will want to add is a mechanism that inserts new entries into the valuelist, using the solutionModel. If you want this behaviour for many fields then a table based valuelist seems like the way to go.
Yes, omar, we can certainly implement this as a type-ahead field with our own infrastructure but wouldn’t it be nice to just have it as any other field property provided by Servoy
I’ll file a feature request for this. After all Servoy is proud of making the transition from FoxPro easy and the autocomplete is a FoxPro feature.
maria:
I’ll file a feature request for this. After all Servoy is proud of making the transition from FoxPro easy and the autocomplete is a FoxPro feature.
Hi Maria.
Post a link of your request and we will vote for it.
maria:
I’ll file a feature request for this. After all Servoy is proud of making the transition from FoxPro easy and the autocomplete is a FoxPro feature.
Hi Maria.
Post a link of your request and we will vote for it.
What is now the exact difference between just choosing for a TYPE_AHEAD and a TEXT_FIELD ?
What would that property do on a TEXT_FIELD that we don’t have already on a TYPE_AHEAD?