Project

General

Profile

Actions

Bug #2857

closed

Extra message box displayed "About to update 1 row" on startup

Added by Michael Lee almost 17 years ago. Updated almost 17 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
EntryDB
Target version:
Start date:
06/02/2007
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2857

Description

This happens when confirmations are not yet up. To fix:

Public Function configureCancelBackupOnCloseFields(blnBackup As Boolean)
On Error Resume Next
'updates the option to not backup (or to allow backups) when database is closed
'useful to turn this off if compacting db or if backing up now
Dim rstTemp As New ADODB.Recordset
rstTemp.Open "SEKLECT * FROM backupOptions;", CurrentProject.Connection, adOpenForwardOnly, adLockOptimistic, adCmdText
If Not rstTemp.EOF Then
rstTemp!doNotBackupOnCloseOnce = Not blnBackup
rstTemp.Update
End If
rstTemp.Close
End Function

Actions #1

Updated by Michael Lee almost 17 years ago

also can be resolved by moving backupOnClose function below confirmation settings change. Needs test.

Actions #2

Updated by Michael Lee almost 17 years ago

fixed v210p7

Access 2000 issues also largely resolved (at least ones that I know about there): listBox source being too large on errorReportingPopup (substitude for a text box)

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 2857

Actions

Also available in: Atom PDF