Tutorial: Autocomplete

-Autocomplete, or word completion is a feature in which an application predicts the rest of a word a user is typing. In graphical user interfaces, users can typically press the tab key to accept a suggestion or the down arrow key to accept one of several options.


In the following demonstration we are going to build a short sample of this feature, the requirements basically are two related fields. For example:

‘country’ and containing the name of the country instead of ‘ISO’ code.


1) We can create the autocomplete feature into the Scriptcase forms, so the first step would be to create a form:

2) Let’s select the field “Country” to perform the autocomplete function:

3) Then, let’s select the type of field as ‘autocomplete’


4) Finally, let’s perform a lookup selecting the automatic type:

Tutorials in the same category

Tutorial: Evaluation Field in Forms

In this tutorial, you will see how to create a Form using the evaluation fields. Creating the Form ...

Tutorial: Grid fixed columns

In this sample we’ll see the option fixed column on the grid. This way we’ll be able to do a hor...

Tutorial: New Refined Search

In this sample we’ll develop one grid using the option refined search, that will allow us to searc...

Tutorial: Grid Mobile

In this sample, we’ll see the configuration of one grid application for mobile. Creating a ...

Comment this post