I'm trying to collect data from a DDE link and would like the Sub to run when a bit from the link changes from 0 to 1.
I tried to use to use the OnChange event, but it is only recognized if it is typed in, not when remotely changed. I,m currnetly collecting the data by using the OnTimer. The problem with this is having multiple forms with the timers running every 10 seconds to catch the data really bogs everything down.
Any help will be greatly appriciated.
I tried to use to use the OnChange event, but it is only recognized if it is typed in, not when remotely changed. I,m currnetly collecting the data by using the OnTimer. The problem with this is having multiple forms with the timers running every 10 seconds to catch the data really bogs everything down.
Any help will be greatly appriciated.