<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>oala</title>
	<link>http://mibuso.com/blogs/oala</link>
	<description>My Little Diary about my NAV aha! Experience</description>
	<pubDate>Thu, 29 Jul 2010 09:58:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Find the Function Header Faster</title>
		<link>http://mibuso.com/blogs/oala/2010/07/29/12/</link>
		<comments>http://mibuso.com/blogs/oala/2010/07/29/12/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:22:16 +0000</pubDate>
		<dc:creator>andwian</dc:creator>
		
		<category><![CDATA[C/AL]]></category>

		<category><![CDATA[Tips &amp; Trick]]></category>

		<category><![CDATA[C/AL Local]]></category>

		<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/oala/2010/07/29/12/</guid>
		<description><![CDATA[Want to look for any Function faster?
&#8220;Usually&#8221; the Function will be located at the bottom of the codes - although not always.
So, for example if you want to search for  InitVat, simply Ctrl+F to open the Find windows, type the name of the Function you would like to search, and then press Find Previous, instead of [...]]]></description>
			<content:encoded><![CDATA[<p>Want to look for any Function faster?</p>
<p>&#8220;Usually&#8221; the Function will be located at the bottom of the codes - although not always.</p>
<p>So, for example if you want to search for  InitVat, simply Ctrl+F to open the Find windows, type the name of the Function you would like to search, and then press Find Previous, instead of Find First. And&#8230; Aha!</p>
<p><a href="http://mibuso.com/blogs/oala/files/2010/07/find-function.jpg" title="Find Function"><img src="http://mibuso.com/blogs/oala/files/2010/07/find-function.jpg" alt="Find Function" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/oala/2010/07/29/12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In Which Function am I Located?</title>
		<link>http://mibuso.com/blogs/oala/2010/07/29/in-which-function-am-i-located/</link>
		<comments>http://mibuso.com/blogs/oala/2010/07/29/in-which-function-am-i-located/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:12:50 +0000</pubDate>
		<dc:creator>andwian</dc:creator>
		
		<category><![CDATA[C/AL]]></category>

		<category><![CDATA[Tips &amp; Trick]]></category>

		<category><![CDATA[C/AL Local]]></category>

		<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/oala/2010/07/29/in-which-function-am-i-located/</guid>
		<description><![CDATA[Ever being stucked in a bunch of codes, and do not know in which function you are?
Simply placed your cursor in any line you want to investigate the name of the function, hit Alt+V, A to open the C/AL Locals, and soon you will know where you are!  

]]></description>
			<content:encoded><![CDATA[<p>Ever being stucked in a bunch of codes, and do not know in which function you are?</p>
<p>Simply placed your cursor in any line you want to investigate the name of the function, hit Alt+V, A to open the C/AL Locals, and soon you will know where you are! <img src='http://mibuso.com/blogs/oala/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://mibuso.com/blogs/oala/files/2010/07/name-of-the-function.jpg" title="C/AL Local window"><img src="http://mibuso.com/blogs/oala/files/2010/07/name-of-the-function.jpg" alt="C/AL Local window" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/oala/2010/07/29/in-which-function-am-i-located/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which table is it from?</title>
		<link>http://mibuso.com/blogs/oala/2010/07/27/which-table-is-it-from/</link>
		<comments>http://mibuso.com/blogs/oala/2010/07/27/which-table-is-it-from/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:32:33 +0000</pubDate>
		<dc:creator>andwian</dc:creator>
		
		<category><![CDATA[Tips &amp; Trick]]></category>

		<category><![CDATA[Table]]></category>

		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/oala/2010/07/27/which-table-is-it-from/</guid>
		<description><![CDATA[Curious about which table is currently shown on a form? Just tap Ctrl+F8 to open the Zoom window, and see the Title bar of the form in the upper-left side of the Zoom window.

]]></description>
			<content:encoded><![CDATA[<p>Curious about which table is currently shown on a form? Just tap Ctrl+F8 to open the Zoom window, and see the Title bar of the form in the upper-left side of the Zoom window.</p>
<p><a href="http://mibuso.com/blogs/oala/files/2010/07/zoom1.jpg" title="Item - Zoom"><img src="http://mibuso.com/blogs/oala/files/2010/07/zoom1.jpg" alt="Item - Zoom" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/oala/2010/07/27/which-table-is-it-from/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WHILE rec.NEXT &#62; 0 THEN</title>
		<link>http://mibuso.com/blogs/oala/2010/06/29/while-recnext-0-then/</link>
		<comments>http://mibuso.com/blogs/oala/2010/06/29/while-recnext-0-then/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:35:59 +0000</pubDate>
		<dc:creator>andwian</dc:creator>
		
		<category><![CDATA[C/AL]]></category>

		<category><![CDATA[Condition]]></category>

		<category><![CDATA[Looping]]></category>

		<category><![CDATA[NEXT]]></category>

		<category><![CDATA[WHILE]]></category>

		<guid isPermaLink="false">http://mibuso.com/blogs/oala/2010/06/29/while-recnext-0-then/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mibuso.com/blogs/oala/files/2010/07/code.png" title="code.png"><img src="http://mibuso.com/blogs/oala/files/2010/07/code.png" alt="code.png" /></a> <a href="http://mibuso.com/blogs/oala/2010/06/29/while-recnext-0-then/#more-3" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/oala/2010/06/29/while-recnext-0-then/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://mibuso.com/blogs/oala/2010/06/25/hello-world/</link>
		<comments>http://mibuso.com/blogs/oala/2010/06/25/hello-world/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:30:46 +0000</pubDate>
		<dc:creator>andwian</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to mibuso.com Blogs. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to mibuso.com Blogs. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://mibuso.com/blogs/oala/2010/06/25/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
