One way to do it is to create a table with sub ledger accounts in this manner

** ledger accounts table

code             description
500              Insurance expense

** subledger accounts table

code   glcode  description
501      500      Building fire insurance
502      500      Car insurance
503      500      Accident insurance

In this manner, you can have a general ledger account statement when you filter by glcode and a sub ledger account statement filtering by the 500 gl account

Rafael Copquin



El 15/11/2014 11:48, Wes Wilson escribió:
Need to know how to add a "General Ledger" code. CPA wants to break down each type of 
insurance by code instead of one general insurance "GL" code.   Wes Wilson, President   
ERW Custom Programming, Inc. Crescent Lake Plaza
5459  Elizabeth Lake Rd.
Waterford, MI 48327
(248) 683-4182

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

www.erw.com [email protected]
       From: "[email protected]" <[email protected]>
  To: [email protected]
  Sent: Wednesday, August 20, 2014 5:29 PM
  Subject: ProFox Digest, Vol 136, Issue 17
----- Forwarded Message -----

Send ProFox mailing list submissions to
     [email protected]

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

You can reach the person managing the list at
     [email protected]

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
       ([email protected])
   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 <[email protected]> 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: [email protected]
To: [email protected]

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 <
[email protected]> 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 <
[email protected]> 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: [email protected]
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/[email protected]
** 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