Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple formatting
Message
 
À
13/05/1999 16:20:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00218647
Message ID:
00218654
Vues:
23
>I have more than 50 fields on several reports, is there any way to change a formatting property for all fields instead of changing each individual property separately, it is the same format
>Thanks James

You can if you use the report as a dbf, then apply a replace statement...
ex:

use MyReport.frx
replace picture with (your picture clause);
for objtype = 8....

you might want to apply a condition on the expression (expr) field
that might clarify which fields will be affected, maybe by some pattern
of variable names...

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform