Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default is there any way to avoid displaying alert pop-up in DSOFramer?

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.DisplayA lerts = False" is also not
working. (cannot find displayalerts property)
can anybody help me to solve this problem?
Thanks
Engin H.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 129
Default is there any way to avoid displaying alert pop-up in DSOFramer?

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).

--
HTH
okaizawa

Engin H. wrote:
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.DisplayA lerts = False" is also not
working. (cannot find displayalerts property)
can anybody help me to solve this problem?
Thanks
Engin H.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to avoid opening alert message when click on hyperlinks? ezil Excel Discussion (Misc queries) 2 June 9th 07 07:37 PM
How to avoid this Alert screen jesmin Excel Discussion (Misc queries) 7 February 22nd 06 12:44 PM
alert Paula[_4_] Excel Programming 2 July 5th 05 09:57 PM
alert Chad Excel Programming 0 April 22nd 05 04:17 PM
Excel custom toolbar / DSOFramer Zachary Turner Excel Programming 0 July 2nd 04 04:59 PM


All times are GMT +1. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"