CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Location
    Nagpur, Maharashtra, India
    Posts
    3

    Solution for Data Report in Landscape Mode

    Though little lengthy but, there's one solution for this. I have founds this solution after fighting with VB6 data report for last 3 months. Though Vb6 data report doesn't allow to print reports in landscape mode (Error= report width is greater that paper width) it has one facility to export report. Exporting reports in .txt or unicode format distorts the shape of report. But exporting report in .html format gives report as we all need it to be. The only thing is that you have to format the report accordingly as will be seen in Internet explorer. Having IE 5.5 will be better option as it has some advantages over it preceding versions. IE 5.5 gives you to print preview the report ( actually the html page) as we see it in data report. It also allows to print report in landscape mode.

    Requirements => Internet explorer 5.5 and Windows Milleniun Edition (Windows ME) on which I have experimented.

    Friends hope this small experiment may help you. For any suggestions please mail me at [email protected]
    [email protected]

    Sachin


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Solution for Data Report in Landscape Mode

    good hint
    (out of votes for today...)

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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