Rectangle only on every 2nd databand
Thomas PFister
Bavaria, Germany
Hello,
what is the easiest way to print a rectangle on ever 2nd databand / odd - dataset ?
thanks!
:-) thomas
what is the easiest way to print a rectangle on ever 2nd databand / odd - dataset ?
thanks!
:-) thomas
Comments
if <Line#> mod 2 = 0 then object name.visible = true else object name.visible = false;