<?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:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for FourOne Developer</title>
	<link>http://www.fourone.se/blog</link>
	<description>Dynamics AX development blog</description>
	<pubDate>Thu, 09 Feb 2012 17:24:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on How to colour code different companies inside axapta by Soetie</title>
		<link>http://www.fourone.se/blog/2008/05/21/how-to-colour-code-different-companies-inside-axapta/#comment-34732</link>
		<dc:creator>Soetie</dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:58:50 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/05/21/how-to-colour-code-different-companies-inside-axapta/#comment-34732</guid>
		<description>Hi,

we have used this form/.

we have 2 aos and 1 sql server.
After a crash of 1 aos, we have build a new aos. 
After reboot of both aos(s) the colours of the company's are changed back to grey.

Do you have any idea why?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>we have used this form/.</p>
<p>we have 2 aos and 1 sql server.<br />
After a crash of 1 aos, we have build a new aos.<br />
After reboot of both aos(s) the colours of the company&#8217;s are changed back to grey.</p>
<p>Do you have any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Regular Expressions in Dynamics AX by offenmeier</title>
		<link>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-30654</link>
		<dc:creator>offenmeier</dc:creator>
		<pubDate>Fri, 28 Oct 2011 03:52:11 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-30654</guid>
		<description>http://www.axaptapedia.com/Regular_expressions
more details here.</description>
		<content:encoded><![CDATA[<p><a href="http://www.axaptapedia.com/Regular_expressions" rel="nofollow">http://www.axaptapedia.com/Regular_expressions</a><br />
more details here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Regular Expressions in Dynamics AX by offenmeier</title>
		<link>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-30648</link>
		<dc:creator>offenmeier</dc:creator>
		<pubDate>Fri, 28 Oct 2011 01:54:31 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-30648</guid>
		<description>match() function still works in AX 2009. 

first I tried proper RegExp with it, but it was complaining. than I came across this webpage and understood that it has its own crippled RegExp-like syntax. But for simple things it's good enough.

Thanks.</description>
		<content:encoded><![CDATA[<p>match() function still works in AX 2009. </p>
<p>first I tried proper RegExp with it, but it was complaining. than I came across this webpage and understood that it has its own crippled RegExp-like syntax. But for simple things it&#8217;s good enough.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create class and methods in x++ by Erik Paulsson</title>
		<link>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-22104</link>
		<dc:creator>Erik Paulsson</dc:creator>
		<pubDate>Tue, 26 Apr 2011 14:38:50 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-22104</guid>
		<description>Just add this on line 20:

newClassBuild.addMethod('classdeclaration', 'public class ' + className + ' extends FormLetter \n{\n}\n');

This makes the class extend from FormLetter, maybe a bad example, but I think you get the point. Just change the "FormLetter" part to the class you want to extend.

What this means is that if you don´t add a classdeclaration, the ClassBuild class will create a default classdeclaration for you. If you don´t want this, add it manually like any other method.

// Erik</description>
		<content:encoded><![CDATA[<p>Just add this on line 20:</p>
<p>newClassBuild.addMethod(&#8217;classdeclaration&#8217;, &#8216;public class &#8216; + className + &#8216; extends FormLetter \n{\n}\n&#8217;);</p>
<p>This makes the class extend from FormLetter, maybe a bad example, but I think you get the point. Just change the &#8220;FormLetter&#8221; part to the class you want to extend.</p>
<p>What this means is that if you don´t add a classdeclaration, the ClassBuild class will create a default classdeclaration for you. If you don´t want this, add it manually like any other method.</p>
<p>// Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create class and methods in x++ by Koen</title>
		<link>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-22101</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:59:45 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-22101</guid>
		<description>Not bad!

but how about a derived class?</description>
		<content:encoded><![CDATA[<p>Not bad!</p>
<p>but how about a derived class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using CacheAddMethod by Bull</title>
		<link>http://www.fourone.se/blog/2007/11/27/using-cacheaddmethod/#comment-19522</link>
		<dc:creator>Bull</dc:creator>
		<pubDate>Sat, 05 Mar 2011 21:49:19 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2007/11/27/using-cacheaddmethod/#comment-19522</guid>
		<description>Great!! I liked this explanation!</description>
		<content:encoded><![CDATA[<p>Great!! I liked this explanation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send alerts/messages to online users by Mark</title>
		<link>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-14788</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 22 Oct 2010 01:56:17 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-14788</guid>
		<description>Yes!!! perfect! I have search for a long time.</description>
		<content:encoded><![CDATA[<p>Yes!!! perfect! I have search for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get label string in different languages by Thierry</title>
		<link>http://www.fourone.se/blog/2007/11/01/get-label-value-in-different-languages/#comment-14108</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Thu, 23 Sep 2010 12:13:44 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2007/11/01/get-label-value-in-different-languages/#comment-14108</guid>
		<description>You need to pass the label to the method labelId2String using the built in function literalstr:
labelStringSwedish =  SysLabel::labelId2String2(literalstr("@SYS54971"), "en-us");</description>
		<content:encoded><![CDATA[<p>You need to pass the label to the method labelId2String using the built in function literalstr:<br />
labelStringSwedish =  SysLabel::labelId2String2(literalstr(&#8221;@SYS54971&#8243;), &#8220;en-us&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send alerts/messages to online users by FY Hew</title>
		<link>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-14099</link>
		<dc:creator>FY Hew</dc:creator>
		<pubDate>Thu, 23 Sep 2010 02:42:57 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-14099</guid>
		<description>Hi Erik Paulsson,

Thanks for this....it really very useful info:)</description>
		<content:encoded><![CDATA[<p>Hi Erik Paulsson,</p>
<p>Thanks for this&#8230;.it really very useful info:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple progress counter by Simple progress counter &#8211; Dynamics AX</title>
		<link>http://www.fourone.se/blog/2007/11/01/simple-progress-counter/#comment-13485</link>
		<dc:creator>Simple progress counter &#8211; Dynamics AX</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:46:16 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2007/11/01/simple-progress-counter/#comment-13485</guid>
		<description>[...] FourOne Developer » Blog Archive » Simple progress counter.   //         Posted in Dynamics AX [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] FourOne Developer » Blog Archive » Simple progress counter.   //         Posted in Dynamics AX [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

