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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by panarra

  1. panarra

    Custom PageNumber don't work

    Thanks !!! My report is running. I only changed @InitializeCounter WhilePrintingRecords; numberVar npage := 0; by @InitializeCounter WhilePrintingRecords; numberVar npage := 1;
  2. panarra

    Custom PageNumber don't work

    I need to check if "global" page number is pair or odd in "New Page Before" formula of Page Head Section. I can't use PageNumber because I reset it after a group section I'm trying to build a custom page counter like this: EvaluateAfter (PageNumber); Global numberVar npage...

Part and Inventory Search

Back
Top