I am making a "simple"change to a report but cannot find the function 
"l_dtl11()" anywhere.  Searched using Code References, all files as well as 
GoFish.  No luck.
I promised the have this done by 11/17 but now...
Any suggestions?   There are a few other "l_dtl" functions which I cannot find 
as well.
Thanks Wes Wilson, President   ERW Custom Programming, Inc. Crescent Lake Plaza
5459  Elizabeth Lake Rd.
Waterford, MI 48327 
(248) 683-4182  www.erw.com weswil...@erw.com Visual FoxPro Programmers – Your 
connection to great Visual FoxPro Programmers
|   |
|   |   |   |   |   |
| Visual FoxPro Programmers – Your connection to great Visual FoxPro 
ProgrammersYour connection to great Visual FoxPro Programmers |
|  |
| View on www.visual-foxpro-programmer.com | Preview by Yahoo |
|  |
|   |

  
 
      From: "profox-requ...@leafe.com" <profox-requ...@leafe.com>
 To: profox@leafe.com 
 Sent: Wednesday, August 20, 2014 5:29 PM
 Subject: ProFox Digest, Vol 136, Issue 17
   
----- Forwarded Message -----

Send ProFox mailing list submissions to
    profox@leafe.com

To subscribe or unsubscribe via the World Wide Web, visit
    http://mail.leafe.com/mailman/listinfo/profox
or, via email, send a message with subject or body 'help' to
    profox-requ...@leafe.com

You can reach the person managing the list at
    profox-ow...@leafe.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ProFox digest..."

Today's Topics:

  1. Re: [NF] Enbedding a PDF (Charles Hart Enzer, M.D.)
  2. Re: New Job & My Crowd Funding Campaign (Kurt @ VR-FX)
  3. Re: New Job & My Crowd Funding Campaign (Kurt @ VR-FX)
  4. Re: Causes of General C5 errors when printing? (Paul Hemans)
  5. Re: Causes of General C5 errors when printing? (Vince Teachout)
  6. [OFF] test (Vladimir Aro)
  7. Re: [OFF] test (G?rard Lochon)
  8. Re: [OFF] test (Alan Bourke)
  9. Re: [OFF] test (Alan Bourke)
  10. Re: [OFF] test (Koen Piller)
  11. [NF] the guy we all love to hate (Stephen Russell)
  12. Re: [NF] the guy we all love to hate
      (mbsoftwaresoluti...@mbsoftwaresolutions.com)
  13. Re: [NF] the guy we all love to hate (Stephen Russell)
  14. Re: [OFF] test (G?rard Lochon)
  15. Re: [NF] the guy we all love to hate (Fred Taylor)
  16. Re: [NF] the guy we all love to hate (Stephen Russell)
  17. Date Picker in Grid (Jeff Johnson)
Dear Dan:

Thank you.

I am almost there.

A new window did open up.

  - You have chosen to open Slides.pdf
  - [source of PDF]
  - What should Firefox do with this file?
      - Open with. . . ..
      - Save File

I am looking to have it just open in a second window.  Lacking a PDF
Viewer, a message would pop up:

It appears you don't have a PDF plugin for this browser.
  No biggie... you can <a href="Slides.pdf">click here to
  download the PDF file

In other words, how to combine the Attrib Tag with the Object Tag:

<object data="Slides.pdf" type="application/pdf" width="100%" height="100%">

  <p>It appears you don't have a PDF plugin for this browser.
  No biggie... you can <a href="Slides.pdf">click here to
  download the PDF file.</a></p>

</object>

​


*C​harles​*
*Charles Hart Enzer, M.D., FAACAP*


*Volunteer Associate Professor of PsychiatryUniversity of Cincinnati
Medical CenterWebSite:http://TinyURL.com/EnzerMD
<http://TinyURL.com/EnzerMD>*







*If You See What Needs To Be Repaired And How to Repair It,Then You Have
Found a Piece of The WorldThat G-D Has Left For You to Complete.But If You
Only See What Is Wrong And How Ugly It Is,Then It Is Yourself That Needs
Repair.      Menachem Mendel Schneerson*

*Stop **Spammers** and **Virus Propagation*
*Before forwarding, please delete the history of all email address*


On Tue, Aug 19, 2014 at 3:35 PM, Dan Covill <dan.cov...@outlook.com> wrote:

