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. La valeur par défaut est Vrai.

Syntaxe

VBScript

queryfielddef.IsShown 
queryfielddef.IsShown NewValue 

Perl

$queryfielddef->GetIsShown();
$queryfielddef->SetIsShown(NewValue); 
Identificateur
Description
queryfielddef
A QueryFieldDef object.
Nouvelle valeur
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.

Feedback