<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Vishal Monpara's Blog</title>
	
	<link>http://blog.vishalon.net</link>
	<description>Knowledge.ToString()</description>
	<lastBuildDate>Wed, 02 Jun 2010 18:12:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/blogvishalonnet" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="blogvishalonnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>InfoPath: Hide command text for conditionally inserting row in repeating table</title>
		<link>http://blog.vishalon.net/index.php/infopath-hide-command-text-for-conditionally-inserting-row-in-repeating-table/</link>
		<comments>http://blog.vishalon.net/index.php/infopath-hide-command-text-for-conditionally-inserting-row-in-repeating-table/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:12:10 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Infopath]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=120</guid>
		<description><![CDATA[


Problem 1: Allow the users to insert a row in repeating table based on condition evaluation.
Solution:

Select the repeating table, right click on it to open up context menu.
Click on &#8220;Repeating Table Properties&#8230;&#8221; &#62; &#8220;Display Tab&#8221; &#62; &#8220;Conditional Formatting&#8230;&#8221; button. It will open up &#8220;Conditional Formatting&#8221; dialog.
Click on &#8220;Add&#8230;&#8221; to open up &#8220;Conditional Format&#8221; dialog.
Select the [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/infopath-hide-command-text-for-conditionally-inserting-row-in-repeating-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoPath: Conditionally Hide Hyperlink Control</title>
		<link>http://blog.vishalon.net/index.php/infopath-conditionally-hide-hyperlink-control/</link>
		<comments>http://blog.vishalon.net/index.php/infopath-conditionally-hide-hyperlink-control/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 22:37:49 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[hyperlink control]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=116</guid>
		<description><![CDATA[


You may have been to a situation where you have to conditionally hide the hyperlink control but unlike many other InfoPath controls, hyperlink controls does not support conditions. But there is a way to hide this control.  
Here is my main data source.

IsVisible is a boolean field and Hyperlink is a string storing URL. [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/infopath-conditionally-hide-hyperlink-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoPath: A proper way to blank out Whole Number, Date using JScript</title>
		<link>http://blog.vishalon.net/index.php/infopath-a-proper-way-to-blank-out-whole-number-date-using-jscript/</link>
		<comments>http://blog.vishalon.net/index.php/infopath-a-proper-way-to-blank-out-whole-number-date-using-jscript/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:13:21 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[xsi-nil]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=113</guid>
		<description><![CDATA[


Problem:
When you blank out data in InfoPath using JScript, you would probably use the following method.
XDocument.DOM.selectSingleNode("my:xpath/my:node").text = "";
Above code works well when &#8220;my:node&#8221; is of data type String. If the data type is Number or Date, above code will work but on the user interface you will see an error &#8220;Only integers allowed.&#8221; and &#8220;Only [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/infopath-a-proper-way-to-blank-out-whole-number-date-using-jscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfoPath Error: Reference to undeclared namespace prefix “dfs”</title>
		<link>http://blog.vishalon.net/index.php/infopath-error-reference-to-undeclared-namespace-prefix-dfs/</link>
		<comments>http://blog.vishalon.net/index.php/infopath-error-reference-to-undeclared-namespace-prefix-dfs/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:12:05 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[jscript]]></category>
		<category><![CDATA[secondary data source]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=109</guid>
		<description><![CDATA[


Error:
If you are trying to get/set values using XPath on Secondary Data Source, you might get the error &#8220;Reference to undeclared namespace prefix: dfs&#8221;.
Cause:
When you are trying to use XPath expression on Secondary Data Source, you must have to declare the namespace that is going to be used in the code. By default, InfoPath does [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/infopath-error-reference-to-undeclared-namespace-prefix-dfs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>InfoPath Hyperlink Control: Show Hyperlink Based on Filtered Data</title>
		<link>http://blog.vishalon.net/index.php/infopath-hyperlink-control-show-hyperlink-based-on-filtered-data/</link>
		<comments>http://blog.vishalon.net/index.php/infopath-hyperlink-control-show-hyperlink-based-on-filtered-data/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:19:37 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Infopath]]></category>
		<category><![CDATA[hyperlink control]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=104</guid>
		<description><![CDATA[In InfoPath, Hyperlink control does not support filtering data when you select a field for repeating group. But you can definitely avert this limitation using a trick. For example, I have secondary data source &#8220;Data&#8221; as xml file with the following content
&#60;?xml version="1.0" encoding="utf-8" ?&#62;
&#60;Settings&#62;
    &#60;Setting Name="Users" Value="2" /&#62;
    [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/infopath-hyperlink-control-show-hyperlink-based-on-filtered-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended Function getTagFromIdentifierAndTitle to get Fill-In enabled Dropdown</title>
		<link>http://blog.vishalon.net/index.php/extended-function-gettagfromidentifierandtitle-to-get-fill-in-enabled-dropdown/</link>
		<comments>http://blog.vishalon.net/index.php/extended-function-gettagfromidentifierandtitle-to-get-fill-in-enabled-dropdown/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:03:35 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=103</guid>
		<description><![CDATA[SharePoint javascript function getTagFromIdentifierAndTitle is extended to detect "Fill-in" dropdown which otherwise fail to get the dropdown element from document.]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/extended-function-gettagfromidentifierandtitle-to-get-fill-in-enabled-dropdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write in 9 Indian Scripts in Joomla using TinyMCE and FCKEditor Plugin</title>
		<link>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-joomla-using-tinymce-and-fckeditor-plugin/</link>
		<comments>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-joomla-using-tinymce-and-fckeditor-plugin/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 02:17:17 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Indic Resource]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[indian]]></category>
		<category><![CDATA[jce]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=91</guid>
		<description><![CDATA[Today I am going to explore various ways to easily type in Indian languages like Bengali, Gujarati, Hindi, Marathi, Sanskrit, Kannada, Malayalam, Oriya, Punjabi, Tamil and Telugu  very easily in your favourite CMS Joomla.
There are 3 methods you can use depending on your editor choice.

Using JCE Editor
Using FCKEditor
Using TinyMCE editor

Using JCE Editor
You have to [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-joomla-using-tinymce-and-fckeditor-plugin/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Write in 9 Indian Scripts in Drupal 6 using TinyMCE and FCKEditor Plugin</title>
		<link>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-drupal-6-using-tinymce-and-fckeditor-plugin/</link>
		<comments>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-drupal-6-using-tinymce-and-fckeditor-plugin/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 03:32:45 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[Indic Resource]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[indicime]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=84</guid>
		<description><![CDATA[Here is a procedure on how to enable Drupal 6 to write in Indian language Bengali / Gujarati / Hindi / Marathi / Sanskrit / Kannada / Malayalam / Oriya / Punjabi / Tamil and Telugu.
Prerequisite:

Download Wysiwyg project and install it at WEBROOT\sites\all\modules\wysiwyg. Enable this module by navigating to Administer &#62; Site Building &#62; Modules.
Download [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/write-in-9-indian-scripts-in-drupal-6-using-tinymce-and-fckeditor-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Change MS Access application title and icon using VBA</title>
		<link>http://blog.vishalon.net/index.php/change-ms-access-application-title-and-icon-using-vba/</link>
		<comments>http://blog.vishalon.net/index.php/change-ms-access-application-title-and-icon-using-vba/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:25:53 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=83</guid>
		<description><![CDATA[Here is a code to change MS Access application title and icon using VBA. This code also sets the application icon as form and report default icon.
Dim db As Database
Set db = CurrentDb
db.Properties("AppIcon").Value = CurrentProject.Path &#38; "\Bee.ico"
db.Properties("AppTitle").Value = msgMainTitle
db.Properties("UseAppIconForFrmRpt").Value = True
Application.RefreshTitleBar
Click here for list of all properties exposed by CurrentDB.Properties().
]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/change-ms-access-application-title-and-icon-using-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of MS Access properties available through CurrentDB.Properties</title>
		<link>http://blog.vishalon.net/index.php/list-of-ms-access-properties-available-through-currentdb-properties/</link>
		<comments>http://blog.vishalon.net/index.php/list-of-ms-access-properties-available-through-currentdb-properties/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 16:04:10 +0000</pubDate>
		<dc:creator>Vishal</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[currentdb]]></category>
		<category><![CDATA[properties]]></category>

		<guid isPermaLink="false">http://blog.vishalon.net/?p=82</guid>
		<description><![CDATA[CurrentDB.Properties is nothing but a collection. If you can iterate through a collection, you will be able to get the list of all the properties. Code to iterate through all properties is
Dim i As Integer
For i = 0 To CurrentDb.Properties.count - 1
   Debug.Print CurrentDb.Properties(i).Name
Next
It gave me following list of properties.
Name
Connect
Transactions
Updatable
CollatingOrder
QueryTimeout
Version
RecordsAffected
ReplicaID
DesignMasterID
Connection
ANSI Query Mode
Themed Form [...]]]></description>
		<wfw:commentRss>http://blog.vishalon.net/index.php/list-of-ms-access-properties-available-through-currentdb-properties/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
