Stateful App with Login

Alex (@alex)

38291

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

Voting application

29102

0

0

Vue.js Product Listing Application

52768

0

1

Testing Vue.js Framework

37439

0

0

Vue.js Hello World Example

51446

0

2

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

35621

0

0

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

34941

0

0

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

34762

0

0

Custom waitlist system with multiple locations/resources

55766

0

4

This workspace implements Watson Visual Recognition. The application uses your device camera to take your photo, determine how old you look, and tell you all about it using human speech though the speakers on your device.

48017

1

2

This workspace implements Watson Visual Recognition. The application uses your device camera to take your photo, determine how old you look, and tell you all about it using human speech though the speakers on your device.

48671

4

8

This small app allows to track your weight and graph it over a period of time. It tracks the data by your NodeRun user id.

51055

0

5

38333

0

0