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_brow = "XBROWSER"

Purpose

BROWSER()'s default udf for DBEDIT().

Arguments

(Passed automatically by DBEDIT().)

     nMode -- DBEDIT() mode

     nFld_ptr -- field pointer

Setup

This function is only intended as an exception handler for BROWSER(), and
all setup is handled within BROWSER().

Example

     LOCAL udf_brow = "XBROWSER"
     USE CUSTOMER
     BROWSER( .F., .F., .F., .F., udf_brow )

Returns

A numeric value to control DBEDIT() actions (see the Clipper 5.0 docs on
DBEDIT() for more information).

Side Effects

Given all the freedom, difficult to predict.

Artful Calls

STAT_LINE, IS_DATA

Source File

AA_XBROW.PRG

See Also: BROWSER() XB_UDF()

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