Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Global BooleanVar LabelColor := Not(LabelColor);
If LabelColor Then
CrNoColor
Else
Color(238,238,238)
Global NumberVar CountRow := CountRow + 1;
If CountRow Mod DistinctCount ({RowGroup.Field}) = 0 or
(CountRow Mod DistinctCount ({RowGroup.Field})) Mod 2 <> 0 Then
CrNoColor
Else
Color(238,238,238)
Global BooleanVar TotalColor := Not(TotalColor);
If TotalColor Then
CrNoColor
Else
Color(238,238,238)