I have this print thing and of course a Data Report. I don't use Crystal Report because my copy of Visual Studio is a crack.
My print botton is working well. My only problem is this one:
I've tried to resize the Data Report but still the same result. Does anyone know how to fix this thing?
By the way this is my code for print:
Private Sub Command9_Click(Index As Integer)
If Adodc2.Recordset.RecordCount = Val(0) Then
Exit Sub
End If
Adodc2.Refresh
Set DataReport1.DataSource = Adodc2
DataReport1.Show vbModal
End Sub
Any idea will be accepted except for recommending crystal report ^_^
- Add new comment
- 12 views