<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>Glen Urban</title>
<description>Glen Urban&#8217;s Notes/Domino/XPages Blog</description>
<link>http://glenurban.me.uk/A55D03/blog.nsf</link>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 17:58:53 +0100</lastBuildDate>
<item>
<title>Making enableModifiedFlag Work Across Tabs in a Tabbed Panel</title>
<pubDate>Thu, 16 Feb 2012 17:58:53 +0100</pubDate>
<description>
<![CDATA[ 
Problem Setting the enableModifedFlag on an XPage... will warn the user if they try to navigate away from the XPage without saving data. However in a Tabbed Panel this doesn't always work. For ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/EnableModifiedFlagTabbedPanel.htm</link>
<category>XPages</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/EnableModifiedFlagTabbedPanel.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/EnableModifiedFlagTabbedPanel.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/EnableModifiedFlagTabbedPanel.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/EnableModifiedFlagTabbedPanel.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Notes Doclinks going to the wrong server?</title>
<pubDate>Thu, 19 May 2011 20:02:02 +0100</pubDate>
<description>
<![CDATA[ 
When you generate emails with doclinks are users complaining it takes them to a server on the other side of the world? If so, take a look at the Catalog on the server specified as the "Catalog/domain ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDocLinksWrongServer.htm</link>
<category>Notes Client</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDocLinksWrongServer.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDocLinksWrongServer.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/NotesDocLinksWrongServer.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDocLinksWrongServer.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title> XSP.isViewPanelRowSelected: How to confirm if documents are selected in your XPage view control</title>
<pubDate>Mon, 16 May 2011 17:47:45 +0100</pubDate>
<description>
<![CDATA[ 
How do you make your XPage buttons work like the standard "Simple Action" Delete button and prompt you if you haven't selected any documents? If you look at the HTML source of an XPage with a delete ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/XPageViewActionConfirmSelected.htm</link>
<category>XPages</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/XPageViewActionConfirmSelected.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/XPageViewActionConfirmSelected.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/XPageViewActionConfirmSelected.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/XPageViewActionConfirmSelected.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>XPage: Unresolved compilation problem: The code for the static initializer is exceeding the 65535 bytes limit</title>
<pubDate>Thu, 3 Feb 2011 20:27:18 +0100</pubDate>
<description>
<![CDATA[ 
When adding an XPage front-end to an existing Notes client application I came across the following error message previewing the XPage: "Unresolved compilation problem: The code for the static initial ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/xpage65535byteslimit.htm</link>
<category>XPages</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/xpage65535byteslimit.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/xpage65535byteslimit.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/xpage65535byteslimit.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/xpage65535byteslimit.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Shared Actions Not Replicating?</title>
<pubDate>Thu, 3 Feb 2011 20:02:11 +0100</pubDate>
<description>
<![CDATA[ 
I came across a strange problem where modifications to existing Shared Actions, and new Shared Actions, did not replicate from local replica to server, or from server to server. After a lot of head sc ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DuplicateSharedActions.htm</link>
<category>Notes Client</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DuplicateSharedActions.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DuplicateSharedActions.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/DuplicateSharedActions.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DuplicateSharedActions.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>IsArrayInitialised()</title>
<pubDate>Wed, 4 Aug 2010 17:56:42 +0100</pubDate>
<description>
<![CDATA[ 
Surprisingly LotusScript doesn't provide this but here's a function to test if a dynamic array is initialised. Function IsArrayInitialised(a As Variant) As Boolean 'returns True if an array is i ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/sArrayInitialised.htm</link>
<category>LotusScript</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/sArrayInitialised.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/sArrayInitialised.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/sArrayInitialised.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/sArrayInitialised.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>NotesDatabase.Server Inconsistency</title>
<pubDate>Tue, 13 Apr 2010 20:42:32 +0100</pubDate>
<description>
<![CDATA[ 
Consider the following LotusScript code Dim session As New NotesSession Print session.CurrentDatabase.Server Would you expect the server name to be in an Abbreviated (e.g. SERVER/GB/ACME) or Canonica ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDatabaseServerInconsistency.htm</link>
<category>LotusScript</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDatabaseServerInconsistency.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDatabaseServerInconsistency.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/NotesDatabaseServerInconsistency.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/NotesDatabaseServerInconsistency.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>notesUIWorkspace.RepaintScreen()</title>
<pubDate>Thu, 11 Mar 2010 21:21:34 +0100</pubDate>
<description>
<![CDATA[ 
Ever wished you had a method to repaint the screen? Recently I was working on some automation with Microsoft Word and wanted to display a message to the user warning them that the processing may tak ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RefreshScreen.htm</link>
<category>Notes Client</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RefreshScreen.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RefreshScreen.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/RefreshScreen.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RefreshScreen.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Dynamically Hide/Display Rich Text Fields</title>
<pubDate>Sat, 9 Jan 2010 20:34:09 +0100</pubDate>
<description>
<![CDATA[ 
Many Notes developers are aware of the problems with using Hide When formula on Notes Rich Text fields. It can have unpredictable results on the contents of the field, these are detailed in an IBM Tec ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RTFhideWhen.htm</link>
<category>Notes Client</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RTFhideWhen.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RTFhideWhen.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/RTFhideWhen.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/RTFhideWhen.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Dojo Samples</title>
<pubDate>Tue, 1 Dec 2009 09:45:44 +0100</pubDate>
<description>
<![CDATA[ 
If you are are looking for Dojo samples then you don't have to go far. With 8.5.1 the Dojo 1.3 toolkit and samples are installed with the designer client and server. Dojo is installed in the data fo ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/dojosamples.htm</link>
<category>Charts</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/dojosamples.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/dojosamples.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/dojosamples.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/dojosamples.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to add a Dojo Chart to a Domino Form</title>
<pubDate>Wed, 25 Nov 2009 15:27:49 +0100</pubDate>
<description>
<![CDATA[ 
Creating a Dojo chart in Domino took a step forward with release 8.5.1. When you install or upgrade a Domino server Dojo 1.3.1 comes as standard. If your looking to get started on Dojo charts then yo ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DojoChart.htm</link>
<category>Dojo</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DojoChart.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DojoChart.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/DojoChart.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DojoChart.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Setting up a Data Connection Resource (DCR) to an ODBC database</title>
<pubDate>Thu, 19 Nov 2009 18:30:29 +0100</pubDate>
<description>
<![CDATA[ 
DCRs allow developers to use Domino Designer to create connections from their Notes/Domino application to "enterprise" data in relational databases such as MS SQL, DB2, Oracle or any other data source ...
 ]]>
</description>
<link>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DCR-ODBC.htm</link>
<category>DCR</category>
<dc:creator>Glen Urban</dc:creator>
<comments>http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DCR-ODBC.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DCR-ODBC.htm</guid>
<wfw:commentRss> http://www.glenurban.me.uk/A55D03/Blog.nsf/dxcomments/DCR-ODBC.htm</wfw:commentRss>
<wfw:comment> http://www.glenurban.me.uk/A55D03/Blog.nsf/dx/DCR-ODBC.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>

