ShowInSearchForm property

Sets or returns whether the Database Column appears on the condensed (basic) search form.

Syntax


C++

HRESULT get_ShowInSearchForm(VARIANT_BOOL* pShowInSearchForm)

HRESULT put_ShowInSearchForm(VARIANT_BOOL showInSearchForm)

Scripting languages

Boolean = object.ShowInSearchForm

object.ShowInSearchForm = Boolean

Legal values


Value

Description

TRUE

The column appears in the basic search form.

FALSE

The column does not appear in the basic search form.

Remarks


Autonumber fields that are ordered by sort order should never show in the search form. This property returns the error EROOM_E_INVALIDOPERATION if you try to set it on a Database column that shouldn't display in a search form.

Home

Applies to

IERUDBColumn


See also

Databases