Subject RE: [IBO] Size mismatch for field...
Author Michael Horne
Jason,

We have run into this problem several times also. It can be
solved by changing the "Size" properties of the "TBCDField" from
4 to 2.

It seems to appear when an old TIBOQuery has had fields defined
by the "Fields Editor". It use to store "4" but now IBO seems
to require it to be "2", or maybe it is firebird. I haven't
looked to closely. I just changed the values so it would work.

Good Luck
Michael L. Horne

>-----Original Message-----
>From: Jason Wharton [mailto:jwharton@...]
>Sent: Thursday, January 22, 2004 9:24 AM
>To: IBObjects@yahoogroups.com
>Subject: Re: [IBO] Size mismatch for field...
>
>
>> What details do you need?
>>
>> The actual DFM of the field is:
>>
>> object QEmp1EMP1ALIQUOTAISS: TIBOBCDField
>> FieldName = 'EMP1ALIQUOTAISS'
>> Required = True
>> end
>
>Is this before (the old) or after?
>There's nothing in here that should trip it up.
>
>> Is is a TIBOQuery, and the error happens when i try to open it. If i
>> drop the query and create a new one, when a add the fields they are
>> coming with the right sizes. It's happening only with queries create
>> with older versions of IBO.
>
>Yes, I want to see the settings from the old version of IBO. Perhaps your
>packages are not totally rebuilt correctly?
>
>Jason
>
>
>___________________________________________________________________________
>IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
>___________________________________________________________________________
>http://www.ibobjects.com - your IBO community resource for Tech
>Info papers,
>keyword-searchable FAQ, community code contributions and more !
>
>Yahoo! Groups Links
>
>To visit your group on the web, go to:
> http://groups.yahoo.com/group/IBObjects/
>
>To unsubscribe from this group, send an email to:
> IBObjects-unsubscribe@yahoogroups.com
>
>Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
>
>