DBCrossObject and displacement of value
Hi guys...
I use FR4.12, but the problem appears with 4.10, 4.12.1 and 4.12.12
I'm going to make cross report that contain barcode on each row - DBCross1Row0 - (NOT on DBCross1Cell0). I'm doing it the way that is described in manual: I put barcode into cell DBCross1Row0, OnBeforePrint event I set with code
DBCross1Object1.text := value;
Most of things works fine - barcode prints different codes, but there is a displacement of value!
the first barcode (the one on the top) contain "12345678" instead of correct code from "value". Second one contain value from the first one, third from second and so on.
When I tried it with DBCross1Cell0 - everything works fine, but it's not what I need. I must have barcode on the left of rows, on each row.
Is this a bug? How to solve or workaround? Any idea?
regards
Mario
I use FR4.12, but the problem appears with 4.10, 4.12.1 and 4.12.12
I'm going to make cross report that contain barcode on each row - DBCross1Row0 - (NOT on DBCross1Cell0). I'm doing it the way that is described in manual: I put barcode into cell DBCross1Row0, OnBeforePrint event I set with code
DBCross1Object1.text := value;
Most of things works fine - barcode prints different codes, but there is a displacement of value!
the first barcode (the one on the top) contain "12345678" instead of correct code from "value". Second one contain value from the first one, third from second and so on.
When I tried it with DBCross1Cell0 - everything works fine, but it's not what I need. I must have barcode on the left of rows, on each row.
Is this a bug? How to solve or workaround? Any idea?
regards
Mario