Stateful App

Alex (@alex)

26285

0

0

About This Space

Stateful Customer Inquiry App


Last updated on February 14, 2020

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 interactive app prompts the user for key fields to lookup a database record and displays the results

38856

0

1

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

38725

0

1

date field test

12214

0

0

22279

0

0

Simple Service Request Form Application

18848

0

0

A Hello World app with both dynamic output and input fields

30385

0

0

Want to allow your users to sort data using drag-and-drop? This space shows you how!

45767

1

5

Drawing using p5

37583

0

5

Customer Orders & Payments Drilldown

22921

0

0

ds refParm test

12078

0

0

Test Data Structures with pjs.require()

12238

0

0