hmCal_FILTER EVENT

hmCal_FILTER EVENT(area;event)

Parameter          Type             Description
area               Longint      ->  hmCal area
event              Longint      ->  event number

Description

The command hmCal_FILTER EVENT deactivates an following event after within an event. The filter is only set during a user action (e. g. click).

Example

If the user clicks in a hmCal area, the following events are fired (if they are active):


Now, if you want to filter all following events in the event hmCal_ClickAppointment, you only call:

hmCal_FILTER EVENT(hmCal;hmCal_ClickArea)