<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Tracker</title><link>http://mail.localplanet.co.uk/Blogs/stuart/category/20.aspx</link><description>Information about Local Planet Solutions' Chartered Surveyor Practice Management software package.</description><managingEditor>Stuart Radcliffe</managingEditor><dc:language>en-GB</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Stuart Radcliffe</dc:creator><title>Fix Your Access Database</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2006/03/24/fix_your_access_database.aspx</link><pubDate>Fri, 24 Mar 2006 10:27:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2006/03/24/fix_your_access_database.aspx</guid><description>&lt;A href="http://www.vb123.com/fixaccess/"&gt;Fix Your Access Database&lt;/A&gt; &lt;BR&gt;This page tells you about an automated web service that will help you retrieve data and software from a corrupt or damaged Access database for a fee (Minimum US$50). &lt;BR&gt;&lt;BR&gt;&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/10862.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Stuart Radcliffe</dc:creator><title>Problems with ActiveX Controls in Microsoft Access</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2005/02/19/AccessActiveX.aspx</link><pubDate>Sat, 19 Feb 2005 19:58:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2005/02/19/AccessActiveX.aspx</guid><description>&lt;P&gt;Microsoft has recently been on a security kick.  This has become the number one priority.  Sometimes the decisions that are made in implementing security fixes are just not thought through and result in the breaking of existing solutions.  I came across one such instance today.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://mail.localplanet.co.uk/blogs/stephen"&gt;Stephen&lt;/A&gt; and some of my other colleagues were doing a server install at one of our clients.  This involved the introduction of a new server running Windows 2000 SP4 Terminal Services.  The server is used to run the front end of the main database application for the client.  The front end runs on Access 2003 and is accessed through Terminal Services.  &lt;/P&gt;
&lt;P&gt;One of the features of this application is an image displaying form that uses the Kodak (formerly Wang) Image Edit Control to display the images.  When trying to use the application this form was giving an error and when I tried to re-insert the control I got a message saying that the control was not compatible with Access.  I knew this to be untrue as I can happily open up the form and use the control using the computer I am typing this on.&lt;/P&gt;
&lt;P&gt;So, after some Googling, I came across a couple of references to the problem.  &lt;A href="http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;rls=GGLC,GGLC:1970-01,GGLC:en&amp;selm=ev5mFSYLEHA.1264%40TK2MSFTNGP12.phx.gbl"&gt;This one&lt;/A&gt; implied a possible solution.  The related &lt;A href="http://support.microsoft.com/?id=838010"&gt;Microsoft article &lt;/A&gt;was next to useless but the page that I found it from &lt;A href="http://p2p.wrox.com/topic.asp?whichpage=1&amp;TOPIC_ID=10894?"&gt;offered a solution&lt;/A&gt; (actually for the Rich Text ActiveX control but it worked none the less).&lt;/P&gt;
&lt;P&gt;The problem appears to be that Microsoft have introduced a new security feature aimed at stopping certain ActiveX controls from running in Internet Explorer.  This is in the form of some registry entries that define the compatibility of these controls.  The Kodak Imaging controls are marked as not compatible and indeed there shouldn't really be any need to use them in Internet Explorer.  Unfortunately, for some reason, Microsoft Access looks at the same registry entries and determines that the controls should not be compatible in Access either.  This just doesn't make any sense.  There can be many occasions when what is a security risk when viewing web pages in a browser simply is not any kind of a risk when used in a controlled application in an Access database.  Stupid decision.&lt;/P&gt;
&lt;P&gt;Anyway, the appropriate registry keys are as follows:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Kodak Image Admin Control - HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{009541A0-3B81-101C-92F3-040224009C02}&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;Kodak Image Edit Control - HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{6D940280-9F11-11CE-83FD-02608C3EC08A}&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT face=Arial size=2&gt;Kodak Image Scan Control - HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{84926CA0-2941-101C-816F-0E6013114B7F}&lt;BR&gt;&lt;/FONT&gt;Rich Text Control - HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Within the registry key for the appropriate control there will be an entry for &lt;EM&gt;Compatibility Flags&lt;/EM&gt; that will be set to 0x400 (hexadecimal 400, decimal 1024) if the control is disabled.  To enable it, change this value to 0.&lt;/P&gt;&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/430.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Stuart Radcliffe</dc:creator><title>Access Magic Numbers</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2005/02/10/AccessMagic.aspx</link><pubDate>Thu, 10 Feb 2005 16:58:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2005/02/10/AccessMagic.aspx</guid><description>There are a number of problems that can occur when working with the colours of Microsoft Access form and report controls.  The Microsoft developers included some "magic numbers" that can be used to set a colour to match some other value.  e.g.  Set the control's BackColor property to -2147483633, and it will always be the same as the BackColor property setting for the detail section on the form.

