Page 1 of 1

Bug in table.save(t=rtf)

Posted: Thu Apr 15, 2010 9:31 am
by TimGrun
I am creating an eviews table using both setwidth and setheight commands. The table looks great in eviews and prints fine.
After saving the table using table.save(t=rtf), the resulting rtf file does not honor my setwidth and setheight commands.

Thanks,
Tim Grunwald

Re: Bug in table.save(t=rtf)

Posted: Thu Apr 15, 2010 9:43 am
by EViews Jason
Please you post your code if not a snippet or email support@eviews.com. Code similar to the following should work:

Code: Select all

table01.setheight(5) 5 table01.setwidth(2) 20 table01.save(t=rtf) test