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.

Patch to sr3 will not fix it. User can reinstall Origin with 9.1 sr3 setup files or follow instruction on Origin 9.1 Known Issues to fix it.

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.

...