APS system that creates production schedules
at high speed for multiple items and multiple processes
Q:Added "OrderUser_TEST" property in the Asptova order. Made it as the array type, and how to check the number of the data speciied by COM
A:
We use the method called [PropertyValueCount]
in the rootobject to check the numbers.
For example use VB to set it as follows
Dim propID As Long
Dim numData As Long
propID = root.LookupPropID("OrderUser_TEST")
numData = root.PropertyValueCount(order, propID)
※root is ASORootObject、and the order is ASBOrder. Get it from argList first.
※LookupPropID is the method to get the ID of the property. See here about the LookupPropID.

Lean Manufacturing Japan - Broadcasting the latest lean manufacturing know-how from Japan!
All rights reserved by Asprova Corporation .