Click or drag to resize

DbServer.Notify Method

X#
An event handler that responds to events that have occurred in methods of this server, or in other servers that are linked to this server in some way. The standard implementation notifies all the server's clients of the event.
Important! This method is automatically called by the various action methods of the data server, and should normally not be called by application code.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.24 GA
Syntax
 VIRTUAL METHOD Notify(
	kNotification,
	uDescription
) AS USUAL CLIPPER
Request Example View Source

Parameters

kNotification (Optional)
Type: Usual
uDescription (Optional)
Type: Usual

Return Value

Type: Usual
SELF, except if NOTIFYINTENTTOMOVE is specified for kNotifyName. In this case, the return value is TRUE if successful; otherwise, FALSE.
See Also