|
-
Jul 9th, 2006, 01:33 PM
#1
Thread Starter
Junior Member
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
-
Jul 9th, 2006, 03:26 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|