Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>setlocate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setLocate()
 Set the locate scope for the specified work area
------------------------------------------------------------------------------
 Prototype

     ERRCODE setLocate(
                             AREAP wa,
                             LPDBSCOPEINFO lpdbScopeInfo
                          )

 Arguments

     wa is a pointer to self.

     lpdbScopeInfo is a pointer to a structure containing information
     about the locate scope for the work area.

 Description

     setLocate() sets the locate scope for the work area referenced by wa.

 Default Behavior

     setLocate() sets the locate scope for wa from lpdbScopeInfo.

 Implementation Notes

     .  Prior to setting the new locate scope, setLocate() must
        perform a clearLocate() which releases the items held by the wa->dbsi
        structure.

 Files  Header file is Rdd.api.


See Also: AREA DBSCOPEINFO clearLocate()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson