Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tbrandao

    Using Vb 2005 and Crystal 11, not getting option to export to PDF

    Gotcha. Thank you for bringing that to my attention. I'm sorry that I'm just now getting back to you. Been busy working on other stuff as well.
  2. tbrandao

    Using Vb 2005 and Crystal 11, not getting option to export to PDF

    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...
  3. tbrandao

    Trying to do a running total on a summarized group field

    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.
  4. tbrandao

    Trying to do a running total on a summarized group field

    THank you. I was trying anything and everything that I thought would work in "my perfect world". lol. I will let you know how it goes.
  5. tbrandao

    Trying to do a running total on a summarized group field

    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...
  6. tbrandao

    Trying to do a running total on a summarized group field

    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})
  7. tbrandao

    Trying to do a running total on a summarized group field

    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...
  8. tbrandao

    Trying to do a running total on a summarized group field

    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...

Part and Inventory Search

Back
Top