RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread George Gallen
I suppose I could. However, it's not my code.
Does anyone know if David Church is still on the list?
  and if lurking, do you have a problem with it?

George

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Brian Leach
> Sent: Thursday, June 29, 2006 3:46 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Barcode PCL Commands (link to code)
> 
> 
> George
> 
> Can I ask you to write this up as a short article for the 
> U2UG knowledge
> base.
> It's the kind of useful information we're looking for :)
> 
> In case you haven't visited, you can find it at:
> 
> www.mvopen.org/kb
> 
> There's also a link from the U2UG website.
> 
> Thanks,
> 
> Brian 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> George Gallen
> > Sent: 28 June 2006 18:51
> > To: u2-users@listserver.u2ug.org
> > Subject: RE: [U2] Barcode PCL Commands (link to code)
> > 
> > I thought this was in the U2 file section, but it's not.
> > 
> > Here is a link to get it.
> > http://www.carcarealert.com/CODE128.TXT 
> > 
> > George
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Barcode PCL Commands (link to code)

2006-06-29 Thread Brian Leach
George

Can I ask you to write this up as a short article for the U2UG knowledge
base.
It's the kind of useful information we're looking for :)

In case you haven't visited, you can find it at:

www.mvopen.org/kb

There's also a link from the U2UG website.

Thanks,

Brian 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen
> Sent: 28 June 2006 18:51
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Barcode PCL Commands (link to code)
> 
> I thought this was in the U2 file section, but it's not.
> 
> Here is a link to get it.
> http://www.carcarealert.com/CODE128.TXT 
> 
> George
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik
> > Sent: Wednesday, June 28, 2006 1:31 PM
> > To: u2-users@listserver.u2ug.org
> > Subject: RE: [U2] Barcode PCL Commands
> > 
> > 
> > >if you need Code-128, There should be a subroutine where 
> U2 files are 
> > >stored. It works very niceley. By Dave Church.
> > >
> > >If you need this, I can forward it to you. It will return the
> > 
> > I don't know about the original poster, but I'd like to see that.
> > 
> > Barry Brevik
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Barcode PCL Commands (link to code)

2006-06-28 Thread George Gallen
I updated the file just now to include the following code (shown as comments)

*
* GG: tHE FOLLOWING CODE WAS ADDED TO ALLOW PRINTING OF THE
* NEW POSTAL CODE-128 BARCODES. sO THE START CHARACTER
* WILL BE PRINTED.
*
! IF (CODE.FLD = CODEC) THEN
! POS = 103
! GOSUB PRINT.BAR
! END
*
*

which goes after this section

* print the start code
  BEGIN CASE
 CASE VALUE[1,4] MATCHES "4N"
CODE.FLD = CODEC
POS = 106
 CASE VALUE[1,1] < CHAR(32) ;* control character
CODE.FLD = CODEA
POS = 104
 CASE TRUE
CODE.FLD = CODEB
POS = 105
  END CASE
  GOSUB PRINT.BAR


You will need to uncomment it to function. Normally, Code128 doesn't print the 
start character
but for the new postal code 128, you need the start character after the code c 
character.


George

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of George Gallen
> Sent: Wednesday, June 28, 2006 1:51 PM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Barcode PCL Commands (link to code)
> 
> 
> I thought this was in the U2 file section, but it's not.
> 
> Here is a link to get it.
> http://www.carcarealert.com/CODE128.TXT 
> 
> George
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik
> > Sent: Wednesday, June 28, 2006 1:31 PM
> > To: u2-users@listserver.u2ug.org
> > Subject: RE: [U2] Barcode PCL Commands
> > 
> > 
> > >if you need Code-128, There should be a subroutine where U2
> > >files are stored. It works very niceley. By Dave Church.
> > >
> > >If you need this, I can forward it to you. It will return the
> > 
> > I don't know about the original poster, but I'd like to see that.
> > 
> > Barry Brevik
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Barcode PCL Commands (link to code)

2006-06-28 Thread George Gallen
I thought this was in the U2 file section, but it's not.

Here is a link to get it.
http://www.carcarealert.com/CODE128.TXT 

George

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik
> Sent: Wednesday, June 28, 2006 1:31 PM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Barcode PCL Commands
> 
> 
> >if you need Code-128, There should be a subroutine where U2
> >files are stored. It works very niceley. By Dave Church.
> >
> >If you need this, I can forward it to you. It will return the
> 
> I don't know about the original poster, but I'd like to see that.
> 
> Barry Brevik
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/