Loading

Any Idea Will Be Accepted

3 posts / 0 new
Last post
cidfrey's picture
Offline
Joined: 12/17/2009
Any Idea Will Be Accepted

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

AttachmentSize
Report_Width.jpg17.04 KB
admin's picture
Offline
Joined: 11/14/2008
re: Any Idea Will Be Accepted

Did you choose the right printer in the Printer setup dialog?

cidfrey's picture
Offline
Joined: 12/17/2009
Hmm

I haven't sir. I just test this one if this will work before attaching to the printer sir.

Web / System Developer
Contacts :
09327081978
recca_flame05@yahoo.com >>> Facebook/YM
ICCT Colleges Cainta Rizal

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.