Stateful App with Login

Alex (@alex)

28502

0

0

About This Space

Stateful Customer Inquiry App


Last updated on February 14, 2020

Forked from: /alex/stateful-app/

Public Permissions:   View   Open/Fork   Run   Comment  

Stateful App

This appprovides 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 without any extra Node.js code thanks to the database-driven widget capabilities found in NodeRun. 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 and then placed on the screen using pjs.query(), which accepts an SQL statement along with any parameters to bind to the SQL. The results of pjs.query() are returned into a JavaScript array without the need for a callback function. This simplifies top-down business application programming.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Alex (@alex)

Filters:

Popular Recent

A Hello World app with both dynamic output and input fields

21777

0

0

Simple inquiry application

20798

0

0

Login System

25725

0

0

Customer Orders & Payments Drilldown

23319

0

0

Voting application

20895

0

0

Simple CRUD application

20578

0

0

Voting application

21178

0

0

Simple inquiry application

20720

0

0

This app allows a team to decide where to go for lunch (or dinner) by using acceptance voting.

22136

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

23069

0

0

example mortgage application

22438

0

0

The second dropdown is dependent on the first

24488

0

0