Bar Codes

You change the font in your Crystal report.

I believe the tick box for use barcodes is picked up in crystal so crystal then
knows whether to print the barcode or not.




________________________________
From: Nick <nick@...>
To: vantage@yahoogroups.com
Sent: Mon, 6 June, 2011 17:57:49
Subject: Re: [Vantage] Re: Bar Codes

Â
ok, so i will check out id automation for the font, but again, how do i tell
Epicor 9 to use that font instead of the 3of9 that epicor defaults to?

On Mon, 06 Jun 2011 16:33:33 -0000
"cooner_55421" <cooner_55421@...> wrote:
>3 of 9
Supplied by Epicor

>128 will work better.
Customer purchase
I use IDAutomation for 128

--- In vantage@yahoogroups.com, "Nick" <nick@...> wrote:
>
> Along this subject,
>
> Is there any way to change the default font for the
>barcodes? we think that
> 3 of 9 wont work for us, but 128 will work better. i see
>there is just a
> check box that says "print barcodes". but how do i tell
>it which one to
> default to?
>
>
>
>
> On Mon, 06 Jun 2011 13:45:51 -0000
> "Sean Toler" <seantoler@...> wrote:
> I think I do.
>
> Vic, your formula worked like magic! Thanks!
>
>
>
> --- In vantage@yahoogroups.com, Chris Thompson
> <chriselectrix@> wrote:
> >
> > Sorry the time zone difference meant I couldnt get back
> >in time.
> >
> > Hope you have it sorted now.
> >
> >
> >
> >
> > ________________________________
> > From: Vic Drecchio <vic.drecchio@>
> > To: vantage@yahoogroups.com
> > Sent: Fri, 3 June, 2011 20:24:15
> > Subject: RE: [Vantage] Bar Codes
> >
> > Â
> > Sean, in your formula use the "ToText" function and you
> >can suppress the
> > comma.
> >
> > Syntax: ToText({ShipHed.PackNum},0,"")
> >
> > The Zero says to have no decimal places. The empty
>quotes
> >tell it to
> > use "nothing" as the thousands separator.
> >
> > So, you barcoded formula might look like this:
> >
> > "*" + ToText({ShipHed.PackNum},0,"") + "*"
> >
> > Vic
> >
> > ________________________________
> >
> > From: vantage@yahoogroups.com
> >[mailto:vantage@yahoogroups.com] On Behalf
> > Of Sean Toler
> > Sent: Friday, June 03, 2011 12:18 PM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Bar Codes
> >
> > Chris,
> > Thank you for all of your help with the bar codes
>thread.
> >We spoke with
> > our customer and they've agreed to allow us to use Code
> >39 which will
> > save us from having to purchase a code 128 font.
> > I have started working on our packing slip and am
>having
> >some success
> > but I have come across a slight snag that I was
>wondering
> >if you could
> > help me with. The packing list number, when it comes
>into
> >the Crystal
> > Report from Vantage comes in in this format: 20,509.00.
> >This can be
> > easily modified in Crystal when it is seen as a number
>so
> >that it
> > appears as 20509. But, once I use it in a formula and
> >convert it to
> > text, I can't seem to modify it so that it looks
>correct,
> >thus, the bar
> > code reads 20 509.00. Do you know how this could be
> >corrected?
> >
> > Sean
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>




[Non-text portions of this message have been removed]
We're trying to add bar codes to some reports, but just chanig the font doesn't seem to do it. Are there characters that have to be added to the beginning and end of a field before displaying in bar code font?
We had to add an asterisk to the beginning and end of every bar coded field to enable them to be read, (i.e. *{OrderDtl.PartNum}*).

________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of CarlH
Sent: Friday, January 21, 2011 1:11 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Codes



We're trying to add bar codes to some reports, but just chanig the font doesn't seem to do it. Are there characters that have to be added to the beginning and end of a field before displaying in bar code font?



[Non-text portions of this message have been removed]
I unconvered the same thing and it is working well now., Thanks for the response.
--- In vantage@yahoogroups.com, "Sprowles, Mark" <msprowles@...> wrote:
>
> We had to add an asterisk to the beginning and end of every bar coded field to enable them to be read, (i.e. *{OrderDtl.PartNum}*).
>
> ________________________________
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of CarlH
> Sent: Friday, January 21, 2011 1:11 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Codes
>
>
>
> We're trying to add bar codes to some reports, but just chanig the font doesn't seem to do it. Are there characters that have to be added to the beginning and end of a field before displaying in bar code font?
>
>
>
> [Non-text portions of this message have been removed]
>
I am a complete novice at this.

