I may have some time on Friday, email me offline and we might accomplish
a lot more in a quick phone conversation.
rbucek@...
(715)284-5376 ext. 311
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Michael McWilliams
Sent: Thursday, June 25, 2009 10:14 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Receipt and Job Labels
May I ask how? Are you not using the native report viewer?
Here is another example. On job entry we have a button to print a custom
report. Once I get there I can't figure out how to pass the parameter.
Working with epicor reports I can make it work.
Private Sub btnEpiCustom2_Click(ByVal Sender As Object, ByVal Args As
System.EventArgs) Handles btnEpiCustom2.Click
'// ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(oTrans,"Epicor.Mfg.UI.CustomReport")
End Sub
-------------------
Then we have a process calling set up to load a custom "customReport"
that has the following
Private Sub CustomReportForm_Load(ByVal sender As object, ByVal args As
EventArgs) Handles CustomReportForm.Load
'//
'// Add Event Handler Code
'//
Dim ReportControl As EpiDataView =
Ctype(oTrans.EpiDataViews("ReportControl"),EpiDataView)
ReportControl.dataView(ReportControl.Row)("ReportName") =
"V:\mfgsys803\server\reports\TBCustomRept\WorkOrder.rpt"
oTrans.previewReport()
End Sub
---------------------
Say I want to pass the Job Number to this report, I can make this work
using bartender and the button, but how would I pass the Job number to
crystal?
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , "Rob
Bucek" <rbucek@...> wrote:
Behalf
a lot more in a quick phone conversation.
rbucek@...
(715)284-5376 ext. 311
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Michael McWilliams
Sent: Thursday, June 25, 2009 10:14 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Receipt and Job Labels
May I ask how? Are you not using the native report viewer?
Here is another example. On job entry we have a button to print a custom
report. Once I get there I can't figure out how to pass the parameter.
Working with epicor reports I can make it work.
Private Sub btnEpiCustom2_Click(ByVal Sender As Object, ByVal Args As
System.EventArgs) Handles btnEpiCustom2.Click
'// ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(oTrans,"Epicor.Mfg.UI.CustomReport")
End Sub
-------------------
Then we have a process calling set up to load a custom "customReport"
that has the following
Private Sub CustomReportForm_Load(ByVal sender As object, ByVal args As
EventArgs) Handles CustomReportForm.Load
'//
'// Add Event Handler Code
'//
Dim ReportControl As EpiDataView =
Ctype(oTrans.EpiDataViews("ReportControl"),EpiDataView)
ReportControl.dataView(ReportControl.Row)("ReportName") =
"V:\mfgsys803\server\reports\TBCustomRept\WorkOrder.rpt"
oTrans.previewReport()
End Sub
---------------------
Say I want to pass the Job Number to this report, I can make this work
using bartender and the button, but how would I pass the Job number to
crystal?
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , "Rob
Bucek" <rbucek@...> wrote:
>[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Ok, that's what I thought you meant, I am currently doing just those
> types of things with crystal..
>
>
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Behalf
> Of Michael McWilliamsdoes
> Sent: Wednesday, June 24, 2009 8:23 PM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: Re: [Vantage] Receipt and Job Labels
>
>
>
>
>
> Say I have a custom report label. When the user clicks a button or
> a certain action a label prints out automatically. During reportqtyour
> users click a "print tag". I have a few examples, but we will use thethe
> Lot tracker for one. A user goes into lot tracker and want to print
> label for that lot. Rig itnow I have a button on the screen, the userID.
> clicks print and using script vantage passes the lot # to a custom
> bartender label & it prints to the users printer based on there user
> They just hit the button and everything else happens without them<mailto:vantage%40yahoogroups.com> , "Rob
> knowing. I have been unable to do this with crystal. We do the same
> thing at receipt entry & reportQty.
> In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Bucek" <rbucek@> wrote:is
> >
> > Which parameters are you speaking of, perhaps you have a practical
> > example so I can answer more accurately... in your report style you
> > have your crystal report defined, and the data definition defined as
> > well. A bam monitors a given tables and field(s) and fires according
> to
> > conditions set. It works hand in hand with the data definition that
> > bound to the report style and thus the crystal report. You can set<mailto:vantage%40yahoogroups.com>
> > other conditions to print as well as what particular report style to
> use
> > etc...
> >
> >
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com> ] On
> Behalf<mailto:vantage%40yahoogroups.com>
> > Of Michael McWilliams
> > Sent: Wednesday, June 24, 2009 4:01 PM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Subject: Re: RE: [Vantage] Receipt and Job Labelsnever
> >
> >
> >
> >
> >
> > How do you pass parameters into your crystal report from Vantage
> without
> > the prompting the user? I posed this question some time back and
> > really got an answer. We are using bartender & it works great forwhat
> > we are doing, but now I am just curious.<mailto:vantage%40yahoogroups.com>
> > In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com> , "Rob<mailto:vantage%40yahoogroups.com>
> > Bucek" <rbucek@> wrote:
> > >
> > > Thank you Ed, you really made my day! I was duped in much the same
> > > manner and was really wondering if that was your experience as
> > well....
> > >
> > >
> > >
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com> ] On<mailto:%27vantage%40yahoogroups.com>
> > Behalf
> > > Of Ed Garbowski
> > > Sent: Wednesday, June 24, 2009 3:05 PM
> > > To: 'vantage@yahoogroups.com <mailto:%27vantage%40yahoogroups.com>
> <mailto:%27vantage%40yahoogroups.com> 'sales
> > > Subject: RE: RE: RE: [Vantage] Receipt and Job Labels
> > >
> > >
> > >
> > >
> > >
> > > We did not so much choose Bartender as were told by the Epicor
> > rep<mailto:vantage%40yahoogroups.com>
> > > that if we were going to barcode, we needed to add a copy of
> Bartender
> > > to our Epicor order. Not knowing better at the time, either that
> > > Bartender was not really needed or not to trust the rep, we bought
> and
> > > implemented it. I'll try Crystal this evening and may scrap
> Bartender
> > if
> > > that works better for us.
> > >
> > > Thanks,
> > > Ed
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com> ] On
> > > Behalf Of Rob Bucek
> > > Sent: Wednesday, June 24, 2009 11:32 AM
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > Subject: RE: RE: [Vantage] Receipt and Job Labels
> > >
> > > Up until 407a Ive used crystal for all our autoprint processes and
> > have
> > > had very good success with it in general. In 407a they broke my
> > > autoprint for packing slips..bastards..(sorry that slipped). What
> made
> > > you choose the bartender over crystal?
> > >
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com
> <mailto:vantage%40yahoogroups.com><mailto:%27vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>]
> > > On Behalf
> > > Of Ed Garbowski
> > > Sent: Wednesday, June 24, 2009 8:55 AM
> > > To: 'vantage@yahoogroups.com <mailto:%27vantage%40yahoogroups.com>
> <mailto:%27vantage%40yahoogroups.com>being
> > <mailto:%27vantage%40yahoogroups.com>
> > > <mailto:%27vantage%40yahoogroups.com>'
> > > Subject: RE: RE: [Vantage] Receipt and Job Labels
> > >
> > > All of our labels are produced using Bartender. Their .bt files
> > require
> > > a header record that identifies parameters that must use an
> auto-print
> > > process from within Vantage, however the auto-print process Epicor
> > > provides is buggy and produces multiple data records instead of a
> > single
> > > record. I've started writing a .p auto-print process, but not
> aanticipated.
> > > progress programmer, prospects for good results are not
> > We<mailto:vantage%40yahoogroups.com>
> > > are on 8.03.404b.
> > >
> > > Thanks,
> > > Ed
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > ]
> > > On
> > > Behalf Of Rob Bucek
> > > Sent: Tuesday, June 23, 2009 11:03 AM
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > Subject: RE: [Vantage] Receipt and Job Labels
> > >
> > > In what manner may you have foreseen that crystal couldn't
> accomplish
> > > this for you?
> > >
> > > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com
> <mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>]
> > > On Behalf
> > > Of Ed Garbowski
> > > Sent: Tuesday, June 23, 2009 10:07 AM
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>lot
> > <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> > > <mailto:vantage%40yahoogroups.com>
> > > Subject: [Vantage] Receipt and Job Labels
> > >
> > > One of our biggest remaining issues is with Vantage not having a
> > > stand-alone label printing app to be able to print receiving
> purchased
> > > and manufactured lot labels. We have customizations to generate
> > initial
> > > receipt labels, but no way to reprint or print additional labels
> > > labels. Does anyone know of a way to do this already, and if not,a
> > > customization or app to print them?the
> > >
> > > Thanks,
> > > Ed
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > ________________________________
> > > The information contained in this message is intended solely for
> > > individual to whom it is specifically and originally addressed.This
> > > message and its contents may contain confidential or privilegedany
> > > information. If you are not the intended recipient, you are hereby
> > > notified that any disclosure or distribution, or taking any action
> in
> > > reliance on the contents of this information, is strictly
> prohibited.
> > > We have taken precautions to minimize the risk of transmitting
> > software
> > > viruses, but we advise you to carry out your own virus checks on
> > > attachment to this message. We cannot accept liability for anyloss
> ormessage
> > > damage caused by software viruses.
> > >
> > > This message (including any attachments) is intended only for
> > > the use of the individual or entity to which it is addressed and
> > > may contain information that is non-public, proprietary,
> > > privileged, confidential, and exempt from disclosure under
> > > applicable law or may constitute as attorney work product.
> > > If you are not the intended recipient, you are hereby notified
> > > that any use, dissemination, distribution, or copying of this
> > > communication is strictly prohibited. If you have received this
> > > communication in error, notify us immediately by telephone and
> > > (i) destroy this message if a facsimile or (ii) delete this
> > > immediately if this is an electronic communication.the
> > >
> > > Thank you.
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > > ________________________________
> > > The information contained in this message is intended solely for
> > > individual to whom it is specifically and originally addressed.This
> > > message and its contents may contain confidential or privilegedany
> > > information. If you are not the intended recipient, you are hereby
> > > notified that any disclosure or distribution, or taking any action
> in
> > > reliance on the contents of this information, is strictly
> prohibited.
> > > We have taken precautions to minimize the risk of transmitting
> > software
> > > viruses, but we advise you to carry out your own virus checks on
> > > attachment to this message. We cannot accept liability for anyloss
> ormessage
> > > damage caused by software viruses.
> > >
> > > This message (including any attachments) is intended only for
> > > the use of the individual or entity to which it is addressed and
> > > may contain information that is non-public, proprietary,
> > > privileged, confidential, and exempt from disclosure under
> > > applicable law or may constitute as attorney work product.
> > > If you are not the intended recipient, you are hereby notified
> > > that any use, dissemination, distribution, or copying of this
> > > communication is strictly prohibited. If you have received this
> > > communication in error, notify us immediately by telephone and
> > > (i) destroy this message if a facsimile or (ii) delete this
> > > immediately if this is an electronic communication.[Non-text portions of this message have been removed]
> > >
> > > Thank you.
> > >
> > > [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]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>