ConnAvailable

This function will return a Boolean (True / False) response that indicates whether or not the specified data connection is currently working.

Group: Application-Based Extension


Syntax: bValue = App.ConnAvailable(vSource)

bValue     (Boolean) equals True if the server is currently connected to the specified source; equals False if it is not available

vSource   (Variant) is the string representation or the numeric representation of the data connection

Example:

Dim bCheck As Boolean

bCheck = App.ConnAvailable(1)

bCheck = App.ConnAvailable("RFSample")

Version Supported:      RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.