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 gkittelson 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: *

  • Users: JimBrock
  • Order by date
  1. JimBrock

    SubReport PageHeaders

    Sorry missed something off! When you create the Group(part ii) you must set the "repeat group header on each new page" to True.... Jim Brock
  2. JimBrock

    SubReport PageHeaders

    Based on Crystal 7.0 i) Create a formula in the sub report, say @FakeHeader, and add following WhileReadingRecords; "" ii) Create a group in the subreport based on @FakeHeader. Place this group at the top of the list. iii) Place all fields etc.. that you want to appear in the Page...
  3. JimBrock

    Suppression question

    I think I understand what you are trying to do? Perhaps you could change the sort order to have the arrive time at the end. This time suppress if Next({CALL}) = {CALL} There is an Average(fld, Conditionalfield) function. Place a formula that will look something like this: Average({TIME...
  4. JimBrock

    Suppression question

    There is a Previous(field) function. Use something like this in the Suppress formula in Details section(or Group section if the lines appear there): Previous({CALL field}) = {CALL field} To access the Suppress formula RMC on the section and choose FormatSection. Obviously, it will then...

Part and Inventory Search

Back
Top