SetColumnDisplay method

Sets how a specified column is displayed.

Syntax


C++

HRESULT SetColumnDisplay(
   VARIANT Column,
   ERUColumnDisplay MyColumnDisplay)

Scripting languages
Object.GetColumnDisplay(Column as Variant)

Parameters


Column

The name, index, or pointer of the column to check.

MyColumnDisplay

How the specified column is displayed in the DBRow edit or create dialog, as an ERUColumnDisplay enum.

Return value


C++

The return code.

Scripting languages

How the specified column is displayed in the DBRow edit or create dialog, as an ERUColumnDisplay enum.

Home

Applies to

IERUSEvent_DBRowDialog