CT
|
| Posted: 02/06/2006, 12:19 PM |
|
How do you get a label to "word wrap" in a report? If I have a memo field and it has a lot of text, the corresponding report expands width-wise to accompany this field's label.
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 02/06/2006, 2:55 PM |
|
Set an explicit widt on the cell where the variable is located, and make
sure that nowrap is off.
"CT" <CT@forum.codecharge> wrote in message
news:643e7af59f08b5@news.codecharge.com...
> How do you get a label to "word wrap" in a report? If I have a memo field
and
> it has a lot of text, the corresponding report expands width-wise to
accompany
> this field's label.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
CT
|
| Posted: 02/07/2006, 9:33 AM |
|
That didn't work. I tried 50, 25, 10 and nothing changed.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/07/2006, 11:18 AM |
|
This may requie some HTML knowledge or simply experimenting. I would load your output page into FrontPage, DremWeaver or any other Web editor and experiment with the table and cell properties until you get what you need. There are many HTML resources on the Internet that can also be useful.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Benjamin Krajmalnik
|
| Posted: 02/08/2006, 3:39 PM |
|
Without seeing your HTML report it is hard to give you explicit information.
|
|
|
 |
|