i am looking for a way to build a status for my tcpip connection
i have ffound and modified a snipping of script on the forms here but for the life of me cant figure out how to build it in to something usable. the code ive got is below
Looking at the TCP/IP DAT I don’t see a member that would indicate if the operator has established a connection. I’m sure that’s there somewhere, but it doesn’t look exposed at the moment.
A client will flag a warming if it can’t connect to a host, but I’m not seeing a good way to dig in. You could try an error DAT instead and limit the scope of the error DAT to only your TCP/IP Dat. From there you could use callbacks to print when you’ve lost a connection or if you haven’t connected to your host.