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

    How do I reset page footers?

    Hi Rosemary!! You sweet sweetheart! Disregard my last. Your solution works fine. It was my fat fingered setting of type(x) = false; instead of type(x) := false; Thanks again.. You made my day!
  2. rickbgenius

    How do I reset page footers?

    Hi Rosemary, I did what you said, but it still does the same thing; keeps adding to the typeDesc, but never resetting for the next page. It's like the boolean value is not being reset to false. The stat descriptions don't repeat, they just get printed on pages where they don't exist. Surely...
  3. rickbgenius

    How do I reset page footers?

    Thanks Rosemary. I've only just started using Crystal Reports (Tuesday last). I believe I have met your requirements, but in two formulas. 1> In the group 3 header (where the trans type is printed) I have this formula: WhilePrintingRecords; BooleanVar tType1 := false; BooleanVar tType2 :=...
  4. rickbgenius

    How do I reset page footers?

    I'm using Crystal Reports 7. I'm trying to print a legend in the page footer consisting of only those status items that appear on the page on which the footer will print. I have data fed to me in an ado object from a sql database via a c program. In the group, I set a status variable...

Part and Inventory Search

Back
Top