Pictures in methods

Ideally what you'd have in the Crystal programming model is an event like OnBeforePrint() and OnAfterPrint(). If I had the path references to the PDF files then I could just call the Acrobat Print action on the PDF file and it would print automatically. E.g.

set oWsh = CreateObject ("Wscript.Shell")
oWsh.run """Acrobat.exe"" /p /h" &FileName,,true

-bws

--
Brian W. Spolarich ~ Manager, Information Services ~ Advanced Photonix / Picometrix
    bspolarich@... ~ 734-864-5618 ~ www.advancedphotonix.com


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Charlie Wilson
Sent: Friday, October 09, 2009 8:28 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods

The logic makes sense I guess. I kinda wish they wouldn't protect me from
myself and let me figure that out.



I've been digging to google results this morning and it doesn't seem too
many people want to embed "dynamic" pdfs into a crystal that are pulled from
a location held in a field.







~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Gerry Loranger
Sent: Friday, October 09, 2009 8:21 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





I checked into this. Link a doc, pdf etc and Crystal runs a process that
creates an image and embeds it into the report. You'll notice that when you
link to a large PDF or Doc, Crystal seems to hang for a bit? The image
creation process can take quite some time, depending on the size of the PDF,
Doc etc. If Crystal allowed PDFs and Docs to be linked to files, this image
creation process might have to run on numerous records - resulting in a
major crashing issue.

Perhaps, there is a way to script Crystal and override this safety
feature... but that would be far too ambitious to attempt on a Friday.

Gerry

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Friday, October 09, 2009 6:30 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

We ultimately want them on the job traveler. The engineer that asked for
this may be willing to deal with the limitation of it needing to be a
JPG/BPM/TIF file. Rebuilding the job traveler as a dashboard doesn't sound
like a lot of fun.

He can just scan what ever he want to jpg and attach it that way.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Rob Bucek
Sent: Thursday, October 08, 2009 4:57 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

Charlie,

Can this report be done in a dashboard instead? I have gotten dynamic
url linking to work in dashboards before using file paths from a user
defined field in a table or what have you. The image (.pdf, .jpg etc)
displays on a tab/sheet. You could print it from there.

Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg <http://www.dsmfg <http://www.dsmfg.com/> com/> com/>

(Click the logo to view our site) <http://www.dsmfg <http://www.dsmfg
<http://www.dsmfg.com/> com/>
com/>

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
Of Charlie Wilson
Sent: Thursday, October 08, 2009 3:30 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Didn't really get me anywhere.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:10 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.

[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]





[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 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/linksYahoo! Groups Links
We would love to include pictures and diagrams in our methods to help
explain what people should be doing does anyone know of a way to do this?







~Charlie





[Non-text portions of this message have been removed]
Do you have Document Association; attachments

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 9:38 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Pictures in methods




We would love to include pictures and diagrams in our methods to help
explain what people should be doing does anyone know of a way to do this?

~Charlie

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







[Non-text portions of this message have been removed]
The following bit of code loads an embedded image, specified in a user
defined character field, in a picturebox control on the part form:





Private Sub PartForm_Load(ByVal sender As object, ByVal args As
EventArgs) Handles PartForm.Load

'//

'// Add Event Handler Code

'//



Dim fileName As String = String.Empty

Dim companyAdapter As CompanyAdapter = New

CompanyAdapter(EngWorkBenchEntryForm)

companyAdapter.BOConnect()

Dim company As String = PartForm.Session.CompanyID

Dim found As Boolean = companyAdapter.GetByID(company)



if (found) then

fileName =
companyAdapter.CompanyData.Company.Rows(0)("Character10")

picPartAttachment.Image =
System.Drawing.Image.FromFile(fileName)

end if



End Sub



This got put on the back burner, I still haven't had a chance to test it.



Gerry





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 9:38 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Pictures in methods





We would love to include pictures and diagrams in our methods to help
explain what people should be doing does anyone know of a way to do this?

~Charlie

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





[Non-text portions of this message have been removed]
Yes we can attach outside documents to internal vantage documents such as a
part master.



But how can we get it to display on the method that we print off and send
out to the floor?



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
advantage@...
Sent: Thursday, October 08, 2009 9:44 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Pictures in methods





Do you have Document Association; attachments

-----Original Message-----
From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 9:38 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: [Vantage] Pictures in methods

We would love to include pictures and diagrams in our methods to help
explain what people should be doing does anyone know of a way to do this?

~Charlie

[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]
Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get messy.

Gerry


--- In vantage@yahoogroups.com, "Charlie Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]
>
Now that is pretty slick time to hit the drawing board with this one.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Pictures in methods





Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]
Any way I could make It do PDFs DOCs and XLSs files?



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Pictures in methods





Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]
You can link any file in Crystal using the same method.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 11:52 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





Any way I could make It do PDFs DOCs and XLSs files?

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Pictures in methods

Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]





[Non-text portions of this message have been removed]
When I use your method I can import an intial PDF for example but after I
make the change to the graphic file location it doesn't change.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:08 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





You can link any file in Crystal using the same method.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 11:52 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Any way I could make It do PDFs DOCs and XLSs files?

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Pictures in methods

Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]

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





[Non-text portions of this message have been removed]
I'm seeing the same thing with PDFs and docs.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 1:17 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





When I use your method I can import an intial PDF for example but after I
make the change to the graphic file location it doesn't change.

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:08 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

You can link any file in Crystal using the same method.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 11:52 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Any way I could make It do PDFs DOCs and XLSs files?

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Pictures in methods

Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]

[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]
If you change to a picture it does change doesn't it?



It's almost like if it is some file type other than an image it needs to be
entered somewhere else.



I wish I could select my datafield at the location that you browse for the
initial file.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:47 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





I'm seeing the same thing with PDFs and docs.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 1:17 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

When I use your method I can import an intial PDF for example but after I
make the change to the graphic file location it doesn't change.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:08 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

You can link any file in Crystal using the same method.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 11:52 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Any way I could make It do PDFs DOCs and XLSs files?

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Pictures in methods

Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]

[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]
Yes, images are displaying the file specified but pdfs only display the
original file. If I get a chance to look into it and get pdfs working, I'll
let you know. If you get it going, I'd be interested in knowing the
resolution.







From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 1:53 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





If you change to a picture it does change doesn't it?

It's almost like if it is some file type other than an image it needs to be
entered somewhere else.

I wish I could select my datafield at the location that you browse for the
initial file.

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:47 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

I'm seeing the same thing with PDFs and docs.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 1:17 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

When I use your method I can import an intial PDF for example but after I
make the change to the graphic file location it doesn't change.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Gerry Loranger
Sent: Thursday, October 08, 2009 1:08 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

You can link any file in Crystal using the same method.

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
Charlie Wilson
Sent: Thursday, October 08, 2009 11:52 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Any way I could make It do PDFs DOCs and XLSs files?

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
schmangy20000
Sent: Thursday, October 08, 2009 10:33 AM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: Pictures in methods

Here's a suggestion.

Utilize a user character field to store the image locations.

Then on your Crystal report, Insert > OLE Object > Create from File. Select
any image and click OK.

Position the image on your Crystal Report.

Right click over the image and select Format Graphic, select the Picture tab
and then click the Graphic Location tab.

Enter the image file location, field.

I would think the images should be a standard size or your report could get
messy.

Gerry

--- In vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com, "Charlie
Wilson" <foamdesigncsw@...> wrote:
>
> Yes we can attach outside documents to internal vantage documents such as
a
> part master.
>
>
>
> But how can we get it to display on the method that we print off and send
> out to the floor?
>
>
>
> ~Charlie
>
> _____
>
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf Of
> advantage@...
> Sent: Thursday, October 08, 2009 9:44 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: RE: [Vantage] Pictures in methods
>
>
>
>
>
> Do you have Document Association; attachments
>
> -----Original Message-----
> From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> [mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
> Behalf Of
> Charlie Wilson
> Sent: Thursday, October 08, 2009 9:38 AM
> To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
> Subject: [Vantage] Pictures in methods
>
> We would love to include pictures and diagrams in our methods to help
> explain what people should be doing does anyone know of a way to do this?
>
> ~Charlie
>
> [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]

[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]





[Non-text portions of this message have been removed]
> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.
Didn't really get me anywhere.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:10 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods






> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.





[Non-text portions of this message have been removed]
vantage@yahoogroups.com wrote:
> Didn't really get me anywhere.
>

Which means you still get a static pdf, doc, etc.?
yes



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:46 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com wrote:
> Didn't really get me anywhere.
>

Which means you still get a static pdf, doc, etc.?





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



Can this report be done in a dashboard instead? I have gotten dynamic
url linking to work in dashboards before using file paths from a user
defined field in a table or what have you. The image (.pdf, .jpg etc)
displays on a tab/sheet. You could print it from there.



Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site) <http://www.dsmfg.com/>





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Charlie Wilson
Sent: Thursday, October 08, 2009 3:30 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





Didn't really get me anywhere.

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:10 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.

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





[Non-text portions of this message have been removed]
We ultimately want them on the job traveler. The engineer that asked for
this may be willing to deal with the limitation of it needing to be a
JPG/BPM/TIF file. Rebuilding the job traveler as a dashboard doesn't sound
like a lot of fun.



He can just scan what ever he want to jpg and attach it that way.



~Charlie

_____

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Rob Bucek
Sent: Thursday, October 08, 2009 4:57 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





Charlie,

Can this report be done in a dashboard instead? I have gotten dynamic
url linking to work in dashboards before using file paths from a user
defined field in a table or what have you. The image (.pdf, .jpg etc)
displays on a tab/sheet. You could print it from there.

Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg <http://www.dsmfg.com/> com/>

(Click the logo to view our site) <http://www.dsmfg <http://www.dsmfg.com/>
com/>

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
Of Charlie Wilson
Sent: Thursday, October 08, 2009 3:30 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Didn't really get me anywhere.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:10 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.

[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]
I checked into this. Link a doc, pdf etc and Crystal runs a process that
creates an image and embeds it into the report. You'll notice that when you
link to a large PDF or Doc, Crystal seems to hang for a bit? The image
creation process can take quite some time, depending on the size of the PDF,
Doc etc. If Crystal allowed PDFs and Docs to be linked to files, this image
creation process might have to run on numerous records - resulting in a
major crashing issue.



Perhaps, there is a way to script Crystal and override this safety
feature... but that would be far too ambitious to attempt on a Friday.



Gerry











From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Charlie Wilson
Sent: Friday, October 09, 2009 6:30 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Pictures in methods





We ultimately want them on the job traveler. The engineer that asked for
this may be willing to deal with the limitation of it needing to be a
JPG/BPM/TIF file. Rebuilding the job traveler as a dashboard doesn't sound
like a lot of fun.

He can just scan what ever he want to jpg and attach it that way.

~Charlie

_____

From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Rob Bucek
Sent: Thursday, October 08, 2009 4:57 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

Charlie,

Can this report be done in a dashboard instead? I have gotten dynamic
url linking to work in dashboards before using file paths from a user
defined field in a table or what have you. The image (.pdf, .jpg etc)
displays on a tab/sheet. You could print it from there.

Rob Bucek

Manufacturing Engineer

PH: (715) 284-5376 ext 3111

FAX: (715)284-4084

<http://www.dsmfg <http://www.dsmfg.com/> com/>

(Click the logo to view our site) <http://www.dsmfg <http://www.dsmfg.com/>
com/>

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com] On
Behalf
Of Charlie Wilson
Sent: Thursday, October 08, 2009 3:30 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
Subject: RE: [Vantage] Re: Pictures in methods

Didn't really get me anywhere.

~Charlie

_____

From: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Mark Wonsil
Sent: Thursday, October 08, 2009 4:10 PM
To: vantage@yahoogroups <mailto:vantage%40yahoogroups.com> .com
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: Pictures in methods

> Then on your Crystal report, Insert > OLE Object > Create
> from File. Select any image and click OK.

Sounds like it's embedding the OLE object. What happens if you click the
"Link" checkbox at this step?

Mark W.

[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]