> events work as they should - everything but the dynamic events. Any > help would be greatly appreciated.
As the other post pointed out, remote panels are an effective client-server solution when using LV objects. Since they are native to LV, they can be split into UI and execution portions and remoted. The activeX controls cannot do this, at least not using the remote panel protocol. If you build a slightly more complicated client piece, and that directly uses explicit VI Server or TCP, you can have the client ActiveX control's value changes transmitted to the server machine, but it can't happen automatically, at least not at this point. Greg McKaskle
