3 Attachment(s)
How to trim the space between fields in crystal report (VS 2017)
Currently I have a trouble in trimming the space between fields,here's the example;
Attachment 156671
The "DOC" and "659" is too far away and "MAXM" and "1343F" is at suitable space.
The label should be like this:
Attachment 156673
I tried to select the Suppress (No Drill-Down) option but it didn't work. What can I do?
The designer:
Attachment 156675
I Google couple of times and the results is nothing. Because all of them are just trimming space in the fields.
Someone suggest me to fill in the formula(x+2 button) for the fields.
But now I'm trying to trimming the gap between fields. I guest the formula is just affect the fields. not for the gap.
Re: How to trim the space between fields in crystal report (VS 2017)
Hello,
I think the problem is because the length will change but the object size remains the same unless you enable "Can Grow", to enable it, Right Clicking the object and chose "Format Object", click on the "Common" tab and in there, there is an option for "Can Grow" tick that
Another solution might to text align the object to the right, that way regardless of the length of text it will always be close to the next column.