ArcPad Scripting Object Model
BOF Property
See Also  Send comments on this topic.
Recordset Collection : BOF Property

Glossary Item Box

Description

Returns True if the current record position is before the first record; False otherwise.

Property type

Read-only property

Syntax

variable = object.BOF

Return Type

Boolean

Remarks

When you open a RecordSet that contains at least one record, the first record is the current record and both BOF and EOF are False. When you open a RecordSet that contains no records, both BOF and EOF are True and RecordCount is zero. Calling the MovePrevious method when BOF is True will generate an error.

Example

See Also

© 2012 All Rights Reserved.