Can PowerHouse "catch" an arrow key stroke?
Joe Boyle
joeboyle_adt@hotmail.com
Fri, 16 Jul 2004 19:29:05 +0100
This is a multi-part message in MIME format.
------=_NextPart_000_0013_01C46B6B.2863AC30
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Yet another Homer moment, I was thinking of returning through data fields in
change mode, as always more apologies; I hope Bob.D never tells anyone what
I wrote in an email to him yesterday :-) )
_____
From: Joe Boyle [mailto:joeboyle_adt@hotmail.com]
Sent: 16 July 2004 19:13
To: 'Fry, Mark'; 'Martijn Nabben (Fairfax)'; powerh-l@lists.sowder.com
Subject: RE: Can PowerHouse "catch" an arrow key stroke?
Hi Guys,
wouldn't it need to be more like the code below. E.g. you're in line 2, you
press the arrow key, after the des 1 proc processes you go to line three,
but proc des 1 has just displayed line 2's description field ?
procedure internal dodisp
begin
for display filename ( or is it ' for filename display' )
begin
if occurrence = t-occ + 1
then display <your description field>
break
end
procedure designer 01
begin
if t-occ ne occurrence
then
begin
let t-occ = occurrence
do internal dodisp
end
else
run screen <your screen to be called>
end
P.S. Hi Mark :-)
_____
From: powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On Behalf Of Fry, Mark
Sent: 16 July 2004 10:25
To: Martijn Nabben (Fairfax); powerh-l@lists.sowder.com
Subject: RE: Can PowerHouse "catch" an arrow key stroke?
Hi Martijn,
If you remap the cursor keys [and you'd need to do all four (up, down, left,
right) for consistency in the screen] to be the cursor movement plus a
carriage return, this gives you another problem in your menu screen. I am
assuming that the user expects to highlight an option (seeing the relevant
description each time) then hit the Enter key if they want to select that
option? In that case you need to be a bit clever with the designer
procedure behind the cluster field, because now you want the carriage return
to do two different things - display the description first time, and call
the option second time.
The way I'd approach this would be to declare a temporary field in the
screen to store the value of occurrence, and use a condition in the designer
procedure to check the value in the temporary.
Eg
Temp t-occ num*4 initial 9999 reset at startup
procedure designer 01
begin
if t-occ ne occurrence
then
begin
let t-occ = occurrence
display <your description field>
end
else
run screen <your screen to be called>
end
Best regards,
Mark Fry
Mark.Fry@Cognos.com
-----Original Message-----
From: powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On Behalf Of Martijn Nabben
(Fairfax)
Sent: 15 July 2004 22:19
To: powerh-l@lists.sowder.com
Subject: RE: Can PowerHouse "catch" an arrow key stroke?
Thanks for this!
How can I remap the arrow key? Is that a TIC - FM (fieldmarking) setting?
Cheers,
Martijn
-----Original Message-----
From: Peter Bateman [mailto:pfbcs@hotmail.com]
Sent: Friday, 16 July 2004 6:11
To: powerh-l@lists.sowder.com
Subject: RE: Can PowerHouse "catch" an arrow key stroke?
Hi Martijn Nabben:
You could try to remap the arrow key to be arrow key plus carriage return.
This would at least give you access to the occurence with the key stroke.
I am not sure but since your description field is outside the occuring
cluster you are seeing just the first. DESCRIPTION is a PowerHouse reserved
word, therefore to ensure that DESCRIPTION is referring to the data item I
used the % in front of the identifier.
You could create a define item
Define d_Desc character * 60 = %DESCRIPTION of FILE_A
Field d_Desc
Procedure designer 01
begin
display FIELD_1
display d_Desc
end
Regards,
Peter Bateman
_________________________________________________________________
Free yourself from those irritating pop-up ads with MSn Premium. Get 2months
FREE*
http://join.msn.com/?pgmarket=en-ca
<http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=ht
t> &page=byoa/prem&xAPID=1994&DI=1034&SU=htt
p://hotmail.com/enca&HL=Market_MSNIS_Taglines
= = = = = = = = = = = = = = = = = = = = = = = = = = = = Mailing list:
powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = Mailing list:
powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
This message may contain privileged and/or confidential information. 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. Thank you.
------=_NextPart_000_0013_01C46B6B.2863AC30
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>RE: Can PowerHouse "catch" an arrow key stroke?</title>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
name=3D"City"/>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
name=3D"place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
p
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman";}
span.EmailStyle18
{mso-style-type:personal;
font-family:Arial;
color:navy;}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dblue>
<div class=3DSection1>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Yet another Homer moment, I was =
thinking
of returning through data fields in change mode, as always more =
apologies; I
hope Bob.D never tells anyone what I wrote in an email to him yesterday =
</span></font><font
size=3D2 color=3Dnavy face=3DWingdings><span =
style=3D'font-size:10.0pt;font-family:
Wingdings;color:navy'>J</span></font><font size=3D2 color=3Dnavy =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial;color:navy'> =
)<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>
<hr size=3D3 width=3D"100%" align=3Dcenter tabindex=3D-1>
</span></font></div>
<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'> Joe =
Boyle
[mailto:joeboyle_adt@hotmail.com] <br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> 16 July 2004 =
19:13<br>
<b><span style=3D'font-weight:bold'>To:</span></b> 'Fry, Mark'; 'Martijn =
Nabben (<st1:City
w:st=3D"on"><st1:place w:st=3D"on">Fairfax</st1:place></st1:City>)';
powerh-l@lists.sowder.com<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> RE: Can =
PowerHouse
"catch" an arrow key stroke?</span></font><o:p></o:p></p>
</div>
<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Hi =
Guys,<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>wouldn’t it need to be more =
like the
code below. E.g. you’re in line 2, you press the arrow key, after =
the des
1 proc processes you go to line three, but proc des 1 has just displayed =
line
2’s description field ?<o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>procedure =
internal dodisp<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'>begin<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>for display =
filename ( or
is it ‘ for filename display’ )<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'>begin<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'> if
occurrence =3D t-occ + 1<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'> then
</span></font><font size=3D2><span =
style=3D'font-size:10.0pt'>display
<your description field><o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D2
face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>
break<o:p></o:p></span></font></p>
<p class=3DMsoNormal style=3D'margin-left:36.0pt'><font size=3D2
face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>end</span></font><font
size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:10.0pt;font-family:Arial;
color:navy'><o:p></o:p></span></font></p>
<p style=3D'margin-left:36.0pt'><font size=3D3 face=3D"Times New =
Roman"><span
style=3D'font-size:12.0pt'>procedure designer 01 <br>
begin <br>
if t-occ ne occurrence <br>
then <br>
begin <br>
let t-occ =3D occurrence <br>
do internal dodisp<br>
end <br>
else <br>
run screen <your screen to be called> <br>
end <o:p></o:p></span></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>P.S. Hi Mark </span></font><font =
size=3D2
color=3Dnavy face=3DWingdings><span =
style=3D'font-size:10.0pt;font-family:Wingdings;
color:navy'>J</span></font><font size=3D2 color=3Dnavy =
face=3DArial><span
style=3D'font-size:10.0pt;font-family:Arial;color:navy'><o:p></o:p></span=
></font></p>
<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
<div>
<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>
<hr size=3D3 width=3D"100%" align=3Dcenter tabindex=3D-1>
</span></font></div>
<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'>
powerh-l-admin@lists.sowder.com [mailto:powerh-l-admin@lists.sowder.com] =
<b><span
style=3D'font-weight:bold'>On Behalf Of </span></b>Fry, Mark<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> 16 July 2004 =
10:25<br>
<b><span style=3D'font-weight:bold'>To:</span></b> Martijn Nabben =
(<st1:place
w:st=3D"on"><st1:City w:st=3D"on">Fairfax</st1:City></st1:place>);
powerh-l@lists.sowder.com<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> RE: Can =
PowerHouse
"catch" an arrow key stroke?</span></font><o:p></o:p></p>
</div>
<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p> </o:p></span></font></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Hi
Martijn,</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>If you
remap the cursor keys [and you'd need to do all four (up, down, left, =
right)
for consistency in the screen] to be the cursor movement plus a carriage
return, this gives you another problem in your menu screen. I am =
assuming
that the user expects to highlight an option (seeing the relevant =
description
each time) then hit the Enter key if they want to select that =
option? In
that case you need to be a bit clever with the designer procedure behind =
the
cluster field, because now you want the carriage return to do two =
different
things - display the description first time, and call the option second =
time.</span></font><o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>The way
I'd approach this would be to declare a temporary field in the screen to =
store
the value of occurrence, and use a condition in the designer procedure =
to check
the value in the temporary.</span></font><o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Eg</span></font>
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Temp
t-occ num*4 initial 9999 reset at startup</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>procedure
designer 01</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>begin</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> if t-occ ne =
occurrence</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'> =
then</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> =
begin</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> let =
t-occ =3D
occurrence</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> =
display <your
description field></span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> end</span></font> =
<br>
<font size=3D2><span style=3D'font-size:10.0pt'> =
else</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> run =
screen
<your screen to be called></span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>end</span></font> =
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Best
regards,</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Mark Fry</span></font>
<br>
<font size=3D2><span =
style=3D'font-size:10.0pt'>Mark.Fry@Cognos.com</span></font> =
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>-----Original
Message-----</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>From:
powerh-l-admin@lists.sowder.com [<a
href=3D"mailto:powerh-l-admin@lists.sowder.com">mailto:powerh-l-admin@lis=
ts.sowder.com</a>]
On Behalf Of Martijn Nabben (Fairfax)</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Sent: 15 July 2004 =
22:19</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>To: =
powerh-l@lists.sowder.com</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>Subject: RE: Can =
PowerHouse
"catch" an arrow key stroke?</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Thanks
for this!</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>How can I
remap the arrow key? Is that a TIC - FM (fieldmarking) =
setting?</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Cheers,</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>Martijn</span></font> =
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>-----Original
Message-----</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>From: Peter Bateman [<a
href=3D"mailto:pfbcs@hotmail.com">mailto:pfbcs@hotmail.com</a>]</span></f=
ont> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Sent: Friday, 16 July =
2004 6:11</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>To: =
powerh-l@lists.sowder.com</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>Subject: RE: Can =
PowerHouse
"catch" an arrow key stroke?</span></font> <o:p></o:p></p>
<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Hi
Martijn Nabben:</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>You could
try to remap the arrow key to be arrow key plus carriage =
return.</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>This would at least give =
you access
to the occurence with the key stroke.</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>I am not
sure but since your description field is outside the occuring cluster =
you are
seeing just the first. DESCRIPTION is a PowerHouse reserved word, =
therefore to
ensure that DESCRIPTION is referring to the data item I used the % in =
front of
the identifier.</span></font><o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>You could
create a define item</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Define
d_Desc character * 60 =3D %DESCRIPTION of FILE_A</span></font> =
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Field
d_Desc</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Procedure
designer 01</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>begin</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'> display =
FIELD_1</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'> display =
d_Desc</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>end</span></font> =
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>Regards,</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>Peter =
Bateman</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>______________________________________________=
___________________</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'>Free yourself from those =
irritating
pop-up ads with MSn Premium. Get 2months</span></font> <o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>FREE*</span></font>
<br>
<font size=3D2><span style=3D'font-size:10.0pt'><a
href=3D"http://join.msn.com/?pgmarket=3Den-ca&page=3Dbyoa/prem&xA=
PID=3D1994&DI=3D1034&SU=3Dhtt"
target=3D"_blank">http://join.msn.com/?pgmarket=3Den-ca&page=3Dbyoa/p=
rem&xAPID=3D1994&DI=3D1034&SU=3Dhtt</a></span></font>
<br>
<font size=3D2><span =
style=3D'font-size:10.0pt'>p://hotmail.com/enca&HL=3DMarket_MSNIS_Tag=
lines</span></font>
<o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>=3D =3D =3D =3D =3D
=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =
=3D =3D =3D =3D =3D Mailing list:
powerh-l@lists.sowder.com</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Subscribe: =
"subscribe" in
message body to powerh-l-request@lists.sowder.com</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Unsubscribe: =
"unsubscribe
<password>" in message body to =
powerh-l-request@lists.sowder.com <a
href=3D"http://lists.sowder.com/mailman/listinfo/powerh-l" =
target=3D"_blank">http://lists.sowder.com/mailman/listinfo/powerh-l</a></=
span></font><o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>This list
is closed, thus to post to the list you must be a =
subscriber.</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>=3D =3D =3D =3D =3D =3D =
=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D =3D
=3D =3D =3D =3D =3D =3D =3D =3D =3D =3D Mailing list: =
powerh-l@lists.sowder.com</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Subscribe: =
"subscribe" in
message body to powerh-l-request@lists.sowder.com</span></font> <br>
<font size=3D2><span style=3D'font-size:10.0pt'>Unsubscribe: =
"unsubscribe
<password>" in message body to =
powerh-l-request@lists.sowder.com <a
href=3D"http://lists.sowder.com/mailman/listinfo/powerh-l" =
target=3D"_blank">http://lists.sowder.com/mailman/listinfo/powerh-l</a></=
span></font><o:p></o:p></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>This list
is closed, thus to post to the list you must be a =
subscriber.</span></font> <o:p></o:p></p>
<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
<p><font size=3D2 face=3D"Times New Roman"><span =
style=3D'font-size:10.0pt'>This
message may contain privileged and/or confidential information. 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. Thank you.</span></font><o:p></o:p></p>
</div>
</body>
</html>
------=_NextPart_000_0013_01C46B6B.2863AC30--