How to not print blank line 
Author Message
 How to not print blank line

I want to print a block of information about an employee.
If  a line  which contains one field is empty,  I don't want
to print the empty line.  How do I go about suppressing the empty line?

Thank you..



Tue, 10 May 2005 06:38:06 GMT  
 How to not print blank line
Don't know what version of crystal you are using but I use version 8.
Insert a text box. Then put all fields into the text box. Select Format
text and check box "Suppress embedded field blank lines"

Terry

Quote:

> I want to print a block of information about an employee.
> If  a line  which contains one field is empty,  I don't want
> to print the empty line.  How do I go about suppressing the empty line?

> Thank you..



Tue, 10 May 2005 20:41:43 GMT  
 How to not print blank line
-Open your report in design view,
-Select the section you want to supress and right click
-Choose Format Section
-Verify that the section you want to suppress is selected
-Click on the conditional suppress button by the "Suppress Dont' Drill..".
I looks like this: [X-2] (Do no check the check box!!!)
-Enter the formula (eg. IsNull({MyTable.MyField}) - This will supress null
values, or maybe {MyTable.MyField} = 2 this will suppress all with values 2
etc.
-Check for errors and save your formula.

Hope this helps...


Quote:
> I want to print a block of information about an employee.
> If  a line  which contains one field is empty,  I don't want
> to print the empty line.  How do I go about suppressing the empty line?

> Thank you..



Tue, 10 May 2005 20:43:42 GMT  
 How to not print blank line
Thank you..   Just what I needed!

Quote:
> Don't know what version of crystal you are using but I use version 8.
> Insert a text box. Then put all fields into the text box. Select Format
> text and check box "Suppress embedded field blank lines"

> Terry


> > I want to print a block of information about an employee.
> > If  a line  which contains one field is empty,  I don't want
> > to print the empty line.  How do I go about suppressing the empty line?

> > Thank you..



Wed, 11 May 2005 00:04:56 GMT  
 How to not print blank line
Thank you!  Very helpful!

Quote:
> -Open your report in design view,
> -Select the section you want to supress and right click
> -Choose Format Section
> -Verify that the section you want to suppress is selected
> -Click on the conditional suppress button by the "Suppress Dont' Drill..".
> I looks like this: [X-2] (Do no check the check box!!!)
> -Enter the formula (eg. IsNull({MyTable.MyField}) - This will supress null
> values, or maybe {MyTable.MyField} = 2 this will suppress all with values
2
> etc.
> -Check for errors and save your formula.

> Hope this helps...



> > I want to print a block of information about an employee.
> > If  a line  which contains one field is empty,  I don't want
> > to print the empty line.  How do I go about suppressing the empty line?

> > Thank you..



Wed, 11 May 2005 00:08:39 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Print NOT Blank/Empty Address Lines

2. Crystal Reports 7 not refreshing data when printing and printing blank pages

3. Stop Crystal from printing blank lines

4. How to PRINT BLANK LINES

5. help : crystal prints a blank last line

6. Deleting blank lines (including blank table row)

7. Blank Sub Reports not to print

8. print null values as blank, not zero

9. blank print preview and printing

10. FlexGrids print black, picboxes print blank

11. RTF Format Not Printing Lines

12. Macro not printing Lines

 

 
Powered by phpBB® Forum Software