developershttp://www.vandamme.com/feeds/blogs/dev.aspxGoogle &amp; Outlook Calendars Together at Lasthttp://www.vandamme.com/blog.aspx?id=648 <p>This may be a sure sign of Armageddon but Google recently announced Google Sync to sync your Google calendar with Outlook.&amp;nbsp; I have tried a few other solutions for this but this is by far the cleanest.&amp;nbsp; Simply download the program from http://www.google.com/support/calendar/bin/answer.py?answer=89955 , enter</p> Matt RistThu, 10 Apr 2008 18:44:56 GMTSome New Features of Mozilla&#39;s Firefox 1.5 Betahttp://www.vandamme.com/blog.aspx?id=484 <p>Mozilla recently released its 1.5 Beta version of Firefox (aka Deer Park). It has some interesting features for developers that can be found here: Firefox 1.5 Beta for Developers </p> VanDamme AssociatesWed, 26 Mar 2008 21:10:03 GMTRestore Your Laptop&#39;s Youthhttp://www.vandamme.com/blog.aspx?id=444 <p>Is your laptop running a bit sluggish lately? Developers, especially, tend to have quickly&amp;ndash;degrading laptops due to heavy HDD usage, creating new files and constant work on projects. With all this hard work on your machine, performance hits are inevitable. Looking to restore the speed of your laptop's youth? Read</p> VanDamme AssociatesWed, 26 Mar 2008 21:09:07 GMTDon’t Phunk With My Codehttp://www.vandamme.com/blog.aspx?id=422 <p>I found Eric at the office already when I came in today. He had his headphones on and didn't know I was here yet and I caught him singing a strangely familiar song out loud. I transcribed the lyrics below: Don’t Phunk With My Code No no no no, don’t phunk with my code. I wonder if I take you home, would you stil</p> VanDamme AssociatesWed, 26 Mar 2008 21:08:39 GMTUse Layout Preview to Quickly View a Report&#39;s Formattinghttp://www.vandamme.com/blog.aspx?id=394 <p>Did you ever want to simply see the layout of a report without actually having to preview or run the report (especially if the underlying record set takes a long time to process)? Save time and use the Layout Preview instead of the Print Preview by opening the report in design view and select View-&gt;Layout Preview . </p> VanDamme AssociatesWed, 26 Mar 2008 21:08:01 GMTPoor Man&#39;s De-Duphttp://www.vandamme.com/blog.aspx?id=392 <p>Want an easy way to de-dup? For example, say you would like to quickly generate a table with one record for each unique email address: Create a make table query from the linked name table containing ID, FULL_NAME and EMAIL fields add criteria so that only records with email addresses are populated. Run the query </p> VanDamme AssociatesWed, 26 Mar 2008 21:07:58 GMTEktron WebSearch and JavaScript Line Breakshttp://www.vandamme.com/blog.aspx?id=646 <p> If you're not seeing results displayed with Ektron's WebSearch control, it might be due to line breaks in the JavaScript dynamically generated by the control. Here's code that runs on the Page_Load event of the template page containing the WebSearch control. This is straight from the Ektron Developer's Manual, wit</p> Patros TomWed, 26 Mar 2008 21:14:01 GMTCreate a smart form by XML definitionhttp://www.vandamme.com/blog.aspx?id=644 <p>There are a couple of ways that you can create a smart form.&amp;nbsp; The standard way is to go into Ektron's Workarea, then the settings section, then smart form configurations and then use the editor to create your form. A second way to create a smart form is by XML definition.&amp;nbsp; Ektron provides the ability t</p> Rist MattMon, 31 Mar 2008 19:21:50 GMTAccess VBA Function to Check if Table Existshttp://www.vandamme.com/blog.aspx?id=642 <p> The new release of Communicate for iMIS has a feature that updates a SQL log file if it exists.&amp;nbsp; Communicate will have this table as an attached file if it does exists.&amp;nbsp; I wrote this function to determine if it is there (in the Access DB): Function TableExists(strTable As String) As Boolean ' Comments&amp;n</p> VanDamme SigWed, 26 Mar 2008 21:13:56 GMTMicrosoft Access VBA Function to see if field exists in tablehttp://www.vandamme.com/blog.aspx?id=640 <p> We are adding support for Address_3 in Communicate for iMIS this week and I needed a function to determine if the field existed in the database.&amp;nbsp; Wrote this function: Option Compare Database Option Explicit Function FieldExists(strFieldName As String, strTableName As String) As Boolean ' Comments&amp;nbsp; &amp;n</p> VanDamme SigWed, 26 Mar 2008 21:13:53 GMT