About This Space

Test


Last updated on May 26, 2021

Public Permissions:   View   Open/Fork   Modify   Run  

Database Table Lookup Template

This template provides an example of a simple database inquiry and the use of database-driven components.

Database Driven Auto-Complete

The customer number textbox provides auto-complete functionality that shows available customer numbers, along with the corresponding customer names. The user simply starts typing into the box to see available choices.

Screenshot

This functionality is accomplished using the database-driven widget capabilities found in Profound.js. The textbox widget has the following properties set for auto-complete:

  • choices database table
  • choices options field
  • choices value field

Screenshot

Other properties can help further refine the auto-complete functionality:

  • choices selection criteria
  • choices parameter value
  • max choices
  • contains match
  • case sensitive

Retrieving Full Customer Information

Customer information is retrieved using actions in a routine. Routines can be found under the Logic tab in the Visual Designer.

Controlling Visibility

Widget properties on the screen can be bound to dynamic fields that are accessible by your routines. For example, the "visibility" property of the widget that shows the Invalid Customer Number message was bound to a boolean field named invalid. This makes it easy to trigger the message from our routine just by setting invalid to true or false.

Comments have been disabled for this space.

More Spaces By ecseage (@ecseage)

Filters:

Popular Recent

Issue test

2142

0

0

Test for 7652

1306

0

Example of how to setup a 'locked' (or 'frozen') grid column.

1351

0

0

An example of how to get the row of a clicked button from a grid and change the properties of other fields on that row.

2041

0

0

Radio Button Test.

805

0

0

Example.

501

0

Example.

492

0

A Hello World app with both dynamic output and input fields

588

0

0

An example on how to check a checkbox in all grid rows.

2212

0

0

Simple inquiry application

1994

0

0

Test

2040

0

0

grids, hidden values, download value, not download key, excel download, export excel from grid, export excel with values, export excel without keys

1242

0

0