Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple formatting
Message
 
To
13/05/1999 16:20:47
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00218647
Message ID:
00218654
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform