Page 1 of 1

Fixed Width Mode Error

Posted: Wed Sep 11, 2013 6:40 am
by blonggovnl
Hi,

I am trying to change the width of some objects in a spool. I get an error indicating I can't do this while EViews? the spool itself? the spool objects? is in 'fixed width mode.' I have not set this anywhere. How can I change it?

Thanks,

BL

Re: Fixed Width Mode Error

Posted: Wed Sep 11, 2013 7:54 am
by EViews Jason
You can either from the spool window select proc->display modes and set the mode appropriately or use the 'graphmode' or 'tablemode' commands on spool.

Code: Select all

spool01.graphmode(type=variable) spool01.tablemode(type=variable)