Search found 3 matches
- Fri Jan 17, 2014 5:20 am
- Forum: Programming
- Topic: Form feed when printing the spool object
- Replies: 3
- Views: 3576
Re: Form feed when printing the spool object
Sure. I am going to try to be more specific. I don't want to print as many objects as possible on each individual page. I want to say to the printer print this object in the next page and not in the current page. For example: Groupr Gr1 Series1 series2 series3 Groupr Gr2 Series4 series5 series6 Spoo...
- Thu Jan 16, 2014 3:20 am
- Forum: Programming
- Topic: Form feed when printing the spool object
- Replies: 3
- Views: 3576
Form feed when printing the spool object
Hi.
Is it possible to force a form feed when printing a Spool object. I mean fro example print a group of series on Page 1, insert a form feed somewhere in the spool object then print another group of series Page 2?
Thanks, Eric.
Is it possible to force a form feed when printing a Spool object. I mean fro example print a group of series on Page 1, insert a form feed somewhere in the spool object then print another group of series Page 2?
Thanks, Eric.
- Tue Feb 26, 2013 1:50 am
- Forum: Data Manipulation
- Topic: Keep getting "Type Mismatch" error using Excel Eviews Add-in
- Replies: 4
- Views: 7151
Re: Keep getting "Type Mismatch" error using Excel Eviews Ad
Hello. I have exactly the same issue. It's because my regional setting is French. So i use the comma as a decimal separator. In the function IsOffice2007OrAbove change the line: d=CDbl(Excel.Application.Version) by d=Val(Excel.Application.Version) The function Val is not dependant of the regional se...
