OIPI 4.01 Professional - ORIENTATION (OpenInsight)
At 24 OCT 2001 07:38:17PM Robert Lee wrote:
Hi all.
I believe I am using the latest and greatest OIPI (works downloads 17 July 2001). One of the Professional features is the ORIENTATION message which does not appear to work. I have copied the sample code from the help area and I get two pages in Portrait instead of the second one being in landscape. I am using a Canon LBP-800.
Is this just me, or has anyone else got this feature to work?
At 25 OCT 2001 10:34AM Oystein Reigem wrote:
Robert,
It works, but you must remember to enable the Professional 32-bit features of the OIPI, with the START32 message:
declare function Set_Printer
$insert OIPRINT_EQUATES
Stat=Set_Printer("START32")
if Stat < 0 then
…error handling…
end
stat=Set_Printer("INIT") ;* Start printing
stat=Set_Printer("TEXT", "Portrait.")
* Change margins to Landscape
stat=Set_Printer("ORIENTATION", 1)
stat=Set_Printer("PAGEBREAK")
stat=Set_Printer("TEXT", "Landscape.")
stat=Set_Printer("TERM") ;* End printing
if Set_Printer("STOP32") < 0 then
…error handling…
end
- Oystein -
At 29 OCT 2001 12:52AM Robert Lee wrote:
Thanks Oystein
Apparently, I should consider giving more careful attention to the docs in future…
Easy when you know how huh?
Robert
At 29 OCT 2001 12:42PM Oystein Reigem wrote:
Robert,
Can't claim I read docs too much myself. I guessed the reason from experiences with other new features in OIPI Pro.
- Oystein -
At 01 NOV 2001 11:58AM John Godfrey wrote:
What Docs - apart from the installation notes I have been unable to find any? - I haven't looked very hard mind.
At 01 NOV 2001 01:27PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]oipi.hlp
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New (Thanks Mr Clark) <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:support@sprezzatura.com">Send mail to support at Sprezzatura <OPTION VALUE="mailto:sales@sprezzatura.com">Send mail to sales at Sprezzatura </SELECT> </FORM>] [/notag] </QUOTE> View this thread on the Works forum...