<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>RE: 132 Columns in Quick on HP3000</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">how about setting up a dummy/stopped print queue and then observe the file</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New"></FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"> <FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">name that PH uses for the list output file; then do something like :</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">procedure designer dumy</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">begin</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">if not setsystemval (&quot;sys$print&quot;, dummy_q,</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"> <FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">logical,</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"> <FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">&quot;</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">lnm$</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">proc&quot;/&quot;</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">lnm$</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">job&quot;)</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">then &quot;error setting q&quot;</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">push list</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">copy &quot;list output filespec&quot; [holddir]</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">del &quot;list output filespec&quot;</FONT></SPAN></P>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">if not setsystemval (&quot;sys$print&quot;, default_q,</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"> <FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">logical, &quot;lnm$proc&quot;/&quot;lnm$job&quot;)</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">)</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">then &quot;error resetting q&quot;</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">print [holddir]output filespec</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">end</FONT></SPAN></P>
<BR>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">actionmenu label &quot;LaserPrint&quot; action designer dumy menukey &quot;L&quot; </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">procedure designer on_wide </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">&nbsp;&nbsp; run command &quot;set queue/form=landscape_60 SYS$PRINT&quot;</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">The setsystemval call should set the logical in the current process.</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">regards, Joe.</FONT></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-us"><FONT COLOR="#0000FF" FACE="Courier New">-----Original Message-----<BR>
From: Joe Boyle [<A HREF="mailto:atla38@dsl.pipex.com">mailto:atla38@dsl.pipex.com</A>]<BR>
Sent: 17 August 2007 00:34<BR>
To: 'Thomson, Martyn EDUC:EX'<BR>
Subject: RE: 132 Columns in Quick on HP3000</FONT></SPAN><SPAN LANG="en-gb"></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"></SPAN><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">You could try stopping/stalling the queue and then editing the file to see if it actually contains a 132 wide screen shot, if not, (and assuming the chap is on a desktop) tell the chap to paste the printscreen contents into word and select print :(</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-----Original Message-----</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">From: powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com [<A HREF="mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com">mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com</A>] On Behalf Of Thomson, Martyn EDUC:EX</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Sent: 16 August 2007 22:33</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">To: powerh-l@lists.sowder.com</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subject: RE: 132 Columns in Quick on HP3000</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">I have a related question: </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">I have a 132 column screen and the client would like the screen print to show 132 columns. The default form for SYS$PRINT is an 80 column form. So I tried putting a designer command at the start of the command list to set the queue to a 132 column landscape form -</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">actionmenu label &quot;LaserPrint&quot; action designer on_wide, list, designer off_wide&nbsp;&nbsp;&nbsp; menukey &quot;L&quot; </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">procedure designer on_wide </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">&nbsp;&nbsp; run command &quot;set queue/form=landscape_60 SYS$PRINT&quot; </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Stepping through in debug I can see in another session that the form has changed but it has no effect on the LIST action which prints 80 columns, truncating the rest. I have full privileges on the queue and can change the form in DCL.</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Can anyone explain why this doesn't work, and/or suggest an alternative approach? </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">TIA, Martyn </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">OpenVMS Alpha V8.2 </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">PH 7.10G1 </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Oracle Rdb V7.2-111 </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-----Original Message----- </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">From: powerh-l-bounces+martyn.thomson=gov.bc.ca@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">[<A HREF="mailto:powerh-l-bounces+martyn.thomson=gov.bc.ca@lists.sowder.com">mailto:powerh-l-bounces+martyn.thomson=gov.bc.ca@lists.sowder.com</A>]On </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Behalf Of Deskin, Bob </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Sent: June 21, 2007 2:04 PM </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">To: Lowe, Chuck J; powerh-l@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subject: RE: 132 Columns in Quick on HP3000 </FONT></SPAN></P>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Use the FROM and TO options of the SCREEN statement. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Bob </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-----Original Message----- </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">From: powerh-l-bounces+bob.deskin=cognos.com@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">[<A HREF="mailto:powerh-l-bounces+bob.deskin=cognos.com@lists.sowder.com">mailto:powerh-l-bounces+bob.deskin=cognos.com@lists.sowder.com</A>] On </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Behalf Of Lowe, Chuck J </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Sent: June 21, 2007 4:29 PM </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">To: powerh-l@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subject: 132 Columns in Quick on HP3000 </FONT></SPAN></P>
<BR>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">We need to use a quick screen with 132 columns. The ref books do not </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">exactly explain this. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">We are on PowerHouse version 8.49D1 and HP MPE/iX ver C.70.00. And we </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">are using Minisoft ver 5.3 that support 132 columns (and more). I </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">submitted this question to Cognoise site and one person answered &quot;I know </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Quick supports 132 columns...&nbsp; I think there is a SET statement for it&quot; </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Does anyone know for sure? </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Thanks in advanced! </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Chuck Lowe </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Quest Diagnostics </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Senior Programmer Analyst </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Office (610) 650-6679 </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Fax&nbsp;&nbsp;&nbsp; (610) 650-2114 </FONT></SPAN></P>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">======================================================================== </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">====== </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">The contents of this message, together with any attachments, are </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">intended only for the use of the person(s) to which they are addressed </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">and may contain confidential and/or privileged information. Further, any </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">medical information herein is confidential and protected by law. It is </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">unlawful for unauthorized persons to use, review, copy, disclose, or </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">disseminate confidential medical information. If you are not the </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">intended recipient, immediately advise the sender and delete this </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">message and any attachments. Any distribution, or copying of this </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">message, or any attachment, is prohibited. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">======================================================================== </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">====== </FONT></SPAN></P>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-- </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">= = = = = = = = = = = = = = = = = = = = = = = = = = = = </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Mailing list: powerh-l@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subscribe: &amp;quot;subscribe&amp;quot; in message body to </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">powerh-l-request@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">powerh-l-request@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New"><A HREF="http://lists.sowder.com/mailman/listinfo/powerh-l">http://lists.sowder.com/mailman/listinfo/powerh-l</A> </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">This list is closed, thus to post to the list you must be a subscriber. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Add 'site:lists.sowder.com powerh-l' to your search terms to search the </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">list archive at Google. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">&nbsp; </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp; This message may contain privileged and/or confidential information.&nbsp; If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.&nbsp; Thank you.</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-- </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">= = = = = = = = = = = = = = = = = = = = = = = = = = = = </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Mailing list: powerh-l@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subscribe: &amp;quot;subscribe&amp;quot; in message body to powerh-l-request@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to powerh-l-request@lists.sowder.com </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New"><A HREF="http://lists.sowder.com/mailman/listinfo/powerh-l">http://lists.sowder.com/mailman/listinfo/powerh-l</A> </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">This list is closed, thus to post to the list you must be a subscriber. </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google. </FONT></SPAN></P>
<BR>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">-- </FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">= = = = = = = = = = = = = = = = = = = = = = = = = = = =</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Mailing list: powerh-l@lists.sowder.com</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Subscribe: &amp;quot;subscribe&amp;quot; in message body to powerh-l-request@lists.sowder.com</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to powerh-l-request@lists.sowder.com</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New"><A HREF="http://lists.sowder.com/mailman/listinfo/powerh-l">http://lists.sowder.com/mailman/listinfo/powerh-l</A></FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">This list is closed, thus to post to the list you must be a subscriber.</FONT></SPAN></P>

<P DIR=LTR><SPAN LANG="en-gb"><FONT COLOR="#0000FF" FACE="Courier New">Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google.</FONT></SPAN></P>

</BODY>
</HTML>