Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Group Footer blank line
Message
 
 
À
28/06/2007 10:47:02
Marcel Roy
South West Direct
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01236295
Message ID:
01236359
Vues:
12
>Thanks Naomi
>
>Yes but I went to remove the spaces but I have a chart and 10 fields in the group footer with Print only went expression is true and Remove line if blank check.

Well, you would have to put explicit expression then, a bit too long, perhaps you may need a custom function then.

not AllFieldsBlank() (function should be in the path and in the set('procedure')) at the time the report is executed.
function AllFieldsBlank
llReturn = empty(FirstField) and empty(SecondField) ...

return m.llReturn
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