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_RRUN( cAlias, cRpt_name, pLo_scope, pHi_scope[, xcQuery ] )

Purpose

Run a report using R&R and RRUNTIME.EXE.

Arguments

     cAlias -- active table

     cRpt_name -- report name

     pLo_scope -- low key value scoping the report

     pHi_scope -- high key value scoping the report

     xcQuery -- query to exert on the report

Setup

REPORTS table is open and selected. RRUN.EXE must be on the path (check
with your R&R manual on further notes to running R&R RUNTIME successfully.
rpt_name is defined.

Example

     RPT_RRUN( "PAY", "Late Payments", "AA, "ZZ", "PAID=0" )

Returns

.T.

Side Effects

Runs the report.

Artful Calls

IS_OPEN, DICTFIND, CURDRIV, POP_MSG, DO_SWAP

Source Files

AA_RPRUN.PRG

See Also: RPT_MENU() RPT_EXEC() REPO_MAN()

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