Aggregated fields problem
I use Fast Report 4.0 as part of Embarcadero RAD Studio XE6 on Windows7 platform(32bit).
C++ Builder is used as a compiler.
As a data provider FireDAC components are used (memory table and query) for mySQL database.
The problem are aggregated functions (sum, count..) in group footer or report summay. They cause access violation in fs20.bpl (in case of memory table)
or just empty field with no value (query).
The provided demo project (with TTable component) is working fine, but new projects with Firedac or dbGo( TADOTable)
are not. All fields are formatted as numbers!
Is there something else to be set, to make them work - how can this fields be manipulated from source code ?
C++ Builder is used as a compiler.
As a data provider FireDAC components are used (memory table and query) for mySQL database.
The problem are aggregated functions (sum, count..) in group footer or report summay. They cause access violation in fs20.bpl (in case of memory table)
or just empty field with no value (query).
The provided demo project (with TTable component) is working fine, but new projects with Firedac or dbGo( TADOTable)
are not. All fields are formatted as numbers!
Is there something else to be set, to make them work - how can this fields be manipulated from source code ?
Comments
Hallo !
I have more or less the same problem. See the ticket: http://support.fast-report.com/tickets/310...fc54ddcdae6e6a7
I was in a Team viewer session with paul and he told me that there must be a bug in FR and that the developer Will try to solve the problem. Soon, I hope.