Mastering PowerBuilder

HomePrevious Lesson: pfc_MRUProcess
Next Lesson: Adding Data To the DataWindow

DataWindow Services

PFC provides a lot of DataWindow services. Some services have great functionality and you don�t find it in any typical PowerBuilder application. We are sure that it makes your life easy. The simplest way of using DataWindow services is to use the DataWindow user object u_dw, wherever you use the normal DataWindow control. Turn on the required services. Most of the services can be turned on in the window pfc_PostOpen event. Let�s start with adding records to the DataWindow service.

HomePrevious Lesson: pfc_MRUProcess
Next Lesson: Adding Data To the DataWindow