We currently use a Zebra 220 II XI plus printer to print final product labels but manually feed the printer from a system called Easy Label.

The information that is printed is found within Vantage job processing and I'd like to feed this printer from within the Vantage job processing.

How do you do that? Does it require a new sotware link like Bartender?

Can the printing be built into Vantage or doe sit involve passing some file from Vantage to the printer?

Can anyone recommend where to start on this?
Hi

We are doing barcodes with a monarch printer and the way its implemented is by using a crystal report formatted as text that the printer understands and It prints datamatrix barcodes.

Hth


Ephraim Feldman
Programmer / Analyst
Axis Lighting

-----Original Message-----
From: "CarlH" <carl.heeder@...>
Sender: vantage@yahoogroups.com
Date: Fri, 18 Mar 2011 14:41:22
To: <vantage@yahoogroups.com>
Reply-To: vantage@yahoogroups.com
Subject: [Vantage] Bar Codes

I am a complete novice at this.

We currently use a Zebra 220 II XI plus printer to print final product labels but manually feed the printer from a system called Easy Label.

The information that is printed is found within Vantage job processing and I'd like to feed this printer from within the Vantage job processing.

How do you do that? Does it require a new sotware link like Bartender?

Can the printing be built into Vantage or doe sit involve passing some file from Vantage to the printer?

Can anyone recommend where to start on this?




[Non-text portions of this message have been removed]
Chris,
Thank you for all of your help with the bar codes thread. We spoke with our customer and they've agreed to allow us to use Code 39 which will save us from having to purchase a code 128 font.
I have started working on our packing slip and am having some success but I have come across a slight snag that I was wondering if you could help me with. The packing list number, when it comes into the Crystal Report from Vantage comes in in this format: 20,509.00. This can be easily modified in Crystal when it is seen as a number so that it appears as 20509. But, once I use it in a formula and convert it to text, I can't seem to modify it so that it looks correct, thus, the bar code reads 20 509.00. Do you know how this could be corrected?

Sean
Sean try this in your formula



Trim(totext({Packing list field}),0))



this will take out everything to the right of the decimal.



Chris



_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sean Toler
Sent: Friday, June 03, 2011 9:18 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Codes





Chris,
Thank you for all of your help with the bar codes thread. We spoke with
our customer and they've agreed to allow us to use Code 39 which will
save us from having to purchase a code 128 font.
I have started working on our packing slip and am having some success
but I have come across a slight snag that I was wondering if you could
help me with. The packing list number, when it comes into the Crystal
Report from Vantage comes in in this format: 20,509.00. This can be
easily modified in Crystal when it is seen as a number so that it
appears as 20509. But, once I use it in a formula and convert it to
text, I can't seem to modify it so that it looks correct, thus, the bar
code reads 20 509.00. Do you know how this could be corrected?

Sean





[Non-text portions of this message have been removed]
Chris,
What is the symbol to the right of the comma?

Here is the formula I'm using:
"*" & totext({@Packing Skip Number}) & "*"



--- In vantage@yahoogroups.com, "Chris Crosta" <chris@...> wrote:
>
> Sean try this in your formula
>
>
>
> Trim(totext({Packing list field}),0))
>
>
>
> this will take out everything to the right of the decimal.
>
>
>
> Chris
>
>
>
> _____
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 9:18 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Codes
>
>
>
>
>
> Chris,
> Thank you for all of your help with the bar codes thread. We spoke with
> our customer and they've agreed to allow us to use Code 39 which will
> save us from having to purchase a code 128 font.
> I have started working on our packing slip and am having some success
> but I have come across a slight snag that I was wondering if you could
> help me with. The packing list number, when it comes into the Crystal
> Report from Vantage comes in in this format: 20,509.00. This can be
> easily modified in Crystal when it is seen as a number so that it
> appears as 20509. But, once I use it in a formula and convert it to
> text, I can't seem to modify it so that it looks correct, thus, the bar
> code reads 20 509.00. Do you know how this could be corrected?
>
> Sean
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Zero 0



_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sean Toler
Sent: Friday, June 03, 2011 10:19 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Bar Codes





Chris,
What is the symbol to the right of the comma?

