IsShown

Description

Enables you to sort by a field but not display the field. Sets or returns whether you want to show the field or not. The default is True.

Syntax

VBScript


queryfielddef.IsShown 
queryfielddef.IsShown NewValue 

Perl


$queryfielddef->GetIsShown();
$queryfielddef->SetIsShown(NewValue); 
Identifier
Description
queryfielddef
A QueryFieldDef object.
NewValue
A Boolean that specifies whether the field is shown in a ResultSet.
Return value
Returns a Boolean whose value is True if the field is to be included in a ResultSet, False otherwise.