Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Delphi
  4. Page Layout...

Page Layout...

Scheduled Pinned Locked Moved Delphi
delphitutorialquestion
5 Posts 3 Posters 11 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stephen Lintott
    wrote on last edited by
    #1

    I am working with Delphi 7 and Crystal 10 and I need to set the Page Orientation before printing... Does anyone know how to do this?

    Stephen Lintott Bsc IT (RAU)

    L R 2 Replies Last reply
    0
    • S Stephen Lintott

      I am working with Delphi 7 and Crystal 10 and I need to set the Page Orientation before printing... Does anyone know how to do this?

      Stephen Lintott Bsc IT (RAU)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      This resource may help http://www.efg2.com/Lab/Library/index.html[^].

      S 2 Replies Last reply
      0
      • L Lost User

        This resource may help http://www.efg2.com/Lab/Library/index.html[^].

        S Offline
        S Offline
        Stephen Lintott
        wrote on last edited by
        #3

        Thanks man. Every bit helps

        Stephen Lintott Bsc IT (RAU)

        1 Reply Last reply
        0
        • L Lost User

          This resource may help http://www.efg2.com/Lab/Library/index.html[^].

          S Offline
          S Offline
          Stephen Lintott
          wrote on last edited by
          #4

          I went through it but I need something that Interfaces with Crystal, some or other property that you set in code that sets the orientation to landscape... That stuff tells you how to rotate fonts and although very interesting not very helpfull

          Stephen Lintott Bsc IT (RAU)

          1 Reply Last reply
          0
          • S Stephen Lintott

            I am working with Delphi 7 and Crystal 10 and I need to set the Page Orientation before printing... Does anyone know how to do this?

            Stephen Lintott Bsc IT (RAU)

            R Offline
            R Offline
            rickyjos
            wrote on last edited by
            #5

            Hello, Not tested (from memory), but something like this;

            var
            CrRep : IReport ;
            CrApp: TCRApplication;

            begin
            CrRep := CrApp.OpenReport(ReportName, crOpenReportByTempCopy) ;
            CrRep.PaperOrientation := crLandscape;
            end;

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups