06-27-2006 09:44 AM
06-27-2006
10:27 AM
- last edited on
05-16-2025
03:43 PM
by
Content Cleaner
Hello,
within the Script DAC driver, many DIAdem commands are not supported. This is because the script is executed in a different environment than vbs that run within DIAdem SCRIPT.
Data Exchange and communication is used to be done with the UDI Interface - which does not support DDE operations.
Since VBS does not support DDE neither, there is no easy solution for that communication.
Maybe it is most convenient to write a driver for your DDE communication. DIAdem offers the GPI-DLL interfaces for duch purposes.
Another solution that might work is to write an ActiveX Server application that does the DDE communication and to call the server from the Script DAC driver.
Hope that gives you some ideas how to proceed.
06-27-2006 10:59 AM