Hi, In addition to Mockey's suggestions, might be an adea to not release your com object until you're through using the embedded com object. That may or mayn;t make a difference.
--- In [email protected], Marko Bozikovic <[EMAIL PROTECTED]> wrote: > To handle this, I created a small script that will reapply my custom settings > for the calendar control and reset it to today's date: > > local com_status > local objCalendar = com.get_object(cl.GetCtrlHandle("Bar_Calendar", "cal")) ....(snip).... > com.release(objCalendar) >
