Hi:
I have a VB code issue and I am hoping someone could point me in the right direction. The issue is, on receipting a lot item and on acquiring the lot number, I enter a manufacturer serial number. However, I will like the manufacturer serial number to be displayed on the receipt screen as well. At present only the lot serial number from the subscreen is being display.
I have attempted to create a text box on the receipt screen and add the following code, where xPerN is the name of the text box and LS_cMfgrLotSerNbr is the name for the manufacture serial field.
xPerN.text = LS_cMfgrLotSerNbr.Text
But it is not working. I know that I am missing something and any help will be appreciated.
Lisa