tdlplanner
tdlplanner

Reputation: 9

Is there any TDL code to check internet active status in tally prime?

I want to find the internet active status inside tally using TDL code. Can anyone help me out to find the active status of internet of the system.

I found a function called $$IsInternetActive from the tally developer editor but that returns logical "Yes" in both the instances (When internet is connected it returns "Yes" and when internet is not available also it returns "Yes").

Upvotes: 0

Views: 88

Answers (1)

Aakash Jain
Aakash Jain

Reputation: 47

$$IsInternetActive 

This function returns Yes when the internet is available, and otherwise it will return No.

Upvotes: 0

Related Questions