Routines for ntfyalrm.kb


AlarmEvent

File Name

ntfyalrm.kb

Syntax

AlarmEvent( REF Alarm: AlarmRecord )

Parameters

Alarm: Alarms record to identify alarm.

Returns

None

Side Effects

None

Description

Does event processing for reading alarms.

Dialog Forms Called

ntfyalrm.dfc[workwithpostpone]


NotificationEntry

File Name

ntfyalrm.kb

Syntax


  

NotificationEntry ( VAL whdl : WINDOW, F ntfySend: NotifySendRec ): BOOLEAN IS

Parameters

whdl: Window which will be the parent of the

Notification Send Dialog.

ndRec: Record which holds information specific

notification that is being sent.

Returns

BOOLEAN - TRUE if the notification was sent successfully.

Side Effects

None

Description

This function provides the user with the ability to send a notification or alarm to a user or group. If successful the notification specified by the user will be sent.

Dialog Forms Called

notify.dfc[notification_send]


NotifySendEvent

File Name

ntfyalrm.kb

Syntax


  

NotifySendEvent( REF ntfy: NotifySendRec )

Parameters

ntfy: Notify record containing data on notifications.

Returns

None

Side Effects

None

Description

This event handles the creation of a notification.

Dialog Forms Called

notify.dfc[user_group_info]

notify.dfc[people_info]


PostPoneAlarmEvent

File Name

ntfyalrm.kb

Syntax


  

PostPoneAlarmEvent( REF Postpone: AlarmRecord )

Parameters

Postpone: Alarms record to identify alarm.

Returns

None

Side Effects

None

Description

This event handles the action to postpone an alarm.

Dialog Forms Called

ntfyalrm.dfc[workwithpostpone]


RequestNotifySend

File Name

ntfyalrm.kb

Syntax


  

RequestNotifySend ( VAL whdl: WINDOW ) IS

Parameters

WINDOW - Main window in which system-wide messages are

handled.

Returns

None

Side Effects

None

Description

This function is used to request a session with the Notifications can be sent.

Dialog Forms Called

None


RequestWorkWithAlarms

File Name

ntfyalrm.kb

Syntax


  

RequestWorkWithAlarms ( VAL whdl: WINDOW )

Parameters

WINDOW - Main window in which system-wide messages are

handled.

Returns

None

Side Effects

None

Description

This function is used to request a session with the Alarm Reader process.

Dialog Forms Called

None


WorkWithAlarms

File Name

ntfyalrm.kb

Syntax


  

WorkWithAlarms ( VAL whdl : WINDOW, AL Alarm_ID: INTEGER, VAL UserName: STRING ): WINDOW IS

Parameters

whdl: Handle of the parent Window.

Alarm_ID: ID of the alarm to be selected on startup.

Pass 0 for none.

UserName: User ID for which to show alarms

Returns

WINDOW - Window handler for the Alarm reader

Side Effects

None

Description

This function is used to read, remove, set and forward Expert Advisor Alarms. The user has the ability to read all available alarms sent to them as well as forward these alarms to other users or groups. Alarms can be removed after reading and new Alarms can be sent.

Dialog Forms Called

ntfyalrm.dfc[workwithalarms]