CommErrorReminder
This property queries the connection’s operator information area to determine if a communications error reminder condition exists. The CommErrorReminder property is set to 1 if a communications error reminder condition exists; otherwise, it is set to 0. CommErrorReminder is an Integer data type and is read-only. The following example shows this property.
' Create a new lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
' See if we have a communications error reminder
' condition on connection A
if myOIAObj.CommErrorReminder then
call abc