Index
2008-08-07 18:48johnf : [dabo-users] is possible to display a PDF in a widget
2008-08-07 18:51Paul McNett : Re: [dabo-users] is possible to display a PDF in a widget
2008-08-07 19:05johnf : Re: [dabo-users] is possible to display a PDF in a widget
2008-08-07 19:11Paul McNett : Re: [dabo-users] is possible to display a PDF in a widget
2008-08-07 19:15Nate Lowrie : Re: [dabo-users] is possible to display a PDF in a widget
2013-05-15 16:29Desmond Lloyd : Display a PDF
2013-05-15 16:35M Jarvis : Re: Display a PDF
2013-05-15 20:48Ted Roche : Re: Display a PDF
2013-05-15 21:01desmond.lloyd@gmail.com: Re: Display a PDF
2013-05-22 11:44Bob Lee : RE: Display a PDF
Back to top
[dabo-users] is possible to display a PDF in a widget

Author: johnf

Posted: 2008-08-07 18:48:00   Link

I don't recall any control that can display a PDF file.

--

John Fabiani

©2008 johnf
Back to top
Re: [dabo-users] is possible to display a PDF in a widget

Author: Paul McNett

Posted: 2008-08-07 18:51:01   Link

johnf wrote:

> I don't recall any control that can display a PDF file.

dabo.ui.dPdfWindow

However, it only works on Windows, and not very well (it's an ActiveX

control that instantiates Internet Explorer and Adobe Acrobat Reader).

Paul

©2008 Paul McNett
Back to top
Re: [dabo-users] is possible to display a PDF in a widget

Author: johnf

Posted: 2008-08-07 19:05:47   Link

On Thursday 07 August 2008 03:51:01 pm Paul McNett wrote:

> johnf wrote:

> > I don't recall any control that can display a PDF file.

>

> dabo.ui.dPdfWindow

>

> However, it only works on Windows, and not very well (it's an ActiveX

> control that instantiates Internet Explorer and Adobe Acrobat Reader).

>

> Paul

Right I forgot about the windows dPdfWindow. Of course I'm on Linux.

--

John Fabiani

©2008 johnf
Back to top
Re: [dabo-users] is possible to display a PDF in a widget

Author: Paul McNett

Posted: 2008-08-07 19:11:33   Link

johnf wrote:

> On Thursday 07 August 2008 03:51:01 pm Paul McNett wrote:

>> johnf wrote:

>>> I don't recall any control that can display a PDF file.

>> dabo.ui.dPdfWindow

>>

>> However, it only works on Windows, and not very well (it's an ActiveX

>> control that instantiates Internet Explorer and Adobe Acrobat Reader).

>>

>> Paul

>

> Right I forgot about the windows dPdfWindow. Of course I'm on Linux.

There are Linux tools to create image files from PDFs. You could do

on-the-fly conversion and display the bitmap.

Just an idea.

Or live with displaying the pdf in an external editor, using e.g.

dabo.lib.reportUtils.previewPdf()

Paul

©2008 Paul McNett
Back to top
Re: [dabo-users] is possible to display a PDF in a widget

Author: Nate Lowrie

Posted: 2008-08-07 19:15:58   Link

On Thu, Aug 7, 2008 at 5:11 PM, Paul McNett <p@ulmcnett.com> wrote:

> johnf wrote:

>> On Thursday 07 August 2008 03:51:01 pm Paul McNett wrote:

>>> johnf wrote:

>>>> I don't recall any control that can display a PDF file.

>>> dabo.ui.dPdfWindow

>>>

>>> However, it only works on Windows, and not very well (it's an ActiveX

>>> control that instantiates Internet Explorer and Adobe Acrobat Reader).

>>>

>>> Paul

>>

>> Right I forgot about the windows dPdfWindow. Of course I'm on Linux.

>

> There are Linux tools to create image files from PDFs. You could do

> on-the-fly conversion and display the bitmap.

>

> Just an idea.

>

> Or live with displaying the pdf in an external editor, using e.g.

> dabo.lib.reportUtils.previewPdf()

I like the external viewer. No overhead and the viewers do a better

job that we could.

Nate L.

©2008 Nate Lowrie
Back to top
Display a PDF

Author: Desmond Lloyd

Posted: 2013-05-15 16:29:40   Link

Does anyone have suggestions on how to display a PDF from VFP? Recommend

some possible control alternatives?

Am needing to display a PDF, print, but NOT save.

