Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I remove lines if blank in the Footer?
Message
 
 
To
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:
00487376
Views:
9
Hi David,

Yes, I learned this trick quite recently. Unfortunately, I use different fonts there.

BTW, another problem would be the 255 limit. If print when is quite complicated and you want to print lots of info here, you may rich this limit. Therefore you probably have to construct this string in a function.

>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
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform