cgosbee
Posts: 23
|
| Posted: 11/05/2007, 4:31 PM |
|
I have a report with a grid of results, some of which can be empty for a given row.
The automatic report has each cell with data have a border, but each cell with no data does not.
The result is a rather ugly looking report.
Is there any way to ensure the entire grid either has or doesn't have borders for all cells?
|
 |
 |
ckroon
Posts: 869
|
| Posted: 11/05/2007, 6:06 PM |
|
I just add a space inside all the cells.... works for me :)
_________________
Walter Kempees...you are dearly missed. |
 |
 |
wkempees
|
| Posted: 11/06/2007, 3:11 AM |
|
You should add a 'non braking space'.
Add it behind the {label}
like this
<td>{label}& n b s p</td>
from the ampersand & on you should delete the spaces.
I cannot type it here as it will display a non braking space, lol
Walter
|
|
|
 |
cgosbee
Posts: 23
|
| Posted: 11/06/2007, 11:05 AM |
|
Perfect! That's just what I needed. I figured it would be something simple like that.
I did have to go and change EVERY cell to "No wrap" as well, otherwise that simple little space fattened up the rows. (odd, since I'd already put nowrap on them all one by one before, when the data in the cells was causing them to wrap)
Thanks!
|
 |
 |
|