Report showoutput

I’d like to show a section one record on two For instance record1 showoutput:=true, record2 showoutput :=false,record3 showoutput:=true Is that possible. Does anyone already do that? I could make variables with dimensions but i’d like to find another way. (for quick lay out) Thanks a lot, Vanina [8)]

You can use a boolean for that like: OnPreSection() CurrReport.SHOWOUTPUT(blnShow); blnShow := Not blnShow;

This question brings to my mind an other one, about which I wonder now and then - is there any mean to grab an integer division rest?

quote:


Originally posted by Anna Perotti
This question brings to my mind an other one, about which I wonder now and then - is there any mean to grab an integer division rest?


r := a MOD b [?]

quote:


Originally posted by xorph r := a MOD b [?]


Thanks for filling my ignorance. [:I] Anna

You’re welcome, Anna. Actually, I put in the question mark because I wasn’t sure if you hadn’t meant something more subtle and complicated with “grab” [:D][:D][:D]