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

MENU_REC( cTable, xcField_exp[, xcRet_val[, nMax_recs ]] )

Purpose

Point-and-shoot selection of a record from a table.

Arguments

     cTable -- lookup table

     xcField_exp -- field expression to display as a menu

     xcRet_val -- if passed, expression to return, else "RECNO()"

     nMax_recs -- if passed, number of recs in one shot, else 32

Setup

cTable is open; nField_exp, xcRet_val and nMax_recs are
valid data.

Example

     MENU_REC( "CUSTOMER", "COMPANY", "CUST_CODE", RECCOUNT())

Returns

&xcRet_val, or RECNO() if not passed.

Side Effects

Crash on bad data.

Artful Calls

CENTRE, DRAW_BOX, BLANK, MSG

Source File

AA_MNREC.PRG

See Also: HELP_FILL() BROWSER()

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