Results 1 to 6 of 6

Thread: changing data report papersize

  1. #1

    Thread Starter
    Junior Member gem882002's Avatar
    Join Date
    Feb 2006
    Location
    Cebu City
    Posts
    16

    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....

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    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:
    1. 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

  3. #3

    Thread Starter
    Junior Member gem882002's Avatar
    Join Date
    Feb 2006
    Location
    Cebu City
    Posts
    16

    Re: changing data report papersize

    yeah, i already try this code:
    VB Code:
    1. Printer.Papersize='Value'
    but still there's no effect.tnx for ur reply.

  4. #4
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    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

  5. #5

    Thread Starter
    Junior Member gem882002's Avatar
    Join Date
    Feb 2006
    Location
    Cebu City
    Posts
    16

    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"

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width