![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 179
1998-2004 Gravitybox Software LLC
If the ShowProviderScheduledTime or
ShowProviderAvailableTime properties are set then there
are two tabs displayed at the top of the screen
Note: This property only applies if the time is displayed in
the top margin.
CategoryBarWidth
Property CategoryBarWidth() As Long
This property defines the width in pixels of each Category
bar on the left margin of the schedule. It also defines the
width of the Category bar on each appointment's left side.
ColumnWidth
Property ColumnWidth() As Long
This determines the width of the columns for the schedule
only. There is a minimum value determined by the
specified font. This value is specified in pixels.
ConflictCheck
Property ConflictCheck() As Boolean
This property toggles the conflict checking on/off. On
schedules with many appointments (>200), there may be
a time lag when adding and removing appointments. This
happens when it is necessary to calculate the conflicts
between appointments. If no conflict checking is
necessary, you may turn this feature off to save time. If
conflict resolution if necessary but you still wish to save
time, you can turn this feature off and when you need to
display or perform conflict checking, turn it back on. For
example, if you need to display a screen with conflicts
turn this feature off until the user selects to display this
screen. You can then set ConflictCheck to True and
display the conflicts.
It is best to turn this feature off if not needed. If your
schedule allows conflicts and you do not ever use the
Conflicts collection, set this property to false to save time.
When this property is false the ConflictWarn property is
also false. There can be no warning of conflicts, if there is
no checking.
ConflictWarn
Property ConflictWarn() As Boolean
Determines if the user receives a warning prompt when
|