PFC Objects for Non PFC Applications

This pbl is for PowerBuilder 6.  All the objects are separated from PFC 6
library and can be use for non PFC applications.  You can study the enclosed
sample application or PFC manual to find out how to use them.

1) String Service
To use string service object, copy n_cst_string into your application pbl.

2) Date and Time Service
To use date and time service, copy n_cst_datetime into your application pbl.

3) Resize Service
To use the resize service object, copy n_cst_resize into your application pbl.

4) DataWindow Resize Service
To Use DataWindow resize serivce, copy n_cst_dwsrv_resize, n_cst_infoattrib and
n_cst_propertyattrib into your application pbl.

5) Dropdown Calendar
To use .to dropdown calendar, copy u_calendar, d_calender, n_cst_infoattrib,
n_cst_propertyattrib, n_cst_dropdown, n_cst_calenderattrib and n_cst_datetime
into your application pbl. 

6) Dropdown Calculator
To use dropdown calculator, copy u_calculator, d_calculator, n_cst_infoattrib,
n_cst_propertyattrib, n_cst_dropdown and n_cst_calculatorattrib into your
application pbl. 

7) Progress Bar
To use dropdown calculator, copy u_progressbar, d_progress and n_cst_infoattrib
into your application pbl.
