|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
This procedure calls SP_PRINT. Since only stored procedures may be registered with Sybercron, SP_PRINT registers this procedure with Sybercron.
For Internal Use Only.
Procedure SP_PRINT_JACKET
(
BUTTON VARCHAR2
, PROCNAME VARCHAR2
, PARAM1 VARCHAR2
, PARAM2 VARCHAR2
, PARAM3 VARCHAR2
, SHELLSCRIPT VARCHAR2
, FILENAME VARCHAR2
, DEVICENAME VARCHAR2
, SENDER VARCHAR2
, CONFIGURATION VARCHAR2
) ;
| Parameter | Description |
|---|---|
button |
For internal use. |
procname |
The name of your stored procedure. |
param1 |
An optional parameter passed to your procedure by position. |
param2 |
An optional parameter passed to your procedure by position. |
param3 |
An optional parameter passed to your procedure by position. |
shellscript |
The name of the shell script that will print the output result of your stored procedure. |
filename |
The name of the disk file that is created. If not specified, a unique filename will be invented. |
devicename |
A valid device name from the table HTTP.CRON_DEVICENAMES. |
sender |
Your e-mail address. |
configuration |
The name of the configuration file to be passed to html2ps. |