Alaska Software Inc. - Error in XbpDatePick
Username: Password:
AuthorTopic: Error in XbpDatePick
Carlos Beling Error in XbpDatePick
on Thu, 25 Oct 2007 18:42:23 -0200
Hi:
when I tried executing XbpDatePick I got the attached error.
Can somebody help me? I'm using V 1.9 with all hotfix installed, OS Windows 98 SE.

Beling
Best regards.


Xpperror.log
AUGE_OHRRe: Error in XbpDatePick
on Thu, 25 Oct 2007 22:54:41 +0200
hi,

> OS Windows 98 SE.
> oError:subCode      :       6500
> oError:subSystem    : Automation

you have not installed M$ Common Controls 6.0.
look @ your v1.9 CDROM and "register" it.

you shoud also expand your Code with a Errorblock
*** snip ***

   bOldError := ERRORBLOCK({| e | BREAK(e)})
   BEGIN SEQUENCE
      oActive := XbpActiveXControl():new()
      oActive:CLSID := "{...}"

   RECOVER USING oError
      IF oError:subCode == 6500
          Msgbox("Error, activeX not installed")
          QUIT

*** eof ***
greetings by OHR
Jimmy
Carlos Beling Re: Error in XbpDatePick
on Thu, 25 Oct 2007 18:57:49 -0200
Hi Jimmy:
Good night.
many thanks.

Beling
Best regards


AUGE_OHR escreveu:
> hi,
> 
>> OS Windows 98 SE.
>> oError:subCode      :       6500
>> oError:subSystem    : Automation
> 
> you have not installed M$ Common Controls 6.0.
> look @ your v1.9 CDROM and "register" it.
> 
> you shoud also expand your Code with a Errorblock
> *** snip ***
> 
>    bOldError := ERRORBLOCK({| e | BREAK(e)})
>    BEGIN SEQUENCE
>       oActive := XbpActiveXControl():new()
>       oActive:CLSID := "{...}"
> 
>    RECOVER USING oError
>       IF oError:subCode == 6500
>           Msgbox("Error, activeX not installed")
>           QUIT
> 
> *** eof ***
> greetings by OHR
> Jimmy 
> 
>