Bar Code Job + Asm + Seq Help

Glad it works.
Just for a note $M is enter just as <ctrl>M is, and $I is tab just as
<ctrl>I is.
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of wendorff1
Sent: Wednesday, April 27, 2005 5:00 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Bar Code Job + Asm + Seq Help





I assume that the $M = Tab. When I scan the bar code, I get
"39553$M2$M10". It's not tabbing properly. Is my bar code gun not
configured properly?

You guys have been a great help. Thanks!


--- In vantage@yahoogroups.com, "Aaron Hoyt" <aaron.hoyt@v...> wrote:
> Frank that is just about it...
> The specific code is this...
> "*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) &
"$M" & Trim
> ({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
> Good luck Kelly,
> Aaron Hoyt
> Vantage Plastics
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
> Of Frank Zeigafuse
> Sent: Wednesday, April 27, 2005 3:49 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
> Where are they on the screen?
>
> Sorry for making it sound simple but this is what I think you need
to do.
>
> Look at collection screen and figure out what you tabs or enters
which are
> chr(13)+chr(10) then create the formula in crystal like
>
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}
>
> This is more of a thought mind you not real code, but it think if
you play
> with it for a couple of minutes it should work. I know a couple of
days on
> the list they published the list of characters for the bar codes.
>
> Frank Zeigafuse
> Innovative Office Products
> General Manager
> Direct Phone: 610-559-6369
> Email: fzeigafuse@L...
>
>
>
> -----Original Message-----
> From: wendorff1 [mailto:kelly.wendorff@s...]
> Sent: Wednesday, April 27, 2005 3:33 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
>
> I know this has been discussed before but I've never been clear on
exactly
> how to do this.
>
> I'm trying to create a single bar code on the Traveler (using
Crystal) that
> will enter the Job, Assembly and Sequence codes into the Plant Floor
labor
> collection module.
>
> Can someone who has done this help me out?
>
> TIA,
>
> Kelly
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links





Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
I know this has been discussed before but I've never been clear on
exactly how to do this.

I'm trying to create a single bar code on the Traveler (using Crystal)
that will enter the Job, Assembly and Sequence codes into the Plant
Floor labor collection module.

Can someone who has done this help me out?

TIA,

Kelly
Where are they on the screen?

Sorry for making it sound simple but this is what I think you need to do.

Look at collection screen and figure out what you tabs or enters which are
chr(13)+chr(10) then create the formula in crystal like
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}

This is more of a thought mind you not real code, but it think if you play
with it for a couple of minutes it should work. I know a couple of days on
the list they published the list of characters for the bar codes.

Frank Zeigafuse
Innovative Office Products
General Manager
Direct Phone: 610-559-6369
Email: fzeigafuse@...



-----Original Message-----
From: wendorff1 [mailto:kelly.wendorff@...]
Sent: Wednesday, April 27, 2005 3:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Code Job + Asm + Seq Help




I know this has been discussed before but I've never been clear on exactly
how to do this.

I'm trying to create a single bar code on the Traveler (using Crystal) that
will enter the Job, Assembly and Sequence codes into the Plant Floor labor
collection module.

Can someone who has done this help me out?

TIA,

