WinBatch® Technical Support Forum

Archived Boards => WinBatch Dynamic Dialogs => Topic started by: RorySRut on September 03, 2013, 12:10:16 PM

Title: Lync 2013 and Winbatch dialogs
Post by: RorySRut on September 03, 2013, 12:10:16 PM
With WinBatch 2012c or 2013a, after we install Lync 2013 on the desktop, not a server, and then ran a program that displays a dialog, we get the message '1752: COM: Object does not support events' on the line 'DialogObject(DialogHandle,8,1,"ItemClick",ListView_ItemClick)'  And the dialog does not display.  Any help on what COM object is trying to be used would be great.   Before installing Lync 2013 the program runs fine.  I can reproduce the issue on other machines.  We are running Win7 SP1 x64.
Title: Re: Lync 2013 and Winbatch dialogs
Post by: Deana on September 03, 2013, 12:42:04 PM
Please add DebugTrace(@on,"trace.txt") to the beginning of the script and inside any UDF, run it until the error or completion, then post the resulting trace file and source .wbt file.
Title: Re: Lync 2013 and Winbatch dialogs
Post by: RorySRut on September 03, 2013, 03:21:10 PM
Fixed. Re-Register mscomctl.ocx.  Version changed from 6.1.98.33 to 6.1.98.34.  And even though the COM information is in the Lync MSI, I had to register the OCX for things to start working.