Here is the formula I'm using:
"*" & totext({@Packing Skip Number}) & "*"

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Chris Crosta" <chris@...> wrote:
>
> Sean try this in your formula
>
>
>
> Trim(totext({Packing list field}),0))
>
>
>
> this will take out everything to the right of the decimal.
>
>
>
> Chris
>
>
>
> _____
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 9:18 AM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] Bar Codes
>
>
>
>
>
> Chris,
> Thank you for all of your help with the bar codes thread. We spoke
with
> our customer and they've agreed to allow us to use Code 39 which will
> save us from having to purchase a code 128 font.
> I have started working on our packing slip and am having some success
> but I have come across a slight snag that I was wondering if you could
> help me with. The packing list number, when it comes into the Crystal
> Report from Vantage comes in in this format: 20,509.00. This can be
> easily modified in Crystal when it is seen as a number so that it
> appears as 20509. But, once I use it in a formula and convert it to
> text, I can't seem to modify it so that it looks correct, thus, the
bar
> code reads 20 509.00. Do you know how this could be corrected?
>
> Sean
>
>
>
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]
OK thanks.
I keep getting error messages when trying to do that though. Using my formula below, can you show me how it should fit together?

Thanks

--- In vantage@yahoogroups.com, "Chris Crosta" <chris@...> wrote:
>
> Zero 0
>
>
>
> _____
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 10:19 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Bar Codes
>
>
>
>
>
> Chris,
> What is the symbol to the right of the comma?
>
> Here is the formula I'm using:
> "*" & totext({@Packing Skip Number}) & "*"
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "Chris Crosta" <chris@> wrote:
> >
> > Sean try this in your formula
> >
> >
> >
> > Trim(totext({Packing list field}),0))
> >
> >
> >
> > this will take out everything to the right of the decimal.
> >
> >
> >
> > Chris
> >
> >
> >
> > _____
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Behalf
> > Of Sean Toler
> > Sent: Friday, June 03, 2011 9:18 AM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] Bar Codes
> >
> >
> >
> >
> >
> > Chris,
> > Thank you for all of your help with the bar codes thread. We spoke
> with
> > our customer and they've agreed to allow us to use Code 39 which will
> > save us from having to purchase a code 128 font.
> > I have started working on our packing slip and am having some success
> > but I have come across a slight snag that I was wondering if you could
> > help me with. The packing list number, when it comes into the Crystal
> > Report from Vantage comes in in this format: 20,509.00. This can be
> > easily modified in Crystal when it is seen as a number so that it
> > appears as 20509. But, once I use it in a formula and convert it to
> > text, I can't seem to modify it so that it looks correct, thus, the
> bar
> > code reads 20 509.00. Do you know how this could be corrected?
> >
> > Sean
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
What is the error message? The formula below should be something like
this



"*"&trim(totext({your field},0))&"*"



Try just using the packing slip field not your formula field.



Chris



_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sean Toler
Sent: Friday, June 03, 2011 11:22 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Bar Codes





OK thanks.
I keep getting error messages when trying to do that though. Using my
formula below, can you show me how it should fit together?

Thanks

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Chris Crosta" <chris@...> wrote:
>
> Zero 0
>
>
>
> _____
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 10:19 AM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] Re: Bar Codes
>
>
>
>
>
> Chris,
> What is the symbol to the right of the comma?
>
> Here is the formula I'm using:
> "*" & totext({@Packing Skip Number}) & "*"
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ,
> "Chris Crosta" <chris@> wrote:
> >
> > Sean try this in your formula
> >
> >
> >
> > Trim(totext({Packing list field}),0))
> >
> >
> >
> > this will take out everything to the right of the decimal.
> >
> >
> >
> > Chris
> >
> >
> >
> > _____
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
> Behalf
> > Of Sean Toler
> > Sent: Friday, June 03, 2011 9:18 AM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] Bar Codes
> >
> >
> >
> >
> >
> > Chris,
> > Thank you for all of your help with the bar codes thread. We spoke
> with
> > our customer and they've agreed to allow us to use Code 39 which
will
> > save us from having to purchase a code 128 font.
> > I have started working on our packing slip and am having some
success
> > but I have come across a slight snag that I was wondering if you
could
> > help me with. The packing list number, when it comes into the
Crystal
> > Report from Vantage comes in in this format: 20,509.00. This can be
> > easily modified in Crystal when it is seen as a number so that it
> > appears as 20509. But, once I use it in a formula and convert it to
> > text, I can't seem to modify it so that it looks correct, thus, the
> bar
> > code reads 20 509.00. Do you know how this could be corrected?
> >
> > Sean
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>





