Results 1 to 2 of 2

Thread: Report Help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    27

    Report Help

    Hi Guys,

    Here is my problem.

    I am writing a VB6 disbursement calculator program that does not use a database. The user has to input some data (monthly or quarterly dates, rates, etc.) that will yield a total. I need to create a report that will only show data that the user inputs.

    For example, the user may enter only a monthly assessment and not a quarterly assessment that will yield a monthly total. I only want the report to show only that monthly rate and total.

    In other words, I only want the report (which is based on public variables and not a database) to show variables that contain data. If a variable does not contain data, then I don't want it to show up on the report.

    Can you help?

    Thanks
    Ace

  2. #2
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Report Help

    Use the PRINTER object.

    It's quite simple - do a SEARCH of the forum here for PRINTER - you'll get lots of threads...

    Here's one: http://www.vbforums.com/showthread.p...inter.fontsize

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width