Contents:
862 - Improper argument type, INTEGER expected 863 - Inconsistent number of form fields 864 - Internal buffer overlow while encoding screen line 865 - Screen buffer size exceeds forms file limits
The return value of the SYSID$ function may either be configured in the Eloquence configuration files (elog.config, etc.) or defined with the EQ_SYSID environment variable.
In the example below, PRINTER 0 is assigned the Windows default printer:
PRINTER 0 SYSTEM DEFAULT
The Windows default printer is dynamically queried. Therefore, if the Windows default printer is changed while an Eloquence program is running, the new default printer is used the next time the printer is opened with the PRINTER IS statement.
Using the RDLG protocol with recent JDLG versions, after a program has been started the existing eloqsd TCP network connection is attached to the DLG protocol.
As a result, JDLG uses a single outgoing TCP network connection which can be correctly handled by a NAT router.
Support for the old BSD pty devices is no longer required in the kernel. With recent Fedora Linux distributions it is no longer required to recompile the kernel to add support for BSD pty devices.
In addition, eloq on Linux no longer needs to run as SUID root. Installing the patch bundle should drop the SUID bit.