Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

VersionBitBuildRelease DateChangeDownloadJIRA (In-house documentation)
9.7.564
11/14/2019Fix Missing values are returned as 0 instead of Origin NANUM value from double type matrix
ORG-20941
9.7.564
11/14/2019Fix MatrixObjectPtr->DataFormat fails to set set data format for matrix
ORG-20941
9.7.564
11/14/2019Fix WorksheetPtr->Labels() fails to set visible labels in worksheet
ORG-20941
9.7.564
11/14/2019Access violation fixed when reopening project
ORG-20885
9.7.564
11/14/2019Ability to assign WorksheetPage and MatrixPage to Folder

ORG-21025

9.7.564
11/14/2019Added support for WorksheetPage and MatrixPage Comments


ORG-21025

9.7.564
11/14/2019Added support for MatrixSheet XY mapping


ORG-21025

9.7.564
11/14/2019Improved MatrixObject Property access: Units, Comments
ORG-21025
9.332, 641166/29/2015

Fixed the issue of When set unsigned integer32 data (Dim dy(iw) As UInteger), the saved opj file shows all Zero.

Sample code is as:

orgWkSt.Columns(iIndex).DataFormat = Origin.COLDATAFORMAT.DF_ULONG 'DF_FLOAT
orgWkSt.Columns(iIndex).SetData(dy)
When try to set unsigned integer32 data (Dim dy(iw) As UInteger), the saved opj file shows all Zero. For other data type, it works OK.

 

Have the same issue in Matrix. Sample code is as:
Dim s2(0 To iRow - 1, 0 To iCol - 1) As UInteger
... ... ...
orgMtObjS2 = orgMtS.MatrixObjects.Add
orgMtObjS2.DataFormat = Origin.COLDATAFORMAT.DF_ULONG 'DF_DOUBLE
nn = orgMtObjS2.SetData(s2, 0, 0)

 

http://www.originlab.com/Orglab/dl.aspx
ORG-13234 - Getting issue details... STATUS
9.332, 64201/23/2015
  • Combined all DLLs into a single DLL
  • Four new methods for getting and setting LabTalk object properties
  1. double GetLTObjNumVar(string name)
  2. string GetLTObjStrVar(string name)
  3. BOOL SetLTObjNumVar(string name, double value)
  4. BOOL SetLTObjStrVar(string name, string value)
http://www.originlab.com/Orglab/dl.aspx
ORG-11213 - Getting issue details... STATUS

9.1


32,6450

02/21/2014

  • Added ability to force Text & Numeric datasets to show numeric values as  text elements. When a column is Text & Numeric, numeric strings would show with scientific notation. This behavior can now be turned off per column.
  • Added new Visual Basic sample to demonstrate new Text & Numeric dataset feature.


http://www.originlab.com/Orglab/dl.aspx

ORG-10666 - Getting issue details... STATUS


9.1


32,644902/12/2014
  • Fixed an Exception that was occurring when calling the New Project method.


ORG-10330 - Getting issue details... STATUS
9.1
48

10/03/2013

  • Fixed an Exception that was occurring when accessing items in a collection

ORG-9616 - Getting issue details... STATUS

9.1644710/15/2013
  • Fixed issue about creating new work book (64 bit)

ORG-9564 - Getting issue details... STATUS
86446 02/04/2013
  • Updated to support 64 bit

  ORG-6072 - Getting issue details... STATUS

 9.X problems and fixes (In-House Documentation) :  ORG-3085 - Getting issue details... STATUS

Learn More about Orglab here: http://www.originlab.com/index.aspx?go=Products/Orglab


  • No labels