|
ATTENTION: THIS DOCUMENT RELATES TO A PRODUCT NO LONGER
OFFERED OR SUPPORTED BY HEWLETT-PACKARD COMPANY.
PLEASE FIRST READ THE
TERMS OF USE AND LEGAL RESTRICTIONS
LOCATED AT THE FOLLOWING
POINTER
CAREFULLY BEFORE DOWNLOADING OR OTHERWISE USING THIS MATERIAL,
MANUAL OR DOCUMENT.
ACCESSING THIS DOCUMENT FROM THIS WEBSITE INDICATES THAT YOU
ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THESE TERMS ("TERMS"),
DO NOT USE THIS DOCUMENT OR THE INFORMATION CONTAINED THEREIN.
|
|
HP Eloquence A.04.01 Release Notes
Overview
The following bugs which are in the version A.04.00 are corrected with
this patch
-
The Perform (with input redirection) aborts if a number is in the
second position of an input string.
-
The 'sfarpt' aborted with an error.
-
Query aborts with Error 59, if a HP-UX ASCII file is used in the 'DO'
command
-
The Query "LIST" command displays 4 blank characters between the
items instead of two.
The following new features are implemented in version A.04.00, but not
documented yet
-
Each user can open upto 20 Databases, at the 21st database he/she gets
the Image error -10.
-
It is possible to start an interactive program in Eloquence with
the following command:
COMMAND":vi "&Filename$
The following new features are implemented in Patch A.04.01
Input redirection syntax
If HP Eloquence stdin stream is not connected with a tty device
(or the -b keyword is given), the following syntax is expected:
A line may either start with a colon followed by a keyword or it starts
with characters which are then interpreted as input.
Keywords may be upper or lower case. Any character following the keyword
and arguments are ignored.
| Keywd | Description |
:! |
Comment - line is ignored |
:PAUSE n |
Sleep for n seconds |
:BREAK |
Trigger HALT/SINGLE STEP |
:KEY#n |
Trigger funtion key n (1 .. 24) |
:#n |
Key code n |
:key |
map key name to keycode (curses names, upper case only)
the key names are defined in the file
/usr/include/curses.h |
:: |
Starting colon
if the first input character is a ':' then you have to
use '::'. |
The next line from input file is read, whenever HP Eloquence keyboard
entry is required (eg. unconditional WAIT or
INPUT stmt).
If input is redirected, the NO OPERATOR function returns nonzero.
DLG LOAD
The DLG LOAD statement checks the syntax of the dialog file
and reports a self explaining error message to the screen, if it is executed
interactively
Last update: 95/08/15