[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
clearLocate()
Clear the active locate expression
------------------------------------------------------------------------------
Prototype
ERRCODE clearLocate(
AREAP wa
)
Arguments
wa is a pointer to self.
Description
clearLocate() clears the locate expression currently in use for a
specified work area.
Default Behavior
clearLocate() removes the locate expressions in wa->dbsi. The items
held by wa->dbsi.itmCobFor, wa->dbsi.lpstrFor, wa->dbsi.itmCobWhile,
wa->dbsi.lpstrWhile, wa->dbsi.lNext, wa->dbsi.itmRecID, and
wa->dbsi.fRest are all released and set to NULL.
Implementation Notes
. Verify that all items are properly released upon any
reimplementation of clearLocate().
Files Header file is Rdd.api.
See Also:
AREA
setLocate()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson