Hello James
thats the new Code:
......
oAtime :=
AutomationObject():create( "SLATOMIC.SLAtomicCtrl.1" )
*---------------------------------------------------------*
if empty( oAtime )
msgbox( "slatomic.ocx is not
installed! ("+ComLastMessage()+"
"+str(ComLastError(),10,0)+")" )
else
msgbox( "slatomic.ocx is
installed!" )
oAtime:SelectServer(0) //
Don´t work!
//
oAtime:ServerType := 0 //
Don´t work!
oATime:ReadTime()
// Don´t work!
msgbox(oATime:TimeStr")
// Don´t work!
Thanks
Willy