More details are available at &lt;a href="http://ewbi.blogs.com/develops/2004/12/access_magic_co.html"&gt;http://ewbi.blogs.com/develops/2004/12/access_magic_co.html&lt;/a&gt;&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/419.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Stuart Radcliffe</dc:creator><title>Microsoft Moving Away from ADPs in Access</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/08/06/AccessADP.aspx</link><pubDate>Fri, 06 Aug 2004 08:01:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/08/06/AccessADP.aspx</guid><description>&lt;P&gt;&lt;A href="http://sqljunkies.com/WebLog/ktegels"&gt;Kent Tegels&lt;/A&gt;&amp;nbsp;&lt;A href="http://sqljunkies.com/WebLog/ktegels/archive/2004/08/03/3735.aspx "&gt;quotes &lt;/A&gt;Mary Chipman (who wrote &lt;A href="http://www.amazon.com/exec/obidos/tg/detail/-/0672319446/qid=1091775101/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/104-9274862-0445505?v=glance&amp;amp;s=books&amp;amp;n=507846"&gt;the book&lt;/A&gt;) in the SSXE newsgroup as saying that Microsoft are&amp;nbsp;now recommending moving away from ADP based solutions.&amp;nbsp; It looks like this may be an experiment that has not been completely successful which leaves those of us who have implemented these solutions with an interesting support problem going forward.&amp;nbsp; Here is the quote:&lt;/P&gt;
&lt;P class=quote&gt;However, for new application development, ADPs aren't looking so promising, especially if you are thinking in the Yukon timeframe. A couple of problematical issues are complex data types and CLR assemblies. Tackling these head-on in the ADP UI graphical tools in the next version of Access is a daunting challenge, to say the least.&lt;/P&gt;
&lt;P&gt;...and...&lt;/P&gt;
&lt;P class=quote&gt;FWIW, the Access team has moved away from recommending ADPs as a front-end to SQLS apps over the last year or so, based on several public talks given by team members at industry conferences. If you are contemplating new development with Access as a FE to a SQLS BE, you'll likely be ahead of the game with an efficiently-designed MDB/linked table solution rather than an ADP. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/291.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Stuart Radcliffe</dc:creator><title>Connection String Generator</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/07/22/ConnectionStringGenerator.aspx</link><pubDate>Thu, 22 Jul 2004 14:53:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/07/22/ConnectionStringGenerator.aspx</guid><description>&lt;P&gt;Useful when you can't quite remember that setting...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://ambroise.neve.be/library/content/oledb.asp"&gt;http://ambroise.neve.be/library/content/oledb.asp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;UPDATE:&lt;/P&gt;
&lt;P&gt;Lots more info &lt;A href="http://www.able-consulting.com/ADO_Conn.htm"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/280.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Stuart</dc:creator><title>Tip - Joint Agents Fees in Tracker</title><link>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/05/14/JointAgentFees.aspx</link><pubDate>Fri, 14 May 2004 11:30:00 GMT</pubDate><guid>http://mail.localplanet.co.uk/Blogs/stuart/archive/2004/05/14/JointAgentFees.aspx</guid><description>&amp;nbsp;If you have a joint agents fee in Tracker then, by default, the full amount will still be against the relevant surveyor on the fees report.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;To change this, you can go into the Fee Summary form for the appropriate fee and click on the Split Fee button.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can then add a new line with &lt;SPAN style="FONT-WEIGHT: bold"&gt;Other &lt;/SPAN&gt;in the Surveyor column and &lt;STRONG&gt;Joint Agency&lt;/STRONG&gt; in the Profit Centre column.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You should make sure that you have a Surveyor record with Other and a Profit Centre for Joint Agency beforehand.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Now, when you do your fees reports, the fee will be apportioned in the appropriate manner.&lt;img src ="http://mail.localplanet.co.uk/Blogs/stuart/aggbug/218.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>