runform(1LOCAL) MISC. REFERENCE MANUAL PAGES runform(1LOCAL)
NAME
runform - runs a form in SQL*Forms
SYNOPSIS
runform [options] formname username/password
DESCRIPTION
The runform utility, described in the SQL*Forms Designer's
Reference reads a form from a .frm file and runs it. You
may also use this utility to invoke user exits.
OPTIONS
-b
Saves memory by buffering queried records in a file instead
of memory.
-c crt
Uses specified crt definition. If omitted, default is
assumed.
-d
Displays ongoing messages about trigger execution.
-e file
Records keystrokes in an "echo file".
-l
Disables login. With this option, do not specify a username
or password.
-m
Displays a menu of blocks.
-o
Saves memory by assigning a separate cursor only to those
trigger steps you designate.
-q
Disables the beep.
-r file
Reads and executes keystrokes from an echo file. When file
is finished, takes input from terminal.
-s
Displays the number of cursors set at the end of the ses-
sion.
-t
Sun Release 4.1 Last change: 23 March 1989 1
runform(1LOCAL) MISC. REFERENCE MANUAL PAGES runform(1LOCAL)
Saves memory by assigning a separate cursor only to query
select statements.
-w file
Writes terminal output to specified output file.
-w +file
Writes terminal output to both the specified output file and
the terminal.
formname
Name of the form to be run.
username/password
Your ORACLE username and password.
SEE ALSO
ORACLE Installation and User's Guide for your operating sys-
tem; SQL*Forms Designer's Reference; SQL*Forms Operator's
Guide
Sun Release 4.1 Last change: 23 March 1989 2