TxForHelping
Programmer
As a CR XI newbie, one self-imposed challenge is to learn how to alternate the background color on simple detail lines. Here's the twist: I want to see crWhite for the first detail that appears at the top of each page and/or begins each group, not just the apparently standard modulo-2 (remainder) flip-flop based solely on RecordNumber.
In ol' MS Access (sorry, all I know), I simply had to reset my global logical toggle variable to false when my PageHeader_Format and GroupHeader_Format events fired; calling my flip-flop function in my Detail_Format event took care of the rest. I haven't quite figured out the equivalent technique in this new adventure (despite a few hours reading, testing, and searching this forum).
Many thanks in advance! (This forum is great!)
Steve
In ol' MS Access (sorry, all I know), I simply had to reset my global logical toggle variable to false when my PageHeader_Format and GroupHeader_Format events fired; calling my flip-flop function in my Detail_Format event took care of the rest. I haven't quite figured out the equivalent technique in this new adventure (despite a few hours reading, testing, and searching this forum).
Many thanks in advance! (This forum is great!)
Steve