puntito
Programmer
- Mar 22, 2006
- 18
I'm starting a WebFocus Course. I am using the Northwind database contained in SQLserver.
In my notes I read that you can format the title of the columns:
How can I format the result of the report? I have the column UnitsInStock, so, the Title is too long and the data are only 3 digits long. Is there a way to align the numbers at the center of the column.
Units In Stock
523
456
25
...
In my notes I read that you can format the title of the columns:
Code:
...
PRINT | ADDRESS |TITLE |
TITLE/L | St Louis Ave. 456 | SFDFT |
ADDRESS/C | RiverFlow St. 411 | RTHHE |
...
Units In Stock
523
456
25
...