|
-
Mar 19th, 2006, 09:43 AM
#1
Thread Starter
Hyperactive Member
Direct print from data report [ Very Urgent]
Hi
Pls help me by telling the line of command to directly print from the form to a Datareport.
I need to complie this program now.
Thanks alot.
-
Mar 19th, 2006, 10:22 AM
#2
Thread Starter
Hyperactive Member
Re: Direct print from data report [ Very Urgent]
Can I print directly from the program (e.g. form) without opening up the datareport?
-
Mar 20th, 2006, 06:52 AM
#3
Re: Direct print from data report [ Very Urgent]
Moved to reporting section
-
Mar 21st, 2006, 03:51 AM
#4
-
Mar 21st, 2006, 03:56 AM
#5
Frenzied Member
Re: Direct print from data report [ Very Urgent]
if you want to print the datareport directly without showing it use the following code
VB Code:
datareport1.PrintReport False, rptRangeAllPages 'this will print all pages of the report
'to print a form, use
Form1.PrintForm
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|