We've been putting digital pictures of our parts on every Job
Traveler, except first run parts, since we've gone live with Vantage
in May '01. The shop loves seeing them instead of the old hand
sketch that used to be photocopied on to the Travelers back in the
DCD Classic days.
I know there have been discussions on this in the past were I've
described the method I've used but it has been quite a while and
there are lots of new names on board so I'll explain it again. It's
something I'm really proud of actually so I'm happy to pass it along.
Over time, I've made many improvements to the overall process of
managing the pics, to automate the steps and make it as efficient as
possible, I won't describe all of that now, we first need to get an
image on the traveler.
The basic thing you need is a table with a PN field and an image
field. I'm using Microsoft Access. For starters, create a table,
enter a Part Number and embed a picture as an OLE object.
Next you have to create an ODBC System DSN pointing to the Access DB
you created. Do this in the ODBC administrator.
Now go to Vantage, find a job for the PN you've entered. Print
Preview it and go into the Crystal Designer. Open the traveler rpt
and preview that. Now add a sub report. My subreport has the
JobHead table from Vantage and my PartPic table from Access joined by
PartNum, you may be able to use just the PartPic table from Access.
I'm doing some stuff with the PN from the Job Head table that is
exclusive to our company. Insert the pic field into the Subreport.
Join the sub report to the main report by PartNum to the
JobAsm.PartNum. Now you should be able to preview the report and see
the pic.
If you get that far, you need to think about managing you pics in the
Database and we can talk more about that later.
Let me know if you have questions.
Brian Stenglein
Clow Stamping Co.
Traveler, except first run parts, since we've gone live with Vantage
in May '01. The shop loves seeing them instead of the old hand
sketch that used to be photocopied on to the Travelers back in the
DCD Classic days.
I know there have been discussions on this in the past were I've
described the method I've used but it has been quite a while and
there are lots of new names on board so I'll explain it again. It's
something I'm really proud of actually so I'm happy to pass it along.
Over time, I've made many improvements to the overall process of
managing the pics, to automate the steps and make it as efficient as
possible, I won't describe all of that now, we first need to get an
image on the traveler.
The basic thing you need is a table with a PN field and an image
field. I'm using Microsoft Access. For starters, create a table,
enter a Part Number and embed a picture as an OLE object.
Next you have to create an ODBC System DSN pointing to the Access DB
you created. Do this in the ODBC administrator.
Now go to Vantage, find a job for the PN you've entered. Print
Preview it and go into the Crystal Designer. Open the traveler rpt
and preview that. Now add a sub report. My subreport has the
JobHead table from Vantage and my PartPic table from Access joined by
PartNum, you may be able to use just the PartPic table from Access.
I'm doing some stuff with the PN from the Job Head table that is
exclusive to our company. Insert the pic field into the Subreport.
Join the sub report to the main report by PartNum to the
JobAsm.PartNum. Now you should be able to preview the report and see
the pic.
If you get that far, you need to think about managing you pics in the
Database and we can talk more about that later.
Let me know if you have questions.
Brian Stenglein
Clow Stamping Co.
--- In vantage@yahoogroups.com, "kfm1947" <kmonico@d...> wrote:
> One of my users wants to put pictures of parts on the travelers.
> Does anyone have any thoughts on how this could be done? The only
> thoughts I could pick up from the Crystal website was a rather
> complicated procedure using Visual Basic. Would appreciate any
help.