cancel
Showing results for 
Search instead for 
Did you mean: 

how to fix The overlap between text field and line object and another text field ?

0 Kudos

I use (can graw) , I want When text field [names] expands, all text field expands and all line object expands as needed , I'm use crystal report for VS 2012

picture the problem :

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Kudos

Follow the advice provided by Abhilash.
Combine that approach with a useful feature shown below. Crystal can automatically extend lines to the bottom of the section.

Answers (4)

Answers (4)

0 Kudos

thanks Don Williams Im upgrade to SP 20 but don't solve problem

0 Kudos

Also, the viewer built into VS is not to be used as the final result, it's for general layout only.

First thing to do is upgrade to SP 20:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Then test it by running your app.

There are some fixes for object placements and may resolve the problem.

Don

Former Member
0 Kudos

Change font size so it fits.

Or dynamically change font size depending on length of text

In format field dialog box find font and then click on formula box and enter formula like

If length(yourtxtfield) >=20 then 8 else 10

Ian

abhilash_kumar
Active Contributor
0 Kudos

Hi Sraj,

What section is this field on?

1. Whatever section it is on, insert a 'b' section below

2. Move the horizontal line on this b section

3. Increase the vertical lines so that they extend over to the 'b' section

-Abhilash

0 Kudos

tnanks Abhilash Kumar , my example in section 3 (details)