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

Glossary Item Box

Description

Sets or returns a bookmark that uniquely identifies the current record.

Property type

Read-write property

Syntax

object.Bookmark= [ value ]

Return Type

Long

Remarks

You can use the Bookmark property to store the bookmark of the current record and then return to that record from any other record in the RecordSet. To store the bookmark for a record, move to that record, and then assign the value of the Bookmark property to a variable. To return to the bookmarked record from another record, set the Bookmark property of the RecordSet to the value of that variable.

Example

See Also

© 2012 All Rights Reserved.