You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2017/03/07 03:05:32 UTC

[Issue 109652] CDateFromIso not working for all ISO dates

https://bz.apache.org/ooo/show_bug.cgi?id=109652

D Denny <mi...@daviddenny.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |misitu@daviddenny.co.uk

--- Comment #9 from D Denny <mi...@daviddenny.co.uk> ---
insertText(chr(9) + "Scheduled" + chr(9) + columnScheduled + chr(9) + "Ultimate
budget payment due" + chr(9) + chr(9) + CDateFromISO(columnFinalBudget))
fails with
ACTION NOT SUPPORTED INVALID PROCEDURE CALL

This fails for dates in October 2021.
It works for dates before that.
Removing the CDateFromISO() wrapper completes job.

This is a macro which extracts from a View and prints to an .odt writer file.

So, there is a serious untested corner condition or whatever in CDateFromISO.

Yes, I am a bit ahead of the calendar, but not much, considering that the
application is for a loan repayment schedule.

There are plenty other CDateFromISO conversions in the same macro. They all
work, but then are not in the offending month.

I haven't checked whether the error continues AFTER October 2021!

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.