print spool will change print setup
Posted: Thu Aug 11, 2011 1:42 am
ver: EViews7Patch_080411.exe
set the "print setup" vie File/Print setup, text/table to custom, 50%
run the following code
and print the spool object sp01 in EViews. Then print setup will be changed: the text/table will be change to 100%.
I have checked the EViews32.ini
before print spool
Text Scale=page
Text Scale Percent=50
after print spool
Text Scale=fixed
Text Scale Percent=50
set the "print setup" vie File/Print setup, text/table to custom, 50%
run the following code
Code: Select all
wfcreate u 4
genr x = @obsid
spool sp01
sp01.append x
sp01.append x.line
I have checked the EViews32.ini
before print spool
Text Scale=page
Text Scale Percent=50
after print spool
Text Scale=fixed
Text Scale Percent=50