<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://www.towersoft.com/sdk/lib/styles/feed.css" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>TOWER Software</title>
        <description></description>
        <link>http://www.towersoft.com/sdk/</link>
        <lastBuildDate>Fri, 27 Jun 2008 12:05:12 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.1</generator>
        <image>
            <url>http://www.towersoft.com/sdk/lib/images/favicon.ico</url>
            <title>TOWER Software</title>
            <link>http://www.towersoft.com/sdk/</link>
        </image>
        <item>
            <title>Iterating through TRIM Collections</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:2006:january:iterating_through_trim_collections&amp;amp;do=diff&amp;amp;1214531080</link>
            <description> Return to SDK Articles page  One of the most common tasks performed in the TRIM COM API is looping through a collection of TRIM objects. This artilce describes the most efficent way to construct a loop. Note that the examples shown below are pseudoc...</description>
            <author>chrisc@towersoft.com.au (Christopher Crispin)</author>
            <category>articles:2006:january</category>
            <pubDate>Fri, 27 Jun 2008 11:44:40 +0100</pubDate>
        </item>
        <item>
            <title>SpawnImpersonatedDatabase</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=database:methods:spawnimpersonateddatabase&amp;amp;do=diff&amp;amp;1214440585</link>
            <description> Gets a copy of the this database that simulates a login by a different user   Syntax   Database = Database.SpawnImpersonatedDatabase( LoginUserNameToImpersonate As String )   Parameters    Name Type Description     LoginUserNameToImpersonate String ...</description>
            <author>chrisc@towersoft.com.au (Christopher Crispin)</author>
            <category>database:methods</category>
            <pubDate>Thu, 26 Jun 2008 10:36:25 +0100</pubDate>
        </item>
        <item>
            <title>SetCurrentLocation</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=record:methods:setcurrentlocation&amp;amp;do=diff&amp;amp;1214293941</link>
            <description> Sets the current location (assignee) of the record to be the nominated location   Syntax   Record.SetCurrentLocation( NewCurrentLocation As Location, MovementDate As Datetime )   Parameters    Name Type Description     NewCurrentLocation Location   ...</description>
            <author>chrisc@towersoft.com.au (Christopher Crispin)</author>
            <category>record:methods</category>
            <pubDate>Tue, 24 Jun 2008 17:52:21 +0100</pubDate>
        </item>
        <item>
            <title>Displaying an Image Library</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:aug07:wcmdesign_imglist&amp;amp;do=diff&amp;amp;1213327778</link>
            <description> Return to WCM Articles page   Overview  WCM 622 introduced the ability to display a list of all images from an image library in the rendered web site. This page contains some sample XSLT for displaying these images.   Setup  To include an image libr...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:aug07</category>
            <pubDate>Fri, 13 Jun 2008 13:29:38 +0100</pubDate>
        </item>
        <item>
            <title>WCM Articles</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=wcm:articles&amp;amp;do=diff&amp;amp;1213324042</link>
            <description> Return to TRIM Context Software Developer Kit Wiki   WCM Architecture  4 December 2006: Behind the WCM page preview - How the WCM admin site is configured to allow page preview. &amp;mdash; David Churchland   21 February 2007: WCM Databases &amp;mdash; Davi...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>wcm</category>
            <pubDate>Fri, 13 Jun 2008 12:27:22 +0100</pubDate>
        </item>
        <item>
            <title>EXSLT Regular Expressions</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_regex&amp;amp;do=diff&amp;amp;1211950623</link>
            <description> Return to WCM Articles page   Note: EXSLT is only available in WCM 621 and above.   Overview  the regular expression replace function can be used to select stringt using a regular expression and replace it with another string.   Example   This examp...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Wed, 28 May 2008 14:57:03 +0100</pubDate>
        </item>
        <item>
            <title>EXSLT Dates</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_exsltdates&amp;amp;do=diff&amp;amp;1211950589</link>
            <description> Return to WCM Articles page   Note: EXSLT is only available in WCM 621 and above.   Reference  The reference for the EXSLT dates namespace can be found here. One difference to note is that whereas the standard parse-date() function in EXSLT uses Jav...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Wed, 28 May 2008 14:56:29 +0100</pubDate>
        </item>
        <item>
            <title>EXSLT Overview</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_exslt&amp;amp;do=diff&amp;amp;1211948156</link>
            <description> Return to WCM Articles page   Note: EXSLT is only available in WCM 621 and above.   Background  While XSL 1.0 provides good facilities for transforming XML documents between formats there are some fairly obvious holes in the functionality it provide...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Wed, 28 May 2008 14:15:56 +0100</pubDate>
        </item>
        <item>
            <title>EXSLT Overview</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:nov06:wcmdesign_exslt&amp;amp;do=diff&amp;amp;1211943404</link>
            <description> Return to WCM Articles page   Note: EXSLT is only available in WCM 621 and above.   Background  While XSL 1.0 provides good facilities for transforming XML documents between formats there are some fairly obvious holes in the functionality it provide...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:nov06</category>
            <pubDate>Wed, 28 May 2008 12:56:44 +0100</pubDate>
        </item>
        <item>
            <title>Creating relationships upon TRIM form submission</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmadmin_cf_form_relationships&amp;amp;do=diff&amp;amp;1211852152</link>
            <description> Return to WCM Articles page  Note: These features were included in TRIM WCM 621.   Background  One of the core components of WCM TRIM integration is the ability to submit a form from a WCM web site and have the resulting data stored in TRIM. By defa...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Tue, 27 May 2008 11:35:52 +0100</pubDate>
        </item>
        <item>
            <title>XSL style-sheet Caching</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmadmin_xslcache&amp;amp;do=diff&amp;amp;1211849758</link>
            <description> Return to WCM Articles page  Note: XSL caching was included in TRIM WCM 621.   Background  A significant component of the time to build a WCM page is that time to retrieve the XSL style-sheet (along with any included XSL style-sheets) from the WCM d...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Tue, 27 May 2008 10:55:58 +0100</pubDate>
        </item>
        <item>
            <title>How to customise toolbar in WCM HTML Editor</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmadmin_toolbarcustomisation&amp;amp;do=diff&amp;amp;1211840661</link>
            <description> Return to WCM Articles page   Overview  Details on how to customise toolbars of the WCM HTML Editor will be discussed in this article.   Overview - WCM HTML Editor   As most of our WCM user aware, WCM uses a very popular HTML Editor call FCKEditor. ...</description>
            <author>vincent.liu@towersoft.com.au (Vincent Liu)</author>
            <category>articles:may08</category>
            <pubDate>Tue, 27 May 2008 08:24:21 +0100</pubDate>
        </item>
        <item>
            <title>Populate form field default values in auto generated forms</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_formautodefaultvalues&amp;amp;do=diff&amp;amp;1211333515</link>
            <description> Return to WCM Articles page  The techniques described in this article are supported in version 6.2.1 (and later) of WCM.   Overview  The techniques described in the article &amp;lsquo;Populating form field default values&amp;rsquo; pertain to populating def...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Wed, 21 May 2008 11:31:55 +0100</pubDate>
        </item>
        <item>
            <title>Populating form field default values</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_formdefaultvalues&amp;amp;do=diff&amp;amp;1211329816</link>
            <description> Return to WCM Articles page  The techniques described in this article are supported in version 6.2.1 (and later) of WCM.   Background  While in WCM forms it is possible to set a default field value (in the form field profile) this can only be set to...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Wed, 21 May 2008 10:30:16 +0100</pubDate>
        </item>
        <item>
            <title>Hand coding a WCM form</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=articles:may08:wcmdesign_formhandcode&amp;amp;do=diff&amp;amp;1211256399</link>
            <description> Return to WCM Articles page   Overview  Rather than adding fields to a form profile in WCM and relying on the WCM &amp;lsquo;Form Selector&amp;rsquo; custom field to generate the form HTML you may wish to hand code the form HTML. This is straightforward as ...</description>
            <author>david.churchland@towersoft.com.au (David Churchland)</author>
            <category>articles:may08</category>
            <pubDate>Tue, 20 May 2008 14:06:39 +0100</pubDate>
        </item>
        <item>
            <title>GetRecordset</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=database:methods:getrecordset&amp;amp;do=diff&amp;amp;1210827120</link>
            <description> Issues a SQL query against the TRIM database. Returns an ADODB Recordset containing the results of the SQL query. This method can only be used to fetch records (i.e. no updates or inserts are allowed).   Syntax  theADODBRecordset = Database.GetRecor...</description>
            <author>chrisc@towersoft.com.au (Christopher Crispin)</author>
            <category>database:methods</category>
            <pubDate>Thu, 15 May 2008 14:52:00 +0100</pubDate>
        </item>
        <item>
            <title>Access Denied Error (Polling Thread) - made minor corrections in text</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=tct:articles:jan16:i_don_t_see_their_changes&amp;amp;do=diff&amp;amp;1204854137</link>
            <description> Return to TRIM Web Service Articles page   Summary   One of the reason for recieving a COM permission error &amp;ldquo;Access is denied (#80070005)&amp;rdquo; is that a thread running in the background (polling thread) does not have a valid TRIM account. A ...</description>
            <author>ashar.mir@towersoft.com.au (Ashar Mir)</author>
            <category>tct:articles:jan16</category>
            <pubDate>Fri, 07 Mar 2008 12:42:17 +0100</pubDate>
        </item>
        <item>
            <title>Running the Server in Interactive Mode</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=ice:ice_interactive&amp;amp;do=diff&amp;amp;1204843297</link>
            <description> Return to ICE Development Resources  This section deals with monitoring a running instance of ice.  The ice Server usually runs as a windows service, and reports all information into the log files, which are stored in the operating directory for the...</description>
            <author>Amir.Balouch@towersoft.com.au (Amir Balouch)</author>
            <category>ice</category>
            <pubDate>Fri, 07 Mar 2008 09:41:37 +0100</pubDate>
        </item>
        <item>
            <title>SetAccessControlDetailsEx - Modified sample code</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=generic:methods:setaccesscontroldetailsex&amp;amp;do=diff&amp;amp;1204607919</link>
            <description> Sets details for the nominated Access Control for this object. The parameter &amp;lsquo;AccessSettingReturned&amp;rsquo; sets whether the Access Control is Inherited, Private (Custom) or Public. The &amp;lsquo;LocationsThatCanAccess&amp;rsquo; parameter sets a coll...</description>
            <author>ashar.mir@towersoft.com.au (Ashar Mir)</author>
            <category>generic:methods</category>
            <pubDate>Tue, 04 Mar 2008 16:18:39 +0100</pubDate>
        </item>
        <item>
            <title>Connect - Corrections in code</title>
            <link>http://www.towersoft.com/sdk/doku.php?id=database:methods:connect&amp;amp;do=diff&amp;amp;1204606957</link>
            <description> Sets this Database to a connected state   Syntax   Database.Connect( )   Sample Code &amp;amp; Comments   Connecting without User Dialog &amp;nbsp; //Declarations TRIMSDK.Database db = new TRIMSDK.DatabaseClass&amp;#40;&amp;#41;; &amp;nbsp; //You can set a database ID ...</description>
            <author>ashar.mir@towersoft.com.au (Ashar Mir)</author>
            <category>database:methods</category>
            <pubDate>Tue, 04 Mar 2008 16:02:37 +0100</pubDate>
        </item>
    </channel>
</rss>
