FirstRowOnPage

Description

The first row currently visible in the DataWindow.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.FirstRowOnPage

Describe argument:

"DataWindow.FirstRowOnPage"

Examples

Example 1

string setting

setting = dw1.Object.DataWindow.FirstRowOnPage

Example 2

setting = dw1.Describe("DataWindow.FirstRowOnPage")