Thanks for reply. I am doing the same method. But it takes too much time. and most important is in some form i have to select some condition, without that it is not possible to print. regards Kishor Mungelwar
HouseDad <[EMAIL PROTECTED]> wrote: --- In [email protected], kishor mungelwar <[EMAIL PROTECTED]> wrote: > > Hi guys, > I am developing one project in which there are near abt 50 different forms, and each form have one or more than one crystal report (CR) reports. I can print each CR report by opening to the respective form. All the CR reports have different format. But i want to print all the CR reports in single click. Is it possible. > Regards > Kishor Mungelwar I have limited experience with Crystal Reports, but I don't see why you can't create a routine that loads the forms (perhaps in a loop), and prints, then unloads them sequentially. I don't think showing the form itself is necessary to print it as long as it is loaded, but you probably know more about that than myself. [C] '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? Better first dates. More second dates. Yahoo! Personals [Non-text portions of this message have been removed] '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
