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

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

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

Post 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
Post Reply