|
-
Mar 6th, 2006, 10:33 PM
#1
Thread Starter
Junior Member
changing data report papersize
how can i change the papersize of the data report?i have to use folio or legal size instead of letter size which is 8.5x11.i need to use 8.5x13.
any idea?please kindly help me....
-
Mar 6th, 2006, 10:38 PM
#2
Frenzied Member
Re: changing data report papersize
normally, datareport gets the default settings set by the print server or the printer itself. you can also set it by using Printer.Papersize property command
VB Code:
printer.PaperSize = 'Value
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
-
Mar 6th, 2006, 10:42 PM
#3
Thread Starter
Junior Member
Re: changing data report papersize
yeah, i already try this code:
VB Code:
Printer.Papersize='Value'
but still there's no effect.tnx for ur reply.
-
Mar 6th, 2006, 10:51 PM
#4
Frenzied Member
Re: changing data report papersize
the default papersize is 1 'short size bond paper
2 for long, depending on the settings on your printer
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
-
Mar 6th, 2006, 10:55 PM
#5
Thread Starter
Junior Member
Re: changing data report papersize
yeah its default value is 1 then once you changed it to 2 an error will occur which is "Invalid property value"
-
Mar 7th, 2006, 06:47 AM
#6
Re: changing data report papersize
Moved to reporting section
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
|