QueryType

Description

Returns an integer indicating whether the saved query has the property of being a list, a report, or a chart.

Syntax

VBScript


querydef.QueryType 

Perl


$querydef->GetQueryType(); 
Identifier
Description
querydef
A QueryDef object.
Return value
An Integer indicating whether a saved query is a list (_LIST_QUERY), a report (_REPORT_QUERY), or chart (_CHART_QUERY).