I have an app in VB 2005 using CR 11. When the report is generated in the viewer 1. I get a red x in the boxes where icons (print, etc) should be displayed, 2. am not getting an option to export to PDF. I read this thread and tried looking at the links within it, but the links no longer work. I...
Thank you so much. That worked just fine. I've been working on this for over a week. I see by your examples where I made the mistakes. You are awesome. Thank you so much again.
Please disregard the formula for the summing the average cost that I first sent you:
WhilePrintingRecords;
shared currencyVar total;
If GroupName ({request.PROJ_LOC_CNTY}) = GroupName ({request.PROJ_LOC_CNTY}) AND GroupName ({request.PROJ_CONSTR_CLASS}) = GroupName...
Here is a second formula that I created as a "check" or option to use, but again when I use this formula and place it in the Report Footer, it adds the last value twice.
WhilePrintingRecords;
currencyVar total;
total := total + CCur ({@AVG Proj Cost})
Here is the "experimental" code to sum the average cost. It works fine in the detail section, but when I try to use the formula and place it in the Report Footer, it adds the last value twice.
WhilePrintingRecords;
shared currencyVar total;
If GroupName ({request.PROJ_LOC_CNTY}) = GroupName...
Hi,
I'm having problems getting the "grand total" for a field that is summing estimated costs. I get the running total in the details section as a "check", but when I try to use the field to create a Grand total to be placed in the Report footer, the calculations are off. Can someone help me...
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.