Function DbResumeNotifications() Foundation
Reactivates notifications being sent from a work area to registered objects.
DbResumeNotifications( [<lChildAreas>] ) --> lActivated
The return value is .T. (true) if notifications are sent from a work area to all registered clients (objects).
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.
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.