Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

When you paste detail into Transfers (10.040.00) that includes a lot number, the lot number will be blank on the first detail line


Resolution

Use one of the following resolutions as a workaround for this problem.

Resolution 1: Manually enter the line items.

Resolution 2: Close the screen and reopen after you paste and save the data and then input the lot number again.

Resolution 3: Use transaction import to bring in the detail lines.

Resolution 4: Add the following VBA code as a customization:

Private Sub Spread1_LineGotFocus(maintflg As Integer, retval As Integer)
Dim thebatnbr As String
thebatnbr = GetObjectValue("cBatNbrh")
If Trim$(thebatnbr) = "" Then
    Call Edit_Save
  
End If
End Sub


↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2950081
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 72