PdcMaterialFile.ConvertQuantByUnit

From External Bemet Wiki
Revision as of 14:25, 26 June 2020 by TC (talk | contribs) (Created page with "== Declaration == ConvertQuantByUnit() == Description == Converts a quantity from a unit to a unit by the LM_STAM and LM_GEW. == Notes == The function returns 0 if the LM_ST...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

ConvertQuantByUnit()

Description

Converts a quantity from a unit to a unit by the LM_STAM and LM_GEW.

Notes

The function returns 0 if the LM_STAFM or LM_GEW isn't correctly filled.
The strUnitWeight is the unit which corresponds to the weightfactor, most likely the unit of the material in question.

Code example VB.NET

PDC.App.MasterData.MaterialFile.ConvertQuantByUnit(dblQuantity, strUnitFrom, strUnitTo, strUnitWeightFactor, strStandardSize, dblWeightFactor)

Availability

Available since Juli 2020 (from version 5.6)