Problem with LargeInt fields and QuickReport (D6 pro)

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
baurat
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 17.04.2006, 16:53

Problem with LargeInt fields and QuickReport (D6 pro)

Post by baurat »

Hi there,

I have been using Zeos for years. Now I updated from 6.5 to the latest (6.6.1 beta) version and noticed strange problems with LargeInt-Fields (mysql 5.0):my quick-reports do not recognize these fields!
Two examples:
- if I use an expression like 'this is field number ' + myquery.largeintfield, the result is "Undefined field type"
- if I want quick report to use the grouping feature the largeint fields are ignored.

I tried to do this dirty hack:
- add a new calculated field to the field list of myquery
- use the "myquery.onCalcFields" and convert the largeint-field into a "normal" int-field simply by
intfield.asinteger := largeintfield.asinteger

And... this works!

In addition, my SMExportSuite crashes when trying to export a dataset, which I suppose is also caused by the field definitions.

Is there any help?

Thanks!

Heiko.
Post Reply