I have inherited a VB app that is used to retrieve label information from a SQL server then print the data to a barcode label printer over COM1 using the MSComm control. Depending on the product, either 2 or 4 labels get printed. The app was recently upgraded from VB5 to VB6 and now the first label intermittently prints twice. I've ran over the code seaching for any indication that it's a problem with the code and even implemented a log file to track the progress of the code as it executes and all indications are that the code is working flawlessly. As a test I've removed the new system and placed the old computer with the old app in service and so far everything is working fine. Here's some information on the two systems,
OLD SYSTEM:
Winnt 4.0 sp6a
mscomm32.ocx version 5.00.3714
NEW SYSTEM:
Win2K sp3
mscomm32.ocx version 6.00.8169
Aside from the newer, faster computer and the new mscomm32.ocx control, not much else has changed. I was going to try to copy the older version of the ocx to the new computer and try it again. Anyway have any other suggestions???
Thanks in advance.
Matt
OLD SYSTEM:
Winnt 4.0 sp6a
mscomm32.ocx version 5.00.3714
NEW SYSTEM:
Win2K sp3
mscomm32.ocx version 6.00.8169
Aside from the newer, faster computer and the new mscomm32.ocx control, not much else has changed. I was going to try to copy the older version of the ocx to the new computer and try it again. Anyway have any other suggestions???
Thanks in advance.
Matt