Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>ddkey()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ddkey()
Call the search KEY on the current file
------------------------------------------------------------------------------
Syntax:

     ddkey( [<nRow>], [<nCol>], [<nOrd>],;
            [<bKey>], [<bFilter>], [<bBreak>] ) --> lRet

Parameters:

     <nRow>     Starting Row
     <nCol>     Starting column
     <nOrder>   Starting Index
     <bKey>     KEY to seek
     <bFilter>  Windows Filter
     <bBreak>   Windows Break
     <bEval>    Codeblock to eval before the seek

Returns:

     <lRet>     If .T. ddKey have found a value

Description:

     Activate the search KEY on the current FILE
     
     N.B.
     
     You can modify some internal switches to change the search method :
     
     dfSet( AI_IFNOKEYREPEATGET, .T. )
     
     . After a search, if the search has not found any record, ddkey
     repeats the GET of the key to search
     
     dfSet( AI_GOTOWINAFTERRETURN, .T. )
     
     . After the search, ddKey opens the Window starting with the found
     record

Example:

     CUSTOMER->(ddkey()) // Search KEY on CUSTOMER file

See also:

     ddde()

See Also: ddde()

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