Line moves up when 'Shift with Parent' is True and DBmemo is empty
Hi,
Any one know how to prevent a line from moving up (and into the text
of a report) when a DBmemo is empty?
Here's the layout of the report band that is mis-behaving:
dbText1 dbMemo1
-------- line1 ----------------
When
a) there is text in dbText1,
b) dbMemo1 is empty,
c) dbMemo.stretch is set to 'True', and
d) Line1.ShiftWith Parent is 'True',
then, upon preview or print, Line1 moves up to the middle of dbText1,
as though the band had contracted.
The only thing that seems to work is to move the line down far enough
so that when it moves up (upon encountering the empty dbMemo), it does
not go through the text. But that's a kludge, and the resulting
report is ugly.
TIA,
Phil
Any one know how to prevent a line from moving up (and into the text
of a report) when a DBmemo is empty?
Here's the layout of the report band that is mis-behaving:
dbText1 dbMemo1
-------- line1 ----------------
When
a) there is text in dbText1,
b) dbMemo1 is empty,
c) dbMemo.stretch is set to 'True', and
d) Line1.ShiftWith Parent is 'True',
then, upon preview or print, Line1 moves up to the middle of dbText1,
as though the band had contracted.
The only thing that seems to work is to move the line down far enough
so that when it moves up (upon encountering the empty dbMemo), it does
not go through the text. But that's a kludge, and the resulting
report is ugly.
TIA,
Phil
This discussion has been closed.
Comments
put the line on a region. And tell the region to shift relative to the
memo.
enjoy,
Ron.
thanks for getting me on track.
Regards,
Phil
On Wed, 25 Jul 2001 06:26:29 -0500, "Ronald Eckersberger (TeamDM)"
When I tested putting a line on a region, the result was the same
problem as described previously.
Would appreciate any other thoughts.
Thanks,
Phil
On Wed, 25 Jul 2001 13:35:05 -0500, Philip A. Hardin
not move up into the dbText.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
That was the trick. Actually, the answer was to put the text and memo
into Region1, the line into Region2, and set the appropriate
attributes. Then it all worked.
Thanks,
Phil
On Thu, 26 Jul 2001 18:11:13 -0500, "Jim Bennett \(Digital