| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2714.1 | It's known | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Fri May 14 1993 16:17 | 4 | 
|  | It's a known problem, which is also in V3.0, and has been fixed in a PFR.  
Another SPR or IPR is not required.
Richard
 | 
| 2714.2 | Possible Future Release ? | UTRTSC::SMEETS | Martin Smeets DS SSO Utrecht (NL) | Mon May 17 1993 08:54 | 12 | 
|  | Hi Richard,
> It's a known problem, which is also in V3.0, and has been fixed in a PFR.  
> Another SPR or IPR is not required.
Maybe a dumb question, but what's a PFR ?? (possible future release)
Is there a solution available for the time being ?
Regards,
Martin
 | 
| 2714.3 | I spoke too soon | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Mon May 17 1993 14:06 | 14 | 
|  | I was thinking of another similar problem, so I do not have a fix to the
problem you reported.  Could you confirm that you are doing the following: 
    1.	Print a Document, and the Printing Document displays with the
    	'Print style:' field empty
    2.	Do either Gold-B or Gold-Down arrow to get to Copies field without
    	moving through the 'Print style:' field
    3.  Change the copies to a value greater than 1
Richard
 | 
| 2714.4 | not exactly | UTRTSC::SMEETS | Martin Smeets DS SSO Utrecht (NL) | Mon May 17 1993 17:22 | 12 | 
|  | Hi Richard,
Not exactly,
1. I choose the Print Option and fill in the print destination, or accept the
   current value.
2. I press cursor down and make the print style field empty
3. I press cursor down and fill in the number of copies
Martin
 | 
| 2714.5 | I've created an IPR | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Mon May 17 1993 18:19 | 9 | 
|  | The significant thing is that the Print style field is empty when RETURN is 
pressed, regardless of the different ways of navigating fields to obtain 
that state.
I have created an IPR (Internal Problem Report) so that ALL-IN-1 
Engineering has a record of the problem.
Richard
 | 
| 2714.6 | No blame for form WPPARG | UTRTSC::SMEETS | Martin Smeets DS SSO Utrecht (NL) | Tue May 18 1993 14:55 | 25 | 
|  | Hi,
I've solved the problem by modifing the script SETUP_PRINT_SETTINGS.SCP.
This script is executed when the print style field is empty.
ORIGINAL:
========
.label FINISH
.if #PRINT_GET_COPIES eqs OA$Y then -
   data_file get_field print_settings pt_copies #COPIES
MODIFIED:
========
.label FINISH
.if #PRINT_GET_COPIES eqs OA$Y and PTRTYP nes '' then -
   data_file get_field print_settings pt_copies #COPIES
Regards,
Martin
 |