B
Bruce
I have found that using concatenated fields in a report's
underlying query can eliminate many of the formatting
issues related to text boxes growing and shrinking. The
most vexing problem is that if text boxes are arranged one
above the other, and two such pairs are side by side, if
the top text box on the right grows to accomodate an extra
line of text, the bottom text box on the left gets pushed
down.
In one particular situation I cannot quite make
concatenated fields work. I have a notes field and a
comments field. I can concatenate them with carriage
return and line feed, but when either needs more than one
line the second line is left-aligned with the label. I
want:
Notes: This is the first line of Note text
This is the second line of text
Comments: This is a comment
but I get:
Notes: This is the first line of Note text
This is the second line of text
Comments: This is a comment
I don't know where the line break, if any, will occur in
Notes.
The report is in landscape format. The left side of the
report has Name and Address, and the middle has other
info. Both are concatenated into single query fields. On
the right side of the report, If I use a text box with
label for Notes and another for Comments, and set the
Detail section's Format event to hide them if they are
empty, the problem comes when Notes (on top) is empty and
Comments contains something. In that case I would like
Comments to be top-aligned with the text boxes for the
concatenated fields (Address and Other Info). Either or
both fields could be empty for any given record.
A minor thing, I know, but I like reports to be tidy.
underlying query can eliminate many of the formatting
issues related to text boxes growing and shrinking. The
most vexing problem is that if text boxes are arranged one
above the other, and two such pairs are side by side, if
the top text box on the right grows to accomodate an extra
line of text, the bottom text box on the left gets pushed
down.
In one particular situation I cannot quite make
concatenated fields work. I have a notes field and a
comments field. I can concatenate them with carriage
return and line feed, but when either needs more than one
line the second line is left-aligned with the label. I
want:
Notes: This is the first line of Note text
This is the second line of text
Comments: This is a comment
but I get:
Notes: This is the first line of Note text
This is the second line of text
Comments: This is a comment
I don't know where the line break, if any, will occur in
Notes.
The report is in landscape format. The left side of the
report has Name and Address, and the middle has other
info. Both are concatenated into single query fields. On
the right side of the report, If I use a text box with
label for Notes and another for Comments, and set the
Detail section's Format event to hide them if they are
empty, the problem comes when Notes (on top) is empty and
Comments contains something. In that case I would like
Comments to be top-aligned with the text boxes for the
concatenated fields (Address and Other Info). Either or
both fields could be empty for any given record.
A minor thing, I know, but I like reports to be tidy.