How do I suppress a section based on another section being suppressed?
I have a report with 30+ detail sections. Each section has a different suppression formula. For my last detail section and group footer section, I want to suppress only if ALL the previous sections have been suppressed. Is...
I am using CR 9 with VB6. The export does not prompt the user for a destination when exporting a report from a computer with only the runtime files.
The export works fine on a computer that has CR 9 fully installed.
I am distributing all the export run time files listed in the CR 9 Help...
Try this...
1) create a new formula @TurnPageHeaderOff =
WhilePrintingRecords;
Global BooleanVar SuppressHeader := True;
Place this formula field on the report before the subreport.
2) create a new formula @SuppressHeader =
WhilePrintingRecords;
Global BooleanVar SuppressHeader...
I have a report with many subreports. I need to changed the page footer based on the current record that is printing in the subreport. I have tried using a shared variable but the value is updated at the completion of the subreport; therefore, if the subreport runs over more than one page or...
Thank you for your response. I just wanted to make an addition for anyone who might have the same problem. When sending the sql statement using the SQLQUERY the ORDER BY clause was still giving me problems. It turns out that the ORDER BY clause requires a carriage return and linefeed to...
I am new to Crystal Reports and having a hard time. I am using Crystal Reports with a Sybase database and a VB application where the user can query on 20 different fields. I build the sql statement in VB as the user builds his/her criteria. The SELECT section selects the same fields for every...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.