shikura Level: Guest

|
Help in printers
i am developing my thesis this semester and i have problem in printing, not really in coding the alignments and etc. but my problem maybe a quite new to you,
i have one project and 3 forms are included with it.
Form1 has a command button labeled as Print Now.
Form2 has a labeled caption as hello im form 1.
Form3 has a labeled caption as hello im form 2.
now this is my problem, i have to print Form2 and Form3 when i click the command button in the Form1.
Private Sub Command1_Click()
Form2.PrintForm
Form3.PrintForm
End Sub
this code should do it right, but i have to print those two forms in a different printers
this printers can be connected by a USB cable or parallel ports.
it can also be same printers or etc.
can someone help me pls. it's very urgent cause my defense is on OCt 25, sorry for the short notice, any comments should help.
thank you so much.....
[Edited by shikura on 25-09-2003 at 07:12 AM GMT]
|