--- In [email protected], kishor mungelwar <[EMAIL PROTECTED]> 
wrote:
> 
> 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

Are you opening the print dialog for each form?  Perhaps you can create 
a single file to be printed by adding each form to it with a form feed 
in-between each one in your loop.  Use an If statement to identify the 
form that must meet conditions and do anything necessary before adding 
it to the file.  Maybe a Richtext document would work?  This would be 
able to dump all the forms to the printer at once a lot faster.

[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:
    http://docs.yahoo.com/info/terms/
 



Reply via email to