ArcPad Scripting Object Model
MovePrevious Method
See Also  Send comments on this topic.
Recordset Collection : MovePrevious Method

Glossary Item Box

Description

Moves the current record position one record back (toward the top of the RecordSet).

Syntax

object.MovePrevious

Remarks

Confirm that BOF is False before calling this method.

RecordSets derived from ArcPad AXF layers are forward-only, and do not support the MovePrevious method. Use the Supports method to determine if a RecordSet supports MovePrevious.

Example

See Also

© 2013 All Rights Reserved.