Page 1 of 1

QReport Ver 3.0.5 + C++Builder 5.0 Pro Unknow Problem

Posted: 04.08.2009, 10:17
by klchin
Hi,

QReport V3.0.5 + with Zeos V5.5 used to be worked fine
under the MySQL database.

Note : the data field was an integer.

The report had field TQRDBText that display a real value
with the MASKformat "###,##0.00", after upgrading to
ver 6.6x, it did not display the value as real instead the
variable name was displayed on the report. Same problem
also affected TQRExpr.

So, to work around this issue, I have to change the query
like SELECT (Value + 0.0) as xValue to display the value.

Any ideal what could be the problem? How to resolve it?

TQ