I HAVE A PRINT BUTTON IN MAIN FORM.
THERE ARE many child forms.when we click the print on the main form, it has to print the details in the form that was open previously (because,when we click the print button,the main form gets focus.So,the form to be printed is actually the form that previously had focus).Please tell me how to store the detail of which form has focus .(remembering the last two focused form may do the trick..i dont know how to do it.)please help.
thank you