Re: printing using tabs
- From: "Mike Williams" <Mike@xxxxxxxxxxxxxxxxx>
- Date: Sat, 5 Aug 2006 17:24:40 +0100
"Mitch5713" <mitch@xxxxxxxx> wrote in message news:E0DC9924-8650-419C-8B41-8E3D76A200B9@xxxxxxxxxxxxxxxx
Mike: here is a snippet of the code i will explain in detail
whats going on
I notice that you posted your last message in this thread about six days ago and that you haven't posted again since, so I presume you've now sorted the problem out for yourself. I've been away for a week so I'm not sure, but I don't think I've missed any of your posts. However, if you haven't sorted it out then post again. The code that I posted the other week just prints the Forms that you ask it to print. The fact that your code is printing Form2 on the back of the Form1 printout is because that's exactly what your code in Sub mnu_Print_Click is asking it to do. In your code in the mnuPageTwo_Click event (fMainForm = New Form2) you are creating another Form based on Form 2. It is however a different Form. It is *not* Form2. If you want to print that Form (fMainForm) then you must specify it in your Sub mnuPrint_Click code.
Mike
.
- References:
- Re: printing using tabs
- From: Mike Williams
- Re: printing using tabs
- From: Mitch5713
- Re: printing using tabs
- From: Mike Williams
- Re: printing using tabs
- From: Mitch5713
- Re: printing using tabs
- From: Mike Williams
- Re: printing using tabs
- From: Mitch5713
- Re: printing using tabs
- From: Mike Williams
- Re: printing using tabs
- From: Mike Williams
- Re: printing using tabs
- From: Mitch5713
- Re: printing using tabs
- Prev by Date: Re: please
- Next by Date: Re: String Manipulation Woes
- Previous by thread: Re: printing using tabs
- Next by thread: Re: printing using tabs
- Index(es):
Relevant Pages
|