Recent

Author Topic: [tip] How to simulate odd / even band background  (Read 878 times)

rnervi

  • New Member
  • *
  • Posts: 14
[tip] How to simulate odd / even band background
« on: November 23, 2023, 05:58:27 pm »
place an empty memo UNDER items on the band
edit his memo script:

Code: Pascal  [Select][+][-]
  1. if ([LINE#] mod 2) = 1 then
  2.   memoxx.fillcolor := clwhite
  3. else
  4.   memoxx.fillcolor := clSilver;
 

(memoxx = memo name)
et voilà.

 

TinyPortal © 2005-2018