June 2001
Intermediate to advanced
620 pages
19h 29m
English
SearchDirectionEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The SearchDirectionEnum enumeration indicates in which direction the Find method of the Recordset object is to look.
Table E-45. The SearchDirectionEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adSearchBackward (BACKWARD) |
-1 (&HFFFFFFFF) |
Indicates that the Find method will search backwards until either a match is found or the BOF marker is reached. |
adSearchForward (FORWARD) |
1 |
Indicates that the Find method will search forward until either a match is found or the EOF marker is reached. |
The SearchDirectionEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.SearchDirection.
Recordset.Find Method
Read now
Unlock full access