| |||||||
ShowInSearchForm propertySets or returns whether the Database Column appears on the condensed (basic) search form. SyntaxC++HRESULT get_ShowInSearchForm(VARIANT_BOOL* pShowInSearchForm) HRESULT put_ShowInSearchForm(VARIANT_BOOL showInSearchForm) Scripting languagesBoolean = object.ShowInSearchForm object.ShowInSearchForm = Boolean Legal values
RemarksAutonumber 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 |