is there any way to avoid displaying alert pop-up in DSOFramer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everybody
i am developing an application in .NET and i am using DSOFramer.ock component.
i protect my worksheet that i open with DSOframer in a web page.
but when user double-click on sheet, a pop-up message about protection
appears.
and i want to block such pop-up alerts.
"excel.DisplayAlerts = False" is not working.
"FramerControl.ActiveDocument.Application.DisplayAlerts = False" is also not
working. (cannot find displayalerts property)
can anybody help me to solve this problem?
Thanks
Engin H.
 
Hi,
How about "Application.EditDirectlyInCell = False"
or do Excel's menu Tools > Options > Edit > Edit directly in cell.

Double-clicking a formula that has references to other cells makes a jump.
to avoid it, hide that formula (Format > Cell > Protection > Hidden).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top