Navigation bar
  Home Print document Start Previous page
 219 of 234 
Next page End  

Gravitybox Schedule Primer
Page 217 
1998-2004 Gravitybox Software LLC
BeforeDragTip
Event BeforeDragTip(Prompt As String)
This event is raised before the drag tip text is
displayed. It provides the option of changing the text
with the “Prompt” parameter. This text is displayed
when the user is dragging an appointment to another
position.
BeforeEdit
Event BeforeEdit(Index As Long, Cancel
As Boolean)
BeforeEdit is raised before the edit of a scheduled
item using the EditItem. The Boolean Cancel
parameter gives you a chance to cancel the
operation from code. If you set Cancel to true the
item will not be edited and the AfterEdit event will not
be raised. AllowEdit dictates this functionality.
BeforeEditNotes
Event BeforeEditNotes(Index As Long,
Cancel As Boolean)
When the ViewMode of the schedule is List, the user
may edit the notes associated with an appointment
in on the right displayed page of the schedule.
Before an edit starts, this event is raised to give the
developer a change to cancel the operation.
BeforeEditText
Event BeforeEditText(Index As Long,
Cancel As Boolean)
This event is raised before the user has a chance to
edit an appointment's displayed text. The AllowEdit
property has to be true for this to happen. When the
user clicks on an appointment an edit box is
displayed and the user can edit the appointment's
displayed text.
BeforeFind
Event BeforeFind(Cancel As Boolean)
This event allows you to cancel the find. If the
AllowFind property is true, the user may press the
CTRL-F key combination to display the "Find
Appointments" screen. Before the screen is
displayed this event is raised and you may cancel
the find by setting the Cancel parameter to true.
http://www.purepage.com