Columns
Hello, I have a problem when trying to print a report for columns,
as example I have some registrations that have a field in the one that you
it stores an I number, for example:
Referencia Numero
'00004' 1
'00005' 1
'00006' 1
'00007' 1
'00008' 1
'00009' 1
'00010' 1
'00011' 1
'00012' 5
...
When printing I want him to prime them in the following way:
00004 00005 00006 00007
00008 00009 00010 00011
...
Until here there are not problems, but when I arrive to the
registration in whose field
there are a 5 for example I want him to leave the following form:
00004 00005 00006 00007
00008 00009 00010 00011
00012 00012 00012 00012
00012...
Here I have the problem, I have put the property
Detail.BandsPerRecord:=Numero, but that makes the report it is this:
00004 00005 00006 00007
00008 00009 00010 00011
00012
00012
00012
00012
00012
My question is if there is some property that makes repeat the
registration the one
I number of times that I tell him, so that he/she takes it as a new
registration,
for a better understanding they are labels of articles, thank you.
This discussion has been closed.
Comments
Follow the link below to see an example that should help you with your
project. This example similarly gives the number of bands per record and
prints them left to right as you need.
http://www.digital-metaphors.com/tips/BandsPerRecordByFieldNameHorizontal.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com