Tutorial: Autocomplete using capture

On this sample it will be shown two useful resources, the AJAX autocomplete function and the capture link

Creating a form application

1. Create a new form based on the orders table

2. Click on Fields Positioning.


3. Select the fields OrderID, CustomerID, OrderDate, RequiredDate e ShippedDate.


Editing the form’s fields

4.Open the Fields folder and click on the CustomerID field.


5. Change the Data Type attribute to Text Autocomplete .

6. Access the tab Edition Lookup in the CustomerID field and enter the instructions below for the SQL Select Statement:

SELECT CustomerID, CompanyName 
FROM customers 
ORDER BY CustomerID

7. Enable the options Show label with the description and Capture Text. On Label enter Search.


8. Click on the button “Run application”.


Tutorials in the same category

Tutorial: Multi Step Form

In this sample we’ll see how to create a multi step form. The form will be more nice, intuitive an...

Responsive login form 3

To learn how to use the templates available within the ScriptCase in the security module, follo...

Responsive login form 2

To learn how to use the templates available within the ScriptCase in the security module, follo...

Responsive login form

To learn how to use the templates available within the ScriptCase in the security module, follo...

Comment this post