Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 25th, 2005, 10:38 AM
Authorized User
 
Join Date: Jan 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default suppress message

hi...

need some expert help. i am open an excel file with a simple link as "<a ="file:///c:/inetpub/wwwroot/test.xls">"

no problem with this.
it opens in the same window (same explorer window) as my asp form is. This is what i want so this is not the problem!
What happens is that when i open the excel workbook i have some data being retrieved from the database and later when the user inputs some values inside it and clicks button "SAVE" inside it i will save it in the database directly thru vba code.

when i simply click the link and open the workbook and i click back button it gives an informative message as:
"the document has been modified.Do u want to save the changesHg
yes: save your changes
no: discard your changes
cancel: keep this document open.

i simple want to supress this error message?? how can i do that?
i am using asp as the web langeuage

thanks a lot
 
Old January 26th, 2005, 05:58 AM
Authorized User
 
Join Date: Dec 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am not sure if this is what you want, but maybe it opens a door...

it's vba:

Code:
Application.DisplayAlerts = False





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to suppress Excel error message idoni Beginning VB 6 2 February 19th, 2008 02:15 PM
Suppress zeros from displaying smatyk SQL Server 2000 8 October 27th, 2006 08:12 AM
How can I suppress "paste errors" message? Mushmouse Access VBA 1 July 17th, 2006 05:50 PM
suppress columns during runtime Akash1 Crystal Reports 0 August 22nd, 2005 07:56 AM
How to suppress address and toolbar baburman Javascript How-To 4 August 18th, 2005 09:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.