User Profile

Collapse

Profile Sidebar

Collapse
jefer
jefer
Last Activity: Apr 24 '08, 05:21 AM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jefer
    started a topic crystal report print-to-printer

    crystal report print-to-printer

    Hello!
    I would like to print a crystal report by using command line
    Code:
    mydoc1.PrintToPrinter(1, False, 1, 2)
    ..but every time the program come to this line, starts doing I don't know what and nothing happens for a long time.
    I set up PrinterOptions. PrinterName to match my printer.
    The same happens if I click the printer icon in printpreview screen, but if I click printer icon under Main Report Preview (when program...
    See more | Go to post

  • jefer
    replied to long generating report
    none of other programs have problems with that..
    printing operation also takes one minute
    See more | Go to post

    Leave a comment:


  • jefer
    replied to long generating report
    Code:
    Public Class Form1
        Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
            Dim g As Graphics = e.Graphics
            Dim message As String = System.Environment.UserName
            Dim messageFont As New Font("Arial", 24,System.Drawing.GraphicsUnit.Point)
            g.DrawString(message, messageFont,
    ...
    See more | Go to post

    Leave a comment:


  • jefer
    started a topic long generating report

    long generating report

    I'm using PrintPreviewDia log in vb2005 and it takes 1min to generate report with a single word.. is it vb bug or what? is there anything to make thing faster?
    See more | Go to post

  • jefer
    replied to writing to mouse pointer position
    actually I have values comming from rs232 and external triger, but it can be something like
    ..when I press enter, the value from VB appears in excel/access cell
    See more | Go to post

    Leave a comment:


  • jefer
    started a topic writing to mouse pointer position

    writing to mouse pointer position

    I would like to write a value on keydown (i'm going to use external triger) at mouse pointer position outside visual basic application (to a acces database cell or excel cell). ans suggestion how to do that? tnx
    See more | Go to post
No activity results to display
Show More
Working...