<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Resources on the Internet</title>
	<atom:link href="http://psst0101.wordpress.com/resources-on-the-internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://psst0101.wordpress.com</link>
	<description>Just Trying to Remember and Share What I Learn at Work</description>
	<pubDate>Sun, 07 Sep 2008 17:24:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: papillon</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-784</link>
		<dc:creator>papillon</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-784</guid>
		<description>One of the excellent Peoplesoft information I come across.</description>
		<content:encoded><![CDATA[<p>One of the excellent Peoplesoft information I come across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Update &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-756</link>
		<dc:creator>Blog Update &#171; PSST0101</dc:creator>
		<pubDate>Fri, 18 Jul 2008 03:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-756</guid>
		<description>[...] Blog&#160;Update Filed under: Blog &#8212; digitaleagle @ 11:02 pm   I just found a new wiki site from Anderson University.  I have added it to the Resources List. [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog&nbsp;Update Filed under: Blog &#8212; digitaleagle @ 11:02 pm   I just found a new wiki site from Anderson University.  I have added it to the Resources List. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praj</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-752</link>
		<dc:creator>Praj</dc:creator>
		<pubDate>Wed, 02 Jul 2008 23:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-752</guid>
		<description>Nice collection of resources you have there. 

I've started my own collection on my PeopleSoft Wiki - which I thought might be useful:
http://peoplesoft.wikidot.com/resources</description>
		<content:encoded><![CDATA[<p>Nice collection of resources you have there. </p>
<p>I&#8217;ve started my own collection on my PeopleSoft Wiki - which I thought might be useful:<br />
<a href="http://peoplesoft.wikidot.com/resources" rel="nofollow">http://peoplesoft.wikidot.com/resources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Update: Updated Resources &#171; PSST0101</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-743</link>
		<dc:creator>Blog Update: Updated Resources &#171; PSST0101</dc:creator>
		<pubDate>Wed, 11 Jun 2008 04:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-743</guid>
		<description>[...] Filed under: Blog &#8212; digitaleagle @ 12:56 am   Just a quick update:  I updated the PeopleBooks Resources links with some new links and removed the old broken ones.  Hope that [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: Blog &#8212; digitaleagle @ 12:56 am   Just a quick update:  I updated the PeopleBooks Resources links with some new links and removed the old broken ones.  Hope that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitaleagle</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-694</link>
		<dc:creator>digitaleagle</dc:creator>
		<pubDate>Tue, 25 Mar 2008 11:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-694</guid>
		<description>knan nan,

I am sorry that I cannot help with a source code example because I haven't worked with that function.  I will have to spend some time on it because it looks like there are some interesting functions in there.

But, I can suggest doing a PeopleCode Dump.  Use Application Designer, and choose the "Find In..." command from the Edit menu.  Then, enter a semicolon(;) for the search text.  Finally, check the option to "Save PeopleCode to File".  This will take a long time to run so let it run overnight, but once it runs, you can use any text editor to search for examples.

I found one example of CreateQueryCrystalURL on the page QRY_SELECT.  Another on the page QUERY_VIEWER_SRCH.  To view those, open the page in App Designer, and right click and choose to view the PeopleCode.  Another example exists on the record QRYSELECT_WRK, field QRYSEARCHBTN, event FieldChange.  I did my search on HRMS 8.9, but I would guess these objects are part of PeopleTools and might be in all of the PeopleSoft installations.

I hope that helps.</description>
		<content:encoded><![CDATA[<p>knan nan,</p>
<p>I am sorry that I cannot help with a source code example because I haven&#8217;t worked with that function.  I will have to spend some time on it because it looks like there are some interesting functions in there.</p>
<p>But, I can suggest doing a PeopleCode Dump.  Use Application Designer, and choose the &#8220;Find In&#8230;&#8221; command from the Edit menu.  Then, enter a semicolon(;) for the search text.  Finally, check the option to &#8220;Save PeopleCode to File&#8221;.  This will take a long time to run so let it run overnight, but once it runs, you can use any text editor to search for examples.</p>
<p>I found one example of CreateQueryCrystalURL on the page QRY_SELECT.  Another on the page QUERY_VIEWER_SRCH.  To view those, open the page in App Designer, and right click and choose to view the PeopleCode.  Another example exists on the record QRYSELECT_WRK, field QRYSEARCHBTN, event FieldChange.  I did my search on HRMS 8.9, but I would guess these objects are part of PeopleTools and might be in all of the PeopleSoft installations.</p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knan nan</title>
		<link>http://psst0101.wordpress.com/resources-on-the-internet/#comment-693</link>
		<dc:creator>knan nan</dc:creator>
		<pubDate>Mon, 24 Mar 2008 21:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/resources-on-the-internet/#comment-693</guid>
		<description>I want to find out more about weblib_Query record and where can I get a source code for CreateQueryCrstalURL similar to CreateQueryURL. Your help will be much appreciated;</description>
		<content:encoded><![CDATA[<p>I want to find out more about weblib_Query record and where can I get a source code for CreateQueryCrstalURL similar to CreateQueryURL. Your help will be much appreciated;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
