How to determine whether internet connection is available from X++?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no AX function for this, so you must use other means to do that.
As AX plays nice with .Net the answers to this question may apply.
I can see no reason to check for connectivity, instead do the connect you want to do, then fail if you can’t.