PDA

View Full Version : How to "Connect to the exception(int,QString,QString,QString) signal "?



haopeng
27th December 2013, 09:25
Hi,guys!
Here is the error occurred in my program:
QAxBase: Error calling IDispatch member WorkSheets: Exception thrown by server
Code : 11
Source :
Description:
Help :
Connect to the exception(int,QString,QString,QString) signal to catch this exception


how to fix this?thank you .

wysota
27th December 2013, 09:50
Connect to the mentioned signal.

haopeng
27th December 2013, 10:07
thank you , But i mean who is the "sender" when i write the code like this: connect(sender,SIGNAL(exception(....)... ...));

wysota
27th December 2013, 19:04
Your QAxBase instance, most probably.