A script-enabled browser is required for this page to function properly.

Application Command Line (PDF) property

The Application Command Line (PDF) property specifies a command line that will be executed on the local machine when the object (in a PDF document) is clicked in the PDF viewer.

A report output in PDF format can include both hyperlinks and application command line links. If the Application Command Line property is set for an object, it will be applied to the object. Otherwise, the Hyperlink property is applied.

Applies to

Layout objects

Values

Any valid command line on the local machine (for example, c:\orawin\bin\RWRUN userid=scott/tiger report=example.rdf or /usr/local/bin/phone smith)

Default

Blank 

Required/Optional

Optional

PL/SQL procedure

SRW.SET_PDF ACTION

Restrictions

Example

Following is an example of a value for the Application Command Line property to add a link to an object that executes the specified command when the link is clicked in the formatted report:

C:\ORAWIN95\BIN\RWRUN.EXE USERID=SCOTT/TIGER 
 REPORT=EXAMPLE.RDF