Jim, FYI I spent more time fixing converted reports than I did just creating them over. One thing to look for is that the OLD 6 stuff had almost everything calculated on the detail sections. You need to make sure the calculation is performed in the proper place now. Also a variable like a count needs to be initialized before the report. You can do that now in the ON BEFORE GENENERATE EEP like so SET VAR vCount INTEGER = 0
Jan -----Original Message----- From: "Jim Belisle" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 12 Mar 2009 11:41:16 -0500 Subject: [RBASE-L] - SIMPLE QUESTION I just converted a simple report to 7.6. For some reason my COUNT var will not reset. They reset just fine in 6.5. Below are the var. COUNT_OF_PROMOID = (ifeq(.COUNT_OF_PROMOID,NULL,0,.COUNT_OF_PROMOID) + 1) COUNT_OF_PROMOCAT = (ifeq(.COUNT_OF_PROMOCAT,NULL,0,.COUNT_OF_PROMOCAT) + 1) The var are in the detail section and the breaks are on the PROMOID and PROMOCAT I know it must be simple but your help would be appreciated. Jim

