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

udf_except = "XB_UDF()"

Purpose

Default exception handler for BROWSER(), set by default by SET_BROWSE() and
called from XBROWSER().

Arguments

     None.

Setup

BROWSER() assumes the DBEDIT() inner udf is XBROWSER() unless its fifth
parameter contains the name of another function. SET_BROWSE assumes
udf_except is XB_UDF(), unless it is pre-set to something else.

Example

     USE CUSTOMER
     BROWSER()    && Will default to XBROWSER, which defaults to XB_UDF()

Returns

Numeric value to control XBROWSER() action (see Clipper 5.0 docs on
DBEDIT() for more information on this).

Side Effects

None.

Artful Calls

STAT_LINE, READ_MEMO, MSG, DUST_1

Source File

AA_XBUDF.PRG

See Also: BROWSER() XBROWSER()

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