|
Description
PFC enhancements include:
- New features
- DataWindow resize object. This object allows you to provide resize capabilities to the objects displayed in a DataWindow
- Calendar
- Calculator
- Progress bar
- Splitbar service
- Application preference service
- Window most-recently used service
- MetaClass service
- Usage enhancements
- Most objects use constants to signify typical return codes. This practice enables you to write more readable code.
- Enhancements to the window sheet manager service
- U_dw and u_em implement the dropdown calculator and dropdown calendar
- Enhancements to the pfc_Save process
- Enhancements to the window status bar service
- Enhancements to the error message service
- Enhancements to DataWindow caching
- Enhancements to the row selection service
- Enhancements to the security service
- Greatly enhanced code examples
Selected list of new objects
|
Object
|
Description
|
|
u_st_splitbar
|
Splitbar object
|
|
n_cst_dwsrv_resize
|
DataWindow resize service
|
|
n_cst_dropdown
|
Dropdown service
|
|
u_calculator
|
Calculator object
|
|
u_calendar
|
Calendar object
|
|
u_base
|
This is the ancestor for all custom visual user objects
|
|
n_cst_apppreference
|
Application preference service
|
|
u_progressbar
|
Progress meter
|
|
n_cst_mru
|
Window most-recently-used service
|
|
n_cst_metaclass
|
MetaClass service
|
|
n_cst_luw
|
Logical unit of work service
|
|