PDA

Click to See Complete Forum and Search --> : how to use data report control in vb6?


Nov 3rd, 2000, 06:51 PM
I use data environment control and data report control.
but the distance between two data from database is too large.
it print as below:

name age
tom 20


name age
jerry 21


name age
john 22

I want to the result as below :

name age
tom 20
jerry 21
john 22

how to make the result?
Thanks.

Edneeis
Nov 4th, 2000, 01:29 AM
Just shorten the space between the detail info and the headers above and below the same way you would in making an Access Report.