Density button to use a new volume calculation (black boxes) that takes the Total Gross Weight multiplied by the density of the syrup in CSI

13 views Asked by At

I need to add the Density button to use a new volume calculation (black boxes) that takes the Total Gross Weight multiplied by the density of the syrup in CSI.

Tried to get the code done but I'm not sure where to go from here.

Dim IDOResponseData As LoadCollectionResponseData
                IDOResponseData = Me.IDOClient.LoadCollection("ICSLPMFItemBase", "Wipitem", strFilter, "", 1)
                If IDOResponseData.Items.Count > 0 Then
                    strCustPart = IDOResponseData.Item(0, "WipItem").Value
                        ThisForm.Variables("ue_vCustPart").Value = strCustPart 
0

There are 0 answers