View Issue Details

IDProjectCategoryView StatusLast Update
0005740CaseTalk ModelerGeneralpublic2026-07-09 21:06
ReporterMarco Wobben Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version15.0 
Summary0005740: Recovery dialog: 'Commit record fixes?' always rolled back (mrOK vs mrYes)
Description

TRecoveryDlg's confirmation used DialogsEx.MessageDlg(..., [mbYes, mbNo], 0) = mrOK to decide whether to Commit the record fixes. A Yes/No message box returns mrYes (never mrOK), so the test never matched and the fixes were always rolled back. Fixed by comparing against mrYes. File: develop/busserv/Repository/Source/RecoveryDlgUnit.pas (~line 446).

TagsNo tags attached.
CaseTalk EditionCorporate

Activities

Marco Wobben

Marco Wobben

2026-07-09 21:06

administrator   ~0008491

Fixed: compare against mrYes instead of mrOK in TRecoveryDlg commit confirmation (RecoveryDlgUnit.pas ~line 446). A Yes/No message box returns mrYes, so the record fixes are now committed on Yes instead of always rolling back.

Issue History

Date Modified Username Field Change
2026-07-09 21:05 Marco Wobben New Issue
2026-07-09 21:06 Marco Wobben Note Added: 0008491
2026-07-09 21:06 Marco Wobben Status new => resolved
2026-07-09 21:06 Marco Wobben Resolution open => fixed