473,406 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Object Save/Delete Confirmations: Lost....?

Suddenly my current app has stopped issuing delete and save confirmations.

Tried it in another app and it still does...so I guess it's some app-specific
option setting....but I can't find anything.

Changed Name Autocorrect just yesterday - so that menu is a prime suspect...

Anybody?
--
PeteCresswell
Nov 13 '05 #1
2 1218
In news:bp********************************@4ax.com,
(Pete Cresswell) typed:
Suddenly my current app has stopped issuing delete and
save
confirmations.

Tried it in another app and it still does...so I guess
it's some
app-specific option setting....but I can't find anything.

Changed Name Autocorrect just yesterday - so that menu is
a prime
suspect...

Anybody?

Tools|Options Edit/Find Tab look for the confirm group on
the right...

Or you've got an unbalanced DoCmd.SetWarnings False
somewhere in your code. That turns those warnings off.
DoCmd.Setwarnings True turns them on.
--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----
Nov 13 '05 #2
Per Nick Coe (UK):
Or you've got an unbalanced DoCmd.SetWarnings False
somewhere in your code. That turns those warnings off.
DoCmd.Setwarnings True turns them on.


Rebooted Windows, went back in, and the problem had gone away.
Then, after jumping to cause, I read your post. Checked my code, found not one
but *two* situations where I'd neglected to set warnings back on.

Usually when I type .SetWarnings False, I automatically go down a line and type
..SetWarnings True.....Just like balancing out With...End With and
If...Else...End If.... I guess I'm slipping...
--
PeteCresswell
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dave | last post by:
I have multiple forms that will create an object. Basically a energy efficiency measure object. The measure object will have a couple of required properties set but after that it can have 10-20...
0
ADezii
by: ADezii | last post by:
When you create an ADO Recordset, you should have some idea as to what functionality the Recordset does/does not provide. Some critical questions may, and should, be: Can I add New Records to the...
2
by: Presto | last post by:
I have form with a Close button. When the button is closed, I want it to first delete all records in tblCustomerID then close the form. I would like the delete query to just run and not prompt me...
1
by: ahmed mahmoud | last post by:
I want to save a composite Object to mysql database. I mean if i have Object A which has attributes of primitive data types and array of Object B. So how can i save the array of B
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.