If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > Custom data field height?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-09, 10:41
sebastienp sebastienp is offline
Registered User
 
Join Date: Sep 2009
Posts: 12
Custom data field height?

Custom data field height?-crystalreportcangrow.jpg

Herro!

I've attached a picture demonstrating the current output of my report. I've circled 3 lines that are showing the issue i need to fix.


The column that has 3 circled fields has the value "Can Grow" checked.

As you can see in the picture, the content of those "can grow" fields is too long to be displayed in the designated area, so it creates a 2nd line and puts the remaining data there.



I would like to have the data group's height adjusted accordingly if the data is bigger than say... 15 characters?

I can manage to create a function that counts the characters in that field.. but how can i adjuste the data group for those specific records only?

thank you!
Reply With Quote
  #2 (permalink)  
Old 11-18-09, 15:12
brucevde brucevde is offline
Registered User
 
Join Date: Jan 2003
Location: British Columbia
Posts: 44
I assume the problem is that the Lines are not printing properly when the entire group spans multile lines. There is no need for a "function that counts the characters in that field". The fixes are simple

To ensure Horizontal Lines print at the bottom of the section.

Right click on the Horizontal Line.
Click the Format Line menu item.
Set the Move to Bottom of Section when Printing option.

For the Vertical lines the option is called "Extend to bottom of Section"

Last edited by brucevde; 11-18-09 at 15:22.
Reply With Quote
  #3 (permalink)  
Old 11-19-09, 08:12
sebastienp sebastienp is offline
Registered User
 
Join Date: Sep 2009
Posts: 12
thank you!

ill test this today and will let you know about the results
Reply With Quote
  #4 (permalink)  
Old 11-19-09, 12:20
sebastienp sebastienp is offline
Registered User
 
Join Date: Sep 2009
Posts: 12
Custom data field height?-untitled.jpg

ok , im really close to completing this


the horizontal and vertical line's attribute "extend to bottom of the section when printing" works great.. thank you


Now if you could look at the output that i have in the attached picture. You'll notice that the field cut and the shipping dates dont grow..im wondering how i could do that for those fields.. the "extend to bottom of the section when printing" option is not available
Reply With Quote
  #5 (permalink)  
Old 11-19-09, 17:21
brucevde brucevde is offline
Registered User
 
Join Date: Jan 2003
Location: British Columbia
Posts: 44
Insert a Box object where needed. It has a Fill property for colours and the Extend to bottom of Section option as well.

[Edit]

Never mind. Boxes won't work because you cannot have different colours per column, unless you use multiple detail sections.

Last edited by brucevde; 11-19-09 at 17:26.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On