DWBuffer

Description

Values for specifying the DataWindow buffer containing the rows you want to access.

Used in many DataWindow methods that access data.

Values

PowerBuilder enumerated value

Web DataWindow

Numeric value

Meaning

Primary!

Primary

0

The data in the primary buffer, meaning data that has not been deleted or filtered out. (Default value when argument is optional.)

Delete!

Delete

1

Data in the delete buffer, meaning data that has been deleted from the DataWindow but has not been committed to the database.

Filter!

Filter

2

Data in the filter buffer, meaning data that has been removed from view.

NoteWeb DataWindow In Web DataWindow methods, you can use a string value with or without the exclamation point for a DataWindow buffer. For example, you could use Primary or Primary! to specify the primary buffer.

See also