Karen, Yes I did try locating the two variables on the detail line but could not determine why v9.x works differently than v6.5++ for windows.
No I am not using an order by with the print command. I rely on sorting by the break point defberinition which is vBreak MbrNumberUnsigned MbrNumber er Note! some of the MbrNumbers are negative integers hence the unsigned MbrNumber use. Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 > >From: "[email protected]" <[email protected]> >To: RBASE-L Mailing List <[email protected]> >Sent: Wed, November 3, 2010 11:41:42 AM >Subject: [RBASE-L] - Re: Report Breaks in v9.x > >Jim: But have you tried locating the vBreak variable on the >report just so you can look at how it's evaluating? > >And you didn't answer my other question -- are you printing with >an "order by" statement? > >Karen > > > >The first column is the member number (integer) which is a Primary Key for >that >table. As printed that value is actually a TEXT value as later on in the >printout I have items with a suffix attached to a number. There is no way >using >primary to determine a break. You have to use a counter hence the vCount >variable and the vBreak variable. >>the vbreak variable will contain either a 0 or 1 with the 1 indicating a break. >>

