DynamicUpdateCommand does not work in the OCX under vista/windows server 2008
Hi,
I'm using the QlikView OCX in visual studio C# projects. I found that when using ActiveDocument.DynamicUpdateCommand in a macro, in the OCX the macro failed to execute under vista and windows server 2008. Using the same method by calling the OCX interface doesn't raise any exception, but it doesn't do anything.
The two work fine under XP. Does anyone know a workaround ?