Kbase 15672: Error 2858 how to work around
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Error 2858 how to work around
DRAFT COPY - Currently under review and edit.
INTRODUCTION:
=============
Error (2858) appears as soon as control sequences are sent to
the Windows print que, typically caused by PUT CONTROL statements.
The error message indicates to use -wpp
WHY YOU NEED TO KNOW THIS:
===========================
If you then insert -wpp in the icon attached to _prowin you get
message: Unrecognized argument: -wpp (301)
PROCEDURAL APPROACH:
====================
You should use -Wa -wpp to specify this is a W(indows) A(ttribute)
These parameters should be appended to Progress related parameters.
Every parameter after -Wa will not be parsed by _prowin itself, but
will be assumed to be a Windows-specific parameter. For example:
_prowin -Wa -wpp -p start.p -E -d dmy will not run start.p
but: _prowin -p start.p -E -d dmy -Wa -wpp will do fine.
ONLINE PROCEDURES OR UTILITIES:
===============================
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
-Wa Page 4-98 System Administration Reference
Progress Software Technical Support Note # 15672