Navigation: Ultimate Suite for PowerBuilder Help > DWNav > Functions >

of_setdisplaycolumn

Send comments on this topic.

 

Description:

Use this method to assign a display column to the value box in the DWNav control. When row focus is changed in your datawindow, the data in the specified column for the current row will display. 

Syntax:

of_setdisplaycolumn (string as_column)

Argument

Description

as_column

Pass the name of the column you would like to display in the value box of the DWNav control. Pass an empty string to use row specific text.

Return Value:

Always returns 1

Usage:

Pass an empty string to revert back to using row specific text.

See Also:
of_setvaluetext


Copyright © 2021 Werysoft Inc.