OK, I finally got results using the Customization suggestion from Rob
Brown on another piece of this thread.
I used a FKV to pull Part.PartsPerContainer into ShipDtl.Number01
Then I added ShipDtl.Number01 to my Data Definitions which made it
available to put it on my CR PackingList.
It worked. It's not automatic. It will require the user to click on
my new ShipDtl.Number01 field to pull in the data during Customer
Shipment Entry because the only Vantage Wizard Event that I
understand how to use is "GotFocus".
It was a lot of work to do this customization when it would have been
a very simple task if I was using ODBC. However, with the
customization "workaround" I have avoided the maintenance issues of
ODBC drivers on dozens of user computers.
Thanks to Todd for raising this question and thanks to everyone who
replied and gave me more tools for my toolbox.
Lynn
--- In vantage@yahoogroups.com, "Scott Litzau" <scott.litzau@...>
wrote:
Brown on another piece of this thread.
I used a FKV to pull Part.PartsPerContainer into ShipDtl.Number01
Then I added ShipDtl.Number01 to my Data Definitions which made it
available to put it on my CR PackingList.
It worked. It's not automatic. It will require the user to click on
my new ShipDtl.Number01 field to pull in the data during Customer
Shipment Entry because the only Vantage Wizard Event that I
understand how to use is "GotFocus".
It was a lot of work to do this customization when it would have been
a very simple task if I was using ODBC. However, with the
customization "workaround" I have avoided the maintenance issues of
ODBC drivers on dozens of user computers.
Thanks to Todd for raising this question and thanks to everyone who
replied and gave me more tools for my toolbox.
Lynn
--- In vantage@yahoogroups.com, "Scott Litzau" <scott.litzau@...>
wrote:
>licenses
> The licensing does work that way. In Vantage there you have so many
> but in your ODBC Setup in PET you set the number of ODBCconnections the
> database can a accept (the more connection the more memory it doesutilize
> as the connection are created). I have 30 user licenses for Vantageand then
> I have 20 available ODBC connections.with our
>
> So go ahead and do it by ODBC and I am sure it will work. I do this
> Picking Ticket. I am able to print on the picking Ticket if theOrder is on
> Credit Hold and not just the Customer by linking back to theCustomer
> pulling information in to then main report and then determine ifthe Order
> is on Credit Hold.Behalf Of
>
> Scott Litzau, MCP
> Olympus Flag & Banner
> Information Systems Manager
> scott.litzau@...
> P: 414-365-9732
> F: 414-355-1931
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> Lynnget
> Sent: Thursday, June 26, 2008 10:06 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: OrderDtl to Job Traveler - V8.03.404A
>
> Hi Scott:
>
> It didn't work. I created the subreport and linked it to the
> container report via ShipDtl.PartNum = Part.PartNum, but I cannot
> the PackingList Subreport to bring in any data from the Part fileCR
> either.
>
> I guess I'm going to have to go to the last resort and use ODBC. I
> have been extremely reluctant to do this because it is my
> understanding that when the user is using Vantage and the Progress-
> ODBC, then 2 Vantage licenses are being used by the user. We willmust
> very quickly run out of Vantage/Progress licenses if this option
> be used.it
>
> Thanks.
>
> Lynn
>
>
>
> --- In vantage@yahoogroups.com, "Scott Litzau" <scott.litzau@>
> wrote:
> >
> > Even though you may have added the table in the Data Definition
> does notthe
> > mean it linked when the process to create the report generates
> XML file.database
> > So in Crystal when you link them you probably see that the Part
> Table in the
> > linking tab has no indication of Primary, 2nd, etc... indexes.
> >
> > So in Crystal create a subreport and then link to the Subreport
> Tables you
> > need. If that does not work Crystal can draw from multiple
> > connections at the same time. Meaning that not only can it readthe
> XMLdata
> > generated file from Vantage it can also link to Vantage via ODBC.
> So if
> > linking the above Part table does not work when included in the
> > definition you can create a subreport, have it talk to Vantagevia
> ODBC,back
> > link the table and fields via the subreport and you should get
> the datausername
> > you are looking for.
> >
> > But you will have to edit the registry to put the default
> andthat
> > password in the ODBC connection to Vantage. Otherwise when the
> report runs
> > it will ask the user for both.
> >
> > Scott Litzau, MCP
> > Olympus Flag & Banner
> > Information Systems Manager
> > scott.litzau@
> > P: 414-365-9732
> > F: 414-355-1931
> >
> > -----Original Message-----
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> Behalf Of
> > Lynn
> > Sent: Thursday, June 26, 2008 8:50 AM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Re: OrderDtl to Job Traveler - V8.03.404A
> >
> > I am having what seems to be the EXACT same problem this week.
> >
> > I am on Vantage 8.03.404/Progress.
> >
> > Following the instructions in AnswerBook # 4778MPS, I added the
> Part
> > file to the canned Vantage Data Definitions for the Packing Slip
> form.
> >
> > When I am in Crystal Reports, I can link the Part file. And from
> the
> > Field Explorer, I add the Part.PartsPerContainer field to my
> > PackingSlip CR.
> >
> > When I save the CR and go back to Vantage to preview a packing
> slip,
> > at first glance the packing slip looks fine; but the field(s)
> Ibug
> > am trying to pull in from the Part file do not show up.
> >
> > I have also experimented with the CR links to no avail.
> >
> > I too am wondering if there is a bug in the process.
> >
> > Lynn
> >
> >
> >
> > --- In vantage@yahoogroups.com, "Todd Hofert" <todd@> wrote:
> > >
> > > Dave,
> > >
> > >
> > >
> > > I have played with the joins to no avail. I am thinking A) I am
> not
> > > doing something in the data definition, or B) it is a Vantage
> > thatit
> > > is not allowing me to add this table. I don't recall the
> specifics,
> > but
> > > I vaguely remember working with support on a similar issue
> > (different
> > > data definition and tables but same basic issue) and was told
> > was aa
> > > bug. I threw the question out hoping someone knew a solution or
> > wayOn
> > > around it. I think I will try the sub report route and see what
> > happens
> > > unless someone else steps up with the answer.
> > >
> > >
> > >
> > > Thanks
> > >
> > > Todd
> > >
> > >
> > >
> > > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
> > Behalfbeen
> > > Of Dave Olender
> > > Sent: Thursday, June 26, 2008 8:34 AM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] Re: OrderDtl to Job Traveler - V8.03.404A
> > >
> > >
> > >
> > > Mr. Todd: I don't know all of your details, however I can say
> that
> > at
> > > least in my case when a report comes up blank, it has always
> > > because I messed up one of the joins at the crystal level.Outer".
> > >
> > > Try changing the links associated with the fields to "Left
> > >of
> > > Good Luck,
> > >
> > > Dave Olender
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%
> 40yahoogroups.com> ,
> > > "Todd Hofert" <todd@> wrote:
> > > >
> > > > Last week I posted a couple of questions regarding shipping
> > > Overs andthe
> > > > Unders. Thanks to feedback from the group I have 95% of a
> > solution
> > > in
> > > > place to deal with this problem. The remaining 5% left undone
> is
> > > being
> > > > able to print the two fields; OrderDtl.Number20 and
> > > OrderDtl.Number19 on
> > > > my Job Traveler.
> > > >
> > > >
> > > >
> > > > I have copied the canned Vantage Report Data Definition and
> have
> > > been
> > > > trying to add the OrderDtl Table to that definition but have
> > failed.
> > > > When I add those fields to the Crystal Report the report goes
> > > blank. Can
> > > > anyone offer assistance in how to properly add this data to
> > dataaccess. )
> > > > definition/Crystal report?
> > > >
> > > >
> > > >
> > > > Thanks
> > > > Todd H.
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> must have
> > already linked your email address to a yahoo id to enable
> > (1) To access the Files Section of our Yahoo!Group for Reportmust have
> 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/linksYahoo! Groups Links
> >
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You
> already linked your email address to a yahoo id to enable access. )Builder and
> (1) To access the Files Section of our Yahoo!Group for Report
> 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/linksYahoo! Groups Links
>