I am writing a Labview app and trying to use DDE to transfer data between it and another app. I can retrieve info from the server app to my app, but cannot send from my client to the server app. I have a conversation link, but the app returns the error "invalid ADVSTART" error. If I drill down into the DDE Advise Start vi, it shows the error is generated by a sub VI called DDE Master Control after which point I'm a little lost. Can anyone give me an idea of why this might be happening. The DDE service, topic and item numbers are the same another app (written in VB-no source) uses to communicate which has no problems.