[Non-text portions of this message have been removed]
Sean, in your formula use the "ToText" function and you can suppress the
comma.



Syntax: ToText({ShipHed.PackNum},0,"")



The Zero says to have no decimal places. The empty quotes tell it to
use "nothing" as the thousands separator.





So, you barcoded formula might look like this:



"*" + ToText({ShipHed.PackNum},0,"") + "*"









Vic









________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sean Toler
Sent: Friday, June 03, 2011 12:18 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Codes





Chris,
Thank you for all of your help with the bar codes thread. We spoke with
our customer and they've agreed to allow us to use Code 39 which will
save us from having to purchase a code 128 font.
I have started working on our packing slip and am having some success
but I have come across a slight snag that I was wondering if you could
help me with. The packing list number, when it comes into the Crystal
Report from Vantage comes in in this format: 20,509.00. This can be
easily modified in Crystal when it is seen as a number so that it
appears as 20509. But, once I use it in a formula and convert it to
text, I can't seem to modify it so that it looks correct, thus, the bar
code reads 20 509.00. Do you know how this could be corrected?

Sean





[Non-text portions of this message have been removed]
Sorry the time zone difference meant I couldnt get back in time.

Hope you have it sorted now.




________________________________
From: Vic Drecchio <vic.drecchio@...>
To: vantage@yahoogroups.com
Sent: Fri, 3 June, 2011 20:24:15
Subject: RE: [Vantage] Bar Codes

Â
Sean, in your formula use the "ToText" function and you can suppress the
comma.

Syntax: ToText({ShipHed.PackNum},0,"")

The Zero says to have no decimal places. The empty quotes tell it to
use "nothing" as the thousands separator.

So, you barcoded formula might look like this:

"*" + ToText({ShipHed.PackNum},0,"") + "*"

Vic

________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Sean Toler
Sent: Friday, June 03, 2011 12:18 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Codes

Chris,
Thank you for all of your help with the bar codes thread. We spoke with
our customer and they've agreed to allow us to use Code 39 which will
save us from having to purchase a code 128 font.
I have started working on our packing slip and am having some success
but I have come across a slight snag that I was wondering if you could
help me with. The packing list number, when it comes into the Crystal
Report from Vantage comes in in this format: 20,509.00. This can be
easily modified in Crystal when it is seen as a number so that it
appears as 20509. But, once I use it in a formula and convert it to
text, I can't seem to modify it so that it looks correct, thus, the bar
code reads 20 509.00. Do you know how this could be corrected?

Sean

[Non-text portions of this message have been removed]




[Non-text portions of this message have been removed]
I think I do.

Vic, your formula worked like magic! Thanks!



--- In vantage@yahoogroups.com, Chris Thompson <chriselectrix@...> wrote:
>
> Sorry the time zone difference meant I couldnt get back in time.
>
> Hope you have it sorted now.
>
>
>
>
> ________________________________
> From: Vic Drecchio <vic.drecchio@...>
> To: vantage@yahoogroups.com
> Sent: Fri, 3 June, 2011 20:24:15
> Subject: RE: [Vantage] Bar Codes
>
> ÂÂ
> Sean, in your formula use the "ToText" function and you can suppress the
> comma.
>
> Syntax: ToText({ShipHed.PackNum},0,"")
>
> The Zero says to have no decimal places. The empty quotes tell it to
> use "nothing" as the thousands separator.
>
> So, you barcoded formula might look like this:
>
> "*" + ToText({ShipHed.PackNum},0,"") + "*"
>
> Vic
>
> ________________________________
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 12:18 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Codes
>
> Chris,
> Thank you for all of your help with the bar codes thread. We spoke with
> our customer and they've agreed to allow us to use Code 39 which will
> save us from having to purchase a code 128 font.
> I have started working on our packing slip and am having some success
> but I have come across a slight snag that I was wondering if you could
> help me with. The packing list number, when it comes into the Crystal
> Report from Vantage comes in in this format: 20,509.00. This can be
> easily modified in Crystal when it is seen as a number so that it
> appears as 20509. But, once I use it in a formula and convert it to
> text, I can't seem to modify it so that it looks correct, thus, the bar
> code reads 20 509.00. Do you know how this could be corrected?
>
> Sean
>
> [Non-text portions of this message have been removed]
>
>
>
>
> [Non-text portions of this message have been removed]
>
Along this subject,

