Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I remove lines if blank in the Footer?
Message
From
21/03/2001 16:07:01
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00487370
Message ID:
00487372
Views:
8
If you are using the same font for each statement. You could do something like this in the place where you specify what to print

IIF(printwhen1,line1,"");IIF(printwhen2,line2,"");IIF(printwhen3,line3); etc...
The important thing is that the ";" will remove any empty line inthe expression. For example, if you want to display a multi line address with something empty line, you'de put this :

address1;address2;address3;city;postalcode; etc....

If you have different font however , I don't think I can be of any help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform