PDA

Click to See Complete Forum and Search --> : Printing and text


Rick H
Jan 6th, 2000, 05:45 PM
This is a very simple question. I have a form called Details. When the form loads I want to print a list of errors. I have tried:

Print "Error text"
and
Details.Print "More error text"

but neither of these seem to work. Do you need have some other sort of window or text box to print into? I have used print and main.print on my main form and it works fine.

Rick H
Jan 6th, 2000, 06:31 PM
It ok, I`ve sorted it now. For some reason Print does`nt work from form_load, but works from form_paint so I`ve stuck it in there instead