P
plh
Is there a limitation on the number of characters that a report text
box can display?
The text box is in the report header. It won't display more that 247
characters of text, including spaces.
CanGrow is "Yes" in the case of both the text box and the header. Even
if you make the box plenty big the characters simply don't show,
leaving white space in the box.
I did various experiments to confirm this. Also brought the next part
of the text right up adjacent to make sure there were no invisible
unprintable characters messing with it.
Thank you, I am going crazy!
-plh
More Information:
The text box is taking its information from one column of a Drop-Down
box's query. That is, the data in the text box is:
=[cbxManuscript].[Column](4)
The data field accessed by drop down box cbxManuscript is of the memo
type.
The drop down box cbxManuscript is in the report detail, while the
text box is in the report header.
I tried making the box various sizes, putting in a brand new text box
(same result, exactly), even changing the widths of the drop down box
columns.
More information than you require (probably):
The whole SQL for cbxManuscript is as follows
SELECT DISTINCTROW tblManuscripts.ManuscriptCNum,
tblManuscripts.PartNumber, tblManuscripts.ProgramNumber,
tblManuscripts.PartName, tblManuscripts.Notes, tblManuscripts.ZSet,
tblManuscripts.IsLeft, tblColletShapes.ColletShape,
tblColletTypes.ColletType, tblCollets.ColletSize, tblCollets.TNumber,
tblManuscripts.Fixture, tblManuscripts.IllustrationHyperlink,
tblCollets.Fraction, tblCollets.OKNum FROM tblColletTypes INNER
tblManuscripts.Notes is the memo field
box can display?
The text box is in the report header. It won't display more that 247
characters of text, including spaces.
CanGrow is "Yes" in the case of both the text box and the header. Even
if you make the box plenty big the characters simply don't show,
leaving white space in the box.
I did various experiments to confirm this. Also brought the next part
of the text right up adjacent to make sure there were no invisible
unprintable characters messing with it.
Thank you, I am going crazy!
-plh
More Information:
The text box is taking its information from one column of a Drop-Down
box's query. That is, the data in the text box is:
=[cbxManuscript].[Column](4)
The data field accessed by drop down box cbxManuscript is of the memo
type.
The drop down box cbxManuscript is in the report detail, while the
text box is in the report header.
I tried making the box various sizes, putting in a brand new text box
(same result, exactly), even changing the widths of the drop down box
columns.
More information than you require (probably):
The whole SQL for cbxManuscript is as follows
SELECT DISTINCTROW tblManuscripts.ManuscriptCNum,
tblManuscripts.PartNumber, tblManuscripts.ProgramNumber,
tblManuscripts.PartName, tblManuscripts.Notes, tblManuscripts.ZSet,
tblManuscripts.IsLeft, tblColletShapes.ColletShape,
tblColletTypes.ColletType, tblCollets.ColletSize, tblCollets.TNumber,
tblManuscripts.Fixture, tblManuscripts.IllustrationHyperlink,
tblCollets.Fraction, tblCollets.OKNum FROM tblColletTypes INNER
tblManuscripts.Notes is the memo field