3.44.5

Navigation:  3.44 >

3.44.5

Previous pageReturn to chapter overviewNext page

Change: All text selection in grid cells (read mode in project grid, edit mode in child grids)

We changed focus when a control is activated to all text instead of focus at the end of text recently. This change was now done also for text inside grids when a cell in grid is activated.

Change/Bug fix: Changed default date for date controls having no default date in Template from Now() to Today() to not store and display in reports the time part

In case a date control had no default date defined in Template, in PM+ date control current date and time was assigned. It was displayed as current date (without time) in Calendar when a control was activated and also in grids, but when a report was generated, these dates were visible also with time part. To prevent this, now only date part is assigned for date controls without default date in Template.

Enhancement: Date 1/1/1900 in controls not displayed (no need to use font color)

In PM+ it isn’t possible to not store a value (or a null value), always a date value assigned by user or a default value is stored. With no default date in Template, the date control in PM+ is blank, but after saving, default value is stored and displayed. It was proposed and implemented to consider 1/1/1900 as ‘no date’ so when this date is used as default date in Template, no date will be visible in PM+ date controls, grids and reports, though this 1/1/1900 will be still stored in database.

Bug fix: Fix of Excel date problem for dates before 1.mar.1900 for default dates of date(Calendar) controls

In Excel date functions don’t work properly for dates since 1/1/1900 until 3/1/1900 so when there was a default date value in Template 1/1/1900, in Calendar it was displayed as 12/31/1899 or e.g. 2/25/1900 as 2/24/1900. These -1 day Excel error is fixed in PM+ for default dates of date(Calendar) controls.

Change: Management database – default value of ‘Usage under QDV’ property

In Template, “tables” sheet, column N “Usage under QDV” in case of no value, it was properly no access. Other valid values are R/RW/W. In case of different value (“”,”x”,…), the column had Read only (R) access. Now any value except R/RW/W means no access.