<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MC Press Online Forums</title>
		<link>http://www.mcpressonline.com/forum/</link>
		<description>MC Press Online Forums</description>
		<language>en</language>
		<lastBuildDate>Sat, 31 Jul 2010 07:15:24 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://www.mcpressonline.com/forum/images/misc/rss.png</url>
			<title>MC Press Online Forums</title>
			<link>http://www.mcpressonline.com/forum/</link>
		</image>
		<item>
			<title>QuickLook: iDocs from inFORM Decisions</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17968-QuickLook-iDocs-from-inFORM-Decisions&amp;goto=newpost</link>
			<pubDate>Fri, 30 Jul 2010 18:44:37 GMT</pubDate>
			<description>Good question. In the beginning a customer would order a specific component to accomplish a specific task - laser printing a form, for example. Then...</description>
			<content:encoded><![CDATA[<div>Good question. In the beginning a customer would order a specific component to accomplish a specific task - laser printing a form, for example. Then solutions came for faxing or emailing a document. There were vendors that specialized in document storage and retrieval as well.  What evolved were rules and conditions for customers to "stitch" all this together, and literally take what used to be a laser printed form, and route it and/or store it integrating all these technologies, and based on conditions and rules that users can define. It started simple in the beginning, such as a laser printed form that could also be faxed.  But the new intelligent routing capabilities (like inFORM's SmartRouting) can make decisions about how to process and distribute each page of a spool file, on the fly...    and this is where companies really save time and money.<br />
<br />
Certainly,  all the small steps along the way save time and money,  but the total "paperless", intelligent routing takes it to a whole new level.</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?98-Document-Management">Document Management</category>
			<dc:creator>Danforster</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17968-QuickLook-iDocs-from-inFORM-Decisions</guid>
		</item>
		<item>
			<title>Using GMAIL server for email with SVAIREMAIL</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17967-Using-GMAIL-server-for-email-with-SVAIREMAIL&amp;goto=newpost</link>
			<pubDate>Thu, 29 Jul 2010 05:11:23 GMT</pubDate>
			<description><![CDATA[Tom, 
         
I am trying to run Javamail_Hello world program and am getting "javax.mail.MessagingException: Could not connect to 
TransportSend...]]></description>
			<content:encoded><![CDATA[<div>Tom,<br />
        <br />
I am trying to run Javamail_Hello world program and am getting "javax.mail.MessagingException: Could not connect to<br />
TransportSend Error " error.<br />
<br />
My inputs are as follows:<br />
//main pgm<br />
msg = AirEmail_newMessage('myusername':'mypwd');<br />
<br />
<br />
//service pgm<br />
<br />
D svDefaultHost   C                   CONST('gmail.com') <br />
        <br />
'<br />
'<br />
svHost = svDefaultHost;       <br />
'<br />
'  <br />
 // Host: URL Location of the SMTP server  <br />
svPropKey = new_String('mail.host');                    <br />
svPropValue = new_String(%trim(svHost));                <br />
Properties_setProperty(svProp: svPropKey: svPropValue); <br />
<br />
<br />
 // LocalHost: Required or HELO will fail                 <br />
 svPropKey = new_String('mail.smtp.host');                <br />
 svPropValue = new_String('smtp.gmail.com');              <br />
 Properties_setProperty(svProp: svPropKey: svPropValue);     <br />
<br />
The reason I am using gmail server is that I am unaware of my companies mail servers url&amp;host name. <br />
I have pinged gmail.com from my IBM i and it succeeds(I can access gmail from my company network).  I added couple of properties by referring <br />
<a href="http://www.mkyong.com/java/javamail-api-sending-email-via-gmail-smtp-example/" target="_blank">http://www.mkyong.com/java/javamail-...-smtp-example/</a> to our service program but it still fails. <br />
<br />
Could you please tell what I am doing wrong? and what is the difference between  mail.smtp.host and mail.host<br />
properties exactly??<br />
<br />
Sorry to bother you,<br />
<br />
-David</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?240-Advanced-Integrated-RPG">Advanced, Integrated RPG</category>
			<dc:creator>DavidVilla</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17967-Using-GMAIL-server-for-email-with-SVAIREMAIL</guid>
		</item>
		<item>
			<title>Am I doing anything wrong in RDP in the Member Filter</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17966-Am-I-doing-anything-wrong-in-RDP-in-the-Member-Filter&amp;goto=newpost</link>
			<pubDate>Wed, 28 Jul 2010 15:30:34 GMT</pubDate>
			<description>Using RDP (V7.6.0.1) while I am creating Member Filter from the Source File under a Library I found the RSE is creating duplicate Member Filters for...</description>
			<content:encoded><![CDATA[<div>Using RDP (V7.6.0.1) while I am creating Member Filter from the Source File under a Library I found the RSE is creating duplicate Member Filters for me.<br />
<br />
For example expand a library (MYDEVLIB) then select a source physical file (QRPGLESRC) and right–click on it, go to New and Member Filter. In the Member Filter window type first few character of member name (for e.g. IFS – as in my source file contains multiple members starting with IFS) select the Member type (for e.g. RPGLE) of those members and then click Next button. Enter your Filter Name (for e.g. DIBS_RPGLE_MBR_FLTR) and click Finish button. I found it creates two Member Filters of the same name (DIBS_RPGLE_MBR_FLTR).<br />
<br />
Is this a bug or something new of which I am not aware of!!!<br />
<br />
Can anyone please try this and confirm.<br />
<br />
Thanks <br />
Dibs</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?6-IBM">IBM</category>
			<dc:creator>DibsInForum</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17966-Am-I-doing-anything-wrong-in-RDP-in-the-Member-Filter</guid>
		</item>
		<item>
			<title>How to connect to SQL Server 2005 using user authentication from RBD/RDP</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17965-How-to-connect-to-SQL-Server-2005-using-user-authentication-from-RBD-RDP&amp;goto=newpost</link>
			<pubDate>Tue, 27 Jul 2010 09:33:07 GMT</pubDate>
			<description><![CDATA[Using RBD & RDP I am trying to connect (while creating a new connection) to MS SQL Server 2005 and for that I am using “SQL Server 2005 – Microsoft...]]></description>
			<content:encoded><![CDATA[<div>Using RBD &amp; RDP I am trying to connect (while creating a new connection) to MS SQL Server 2005 and for that I am using “SQL Server 2005 – Microsoft SQL Server 2005 JDBC Driver Default” (sqljdbc4.jar). <br />
<br />
In the connection screen when I am using a valid User Name and Password (already created in SQL Server) I can successfully connect to the SQL Server, <br />
<br />
But when I am trying to use the “Use integrated authentication” option (In the targeted SQL Server my user id already been created with user authentication type) getting the error “The driver is not configured for integrated authentication” with the below details – com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.<br />
<br />
After looking in the web I found it need to use the sqljdbc_auth.dll for the integrated authentication before calling the connection object from java. <br />
<br />
I have no idea how I can configure this in RBD/RDP, or is there any other way around to connect to the MS SQL Server using the integrated authentication option. <br />
<br />
Any guidance/help will be highly appreciated.<br />
<br />
Thanks &amp; Regards<br />
Dibs</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?6-IBM">IBM</category>
			<dc:creator>DibsInForum</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17965-How-to-connect-to-SQL-Server-2005-using-user-authentication-from-RBD-RDP</guid>
		</item>
		<item>
			<title>TechTip: Spooled Files and PDF, Part One</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?16162-TechTip-Spooled-Files-and-PDF-Part-One&amp;goto=newpost</link>
			<pubDate>Mon, 26 Jul 2010 17:42:16 GMT</pubDate>
			<description><![CDATA[For anyone whose has a spooled file containing overlapping lines for things such as underlining or bold text and is trying to make it work, I've been...]]></description>
			<content:encoded><![CDATA[<div>For anyone whose has a spooled file containing overlapping lines for things such as underlining or bold text and is trying to make it work, I've been able to resolve the problem. Here's what I've done:<br />
<br />
I was able to find this resolution using the following PDF Reference guide:<br />
<a href="http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf" target="_blank">http://partners.adobe.com/public/dev...FReference.pdf</a><br />
<br />
First, use the code supplied by bdietz400 on 1/23/2009: Thanks bdietz400.<br />
In procedure WritePages add the following to the select clause after "// handle FCFC instruction"<br />
<font face="Courier New">when FCFC = '+';             <br />
  WriteData('0 0 TD'+LF:7);  <br />
  FCFCplus = '+';</font><br />
I added the FCFCplus field to this so we can track if the FCFC field has had a "+" in it yet. I so, we need to start using line positioning commands.<br />
<br />
Second, add some new variables and a procedure to the top of the program:<br />
<font face="Courier New">DLineAdvance      PR<br />
 // Misc variables ----------------------------------------------------<br />
DFCFCplus         S              1A   inz(' ')   <br />
DLineSpacing      S              2P 0            </font><br />
<br />
Initialize the variable "LineSpacing" to be based on the VertSize field:<br />
Add right before the /end-free in the SetupPage procedure. I found 1.7 to work best for my reports, but you may need to tweek this number.<br />
<font face="Courier New">LineSpacing = VertSpace/1.7; </font><br />
<br />
In the WritePages procedure, add the following line just below the "// handle FCFC instruction" comment:<br />
<font face="Courier New">LineAdvance(); </font><br />
<br />
At the bottom of the program, add in the LineAdvance procedure we defined and referenced earlier:<br />
<font face="Courier New"> //++++++++++++++++++++++++++++++++++++++++++++++++++  ++++++++++++++++++<br />
 // Line Advance                                                       <br />
 //++++++++++++++++++++++++++++++++++++++++++++++++++  ++++++++++++++++++<br />
PLineAdvance      B                                                    <br />
DLineAdvance      PI                                                   <br />
                                                                       <br />
 /free                                                                 <br />
                                                                       <br />
  select;                                                              <br />
    when FCFCplus = '+' and FCFC <> '+'                                <br />
    and LineSpacing < 10;                                              <br />
      WriteData('0 -' + %char(LineSpacing) + ' TD'+LF:8);              <br />
    when FCFCplus = '+' and FCFC <> '+'                                <br />
    and LineSpacing >= 10;                                             <br />
      WriteData('0 -' + %char(LineSpacing) + ' TD'+LF:9);              <br />
  endsl;                                                               <br />
                                                                       <br />
 /end-free                                                             <br />
PLineAdvance      E                                                    </font><br />
<br />
This was the easiest way I found to get the underline and bold working. Hope this is useful. This change probably won't make text bold but it will make your PDF look proper with the printing of underlines and line advancement.</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?98-Document-Management">Document Management</category>
			<dc:creator>get_sporty</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?16162-TechTip-Spooled-Files-and-PDF-Part-One</guid>
		</item>
		<item>
			<title>Changing CPI to 6400 printer</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?9869-Changing-CPI-to-6400-printer&amp;goto=newpost</link>
			<pubDate>Mon, 26 Jul 2010 16:13:22 GMT</pubDate>
			<description>We converted from a IBM 6400 using Twinax to IBM 6400-010 (and also a 6400-050) using Lan connection.  
Our problem was when trying to print anything...</description>
			<content:encoded><![CDATA[<div>We converted from a IBM 6400 using Twinax to IBM 6400-010 (and also a 6400-050) using Lan connection. <br />
Our problem was when trying to print anything other than 10 CPI, it wound not stop condensing the print. (and *NLQ would not work)<br />
So 15 CPI came out 17 CPI, 12 CPI came out 13 (ect..).  <br />
Our solution we came up with (after a week of usless research) was to make a custom emulation on the 6400 panel <br />
to be Epson emulation (not Proprinter), and *Disable the "20 CPI Condensed" setting".<br />
Also on the AS/400 printer configuration, make the "MFRTYPMDL" option say "*IBM6408EP" .<br />
We can now print using any CPI and also print *NLQ .</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?98-Document-Management">Document Management</category>
			<dc:creator>punchcard76</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?9869-Changing-CPI-to-6400-printer</guid>
		</item>
		<item>
			<title>80% discount on Easy400.net free software</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17964-80-discount-on-Easy400.net-free-software&amp;goto=newpost</link>
			<pubDate>Sat, 24 Jul 2010 21:26:02 GMT</pubDate>
			<description>You would not believe it. 
 
If you download Easy400.net free software during week-ends you get 80% discount. 
Do not miss this great opportunity! 
...</description>
			<content:encoded><![CDATA[<div>You would not believe it.<br />
<br />
If you download Easy400.net free software during week-ends you get 80% discount.<br />
Do not miss this great opportunity!<br />
<br />
Giovanni</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?6-IBM">IBM</category>
			<dc:creator>jbvperotti</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17964-80-discount-on-Easy400.net-free-software</guid>
		</item>
		<item>
			<title>SAAS web Based Email Marketing software</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17963-SAAS-web-Based-Email-Marketing-software&amp;goto=newpost</link>
			<pubDate>Fri, 23 Jul 2010 07:13:58 GMT</pubDate>
			<description>Can anybody list out the Email Marketing Software SAAS providers ?</description>
			<content:encoded><![CDATA[<div>Can anybody list out the Email Marketing Software SAAS providers ?</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?102-Managed-Services-SaaS">Managed Services/SaaS</category>
			<dc:creator>robertflorish</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17963-SAAS-web-Based-Email-Marketing-software</guid>
		</item>
		<item>
			<title>Debugging DB2 Stored Procedure using RDP</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17953-Debugging-DB2-Stored-Procedure-using-RDP&amp;goto=newpost</link>
			<pubDate>Thu, 22 Jul 2010 10:28:19 GMT</pubDate>
			<description>After installing the fixed pack for RDP 7.6.0.1 now I can setup a breakpoint from the RDP debugger view while debugging a stored procedure.  
 
But...</description>
			<content:encoded><![CDATA[<div>After installing the fixed pack for RDP 7.6.0.1 now I can setup a breakpoint from the RDP debugger view while debugging a stored procedure. <br />
<br />
But getting the error “Server: CPF7E12 identifier does not exist” while trying to Monitor Expression (select the variable then right click and then select Monitor Expressin form the list) for a variable in the debugger.</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?6-IBM">IBM</category>
			<dc:creator>DibsInForum</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17953-Debugging-DB2-Stored-Procedure-using-RDP</guid>
		</item>
		<item>
			<title>Two Doubts in AIR //</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17962-Two-Doubts-in-AIR&amp;goto=newpost</link>
			<pubDate>Thu, 22 Jul 2010 09:14:20 GMT</pubDate>
			<description>Thank you Tom. Your answers are as awesome as your Book!! :-)</description>
			<content:encoded><![CDATA[<div>Thank you Tom. Your answers are as awesome as your Book!! :-)</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?240-Advanced-Integrated-RPG">Advanced, Integrated RPG</category>
			<dc:creator>DavidVilla</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17962-Two-Doubts-in-AIR</guid>
		</item>
		<item>
			<title>Answers to Questions from the Advanced, Integrated RPG Webcast</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17961-Answers-to-Questions-from-the-Advanced-Integrated-RPG-Webcast&amp;goto=newpost</link>
			<pubDate>Wed, 21 Jul 2010 21:10:53 GMT</pubDate>
			<description><![CDATA[Hello Everyone, 
 
Thank you for joining in today.  Here are a few answers from today's questions.  More to follow. 
 
<b>Had difficulty downloading...]]></description>
			<content:encoded><![CDATA[<div>Hello Everyone,<br />
<br />
Thank you for joining in today.  Here are a few answers from today's questions.  More to follow.<br />
<br />
<b>Had difficulty downloading at poi.apache.org></b><br />
Here is a link to the older versions, I am using 3.0.2-FINAL in the code:<br />
<a href="http://archive.apache.org/dist/poi/release/bin/" target="_blank">http://archive.apache.org/dist/poi/release/bin/</a><br />
<br />
<b>I noticed the book doesn't come with the source code, is there some way to get access to the souce code examples used in the book?</b><br />
You can download the source in the "Reviews, Errata and Downloads" link for my book at the mc-store website, here is the link <br />
<a href="http://www.mcpressonline.com/forums#http://www.mcpressonline.com/forum/showthread.php?17821-Downloads" target="_blank">http://www.mcpressonline.com/forums#...7821-Downloads</a><br />
<br />
<b>When generating an EXCEL from RPG, can you condition fonts, colors by column or rows?</b><br />
I will have to look into formatting the entire column/row, but I am attaching the results changing the fonts and colors for a cell.  xls is forbidden, so I attached a screenshot.<br />
<br />
<a href="http://www.mcpressonline.com/forum/attachment.php?attachmentid=49" >Attachment 49</a><br />
<br />
This is not a complete list.  I will provide more answers soon.<br />
<br />
Thank You,<br />
Tom</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.mcpressonline.com/forum/attachment.php?attachmentid=49&amp;d=1279746597">&#97;&#105;&#114;&#48;&#56;&#95;&#48;&#49;&#95;&#101;&#120;&#99;&#101;&#108;&#95;&#99;&#111;&#10.jpg</a> 
(20.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?240-Advanced-Integrated-RPG">Advanced, Integrated RPG</category>
			<dc:creator>T.Snyder</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17961-Answers-to-Questions-from-the-Advanced-Integrated-RPG-Webcast</guid>
		</item>
		<item>
			<title>Very Simple SQL issue</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17690-Very-Simple-SQL-issue&amp;goto=newpost</link>
			<pubDate>Wed, 21 Jul 2010 16:00:56 GMT</pubDate>
			<description>The IBM i 6.1 release includes support for table-less queries with the VALUES statement.  You can just code up:  VALUES 1+1</description>
			<content:encoded><![CDATA[<div>The IBM i 6.1 release includes support for table-less queries with the VALUES statement.  You can just code up:  VALUES 1+1</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?158-DB2">DB2</category>
			<dc:creator>K.Milligan</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17690-Very-Simple-SQL-issue</guid>
		</item>
		<item>
			<title>Printing AFPDS and overlays to PCL or Postscript type printer</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17952-Printing-AFPDS-and-overlays-to-PCL-or-Postscript-type-printer&amp;goto=newpost</link>
			<pubDate>Wed, 21 Jul 2010 13:53:47 GMT</pubDate>
			<description><![CDATA[to restart a printer on a specific page, I have found you need to enter not only the 'RESTART' parm but also the 'PAGERANGE' parm 
 
hope this helps]]></description>
			<content:encoded><![CDATA[<div>to restart a printer on a specific page, I have found you need to enter not only the 'RESTART' parm but also the 'PAGERANGE' parm<br />
<br />
hope this helps</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?132-General">General</category>
			<dc:creator>alnelson</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17952-Printing-AFPDS-and-overlays-to-PCL-or-Postscript-type-printer</guid>
		</item>
		<item>
			<title>DB2 SQL error codes 551</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17745-DB2-SQL-error-codes-551&amp;goto=newpost</link>
			<pubDate>Wed, 21 Jul 2010 11:51:25 GMT</pubDate>
			<description>Hello Mong, 
 
That means user is not authorized on Objects  whatever Object he is going to used in Program . In this case embedded SQL  Error codes...</description>
			<content:encoded><![CDATA[<div>Hello Mong,<br />
<br />
That means user is not authorized on Objects  whatever Object he is going to used in Program . In this case embedded SQL  Error codes 551 would be there.</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?59-SQL">SQL</category>
			<dc:creator>Daccitpvtltd</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17745-DB2-SQL-error-codes-551</guid>
		</item>
		<item>
			<title>Trigger Question</title>
			<link>http://www.mcpressonline.com/forum/showthread.php?17624-Trigger-Question&amp;goto=newpost</link>
			<pubDate>Wed, 21 Jul 2010 11:50:01 GMT</pubDate>
			<description>Hi rpgflunkie, 
 
In this case while adding Trigger on Physical file by the help of Command ADDPFTRG.There is one Parameter Trigger update condition...</description>
			<content:encoded><![CDATA[<div>Hi rpgflunkie,<br />
<br />
In this case while adding Trigger on Physical file by the help of Command ADDPFTRG.There is one Parameter Trigger update condition (TRGUPDCND) default value *ALWAYS has been used that means The trigger program is called whenever a record is updated, whether or not a value changes.</div>

 ]]></content:encoded>
			<category domain="http://www.mcpressonline.com/forum/forumdisplay.php?158-DB2">DB2</category>
			<dc:creator>Daccitpvtltd</dc:creator>
			<guid isPermaLink="true">http://www.mcpressonline.com/forum/showthread.php?17624-Trigger-Question</guid>
		</item>
	</channel>
</rss>
