Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourBlue
titleIn-Progress

An "autocomplete control" is a user interface element, often used in forms or applications, that provides suggestions or completions for user input as they type. The control predicts the rest of a word or phrase based on the characters entered by the user, offering a list of suggestions that match the input.

This control is commonly used to enhance user experience, reduce errors, and speed up data entry. Using Autocomplete controls users can benefit from predictive suggestions.

Steps to create an autocomplete control on the form to assist users in finding a person in EmpowerID.

There are basically three steps to create an autocomplete control on the form:

  1. Create a Datasource.

  2. Bind your Datasource with a control.

  3. Set the properties and perform the configurations for the autocomplete control

Steps to create an autocomplete control on the form to assist users in finding a person in EmpowerID.

  1. On your Form Add an object of type String.

Image Added

Image Added