Hi
How do I fill a column rect depending of a value of a variable?
if variable := 6 then fill column(6)
I am trying to make a schedule with a stringgrid where the stringgrid looping out employees with different work times.
The columns I have in the stringgrid is: name, and time columns from 06 to 21
if the employee starts working at 06:00 then a want to fill the “06” rect whit clGreen.
Kind regards
Niclas
How do I fill a column rect depending of a value of a variable?
if variable := 6 then fill column(6)
I am trying to make a schedule with a stringgrid where the stringgrid looping out employees with different work times.
The columns I have in the stringgrid is: name, and time columns from 06 to 21
if the employee starts working at 06:00 then a want to fill the “06” rect whit clGreen.
Kind regards
Niclas