|
| Hi,
I have a problem with HTML output from some Access 2003 Reports.
Basically, some of the fields are longer than the textbox containing them on
some reports, and although I have set the 'Can Grow' property to yes on this
textbox, and this is working in most cases, I'm finding some errors I was
hoping someone could help me with them.
1. Some of the records are showing in the preview of the report in Access,
but when I generate HTML the last word is chopped off. These seem to be
where the width used by the text is close to the width available to display
in the textbox, but it hasn't line-wrapped.
e.g.
The field on showing the report'
'This is an example'
shows the below in the HTML file generated
'This is an'
2. Each Access Report linewrap is treated by the HTML generator as a new
table, and the TD's generated are not wide enough to hold the data, so that
you can get the double effect of one word being wrapped from the end of a TD,
followed by a new line-wrap generated by the report
e.g.
The field on showing the report'
'This is an example
of text wrapping'
shows the below in the HTML file generated
'This is an
exmaple
of text wrapping'
Can anyone help me?
Thanx
|
|