<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Great Tasting Java &#187; WebFocus</title>
	<atom:link href="http://www.greattastingjava.com/wordpress/index.php/category/webfocus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greattastingjava.com/wordpress</link>
	<description>Headley Williamson's Java code, answers, tutorials, and courses</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebFocus Custom Query Example</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/webfocus-custom-query-example/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/webfocus-custom-query-example/#comments</comments>
		<pubDate>Fri, 16 May 2008 15:53:58 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[WebFocus]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/index.php/2008/05/16/webfocus-custom-query-example/</guid>
		<description><![CDATA[-* File db2stest.fex
ENGINE DB2 SET DEFAULT_CONNECTION DB2
SQL DB2 PREPARE SQLOUT FOR
select * FROM DB2SCHEMA.MYTABLE
;
END
TABLE FILE SQLOUT
PRINT
   *
END
]]></description>
			<content:encoded><![CDATA[<p>-* File db2stest.fex<br />
ENGINE DB2 SET DEFAULT_CONNECTION DB2<br />
SQL DB2 PREPARE SQLOUT FOR<br />
select * FROM DB2SCHEMA.MYTABLE<br />
;<br />
END</p>
<p>TABLE FILE SQLOUT<br />
PRINT<br />
   *<br />
END</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/webfocus-custom-query-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web focus No Data HTML Output Redirect</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/web-focus-no-data-html-output-redirect/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/web-focus-no-data-html-output-redirect/#comments</comments>
		<pubDate>Fri, 16 May 2008 15:48:21 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[WebFocus]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/index.php/2008/05/16/web-focus-no-data-html-output-redirect/</guid>
		<description><![CDATA[With web focus when you have no data returned from your query and want a simple way of redirecting the page. Use the following code example.
SET EMPTYREPORT=ON
TABLE FILE CAR
PRINT *
ON TABLE HOLD AS MYTAB FORMAT HTMTABLE
END
-RUN
-SET &#038;HOWMANY = &#038;LINES ;
-HTMLFORM BEGIN


-IF &#038;HOWMANY GT 0 GOTO no.redirect ;


-no.redirect
!IBI.FIL.MYTAB;
-HTMLFORM END

]]></description>
			<content:encoded><![CDATA[<p>With web focus when you have no data returned from your query and want a simple way of redirecting the page. Use the following code example.</p>
<p>SET EMPTYREPORT=ON<br />
TABLE FILE CAR<br />
PRINT *<br />
ON TABLE HOLD AS MYTAB FORMAT HTMTABLE<br />
END<br />
-RUN<br />
-SET &#038;HOWMANY = &#038;LINES ;<br />
-HTMLFORM BEGIN<br />
<html><br />
<head><br />
-IF &#038;HOWMANY GT 0 GOTO no.redirect ;<br />
<meta HTTP-EQUIV="Refresh"<br />
CONTENT="5 ;<br />
URL=http://the page you want to redirect to"><br />
</meta></head><br />
-no.redirect<br />
!IBI.FIL.MYTAB;<br />
-HTMLFORM END<br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/web-focus-no-data-html-output-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
