Subject | Re: [IBO] Field overflow exception |
---|---|
Author | Robert Martin |
Post date | 2013-10-08T23:11:54Z |
Hi
Yes I would expect 'False' to enable trimming (hate negatively named
boolean values names!). This appears to be the default. What I did was
try true and false for each of the properties IO listed, just in case :)
btw. I didn't try combinations
Cheers
Rob
Yes I would expect 'False' to enable trimming (hate negatively named
boolean values names!). This appears to be the default. What I did was
try true and false for each of the properties IO listed, just in case :)
btw. I didn't try combinations
Cheers
Rob
On 9/10/2013 12:02 p.m., Helen Borrie wrote:
> At 11:32 a.m. 9/10/2013, Robert Martin wrote:
>> Thanks Jason
>>
>> Just tried changing the following settings (one at a time)
>>
>> IBODatabase1.DefaultNoTrimming
>> IBODatabase1.DefaultNoTrailing
>> IBODatabase1.DefaultNoLengthCheck
>>
>>
>> Each of the above made no difference, I still get an overflow
>> exception. Might DefaultNoTrimming setting might be broken?
> Did you set it True or False? It would need to be False if you want it to trim, right?
>
> Helen
>
>