TIA,

Regards,

Desmond

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAAJXvaPN5T91wHOhAYKaEzHP=t29WA_ghBbdq2qbq9gTqOoqDA@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Desmond Lloyd
Back to top
Re: Display a PDF

Author: M Jarvis

Posted: 2013-05-15 16:35:37   Link

On Wed, May 15, 2013 at 2:29 PM, Desmond Lloyd <desmond.lloyd@gmail.com> wrote:

> Does anyone have suggestions on how to display a PDF from VFP? Recommend

> some possible control alternatives?

>

> Am needing to display a PDF, print, but NOT save.

>

Can you get away with doing a ShellExecute and open it up that way?

--

Matt Jarvis

Eugene, Oregon USA

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CAPT54rbvHKcYoeReL6jLGvUL2D7pHcvEX8sQYnrQBkjQMHBwNQ@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 M Jarvis
Back to top
Re: Display a PDF

Author: Ted Roche

Posted: 2013-05-15 20:48:23   Link

On Wed, May 15, 2013 at 5:29 PM, Desmond Lloyd <desmond.lloyd@gmail.com>wrote:

> Does anyone have suggestions on how to display a PDF from VFP?

FROM VFP or WITHIN VFP?

Please provide a little more details and you might get more appropriate

suggestions.

> Recommend

> some possible control alternatives?

>

> Am needing to display a PDF, print, but NOT save.

>

>

You could embed an IE control within a VFP form, and have that open a PDF.

Adobe Reader also has/had embeddable controls.

If you just want to launch the PDF, Matt's suggestion of ShellExecute is

the best. If they have installed Acrobat or FoxReader or whatever, the PDF

launches in the user's choice of programs.

--

Ted Roche

Ted Roche & Associates, LLC

http://www.tedroche.com

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CACW6n4sNOxf+JfHB2vrFx5a5Cm4SYG_=QOUAPi-YD=v+7pTA6w@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Ted Roche
Back to top
Re: Display a PDF

Author: desmond.lloyd@gmail.com

Posted: 2013-05-15 21:01:01   Link

On a form as part of an VFP app... Have used the MS web browser control as a test. Looks promising....

Sent via BlackBerry by AT&T

-----Original Message-----

From: Ted Roche <tedroche@gmail.com>

Sender: "ProFox" <profox-bounces@leafe.com>Date: Wed, 15 May 2013 21:48:23

To: profox@leafe.com<profox@leafe.com>

Reply-To: ProFox Email List <profox@leafe.com>

Subject: Re: Display a PDF

On Wed, May 15, 2013 at 5:29 PM, Desmond Lloyd <desmond.lloyd@gmail.com>wrote:

> Does anyone have suggestions on how to display a PDF from VFP?

FROM VFP or WITHIN VFP?

Please provide a little more details and you might get more appropriate

suggestions.

> Recommend

> some possible control alternatives?

>

> Am needing to display a PDF, print, but NOT save.

>

>

You could embed an IE control within a VFP form, and have that open a PDF.

Adobe Reader also has/had embeddable controls.

If you just want to launch the PDF, Matt's suggestion of ShellExecute is

the best. If they have installed Acrobat or FoxReader or whatever, the PDF

launches in the user's choice of programs.

--

Ted Roche

Ted Roche & Associates, LLC

http://www.tedroche.com

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/CACW6n4sNOxf+JfHB2vrFx5a5Cm4SYG_=QOUAPi-YD=v+7pTA6w@mail.gmail.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/115403032-1368669663-cardhu_decombobulator_blackberry.rim.net-1468662830-@b16.c13.bise6.blackberry

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 desmond.lloyd@gmail.com
Back to top
RE: Display a PDF

Author: Bob Lee

Posted: 2013-05-22 11:44:54   Link

Adobe reader ole controls can be inserted into a form.. so you can view a

pdf inside vfp form.

Bob Lee

-----Original Message-----

From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Desmond

Lloyd

Sent: Wednesday, May 15, 2013 2:30 PM

To: profoxtech@leafe.com

Subject: Display a PDF

Does anyone have suggestions on how to display a PDF from VFP? Recommend

some possible control alternatives?

Am needing to display a PDF, print, but NOT save.

TIA,

Regards,

Desmond

--- StripMime Report -- processed MIME parts --- multipart/alternative

text/plain (text body -- kept)

text/html

---

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/06e801ce570b$b232bf10$16983d30$@1amsoftware.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Bob Lee