About This Space

Stateful Customer Inquiry App


Last updated on December 30, 2020

Forked from: /boualem-aouici/stateful-app-with-login/

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

Filters:

Popular Recent

Rich Display application

1156

0

0

This space illustrates the simplest way to load a Rich Display grid with data, where all records are sent to the grid in bulk.

823

0

0

Simple example of a real world business application

859

0

0

This app consumes a web service and display the information in a grid

815

0

0

This workspace deploys a custom server

765

0

0

Simple inquiry application that shows Customer Orders and Payments

807

0

0

Employee Maintenance Application with a separate Edit Screen

815

0

0

User Account Management and Login System

814

0

0

This lab walks you through building a series of Node.js applications that work with employee data.

823

0

0

Example of loading MongoDB data and showing it in a grid

800

0

0

React.js using Rich Display Components built in the Visual Designer

787

0

0

Stateful Customer Inquiry App

870

0

0