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