J
jtz
I am working on a web application with owc11 spreadsheet in it. I need to
control all type of operations on spreadsheet so I use CommandBeforeExecute
event to monitor and cancel any unauthorited operation.all thing seem good
untill I come across fomatting range and merging cells (which commandID is
10066) ,the CommandBeforeExecute event can monitor their's trace but can not
stop them,which means even if you set cancel.value=true the formatting and
merging will be executed.
why this happen,is this a bug of OWC11 and anyone can resolve this problem?
a lot of thanks for your help.
control all type of operations on spreadsheet so I use CommandBeforeExecute
event to monitor and cancel any unauthorited operation.all thing seem good
untill I come across fomatting range and merging cells (which commandID is
10066) ,the CommandBeforeExecute event can monitor their's trace but can not
stop them,which means even if you set cancel.value=true the formatting and
merging will be executed.
why this happen,is this a bug of OWC11 and anyone can resolve this problem?
a lot of thanks for your help.