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.2 . 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 workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE setLocate(
                        WORKAREAP wa,
                        DBSCOPEINFOP dbScopeInfo
                      )

 Arguments

     wa is a pointer to self.

     dbScopeInfo is a pointer to a structure containing information about
     the locate scope for the workarea.

 Description

     Sets the locate scope for the workarea.

 Default Behavior

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

 Implementation Notes

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

 Files:  Header file is Rdd.api.


See Also: DBSCOPEINFO WORKAREA clearLocate()

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