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>dfkeyempty()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfKeyEmpty()
Generates a codeblock with an empty key
------------------------------------------------------------------------------
Syntax:

     dfKeyEmpty() --> bKey

Parameters:

     NONE

Returns:

     <bKey> Empty key

Description:

     Generates an empty key to use for positioning on file records

Example:

     // Clients file
     // 1' index on Clienti->cCodCli  Char(6)
     dfKeyEmpty() // Returns ""
     
     // Select the 2nd index
     ORDSETFOCUS(2)
     
     // 2' index on Clienti->nAnno     Num(6)
     dfKeyEmpty() // Returns 0

See also:

     dfNullify()

See Also: dfNullify()

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