SetFocusColumn method

Sets the field in the DBRow edit or create dialog that will have focus after the validation error is dismissed in the client browser. Note that the RichText field will not display the input caret.

Syntax


C++

HRESULT SetFocusColumn(
   VARIANT Column)

Scripting languages

Object.SetFocusColumn (
   Column as Variant)

Parameters


Column

The column name, index, or pointer.

Home

Applies to

IERUSEvent_DBRowValidate