Stateful App with Login

Alex (@alex)

28484

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

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).

31032

0

0

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

30968

0

0

30937

0

0

A Hello World app with both dynamic output and input fields

30840

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

30820

0

0

Test On Off Switch

30735

0

1

Simple output to a browser from Node.js

30681

0

0

A simple Demo of how to deploy EJS templates from a stateful Node.js script

30644

0

0

A demo of how to build and consume Web Services with and without parameters

30519

0

0