Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Crystal .NET Blog

Sample codes, tips, random rantings on Crystal Reports, Crystal Enterprise etc...

Reviewing all conditional formatting

A problem I found when working with Crystal Reports 8.5 (and earlier versions) was that it was always difficult to figure out everything happening behind the scenes. For example, when I'm given someone else's report to make changes to I have to figure out how certain objects are being formatted. If a field is in Bold, I can click on it and look at the toolbar to see if the Bold button has been selected. If not, then I can go into the Format Editor and look to see if conditional formatting is being used. The last options are to look at the Hightlighting Experts or my VB code if I'm using VB6 or .NET.
 
CR 10 fixes this problem by adding a new item to the Workshop Tree: Formatting Formulas. By clicking on Formatting Formulas you see a list of all the sections on the report. By clicking on the '+' next to a section it shows you the objects within that section. Again, click on the '+' and it shows you the properties that have formulas associated with them. You can examine each formula and make changes if you need to.
 
By adding the Formatting Formulas item to the Workship Tree, CR10 lets you quickly see which objects have conditional formatting and get a quick overview of all the changes being made to a report behind the scenes. Nice feature!
 
Hope this helps,
 
Brian Bischof
 
Published Monday, October 04, 2004 12:35 PM by crystal

Comments

 

crystal said:

HELP !!! OK
I have a set of crystal reports that I want to be able to run that depend on which URL request the ORDER.ASPX page. This then will tell it to change the LogOnINfo to the correct server to report on. However I have a problem since I have upgraded to XP2 on my dev machine this no longer seem spossible and I get the above error. To compund this problem more when I use the class that I have designed to do the same in a windows form it works flawlessly, and I cant figure out what is different. I can email the source code if anyone wants to have a.

TYI

Alixx
October 6, 2004 9:14 AM
 

crystal said:

so this was working before the upgrade to XP2 but it has since stopped working since you upgraded? Or was it buggy before and its buggy now?
October 14, 2004 10:39 AM
 

crystal said:

I want to create reports using conditional formatting
March 4, 2005 9:19 AM
Anonymous comments are disabled