Is there any way to change the default font for the barcodes? we think that
3 of 9 wont work for us, but 128 will work better. i see there is just a
check box that says "print barcodes". but how do i tell it which one to
default to?




On Mon, 06 Jun 2011 13:45:51 -0000
"Sean Toler" <seantoler@...> wrote:
I think I do.

Vic, your formula worked like magic! Thanks!



--- In vantage@yahoogroups.com, Chris Thompson
<chriselectrix@...> wrote:
>
> Sorry the time zone difference meant I couldnt get back
>in time.
>
> Hope you have it sorted now.
>
>
>
>
> ________________________________
> From: Vic Drecchio <vic.drecchio@...>
> To: vantage@yahoogroups.com
> Sent: Fri, 3 June, 2011 20:24:15
> Subject: RE: [Vantage] Bar Codes
>
> Â
> Sean, in your formula use the "ToText" function and you
>can suppress the
> comma.
>
> Syntax: ToText({ShipHed.PackNum},0,"")
>
> The Zero says to have no decimal places. The empty quotes
>tell it to
> use "nothing" as the thousands separator.
>
> So, you barcoded formula might look like this:
>
> "*" + ToText({ShipHed.PackNum},0,"") + "*"
>
> Vic
>
> ________________________________
>
> From: vantage@yahoogroups.com
>[mailto:vantage@yahoogroups.com] On Behalf
> Of Sean Toler
> Sent: Friday, June 03, 2011 12:18 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Codes
>
> Chris,
> Thank you for all of your help with the bar codes thread.
>We spoke with
> our customer and they've agreed to allow us to use Code
>39 which will
> save us from having to purchase a code 128 font.
> I have started working on our packing slip and am having
>some success
> but I have come across a slight snag that I was wondering
>if you could
> help me with. The packing list number, when it comes into
>the Crystal
> Report from Vantage comes in in this format: 20,509.00.
>This can be
> easily modified in Crystal when it is seen as a number so
>that it
> appears as 20509. But, once I use it in a formula and
>convert it to
> text, I can't seem to modify it so that it looks correct,
>thus, the bar
> code reads 20 509.00. Do you know how this could be
>corrected?
>
> Sean
>
> [Non-text portions of this message have been removed]
>
>
>
>
> [Non-text portions of this message have been removed]
>
ok, so i will check out id automation for the font, but again, how do i tell
Epicor 9 to use that font instead of the 3of9 that epicor defaults to?




On Mon, 06 Jun 2011 16:33:33 -0000
"cooner_55421" <cooner_55421@...> wrote:
>3 of 9
Supplied by Epicor

>128 will work better.
Customer purchase
I use IDAutomation for 128


--- In vantage@yahoogroups.com, "Nick" <nick@...> wrote:
>
> Along this subject,
>
> Is there any way to change the default font for the
>barcodes? we think that
> 3 of 9 wont work for us, but 128 will work better. i see
>there is just a
> check box that says "print barcodes". but how do i tell
>it which one to
> default to?
>
>
>
>
> On Mon, 06 Jun 2011 13:45:51 -0000
> "Sean Toler" <seantoler@...> wrote:
> I think I do.
>
> Vic, your formula worked like magic! Thanks!
>
>
>
> --- In vantage@yahoogroups.com, Chris Thompson
> <chriselectrix@> wrote:
> >
> > Sorry the time zone difference meant I couldnt get back
> >in time.
> >
> > Hope you have it sorted now.
> >
> >
> >
> >
> > ________________________________
> > From: Vic Drecchio <vic.drecchio@>
> > To: vantage@yahoogroups.com
> > Sent: Fri, 3 June, 2011 20:24:15
> > Subject: RE: [Vantage] Bar Codes
> >
> > Â
> > Sean, in your formula use the "ToText" function and you
> >can suppress the
> > comma.
> >
> > Syntax: ToText({ShipHed.PackNum},0,"")
> >
> > The Zero says to have no decimal places. The empty
>quotes
> >tell it to
> > use "nothing" as the thousands separator.
> >
> > So, you barcoded formula might look like this:
> >
> > "*" + ToText({ShipHed.PackNum},0,"") + "*"
> >
> > Vic
> >
> > ________________________________
> >
> > From: vantage@yahoogroups.com
> >[mailto:vantage@yahoogroups.com] On Behalf
> > Of Sean Toler
> > Sent: Friday, June 03, 2011 12:18 PM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Bar Codes
> >
> > Chris,
> > Thank you for all of your help with the bar codes
>thread.
> >We spoke with
> > our customer and they've agreed to allow us to use Code
> >39 which will
> > save us from having to purchase a code 128 font.
> > I have started working on our packing slip and am
>having
> >some success
> > but I have come across a slight snag that I was
>wondering
> >if you could
> > help me with. The packing list number, when it comes
>into
> >the Crystal
> > Report from Vantage comes in in this format: 20,509.00.
> >This can be
> > easily modified in Crystal when it is seen as a number
>so
> >that it
> > appears as 20509. But, once I use it in a formula and
> >convert it to
> > text, I can't seem to modify it so that it looks
>correct,
> >thus, the bar
> > code reads 20 509.00. Do you know how this could be
> >corrected?
> >
> > Sean
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
The font is specified in the Crystal Report

