CommErrorReminder

Cette propriété interroge la zone d'informations de l'opérateur pour déterminer si une condition de rappel d'erreur de communication existe. CommErrorReminder est un type de données Boolean et est en lecture seule. L'exemple suivant montre cette propriété.

DIM autECLOIA as Object DIM autECLConnList as Object Set autECLOIA = CreateObject("ZIEWin.autECLOIA") Set autECLConnList = CreateObject("ZIEWin.autECLConnList") ' Initialize the connection autECLConnList.Refresh autECLOIA.SetConnectionByHandle(autECLConnList(1).Handle) ' Check if comm error If autECLOIA.CommErrorReminder Then...