Navigation:  Classes > bBrowser >

bBrowser:SuspendNotification()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Suspend the broadcasting of Notify messages from the linked server.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SuspendNotification() Æ iSuspend

Return Value

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

Description

bBrowser:SuspendNotification() suspend the evaluation of the Notify message that keeps the bBrowser from the linked server. This has the consequence that the bBrowser for example no more react to record movements or change of field values.

 

Suspending the Notify messages is meaningful whenever for a certain period the bBrowser is to become "frozen".

 

The evaluation of the Notify messages can be resume by the method bBrowser:ResetNotification(). After the Notify messages were resumed, the bBrowser should be updated by the method bBrowser:Refresh(). This is necessary however only if the linked server changed.

 

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

See Also

bBrowser:ResetNotification()

 


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