Navigation:  Classes > bBrowser >

bBrowser:ResetNotification()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Resume the broadcasting of Notify messages from the linked server.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ResetNotification() Æ iSuspend

Return Value

iSuspendA numeric value that indicates, how often the method bBrowser:SuspendNotification() was called.
Data Type:Integer

Description

bBrowser:ResetNotification() is uses in combination with the method bBrowser:SuspendNotification() resumes the evaluation of Notify messages in the bBrowser.

 

After the Notify messages were resumed, the bBrowser should be updated by calling the method bBrowser:Refresh() should be updated. This is only necessary if the linked server changed.

 

Important note!
bBrowser:ResetNotification() stacks its calls. For this reason a call must have come before from bBrowser:SuspendNotification() for each call of bBrowser:ResetNotification().

See Also

bBrowser:SuspendNotification()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_resetnotification.htm