ctLeftToRight
Using D7 Rbldr 7.01
Some of my reports that worked in the previous version of RBldr
now exhibit the following problem:
Old version (6xx):
Joe sam Mary
AddressInfo AddressInfo AddressInfo
New version (7.01)
Joe
AddressInfo
sam
AddressInfo
Mary
AddressInfo
Each label appears in the correct column but simply one label
row lower than it should be.
Some of my reports (using the same page layout) continue to work
properly. I can't determine the difference between the
reports that work under 7.01 and the ones that do not.
I've even reduced the amount of data printed to an absolute minimum to
see if it's some sort of wrap issue... but the problem remained.
ctTopToBottom works properly for all reports including the
one that fails with ctLeftToRight.
I'm scratching my head on this one :-(
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
http://www.welshdragoncomputing.ca
Y ddraig goch ddryg gychwyn
Some of my reports that worked in the previous version of RBldr
now exhibit the following problem:
Old version (6xx):
Joe sam Mary
AddressInfo AddressInfo AddressInfo
New version (7.01)
Joe
AddressInfo
sam
AddressInfo
Mary
AddressInfo
Each label appears in the correct column but simply one label
row lower than it should be.
Some of my reports (using the same page layout) continue to work
properly. I can't determine the difference between the
reports that work under 7.01 and the ones that do not.
I've even reduced the amount of data printed to an absolute minimum to
see if it's some sort of wrap issue... but the problem remained.
ctTopToBottom works properly for all reports including the
one that fails with ctLeftToRight.
I'm scratching my head on this one :-(
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
http://www.welshdragoncomputing.ca
Y ddraig goch ddryg gychwyn
This discussion has been closed.
Comments
demo uses a JIT pipeline with some data that doesn't require extrenal files.
Ed Dressel
Team DM
That's going to be a problem since only some reports exhibit
the "problem". Creating a report that has the problem
outside of my application may be a challenge. I'll see what
I can do.
Jon
this configuration. Try taking the group definitions out of the report to
see if the problem goes away.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
That was the problem... It now works fine.
Thanks,
Jon