I need to put a paper trail into an application. As the user enters information I need to print it, 1 line at a time. Is this even possible on a Ink Jet printer. We used to see this all the time back in the days of the dot matrix with the rollers. I can use VB6 to do Printer.Print but on my Ink Jet it doesn't print until I do a Printer.EndDoc. If it is impossible to do with the Ink Jet does anyone know of a way to do it if I got an old printer with a roller?

Thanks.