Missing Checks Report Integer Overflow

kmenningen's Avatar

kmenningen

26 Oct, 2025 12:28 PM

For whatever reason, beyond my control, the bank issued check numbers for our condo association starting at 3,000,000,001. Since this is larger than an unsigned integer, it causes integer overflow on the missing checks report. See attached. Please change Moneydance to either 1) use an unsigned integer or 2) use a long integer (preferred, since everything is heading towards 64-bit) when computing missing checks.

  1. 1 Posted by Stuart Beesley ... on 29 Oct, 2025 09:42 AM

    Stuart Beesley (Mr Toolbox)'s Avatar

    .

  2. 2 Posted by Stuart Beesley ... on 29 Oct, 2025 01:02 PM

    Stuart Beesley (Mr Toolbox)'s Avatar

    I can see the issue...

  3. 3 Posted by Stuart Beesley ... on 29 Oct, 2025 01:34 PM

    Stuart Beesley (Mr Toolbox)'s Avatar

    OK, I have submitted a code fix proposal to IK for their review. Really the same fix to use a Long value (instead of an Int value) should be applied throughout MD... Luckily the underlying raw value is stored as a string so no data is lost. It's just the representation of the value.

    ... over to IK for review/comment....

    (not support, just a fellow user)

  4. System closed this discussion on 28 Jan, 2026 01:40 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac