<?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>get along with Oracle and APEX &#187; Questions</title>
	<atom:link href="http://www.oracle-and-apex.com/category/questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracle-and-apex.com</link>
	<description>by Peter Raganitsch</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:26:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Question: How to refresh an APEX SQL Report from JavaScript</title>
		<link>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/</link>
		<comments>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 06:52:24 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[Questions]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=223</guid>
		<description><![CDATA[Nowadays everything should be interactive and Web2.0 and AJAX, and again the Oracle Application Express Development Team has prepared something for us, that makes it easy to give our APEX Applications that interactive touch.
Imagine a SQL Report Region (&#8220;Classic Report&#8221;) and a button next to it. In front of the computer is a nervous user [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays everything should be interactive and Web2.0 and AJAX, and again the Oracle Application Express Development Team has prepared something for us, that makes it easy to give our APEX Applications that interactive touch.</p>
<p><span id="more-223"></span>Imagine a SQL Report Region (&#8220;Classic Report&#8221;) and a button next to it. In front of the computer is a nervous user who waits for a certain record to appear in his Report (e.g. this months salary in his bank statement).</p>
<p>So what is he doing? The nervous finger. Clicking the refresh button every 10 seconds. And everytime he clicks the button, the page is submitted and loads the new data. But this Page submitting and reloading takes some time and flickers, which makes our user even more nervous.</p>
<p>Better and faster would be refreshing the report without submitting the Page, looks smooth and totally Web 2.0.</p>
<p>APEX has a JavaScript function <strong>$a_report(pId,pMin,pMax,pFetched,pSort)</strong> which reloads the reports data and displays it without resubmitting the whole page.<br />
pId is the ID of your Report, pMin and pMax are the RowIds to display, pFetched the number of Rows and pSort can hold some sort clause.</p>
<p>e.g. javascript:$a_report(&#8216;15520013154312712&#8242;,&#8217;1&#8242;,&#8217;10&#8242;,&#8217;10&#8242;);</p>
<p>Now all you have to do is put this javascript call into your Buttons Target</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_button.png"><img class="alignnone size-full wp-image-244" title="oaa_ajrep_button" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_button.png" alt="" width="489" height="270" /></a></p>
<p>And make sure that your Report is set to &#8220;Enable Partial Page Refresh&#8221;, this is needed to make sure that $a_report knows what to do.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_report.png"><img class="alignnone size-full wp-image-245" title="oaa_ajrep_report" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_report.png" alt="" width="388" height="249" /></a></p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=223&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Question: apexlib not defined</title>
		<link>http://www.oracle-and-apex.com/question-apexlib-not-defined/</link>
		<comments>http://www.oracle-and-apex.com/question-apexlib-not-defined/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:49:22 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=208</guid>
		<description><![CDATA[One of the most common errors, and yet not sufficiently answered&#8230;
After Installation of ApexLib and Integration into your Application you are all eager to get it running, but all you get is an error in Firebug saying &#8220;apexlib not defined&#8221;.

ApexLib not defined? What can cause that?

The main JavaScript File of ApexLib (ApexLib_Full-min.js) can&#8217;t be found, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common errors, and yet not sufficiently answered&#8230;</p>
<p><span id="more-208"></span>After Installation of ApexLib and Integration into your Application you are all eager to get it running, but all you get is an error in Firebug saying &#8220;apexlib not defined&#8221;.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug.png"><img class="alignnone size-full wp-image-235" title="oaa_and_firebug" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug.png" alt="" width="557" height="142" /></a></p>
<p>ApexLib not defined? What can cause that?</p>
<ul>
<li>The main JavaScript File of ApexLib (ApexLib_Full-min.js) can&#8217;t be found, or</li>
<li>the javascript File wasn&#8217;t included</li>
</ul>
<p>At first we check Firebug&#8217;s Network Tab to see if the Javascript File was found:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug_net.png"><img class="alignnone size-full wp-image-236" title="oaa_and_firebug_net" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug_net.png" alt="" width="399" height="225" /></a></p>
<p>As we can see in the picture, ApexLib_Full wasn&#8217;t found, but at least we tried to load it ;-)</p>
<p>So lets check the Region &#8220;ApexLib &#8211; Javascript/CSS&#8221; on Page 0 (that&#8217;s the place where we include the ApexLib Files by default).</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_p0_source.png"><img class="alignnone size-full wp-image-237" title="oaa_and_p0_source" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_p0_source.png" alt="" width="615" height="121" /></a></p>
<p>And there we found it: a simple typo in the Filename &#8220;ApexLib_Full .js&#8221; where it should read &#8220;ApexLib_Full-min.js&#8221;.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=208&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/question-apexlib-not-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question: Can&#8217;t get APEX Workspace Login Screen, just internal</title>
		<link>http://www.oracle-and-apex.com/question-cant-get-apex-workspace-login-screen-just-internal/</link>
		<comments>http://www.oracle-and-apex.com/question-cant-get-apex-workspace-login-screen-just-internal/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:05:19 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[Questions]]></category>
		<category><![CDATA[Login]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=181</guid>
		<description><![CDATA[This is the first mini-Post from my Blog Series &#8220;You search, we answer&#8220;.
A common problem after installing Oracle Application Express and configuring a workspace in the Admin/Internal Area is not finding the Workspace Login Screen.
The thing is with http://127.0.0.1:8080/apex/apex_admin you only get the Administrator Login:

If you want to get to the Workspace Login Screen, simply [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first mini-Post from my Blog Series &#8220;<a href="http://www.oracle-and-apex.com/you-got-any-questions/">You search, we answer</a>&#8220;.</p>
<p>A common problem after installing Oracle Application Express and configuring a workspace in the Admin/Internal Area is not finding the Workspace Login Screen.<span id="more-181"></span></p>
<p>The thing is with <strong>http://127.0.0.1:8080/apex/apex_admin</strong> you only get the Administrator Login:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/question_cant_login_to_apex_workspace.png"><img class="alignnone size-full wp-image-182" title="question_cant_login_to_apex_workspace" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/question_cant_login_to_apex_workspace.png" alt="" width="648" height="245" /></a></p>
<p>If you want to get to the Workspace Login Screen, simply remove /apex_admin from your URL: <strong>http://127.0.0.1:8080/apex</strong></p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/question_cant_login_to_apex_workspace2.png"><img class="alignnone size-full wp-image-183" title="question_cant_login_to_apex_workspace2" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/question_cant_login_to_apex_workspace2.png" alt="" width="386" height="282" /></a></p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=181&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/question-cant-get-apex-workspace-login-screen-just-internal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You got any Questions?</title>
		<link>http://www.oracle-and-apex.com/you-got-any-questions/</link>
		<comments>http://www.oracle-and-apex.com/you-got-any-questions/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:04:29 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[Questions]]></category>
		<category><![CDATA[Mixed]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=173</guid>
		<description><![CDATA[As i was checking my site stats the other day i stumbled across the section &#8220;Last search terms&#8221; and found there many questions. Obviously people were looking for an answer and somehow landed on this blog.
That, i figured, should be rewarded. 
So i&#8217;m opening a series of blog posts which deal with those Questions and [...]]]></description>
			<content:encoded><![CDATA[<p>As i was checking my site stats the other day i stumbled across the section &#8220;<a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/search_terms.png" target="_blank">Last search terms</a>&#8221; and found there many questions. Obviously people were looking for an answer and somehow landed on this blog.</p>
<p>That, i figured, should be rewarded. <span id="more-173"></span></p>
<p>So i&#8217;m opening a <a href="http://www.oracle-and-apex.com/category/questions/">series of blog posts</a> which deal with those Questions and provide all 2-3 weeks a short answer. Short and to the point (i hope).</p>
<p>Of course i recommend asking questions on the official (and very active) <a href="http://forums.oracle.com/forums/forum.jspa?forumID=137" target="_blank">Forum</a>, but some things are better explained in a blog with one or to pictures for illustration.</p>
<p>And now, if you want to ask something, just drop a comment or search for it :-)</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=173&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/you-got-any-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