Kelly





Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
Frank that is just about it...
The specific code is this...
"*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) & "$M" & Trim
({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
Good luck Kelly,
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Frank Zeigafuse
Sent: Wednesday, April 27, 2005 3:49 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help



Where are they on the screen?

Sorry for making it sound simple but this is what I think you need to do.

Look at collection screen and figure out what you tabs or enters which are
chr(13)+chr(10) then create the formula in crystal like
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}

This is more of a thought mind you not real code, but it think if you play
with it for a couple of minutes it should work. I know a couple of days on
the list they published the list of characters for the bar codes.

Frank Zeigafuse
Innovative Office Products
General Manager
Direct Phone: 610-559-6369
Email: fzeigafuse@...



-----Original Message-----
From: wendorff1 [mailto:kelly.wendorff@...]
Sent: Wednesday, April 27, 2005 3:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Code Job + Asm + Seq Help




I know this has been discussed before but I've never been clear on exactly
how to do this.

I'm trying to create a single bar code on the Traveler (using Crystal) that
will enter the Job, Assembly and Sequence codes into the Plant Floor labor
collection module.

Can someone who has done this help me out?

TIA,

Kelly





Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links











Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links
One other hint....some scanners require "extended ASCII" to be turned on to read $M and such. Usually there is a barcode in the manual to scan that turns it on IF it is not on by default. If the scan of the barcode from Aaron's code does not work check the manual for how to be sure extended ASCII is on before assuming something is wrong with the code.
-Todd C.

-----Original Message-----
From: Aaron Hoyt [mailto:aaron.hoyt@...]
Sent: Wednesday, April 27, 2005 3:33 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help


Frank that is just about it...
The specific code is this...
"*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) & "$M" & Trim
({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
Good luck Kelly,
Aaron Hoyt
Vantage Plastics

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
Of Frank Zeigafuse
Sent: Wednesday, April 27, 2005 3:49 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help



Where are they on the screen?

Sorry for making it sound simple but this is what I think you need to do.

Look at collection screen and figure out what you tabs or enters which are
chr(13)+chr(10) then create the formula in crystal like
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}

This is more of a thought mind you not real code, but it think if you play
with it for a couple of minutes it should work. I know a couple of days on
the list they published the list of characters for the bar codes.

Frank Zeigafuse
Innovative Office Products
General Manager
Direct Phone: 610-559-6369
Email: fzeigafuse@...



-----Original Message-----
From: wendorff1 [mailto:kelly.wendorff@...]
Sent: Wednesday, April 27, 2005 3:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Bar Code Job + Asm + Seq Help




I know this has been discussed before but I've never been clear on exactly
how to do this.

I'm trying to create a single bar code on the Traveler (using Crystal) that
will enter the Job, Assembly and Sequence codes into the Plant Floor labor
collection module.

Can someone who has done this help me out?

TIA,

Kelly





Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links











Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Yahoo! Groups Links









Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links



_____

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/vantage/


* To unsubscribe from this group, send an email to:
vantage-unsubscribe@yahoogroups.com <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .




[Non-text portions of this message have been removed]
I assume that the $M = Tab. When I scan the bar code, I get
"39553$M2$M10". It's not tabbing properly. Is my bar code gun not
configured properly?

You guys have been a great help. Thanks!


--- In vantage@yahoogroups.com, "Aaron Hoyt" <aaron.hoyt@v...> wrote:
> Frank that is just about it...
> The specific code is this...
> "*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) &
"$M" & Trim
> ({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
> Good luck Kelly,
> Aaron Hoyt
> Vantage Plastics
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
> Of Frank Zeigafuse
> Sent: Wednesday, April 27, 2005 3:49 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
> Where are they on the screen?
>
> Sorry for making it sound simple but this is what I think you need
to do.
>
> Look at collection screen and figure out what you tabs or enters
which are
> chr(13)+chr(10) then create the formula in crystal like
>
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}
>
> This is more of a thought mind you not real code, but it think if
you play
> with it for a couple of minutes it should work. I know a couple of
days on
> the list they published the list of characters for the bar codes.
>
> Frank Zeigafuse
> Innovative Office Products
> General Manager
> Direct Phone: 610-559-6369
> Email: fzeigafuse@L...
>
>
>
> -----Original Message-----
> From: wendorff1 [mailto:kelly.wendorff@s...]
> Sent: Wednesday, April 27, 2005 3:33 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
>
> I know this has been discussed before but I've never been clear on
exactly
> how to do this.
>
> I'm trying to create a single bar code on the Traveler (using
Crystal) that
> will enter the Job, Assembly and Sequence codes into the Plant Floor
labor
> collection module.
>
> Can someone who has done this help me out?
>
> TIA,
>
> Kelly
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
I should have read this before posting! Thanks Todd, I'll give it a try.

Kelly

--- In vantage@yahoogroups.com, "Todd Caughey" <caugheyt@h...> wrote:
> One other hint....some scanners require "extended ASCII" to be
turned on to read $M and such. Usually there is a barcode in the
manual to scan that turns it on IF it is not on by default. If the
scan of the barcode from Aaron's code does not work check the manual
for how to be sure extended ASCII is on before assuming something is
wrong with the code.
> -Todd C.
>
> -----Original Message-----
> From: Aaron Hoyt [mailto:aaron.hoyt@v...]
> Sent: Wednesday, April 27, 2005 3:33 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
>
>
> Frank that is just about it...
> The specific code is this...
> "*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) &
"$M" & Trim
> ({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
> Good luck Kelly,
> Aaron Hoyt
> Vantage Plastics
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf
> Of Frank Zeigafuse
> Sent: Wednesday, April 27, 2005 3:49 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
> Where are they on the screen?
>
> Sorry for making it sound simple but this is what I think you need
to do.
>
> Look at collection screen and figure out what you tabs or enters
which are
> chr(13)+chr(10) then create the formula in crystal like
>
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}
>
> This is more of a thought mind you not real code, but it think if
you play
> with it for a couple of minutes it should work. I know a couple of
days on
> the list they published the list of characters for the bar codes.
>
> Frank Zeigafuse
> Innovative Office Products
> General Manager
> Direct Phone: 610-559-6369
> Email: fzeigafuse@L...
>
>
>
> -----Original Message-----
> From: wendorff1 [mailto:kelly.wendorff@s...]
> Sent: Wednesday, April 27, 2005 3:33 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Bar Code Job + Asm + Seq Help
>
>
>
>
> I know this has been discussed before but I've never been clear on
exactly
> how to do this.
>
> I'm trying to create a single bar code on the Traveler (using
Crystal) that
> will enter the Job, Assembly and Sequence codes into the Plant Floor
labor
> collection module.
>
> Can someone who has done this help me out?
>
> TIA,
>
> Kelly
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have
> already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
must have already linked your email address to a yahoo id to enable
access. )
> (1) To access the Files Section of our Yahoo!Group for Report
Builder and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
>
>
>
> _____
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/vantage/
>
>
> * To unsubscribe from this group, send an email to:
> vantage-unsubscribe@yahoogroups.com
<mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
I enabed ASCII and it works perfectly. Thanks for all the help!!

Kelly

--- In vantage@yahoogroups.com, "wendorff1" <kelly.wendorff@s...> wrote:
>
> I should have read this before posting! Thanks Todd, I'll give it a
try.
>
> Kelly
>
> --- In vantage@yahoogroups.com, "Todd Caughey" <caugheyt@h...> wrote:
> > One other hint....some scanners require "extended ASCII" to be
> turned on to read $M and such. Usually there is a barcode in the
> manual to scan that turns it on IF it is not on by default. If the
> scan of the barcode from Aaron's code does not work check the manual
> for how to be sure extended ASCII is on before assuming something is
> wrong with the code.
> > -Todd C.
> >
> > -----Original Message-----
> > From: Aaron Hoyt [mailto:aaron.hoyt@v...]
> > Sent: Wednesday, April 27, 2005 3:33 PM
> > To: vantage@yahoogroups.com
> > Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
> >
> >
> > Frank that is just about it...
> > The specific code is this...
> > "*" & Trim ({JOBOPER.JOBNUM}) & "$M" & Trim ({JOBOPER.ASMSEQ}) &
> "$M" & Trim
> > ({JOBOPER.OPRSEQ}) & "$M" & "$M" & "*"
> > Good luck Kelly,
> > Aaron Hoyt
> > Vantage Plastics
> >
> > -----Original Message-----
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On
Behalf
> > Of Frank Zeigafuse
> > Sent: Wednesday, April 27, 2005 3:49 PM
> > To: vantage@yahoogroups.com
> > Subject: RE: [Vantage] Bar Code Job + Asm + Seq Help
> >
> >
> >
> > Where are they on the screen?
> >
> > Sorry for making it sound simple but this is what I think you need
> to do.
> >
> > Look at collection screen and figure out what you tabs or enters
> which are
> > chr(13)+chr(10) then create the formula in crystal like
> >
>
{jobasy.jobnum}+chr(10)+chr(13)+{jobasy.assy}+chr(10)+chr(13)+{jobassy.seq}
> >
> > This is more of a thought mind you not real code, but it think if
> you play
> > with it for a couple of minutes it should work. I know a couple of
> days on
> > the list they published the list of characters for the bar codes.
> >
> > Frank Zeigafuse
> > Innovative Office Products
> > General Manager
> > Direct Phone: 610-559-6369
> > Email: fzeigafuse@L...
> >
> >
> >
> > -----Original Message-----
> > From: wendorff1 [mailto:kelly.wendorff@s...]
> > Sent: Wednesday, April 27, 2005 3:33 PM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Bar Code Job + Asm + Seq Help
> >
> >
> >
> >
> > I know this has been discussed before but I've never been clear on
> exactly
> > how to do this.
> >
> > I'm trying to create a single bar code on the Traveler (using
> Crystal) that
> > will enter the Job, Assembly and Sequence codes into the Plant Floor
> labor
> > collection module.
> >
> > Can someone who has done this help me out?
> >
> > TIA,
> >
> > Kelly
> >
> >
> >
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must have
> > already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report
> Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/links
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must have
> > already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report
> Builder and
> > Crystal Reports and other 'goodies', please goto:
> > http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/links
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must have already linked your email address to a yahoo id to enable
> access. )
> > (1) To access the Files Section of our Yahoo!Group for Report
> Builder and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/links
> >
> >
> >
> > _____
> >
> > Yahoo! Groups Links
> >
> >
> > * To visit your group on the web, go to:
> > http://groups.yahoo.com/group/vantage/
> >
> >
> > * To unsubscribe from this group, send an email to:
> > vantage-unsubscribe@yahoogroups.com
> <mailto:vantage-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]