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>ddwin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ddWin()
Creates an automatic window on an application file
------------------------------------------------------------------------------
Syntax:

     ddWin( [<nOrd>], [<bKey>], [<bFilter>], [<bBreak>],;
                         [<cAddAct>] ) --> NIL

Parameters:

     <nOrd>     Order on which to activate the window. Default is
     ORDSETFOCUS()
     <bKey>     key expression. If not specified, the file will be
     positioned on the first record.
     <bFilter>  Filter condition. If not specified, all the records are
     retrieved.
     <bBreak>   Break condition. The default condition is EOF()
     <cAddAct>  Keys to deactivate the window. If not specified, the window
     will be deactivated by Esc and F10.

Returns:

     NIL

Description:

     Allows to activate a window on the current file (it must be a file
     that was defined in the dBsee Data Dictionary).

Example:

     ddUse( "Cli" )   // Open the file
     ddWin()          // Display it

See also:

     dfWin()

See Also: dfWin()

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