Printing Reports

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    Printing Reports

    I have a project that I am having trouble with. On the Print menu, I have a
    command to print an entire report, and another command to print only those
    records in the sequential access file that are selected in the list box.
    The data I enter into the program is going to the sequential access file,
    but I cannot get either report to print. Does anyone know the code I can
    use to get these reports to print? I also need the report to print a
    statement that shows the total number of records printed. I am beginning to
    hate Visual Basic and don't know why schools even teach it any more.


  • J French

    #2
    Re: Printing Reports

    On Sun, 14 Mar 2004 11:31:10 -0700, "Dave" <drobin4@comcas t.net>
    wrote:
    [color=blue]
    >I have a project that I am having trouble with. On the Print menu, I have a
    >command to print an entire report, and another command to print only those
    >records in the sequential access file that are selected in the list box.
    >The data I enter into the program is going to the sequential access file,
    >but I cannot get either report to print. Does anyone know the code I can
    >use to get these reports to print? I also need the report to print a
    >statement that shows the total number of records printed. I am beginning to
    >hate Visual Basic and don't know why schools even teach it any more.[/color]

    Printer.Print "Hullo World"

    Comment

    Working...