CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 1999
    Posts
    1

    Changing Page Width using Data Report



    I have created a report using Microsoft's Data Report (Visual Basic 6), that is to be printed on 11 x 17 paper with a landscape orientation. However, every time I try to run the report I get a message that says the report width is larger then the paper width.


    How do I change this at run time?


    Thanks for any help

  2. #2
    Join Date
    Feb 1999
    Posts
    12

    Re: Changing Page Width using Data Report



    I've got the same problem.

    but until now I have to set the property of system default printer for paper type, size and orientation every time before open any report.


    try to use the object called "printer", look at the MSDN for all properties for this object.

  3. #3
    Join Date
    May 1999
    Posts
    20

    Re: Changing Page Width using Data Report

    If somenoe know how to do, send to me please. Thank you!


  4. #4
    Join Date
    May 1999
    Posts
    5

    Re: Changing Page Width using Data Report

    i am also facing the same problem ,if someone finds the soluiton please mail me.

    Thank You.

    Tashbeen Zaman
    [email protected]


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

Featured