Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

U_TBROWSE( [ cLockKey ] )

Purpose

Front-end for a call from THE_USUAL() to TBROWSER().

Arguments

     cLockKey -- character string containing the key expression on which to
                 lock the browse window; defaults to viewing the entire
                 file

Setup

Passing cLockKey will limit the browse window to the current record and any
other records with the same key value.

This is the default browse routine for THE_USUAL(). The application
dictionary field Browser is filled with this function if you have not
defined your own. This function should only be called from within
THE_USUAL().

Example

Just leave the Browser field of the application dictionary empty, and
CHK_DICT() will fill it with the name of this function. To see the effects,
go the THE_USUAL() and do a Browse.

Returns

The result of TBROWSER().

Side Effects

A browse window is presented.

Artful Calls

None.

Source File

AA_USUAL.PRG

See Also: TBROWSER()

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