D
Damon Heron
I created a runtime version of my db. In the logon form, as per MS
kb229802, I added the following code:
Private Sub Form_Load()
Application.SetOption "Confirm Action Queries", 0
Application.SetOption "Confirm Record Changes", 0
Application.SetOption "Confirm Document deletions", 0
It works fine on my pc. When I installed it on a customer's pc, it began
displaying the familiar " You are about to append ....records..."
This was a accdr runtime version, so there was no way to get into the
settings to change the Confirm options. When I checked the mde that was the
source of the accdr, all the confirm buttons were turned off, and my code
was as above.
Any ideas why this is happening?
Damon
kb229802, I added the following code:
Private Sub Form_Load()
Application.SetOption "Confirm Action Queries", 0
Application.SetOption "Confirm Record Changes", 0
Application.SetOption "Confirm Document deletions", 0
It works fine on my pc. When I installed it on a customer's pc, it began
displaying the familiar " You are about to append ....records..."
This was a accdr runtime version, so there was no way to get into the
settings to change the Confirm options. When I checked the mde that was the
source of the accdr, all the confirm buttons were turned off, and my code
was as above.
Any ideas why this is happening?
Damon