--- In vantage@yahoogroups.com, "Nick" <nick@...> wrote:
>
> ok, so i will check out id automation for the font, but again, how do i tell
> Epicor 9 to use that font instead of the 3of9 that epicor defaults to?
>
>
>
>
> On Mon, 06 Jun 2011 16:33:33 -0000
> "cooner_55421" <cooner_55421@...> wrote:
> >3 of 9
> Supplied by Epicor
>
> >128 will work better.
> Customer purchase
> I use IDAutomation for 128
>
>
> --- In vantage@yahoogroups.com, "Nick" <nick@> wrote:
> >
> > Along this subject,
> >
> > Is there any way to change the default font for the
> >barcodes? we think that
> > 3 of 9 wont work for us, but 128 will work better. i see
> >there is just a
> > check box that says "print barcodes". but how do i tell
> >it which one to
> > default to?
> >
> >
> >
> >
> > On Mon, 06 Jun 2011 13:45:51 -0000
> > "Sean Toler" <seantoler@> wrote:
> > I think I do.
> >
> > Vic, your formula worked like magic! Thanks!
> >
> >
> >
> > --- In vantage@yahoogroups.com, Chris Thompson
> > <chriselectrix@> wrote:
> > >
> > > Sorry the time zone difference meant I couldnt get back
> > >in time.
> > >
> > > Hope you have it sorted now.
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: Vic Drecchio <vic.drecchio@>
> > > To: vantage@yahoogroups.com
> > > Sent: Fri, 3 June, 2011 20:24:15
> > > Subject: RE: [Vantage] Bar Codes
> > >
> > > ÂÂ
> > > Sean, in your formula use the "ToText" function and you
> > >can suppress the
> > > comma.
> > >
> > > Syntax: ToText({ShipHed.PackNum},0,"")
> > >
> > > The Zero says to have no decimal places. The empty
> >quotes
> > >tell it to
> > > use "nothing" as the thousands separator.
> > >
> > > So, you barcoded formula might look like this:
> > >
> > > "*" + ToText({ShipHed.PackNum},0,"") + "*"
> > >
> > > Vic
> > >
> > > ________________________________
> > >
> > > From: vantage@yahoogroups.com
> > >[mailto:vantage@yahoogroups.com] On Behalf
> > > Of Sean Toler
> > > Sent: Friday, June 03, 2011 12:18 PM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] Bar Codes
> > >
> > > Chris,
> > > Thank you for all of your help with the bar codes
> >thread.
> > >We spoke with
> > > our customer and they've agreed to allow us to use Code
> > >39 which will
> > > save us from having to purchase a code 128 font.
> > > I have started working on our packing slip and am
> >having
> > >some success
> > > but I have come across a slight snag that I was
> >wondering
> > >if you could
> > > help me with. The packing list number, when it comes
> >into
> > >the Crystal
> > > Report from Vantage comes in in this format: 20,509.00.
> > >This can be
> > > easily modified in Crystal when it is seen as a number
> >so
> > >that it
> > > appears as 20509. But, once I use it in a formula and
> > >convert it to
> > > text, I can't seem to modify it so that it looks
> >correct,
> > >thus, the bar
> > > code reads 20 509.00. Do you know how this could be
> > >corrected?
> > >
> > > Sean
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>