View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005740 | CaseTalk Modeler | General | public | 2026-07-09 21:05 | 2026-07-09 21:06 |
| Reporter | Marco Wobben | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 15.0 | ||||
| Summary | 0005740: 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). | ||||
| Tags | No tags attached. | ||||
| CaseTalk Edition | Corporate | ||||
|
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. |
|
| 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 |