Page 1 of 1

Using "Display Names" when printing a spool object

Posted: Tue Nov 09, 2010 1:59 pm
by braymond
I can't figure out how to print the "display names" instead of the "names" when printing a spool object. Is it possible? If so, I would like to make all the necessary settings programmatically.
Many thanks.

Re: Using "Display Names" when printing a spool object

Posted: Wed Nov 10, 2010 11:46 am
by EViews Jason
try

Code: Select all

myspool.options +displaynames +titles
NOTE: +titles is normally on by default

Re: Using "Display Names" when printing a spool object

Posted: Wed Nov 10, 2010 12:23 pm
by braymond
Hi Jason,
With these options, the Display Names are visible on the screen but they don't print when I sent the spool object to the printer (File > Print) nor if I use the command "print MySpoolObject" (the Names are printing instead of the Display Names).

Re: Using "Display Names" when printing a spool object

Posted: Thu Nov 11, 2010 8:21 am
by EViews Jason
We will have a patch up as soon as possible.