Visual Basic Reference

FalseValue Property

See Also    Example    Applies To

Sets or returns a value used to format and unformat Boolean False values. Read/write both at design time and run time.

Syntax

object.FalseValue [= value]

The FalseValue property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value Optional Variant. In the Format event, if the data is a Boolean False, value is returned. If value is empty, then the integer value 1 is returned. In the Unformat event, if the data matches value, a Boolean False is written to the database. Defaults to False.

Remarks

Ignored unless the Type property is set to fmtBoolean. The FalseValue property is read each time data is fetched.