Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I remove lines if blank in the Footer?
Message
 
 
À
21/03/2001 16:07:01
David Brunelle
Université de Sherbrooke
Sherbrooke, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00487370
Message ID:
00487376
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform