TrueFalseAnswer Property

English Query

English Query

TrueFalseAnswer Property

Specifies whether the client should show TRUE or FALSE as an answer instead of a table.

Applies To

QueryCmd Object

Syntax

QueryCmd.TrueFalseAnswer [= value]

Parts

QueryCmd

An object variable that instructs the client to execute database query.

value

A returned Boolean value.

Value Description
TRUE When the answer to a question is expressed as Yes or No rather than a result table.
FALSE When the answer to the question can be displayed as a result table.
Remarks

This property is read-only. It indicates that the user asked a Yes/No question. If the answer is No, the database query returns no result table. If the answer is Yes, the database query returns a result table.

See Also

DisplayRows Property

DisplayToUser Property

IgnoreError Property

QueryText Property

TableCaption Property