Subject | Re: [IBO] german constants problem |
---|---|
Author | Andreas Pohl |
Post date | 2002-06-07T11:40:34Z |
I think you have a part license (with precompiled dcu), right? If so you
have to wait for Jason's update.
BTW, very similar problem is occuring in Rel3.7:
Params.ByName('ADateField').AsString:='30.07.2002'
will fail even with German date constants. There is a poor implementation of
international date formats in IB_Parse functions. I wasn't able to track
down so I had to switch back to 3.6c
have to wait for Jason's update.
BTW, very similar problem is occuring in Rel3.7:
Params.ByName('ADateField').AsString:='30.07.2002'
will fail even with German date constants. There is a poor implementation of
international date formats in IB_Parse functions. I wasn't able to track
down so I had to switch back to 3.6c
> I try to install IBO 4.2Hdconstants.
> I use the german ib-constants file.
> As usual I have renamed the file and checked the version information
> when I build the project the following message appears
>
> [Fatal Error] IB_Session.pas(650): Unit IB_Parse was compiled with a
> different version of IB_Constants.DT_DateFormat
>
> When I change the DT_DateFormat constant to the original state all is ok.
>
> What can I do to get rid of this problem?
>