Hi, I want to make some sort of floating report where I query the database for a single column of values, and spread them out from left to right and top to bottom in a report.
For instance I get the strings a, b, c, d, e, f, g (one field with seven values/rows) from the query and I want them spread out like this:
How do I do it?
graabein
For instance I get the strings a, b, c, d, e, f, g (one field with seven values/rows) from the query and I want them spread out like this:
Code:
a b c
d e f
g
How do I do it?
graabein