>  ** That'll teach me to put HTML examples in a modern webmail system!  **
> Charles:The attribute goes in the <a ..........> element, thus:
>  (less than)a href="http://www.mydoc.pdf"; target="_blank">
> "_blank"  (don't forget the underscore) will cause the browser to open the
> reference in a new tab or window, depending on how the browser is
> configured.  I've had to do this in several cases, such as Facebook, where
> the referenced site/page/object cannot be opened in a frame.  Works fine.If
> the user doesn't have a PDF viewer as an add-on to the browser they're
> using, they'll most likely get a dialog asking if they want to save the
> file.Dan Covill
> > Date: Tue, 19 Aug 2014 15:01:47 -0400
> > Subject: Re: [NF] Enbedding a PDF
> > From: cen...@gmail.com
> > To: profoxt...@leafe.com
> >
> > Thank you for the Attribute Element.
> >
> > I haven't figured out how to combine Attrib with Object.
> >
> > That is, Open the PDF in It's Own Window
> >
> > ​​
> > ​T
> > ​hank you​
> >
> > *​.​*
> >
> >
> >
> >
> > *Charles Hart Enzer, M.D., FAACAPVolunteer Associate Professor of
> > PsychiatryUniversity of Cincinnati Medical
> > CenterWebSite:http://TinyURL.com/EnzerMD <http://TinyURL.com/EnzerMD>*
> >
> >
> >
> >
> >
> >
> >
> > *If You See What Needs To Be Repaired And How to Repair It,Then You Have
> > Found a Piece of The WorldThat G-D Has Left For You to Complete.But If
> You
> > Only See What Is Wrong And How Ugly It Is,Then It Is Yourself That Needs
> > Repair.      Menachem Mendel Schneerson*
> >
> > *Stop **Spammers** and **Virus Propagation*
> > *Before forwarding, please delete the history of all email address*
> >
> >
> > On Tue, Aug 19, 2014 at 12:24 PM, Leland F Jackson, CPA <
> > lela...@mail.smvfp.com> wrote:
> >
> > > I think the html "target attribute" is what you're looking for:
> > >
> > > http://www.w3schools.com/tags/att_a_target.asp
> > >
> > > Regards,
> > >
> > > LelandJ
> > >
> > >
> > >
> > > On 08/19/2014 11:10 AM, Charles Hart Enzer wrote:
> > >
> > >> Dear Leland:
> > >>
> > >> Thank you.
> > >>
> > >> Works fine.
> > >>
> > >> My next step is HTML to open the PDF in another window.
> > >>
> > >> What do you suggest?
> > >> ​
> > >>
> > >> *C​harles​*
> > >>
> > >>
> > >>
> > >> *Charles Hart Enzer, M.D., FAACAPVolunteer Associate Professor of
> > >> PsychiatryUniversity of Cincinnati Medical
> > >> CenterWebSite:http://TinyURL.com/EnzerMD <http://TinyURL.com/EnzerMD
> >*
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> *If You See What Needs To Be Repaired And How to Repair It,Then You
> Have
> > >> Found a Piece of The WorldThat G-D Has Left For You to Complete.But
> If You
> > >> Only See What Is Wrong And How Ugly It Is,Then It Is Yourself That
> Needs
> > >> Repair.      Menachem Mendel Schneerson*
> > >>
> > >> *Stop **Spammers** and **Virus Propagation*
> > >> *Before forwarding, please delete the history of all email address*
> > >>
> > >>
> > >> On Tue, Aug 19, 2014 at 9:43 AM, Leland F Jackson, CPA <
> > >> lela...@mail.smvfp.com> wrote:
> > >>
> > >>  Perhaps this will help:
> > >>>
> > >>> http://www.pdfobject.com/markup/index.php
> > >>>
> > >>> Regards,
> > >>>
> > >>> LelandJ
> > >>>
> > >>>
> > >>>
> > >>>
> > >>> On 08/19/2014 08:04 AM, Charles Hart Enzer wrote:
> > >>>
> > >>>  On some of my Web Pages, I want to embed a PDF.
> > >>>>
> > >>>> I want to the PDF to open in the Browser.
> > >>>>
> > >>>> When I put in a link to a PDF, the Browser now asks to download.
> > >>>>
> > >>>> Thank you.
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> *​Charles​Charles Hart Enzer, M.D., FAACAPVolunteer Associate
> Professor
> > >>>> of
> > >>>> PsychiatryUniversity of Cincinnati Medical
> > >>>> CenterWebSite:http://TinyURL.com/EnzerMD <
> http://TinyURL.com/EnzerMD>*
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> *If You See What Needs To Be Repaired And How to Repair It,Then You
> Have
> > >>>> Found a Piece of The WorldThat G-D Has Left For You to Complete.But
> If
> > >>>> You
> > >>>> Only See What Is Wrong And How Ugly It Is,Then It Is Yourself That
> Needs
> > >>>> Repair.      Menachem Mendel Schneerson*
> > >>>>
> > >>>> *Stop **Spammers** and **Virus Propagation*
> > >>>> *Before forwarding, please delete the history of all email address*
> > >>>>
> > >>>>
> > >>>> --- 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/132545615.862822.1416061521458.javamail.ya...@jws10611.mail.bf1.yahoo.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.

Reply via email to