Click or drag to resize

DataBrowser.SetColumnFocus Method

X#
Set the column focus to a specified data column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetColumnFocus(
	oColumn
) AS USUAL CLIPPER
Request Example View Source

Parameters

oColumn (Optional)
Type: Usual
The column that the focus will be set to. If omitted, the default is NULL_OBJECT; the focus will not be changed.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also