AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool). This notification is sent by the HFSQL server when a problem occurs.
Example
ctCSConnection is Connection
ctCSConnection.Provider = hAccessHFClientServer
ctCSConnection.User = "admin"
ctCSConnection.Password = ""
ctCSConnection.Server = "test:4900"
ctCSConnection.OpenConnection()
 
ctCSConnection.NotifConfigure(hNotifCCCS, "DOC:4988", "CC_DOC", "DOC", "")
ctCSConnection.NotifAddCCRecipient("Vince", hNotifWarning)
 
ctCSConnection.NotifDeleteCCRecipient("Vince")
Syntax
<Result> = <Connection>.NotifDeleteCCRecipient(<Recipient>)
<Result>: Boolean
  • True if the deletion was performed.
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to use.
<Recipient>: Character string
Name of the recipient to delete. This name must correspond to a user defined in the database of Control Centers.
Component: wd290hf.dll
Versión mínima requerida
  • Versión 25
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/09/2023

Señalar un error o enviar una sugerencia | Ayuda local