Sometime in the next few days our server will be moved from one virtual server to another with more RAM and more disk space and SSD, so it should make the website even faster:)  I don't know the schedule for this yet, but I'm hoping it will be today or tomorrow (Thursday May 21st or Friday May 22nd)  I don't think there will be any disruption by this move, maybe a downtime of a few minutes while the host company switches things around, but please be patient if the site goes down!

We have had occasional problems with the email server crashing because of low memory and that should be a thing of the past:)  I do not think we have ever lost any emails due to these crashes.  I'm planning to get our other websites over to this server in the very near future.

About 6 weeks ago I manged to fall down the stairs - yes that took real talent! - and almost break my right ankle.  I have had to be very careful about keeping my foot up and ice it, which is rather cumbersome when sitting at a desk!  It's much better now, but there is still swelling and I have to be careful when walking.  So things have moved very slow on everything lately and I apologize for how quiet it has been!

Clarion 10 is just around the corner and all our installs have been ready for some time except the CheckboxFixer which by accident didn't show the Clarion 10 option when installing.  There is a new build on the website with that fix.

Arnor Baldvinsson

I was staring at a completely unfamiliar window in a client project and had no idea what procedure it came from.  It was a form, so I didn't know what the original caption was and the strings on the window were pretty generic.  I needed a way to figure out what procedure this was.  Instead of spending time doing searches I decided to chance tactics and use the WindowsInitCode procedure from the Icetips Utilities to do it for me.  I explain the process in my latest Icetip.

What I did was to create a control on the window with the procedure name, as well as put it in the window caption and send it to DebugView with OutputDebugString (ODS method available in all Icetips classes)

Enjoy.