Re: Dynamically changing the Top position of Report Fields
From: Ken Briscoe (youcant_at_sendmespam.com)
Date: 02/03/05
- Next message: Agnes: "Reset Page no problem"
- Previous message: Rob Small: "Dynamically changing the Top position of Report Fields"
- In reply to: Rob Small: "Dynamically changing the Top position of Report Fields"
- Next in thread: Rob Small: "Re: Dynamically changing the Top position of Report Fields"
- Reply: Rob Small: "Re: Dynamically changing the Top position of Report Fields"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 09:29:48 -0500
In news:4202325d$1_1@baen1673807.greenlnk.net,
Rob Small <rob.small@bae.systems.com> rambled:
> Hi people,
>
> I've written a report in Crystal that contains, amongst other things,
> two database fields, one above the other in the Details section. If
> the data in the top field is too large it overwites the data in the
> field below it. Therefore, I would like to be able move the bottom
> field dynamically for each record depending on the height of the top
> field.
>
> The report is being called from ASP.Net so if a programatic solution
> is needed that's fine.
>
> Kids regards,
>
> Rob
You can do a couple things here:
1) You can create a text box, and insert your "growing" field into it. Next,
insert the other field below it in the text box (by creating a new line by
pressing ENTER)
2) You can create a new section immediately below the "growing" field. Put
the other field in this section. When the "growing" field grows, it will
push the end of the section down with it, making it unable to overwrite
what's in another section.
HTH.
-- KB - MCNGP "silent thug" #26 Briscobar AT gmail DOT com www.mcngp.com is real.
- Next message: Agnes: "Reset Page no problem"
- Previous message: Rob Small: "Dynamically changing the Top position of Report Fields"
- In reply to: Rob Small: "Dynamically changing the Top position of Report Fields"
- Next in thread: Rob Small: "Re: Dynamically changing the Top position of Report Fields"
- Reply: Rob Small: "Re: Dynamically changing the Top position of Report Fields"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|