This macro enables the enhanced Gantt Chart drawing engine and creates a Gantt Chart with the specified parameters. A Gantt Chart is intended to show the status of tasks in a project between a scheduled start date and stop date or start date and duration.
SYNTAX:
@GANTT2 bTimeAxis bDurationMode bGroupCompress
PARAMETERS:
bTimeAxis; 1 = use time axis, 0 = do not use time axis
bDurationMode; 1 = Gantt data is Start, Duration, 0 = Gantt data is Start, Stop
bGroupCompress; 1 = use group labels to calculate the number of blocks per group entry, 0 = do not use group labels to calculate the number of blocks per group entryEXAMPLE:
@GANTT2 1 0 1
@GANTT_COLORS 0x808080 0x0000FF 0x00FF00
@ACTUAL_DAY 0xFF0000
@ACTUAL_MONTH 0xE0EEE0
PERSISTENT:
YES
REQUIREMENTS:
- Crystal Reports 11.5 or higher
ALSO SEE:
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List