-
Data Report Problems
I have created a Data Report in a Data Environment to allow
me to print all the records in the database.
When the Data Report is displayed the database records for
each member (one line of info) has a space between them, like 2 or 3 line spaces. I cannot find any where to get these records to display without any space between lines.
Can anyone help me with this problem please.
Thanks again for your help.
newvbr
[Edited by jrb187 on 01-07-2001 at 08:19 PM]
-
jrb187,
I don't have VB before me right now and I can't think of the proper name but I'll try to answer you question since I had this problem a few months ago.
If you go into the design mode for your data report you will more than likely see white space between your report details and the Heavey Gray divider for the section below it. What you need to do is drag the divider up until it is exactly under the details of your report. For instance, if the x's below represent the Gray bars:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Command1Date Command1InvoiceNo Command1SHipto
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
You must drag the lower one up so that it looks something like this:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Command1Date Command1InvoiceNo Command1SHipto
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This is all I had to do. Hope this helps.
Rev. Michael L. Burns
-
Data Report Problems
Thanks Rev. that did it, my prayers have been answered.
newvbr