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

RPT_MENU( [ cTarget_dbf[, nTr[, nTc[, nBox_no]]]])

Purpose

Menu front-end for selecting a report to produce.

Arguments

     cTarget_dbf -- the alias of the table for which reports may be
                    selected - defaults to all reports

     nTr, nTc -- coordinates of menu box

     nBox_no -- box border to use

Setup

REPORTS table is open.

Example

Entered as an option in a menu system...

     udfs[5] = "RPT_MENU()"

and later...

     EXTERNAL RPT_MENU

Returns

.T.

Side Effects

Crash on missing table; record pointer may move to another record.

Artful Calls

PULL_OPEN, RPT_OPTS

Source File

AA_RPMNU.PRG

See Also: PULL_OPEN() RPT_OPTS() REPO_MAN()

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