Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
VersionBitBuildRelease DateChangeDownloadJIRA (In-house documentation)
9.332, 64116coming soon6/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
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-13234
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
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-11213

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

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-10666

 

9.1

 

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

 

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-10330
9.1 48

10/03/2013

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

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-9616

9.1644710/15/2013
  • Fixed issue about creating new work book (64 bit)
 
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-9564
86446 02/04/2013
  • Updated to support 64 bit
  
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-6072

...