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)

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Already uploaded files

  • Missing_Checks_Report.png 47.3 KB

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

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