Sorry , Did not have my first cup of coffeee before answering and failed to read your question all the way, My bad, Sorry.
Yes there is a way, I do not have a copy of 2.6 at work, but I can give you the answer when I get home if no one else steps in. There is a option in the report generator for columns. You can have the data print left to right or top to bottom. Just can not remember where it is of the top of my head.
If all else fails, Use the Label Designer. Make a label 4 inches wide and 11 inches long 2 per sheet.
I believe the easiest way to do this would be to create a table with the data already arranged the way you want it to appear in the report...two fields, one for each column.
use myfile alias first
halfrec = ceil(recc()/2)
copy to sec for recno() > halfrec
sele 0
use sec
sele first
scan
repl field(2) with sec.field(1)
skip in sec
if eof("sec")
exit
endif
endscan
sele first
list off field(1),field(2) to print
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.