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 32 Next »

VersionBitBuildRelease DateChangeDownloadJIRA (In-house documentation)
9.332, 64116coming soon

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)

 

  
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