Click here to Skip to main content
15,906,081 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,,,,


I generated labels but i want a gap between two lables. I took separate section,but its not working.

Please check following snapshot for reference...

http://s9.postimage.org/4dn167hm7/lab.jpg[^]
Posted

1 solution

in details section you put data name,address

now, right click detail section; select insert section below,
now, set this new added section's Bottom = 400( 400 is for example set it as per your need)

now, save and check preview.

Happy Coding!
:)
 
Share this answer
 
v2
Comments
PRAKASH_N 26-Nov-12 8:04am    
Where can i set the height of a section. I am using Crystal Report 8.5 Software
Aarti Meswania 26-Nov-12 12:46pm    
just select section (click on section name)
press f4 button; you will see properties in that properties set bottom property
PRAKASH_N 28-Nov-12 1:26am    
Hi... Is there any possibility that i can use if else in crystal report..

My requirement is there are 3 fields are there in a table i.e., 'Phone','mobile1' and 'mobile2' and i wrote a formula field as

{CustDetail.Phone}+' '+trim('/')+' '+{CustDetail.Mobile1}+trim('/')+''+{CustDetail.Mobile2}

but suppose mobile2 is not exist means that '/' should not display....

please check following snapshot
http://s18.postimage.org/6gifkt7mh/image.jpg

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900