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.
Syntaxe
VBScript
queryfielddef.IsShown
queryfielddef.IsShown NewValue
Perl
$queryfielddef->GetIsShown();
$queryfielddef->SetIsShown(NewValue);
- Identificateur
- Description
- queryfielddef
- A QueryFieldDef object.
- NewValue
- A Boolean that specifies whether the field is shown in
a ResultSet.
- Valeur de retour
- Returns a Boolean whose value is True if the field is to
be included in a ResultSet, False otherwise.