Schultz’s PowerBuilder Notes

PFC Window Save Process


CloseQuery Event

Continue reading

June 16, 2008 Posted by | 3. PFC, Window Services | , , , , | Leave a comment

PFC Preference Service


The preference service provides the ability to save and restore window state information using
an INI file or the Windows registry. It includes the following features:

  • Choose which settings to save and restore including:
  • Menu items
  • Toolbar information including title, item order, space, visible
  • Window properties, including position and size

June 16, 2008 Posted by | 3. PFC, Window Services | , , , , , | Leave a comment

PFC Sheet Management (n_cst_winsrv_sheetmanager)


The sheet management service provides support for management of multiple sheets.
It includes the following features:

Continue reading

June 16, 2008 Posted by | 3. PFC, Window Services | , , , , | Leave a comment

PFC Window Resize Service


The resize service provides support for resizing controls when the window or tab control
is resized. It includes the following features:

— Determine the four extreme points of all controls within a window
— Choose which controls are eligible for automatic moving and/or resizing
— Move or resize controls
— Choose the minimum window size where automatic resizing should stop

Continue reading

June 12, 2008 Posted by | 3. PFC, Window Services | , , , , , , , , , , , , | 3 Comments

PFC Window Basic Service


How do I center a window into the center of the screen?

This should be done for most response and pop up windows:

of_SetBase(true)
This.inv_base.of_Center()

June 12, 2008 Posted by | 3. PFC, Window Services | , , , | Leave a comment