Function DbResumeNotifications() Foundation

Reactivates notifications being sent from a work area to registered objects.

Syntax
DbResumeNotifications( [<lChildAreas>] ) --> lActivated
Parameters
<lChildAreas>
<lChildAreas> is an optional logical value that determines whether notifications should be reactivated for child work areas also. It defaults to .F. (false). By default, a call to DbResumeNotifications() is only executed in the current work area.
Return

The return value is .T. (true) if notifications are sent from a work area to all registered clients (objects).

Description

The function DbResumeNotifications() reactivates notifications from a work area to registered clients after a call to DbSuspendNotifications(). If DbSuspendNotifications() is called multiple times in the same work area, the same number of calls to DbResumeNotifications() must be issued in order to reactivate the notification mechanism.

Objects are registered in a work area as receivers of notifications with the function DbRegisterClient().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.