<?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>Wed, 10 Mar 2010 17:59:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Simple field lookup in form by Erik Paulsson</title>
		<link>http://www.fourone.se/blog/2008/10/13/simple-field-lookup/#comment-11207</link>
		<dc:creator>Erik Paulsson</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:31:17 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/10/13/simple-field-lookup/#comment-11207</guid>
		<description>The override method gives you the option to control what the lookup will present to the user and what value should be returned. Maybe you just want a field of the type ItemId to just present the items that is of the type service or BOM.

I don´t think you can/should use this method for validations of the content put in by the user. Use the override "validate" method instead and check if the value is correct, if not just return false and present a warning to the user of the reason the validation failed.</description>
		<content:encoded><![CDATA[<p>The override method gives you the option to control what the lookup will present to the user and what value should be returned. Maybe you just want a field of the type ItemId to just present the items that is of the type service or BOM.</p>
<p>I don´t think you can/should use this method for validations of the content put in by the user. Use the override &#8220;validate&#8221; method instead and check if the value is correct, if not just return false and present a warning to the user of the reason the validation failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple field lookup in form by bruce</title>
		<link>http://www.fourone.se/blog/2008/10/13/simple-field-lookup/#comment-11178</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:58:17 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/10/13/simple-field-lookup/#comment-11178</guid>
		<description>I'm trying to customize a lookup field in AX 09 to not allow users to add data in the lookup data field and override what's in the drop down menu.

Is that what the override method does? I want to disable any users from adding content that is not in the lookup table. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to customize a lookup field in AX 09 to not allow users to add data in the lookup data field and override what&#8217;s in the drop down menu.</p>
<p>Is that what the override method does? I want to disable any users from adding content that is not in the lookup table. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Regular Expressions in Dynamics AX by Rikard Gadolin</title>
		<link>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9519</link>
		<dc:creator>Rikard Gadolin</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:47:44 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9519</guid>
		<description>Also i would try to run the method on the client instead of the server.</description>
		<content:encoded><![CDATA[<p>Also i would try to run the method on the client instead of the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Regular Expressions in Dynamics AX by Rikard Gadolin</title>
		<link>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9518</link>
		<dc:creator>Rikard Gadolin</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:46:06 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9518</guid>
		<description>Hello Brad.

I guess you mean the first method there.
I just tried it myself one more time to be sure, and it worked fine.
rikky@haxx.net returned true
rikky@haxx.nettt returned false

This was in AX 2009.
Make sure you have .NET framework installed!</description>
		<content:encoded><![CDATA[<p>Hello Brad.</p>
<p>I guess you mean the first method there.<br />
I just tried it myself one more time to be sure, and it worked fine.<br />
<a href="mailto:rikky@haxx.net">rikky@haxx.net</a> returned true<br />
<a href="mailto:rikky@haxx.nettt">rikky@haxx.nettt</a> returned false</p>
<p>This was in AX 2009.<br />
Make sure you have .NET framework installed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Regular Expressions in Dynamics AX by Brad</title>
		<link>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9511</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:58:20 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2009/10/02/using-regular-expressions-in-dynamics-ax/#comment-9511</guid>
		<description>This always returns 'false' for me, no matter what is entered.</description>
		<content:encoded><![CDATA[<p>This always returns &#8216;false&#8217; for me, no matter what is entered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Syntax by Erik Paulsson</title>
		<link>http://www.fourone.se/blog/2008/02/21/wp-syntax/#comment-8686</link>
		<dc:creator>Erik Paulsson</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:23:51 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/02/21/wp-syntax/#comment-8686</guid>
		<description>Hi!

We chose wordpress because that was the blog engine I knew how to use basically. But I like it a lot, works great, is easy to use and has a lot of helpful plugins.

Geshi has a templete that is created for x++. It´s called xpp:

I can not type the correct syntax here because my editor won´t allow me to. But if you look att he example under the link "edit" in the above text, just change lang="java" to lang="xpp".

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We chose wordpress because that was the blog engine I knew how to use basically. But I like it a lot, works great, is easy to use and has a lot of helpful plugins.</p>
<p>Geshi has a templete that is created for x++. It´s called xpp:</p>
<p>I can not type the correct syntax here because my editor won´t allow me to. But if you look att he example under the link &#8220;edit&#8221; in the above text, just change lang=&#8221;java&#8221; to lang=&#8221;xpp&#8221;.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Syntax by Tommy Skaue</title>
		<link>http://www.fourone.se/blog/2008/02/21/wp-syntax/#comment-8684</link>
		<dc:creator>Tommy Skaue</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:29:36 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/02/21/wp-syntax/#comment-8684</guid>
		<description>Curious on what language template you chose for x++. Was it c/c++?
Any particular reason you chose WordPress for blog engine?</description>
		<content:encoded><![CDATA[<p>Curious on what language template you chose for x++. Was it c/c++?<br />
Any particular reason you chose WordPress for blog engine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to read the Data Dictionary in Axapta by Patrik</title>
		<link>http://www.fourone.se/blog/2007/11/22/how-to-read-the-data-dictionary-in-axapta/#comment-8409</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:06:53 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2007/11/22/how-to-read-the-data-dictionary-in-axapta/#comment-8409</guid>
		<description>Pingback from &lt;a href="http://patrikluca.blogspot.com/2009/09/links-list-september-2009.html" rel="nofollow"&gt;IT Pro Ramblings&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Pingback from <a href="http://patrikluca.blogspot.com/2009/09/links-list-september-2009.html" rel="nofollow">IT Pro Ramblings</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create class and methods in x++ by Jonathan</title>
		<link>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-8358</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:36:24 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/12/22/create-class-and-methods-in-x/#comment-8358</guid>
		<description>Awesome, just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Awesome, just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send alerts/messages to online users by sandrar</title>
		<link>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-7959</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 23:02:18 +0000</pubDate>
		<guid>http://www.fourone.se/blog/2008/05/27/send-alertsmessages-to-online-users/#comment-7959</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.fourone.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
