Progress
Report Builder
User’s Guide


RUNTIME

Returns FALSE if a report is run interactively or TRUE if the report is run using the Report Engine.

SYNTAX

RUNTIME ( ) 

EXAMPLE

If you develop a run-time report that uses RUNTIME-PARAMETER to incorporate a user-supplied title, you can use IIF and RUNTIME to specify an alternate title when you run the report interactively. To print “Report Title” instead of the user-specified text supplied by RUNTIME-PARAMETER, create the field:

IIF(RUNTIME(),RUNTIME-PARAMETER("Title"),"Report Title")  


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095