BeforeUpdate

Description

Occurs just before the call to Update on the server component or just before an action of Update is performed.

Applies to

PSWebDataWindowClass objects

Arguments

None

Returns

Boolean

Usage

If true is returned, Update is called on the server component. If false is returned, Update is not called. You must include a return value in the event script.

This is the equivalent of the UpdateStart event for the PowerBuilder DataWindow.

See also

Update in the DataWindow Reference