Author | Topic: Barcode 128 Format | |
---|---|---|
Scott Krise | Barcode 128 Format on Thu, 30 Sep 2021 10:35:03 -0400 Hi Everyone, Does anyone have a procedure that will convert data into the barcode 128 format? I've only started looking into it, but it appears to be fairly complex and I need to get this operational pretty quickly. Thanks, Scott | |
James Loughner | Re: Barcode 128 Format on Thu, 30 Sep 2021 12:59:11 -0400 There are barcode 128 fonts Jim On 9/30/21 10:35 AM, Scott Krise wrote: > Hi Everyone, > > Does anyone have a procedure that will convert data into the barcode 128 > format? I've only started looking into it, but it appears to be fairly > complex and I need to get this operational pretty quickly. > > Thanks, > > Scott | |
Scott Krise | Re: Barcode 128 Format on Thu, 30 Sep 2021 14:26:38 -0400 Ya I know, I have the barcode font on my system, but the barcodes won't scan. You need to code the contents of the 128 barcode to have specific start and stop characters based on the contents of the barcode, plus a check digit at the end, etc. It involves converting characters to their numeric counterpart, etc. That’s what im hoping someone has done before. "James Loughner" wrote in message news:8b44aef$2478d006$41a@news.alaska-software.com... There are barcode 128 fonts Jim On 9/30/21 10:35 AM, Scott Krise wrote: > Hi Everyone, > > Does anyone have a procedure that will convert data into the barcode 128 > format? I've only started looking into it, but it appears to be fairly > complex and I need to get this operational pretty quickly. > > Thanks, > > Scott | |
Matej Jurac | Re: Barcode 128 Format on Fri, 01 Oct 2021 08:07:33 +0200 Check this same NG for October 2019 debate on barcodes, included were .prg samples as well. Also list and label supports that And I think Hr. Hubert Brandel has that somewhere too. Scott Krise je 30.9.2021 ob 20:26 napisal: > Ya I know, I have the barcode font on my system, but the barcodes won't > scan. You need to code the contents of the 128 barcode to have specific > start and stop characters based on the contents of the barcode, plus a > check digit at the end, etc. It involves converting characters to their > numeric counterpart, etc. That’s what im hoping someone has done before. > > > "James Loughner" wrote in message > news:8b44aef$2478d006$41a@news.alaska-software.com... > > There are barcode 128 fonts > > Jim > > On 9/30/21 10:35 AM, Scott Krise wrote: >> Hi Everyone, >> >> Does anyone have a procedure that will convert data into the barcode >> 128 format? I've only started looking into it, but it appears to be >> fairly complex and I need to get this operational pretty quickly. >> >> Thanks, >> >> Scott > | |
Scott Krise | Re: Barcode 128 Format on Tue, 05 Oct 2021 13:30:20 -0400 I did a few searches and couldn’t find that particular thread, but I don’t search past history very often. Will give it another try tonight. Thanks. "Matej Jurac" wrote in message news:3984a28d$80794d6$362d@news.alaska-software.com... Check this same NG for October 2019 debate on barcodes, included were .prg samples as well. Also list and label supports that And I think Hr. Hubert Brandel has that somewhere too. Scott Krise je 30.9.2021 ob 20:26 napisal: > Ya I know, I have the barcode font on my system, but the barcodes won't > scan. You need to code the contents of the 128 barcode to have specific > start and stop characters based on the contents of the barcode, plus a > check digit at the end, etc. It involves converting characters to their > numeric counterpart, etc. That’s what im hoping someone has done before. > > > "James Loughner" wrote in message > news:8b44aef$2478d006$41a@news.alaska-software.com... > > There are barcode 128 fonts > > Jim > > On 9/30/21 10:35 AM, Scott Krise wrote: >> Hi Everyone, >> >> Does anyone have a procedure that will convert data into the barcode 128 >> format? I've only started looking into it, but it appears to be fairly >> complex and I need to get this operational pretty quickly. >> >> Thanks, >> >> Scott > | |
James Loughner | Re: Barcode 128 Format on Sun, 03 Oct 2021 11:01:35 -0400 More then you ever wanted to know https://www.barcodefaq.com/1d/code-128/#Specifications On 9/30/21 2:26 PM, Scott Krise wrote: > Ya I know, I have the barcode font on my system, but the barcodes won't > scan. You need to code the contents of the 128 barcode to have specific > start and stop characters based on the contents of the barcode, plus a > check digit at the end, etc. It involves converting characters to their > numeric counterpart, etc. That’s what im hoping someone has done before. > > > "James Loughner" wrote in message > news:8b44aef$2478d006$41a@news.alaska-software.com... > > There are barcode 128 fonts > > Jim > > On 9/30/21 10:35 AM, Scott Krise wrote: >> Hi Everyone, >> >> Does anyone have a procedure that will convert data into the barcode >> 128 format? I've only started looking into it, but it appears to be >> fairly complex and I need to get this operational pretty quickly. >> >> Thanks, >> >> Scott > | |
Scott Krise | Re: Barcode 128 Format on Tue, 05 Oct 2021 11:33:01 -0400 You aren't wrong!!! Lots of information there! Thank you. "James Loughner" wrote in message news:6367ddc0$2cd39292$e340@news.alaska-software.com... More then you ever wanted to know https://www.barcodefaq.com/1d/code-128/#Specifications On 9/30/21 2:26 PM, Scott Krise wrote: > Ya I know, I have the barcode font on my system, but the barcodes won't > scan. You need to code the contents of the 128 barcode to have specific > start and stop characters based on the contents of the barcode, plus a > check digit at the end, etc. It involves converting characters to their > numeric counterpart, etc. That’s what im hoping someone has done before. > > > "James Loughner" wrote in message > news:8b44aef$2478d006$41a@news.alaska-software.com... > > There are barcode 128 fonts > > Jim > > On 9/30/21 10:35 AM, Scott Krise wrote: >> Hi Everyone, >> >> Does anyone have a procedure that will convert data into the barcode 128 >> format? I've only started looking into it, but it appears to be fairly >> complex and I need to get this operational pretty quickly. >> >> Thanks, >> >> Scott > | |
Carlos Antonio Beling | Re: Barcode 128 Format on Fri, 01 Oct 2021 09:57:41 -0300 Hi Scott: good day. Many time ago I downloaded this testing prg and I never used it. May be you would like to take a look at it. Fraternally Beling Em 30/09/2021 11:35, Scott Krise escreveu: > Hi Everyone, > > Does anyone have a procedure that will convert data into the barcode 128 > format? I've only started looking into it, but it appears to be fairly > complex and I need to get this operational pretty quickly. > > Thanks, > > Scott barcod.ZIP | |
Scott Krise | Re: Barcode 128 Format on Tue, 05 Oct 2021 13:28:38 -0400 Thank you Beling "Carlos Antonio Beling" wrote in message news:79a5d1bf$62ae4151$9ad5@news.alaska-software.com... Hi Scott: good day. Many time ago I downloaded this testing prg and I never used it. May be you would like to take a look at it. Fraternally Beling Em 30/09/2021 11:35, Scott Krise escreveu: > Hi Everyone, > > Does anyone have a procedure that will convert data into the barcode 128 > format? I've only started looking into it, but it appears to be fairly > complex and I need to get this operational pretty quickly. > > Thanks, > > Scott |