Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASummaryDetails
ORG-10575Query Builder dialog failed to open.ActiveQueryBuilderXControls.ocx file is not included in 9.1 builds. Added back now in 9.1 SR3 installation. Bug since 9.1.

Programming

 

JIRASummaryDetails
ORG-11085

Time which set to display as hh pm shows wrong

 

New bug since 9.1 sr0. Run the following Script
dd = 1.285104;
str$ = $(dd, T4); //T4: hh pm
str$ =;

==> returns 001:06 AM instead of 06 AM

The problem also exists in Format Cells dialog.

...