Mastering PowerBuilder

HomePrevious Lesson: Remote Objects & Proxy Objects
Next Lesson: Transaction Pooling

Application Object Events for Distributed PB

Powersoft added two events to the application object, ConnectionBegin and ConnectionEnd and are triggered only in the server application. The former event fires whenever a client requests a connection and the later event is fired when a client terminates the connection.
HomePrevious Lesson: Remote Objects & Proxy Objects
Next Lesson: Transaction Pooling