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

     DBE_SEARCH( aFld_array, nPointer )

Purpose

Field-sensitive DBEDIT search mechanism. Checks the current field against
the list of indexes. If indexed, it executes a search on that field, else
it verifies the user wants to LOCATE a target. If so, a LOCATE is executed
on the current field.

Arguments

     aFld_array -- array of fields being dbedited

     nPointer -- index into array of fields

Setup

aFld_array must be filled with field expressions.

Example

To call this function from your DBEDIT exception handler...

     ...

     CASE LASTKEY() == search_key          && you define it
        DBE_SEARCH( fields, fld_ptr )      && array, pointer

     ...

Returns

.T.

Side Effects

May move the record pointer within the DBEDIT() window.

Artful Calls

IS_KEY, SET_ORDER, GET_ORDER, ASK_FOR, BLANK

Source File

AA_DBSCH.PRG

See Also: TBROWSER() BROWSER() XBROWSER() XB_UDF()

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