dbTalk Databases Forums  

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

comp.databases.ms-access comp.databases.ms-access


Discuss Object Save/Delete Confirmations: Lost....? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
(Pete Cresswell)
 
Posts: n/a

Default Object Save/Delete Confirmations: Lost....? - 01-04-2005 , 06:59 AM






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

Reply With Quote
  #2  
Old   
Nick Coe \(UK\)
 
Posts: n/a

Default Re: Object Save/Delete Confirmations: Lost....? - 01-04-2005 , 07:37 AM






In news:bp4lt0tu0ejip9kssq4slpuqnrkagcqh5s (AT) 4ax (DOT) com,
(Pete Cresswell) typed:
Quote:
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
----




Reply With Quote
  #3  
Old   
(Pete Cresswell)
 
Posts: n/a

Default Re: Object Save/Delete Confirmations: Lost....? - 01-05-2005 , 07:32 AM



Per Nick Coe (UK):
Quote:
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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.