When the enhanced Gantt chart drawing engine is enabled with the @GANTT2 macro, this macro can be used to draw a line indicating the current day.
SYNTAX:
@ACTUAL_DAY DayRGB
PARAMETERS:
DayRGB; 0x000000...0xFFFFFF Defines the color of the actual day riser. Example: 0xFF0000 (Red)
EXAMPLE:
@GANTT2 1 0 1
@GANTT_COLORS 0x808080 0x0000FF 0x00FF00
@ACTUAL_DAY 0xFF0000
@ACTUAL_MONTH 0xE0EEE0
@ACTUAL_DAY 0x0000FF
PERSISTENT:
NO
REQUIREMENTS:
Crystal Reports 11.5 or higher
ALSO SEE: