8x6 page size in crystal reports

Hi All,
I have created 8x6 page size for printing of voucher in crystal reports. While taking print when I select this size it takes as landscape. When I change it to portrait it changes size as 6x8.
Is there any solution for this?
Thanks & Regards,
Sheetal

Oh dear I fear you are having the same problem I have which is if you create a report where the vertical dimensions are greater than the horizontal dimensions it switches it automatically to landscape.
Sadly I have not found a solution yet as you can read in my post Printing Problem
Hopefully somebody can help us both out.

Similar Messages

  • Customise page size in crystal report

    Post Author: rameshkunkumalla
    CA Forum: Crystal Reports
    Hi
    We are using crystal reports in .net 2003 we want to print the page as 10inch * 4 inch page we are not getting he size even we are not abele to found the custom
    size

    HttpServletRequest request = (HttpServletRequest) pageContext.getRequest();
                HttpServletResponse response = (HttpServletResponse) pageContext.getResponse();
                CrystalReportViewer viewer = new CrystalReportViewer();
                viewer.setOwnPage(true);
                viewer.setOwnForm(true);
                viewer.setHasExportButton(true);
                viewer.setHasLogo(false);
                viewer.setDisplayGroupTree(this.isGroupRpt());
                viewer.setHasToggleGroupTreeButton(this.isGroupRpt());
                viewer.setPrintMode(CrPrintMode.ACTIVEX);
                viewer.setEnableLogonPrompt(false);
                ReportViewerResponse reportResponse =
                    (ReportViewerResponse) request.getSession().getAttribute(
                        ReportServerConstants.REPORT_RESPONSE);
                if (reportResponse != null)
                    viewer.setReportSource(reportResponse.getReportSource());
                    viewer.processHttpRequest(request, response, pageContext.getServletContext(), null);

  • Setting Page size in crystal report

    Hi,
    I have designed a report for cheque. I have set the page size as  3 inches breadh and 8 inches length. When I preview the report crystal report designer it is showing as per the dimension i mentioned above.  But when I open the report in my application it is showing in the A4 size. My application is developed in java. Please help me to display this report in my application as per the page size I mentioned.

    HttpServletRequest request = (HttpServletRequest) pageContext.getRequest();
                HttpServletResponse response = (HttpServletResponse) pageContext.getResponse();
                CrystalReportViewer viewer = new CrystalReportViewer();
                viewer.setOwnPage(true);
                viewer.setOwnForm(true);
                viewer.setHasExportButton(true);
                viewer.setHasLogo(false);
                viewer.setDisplayGroupTree(this.isGroupRpt());
                viewer.setHasToggleGroupTreeButton(this.isGroupRpt());
                viewer.setPrintMode(CrPrintMode.ACTIVEX);
                viewer.setEnableLogonPrompt(false);
                ReportViewerResponse reportResponse =
                    (ReportViewerResponse) request.getSession().getAttribute(
                        ReportServerConstants.REPORT_RESPONSE);
                if (reportResponse != null)
                    viewer.setReportSource(reportResponse.getReportSource());
                    viewer.processHttpRequest(request, response, pageContext.getServletContext(), null);

  • Move data from web page to a crystal report

    I am using Crystal Reports 10 and Dreamweaver to create an asp page.  I would like to know how to access a crystal report from the asp page and pass the data that is on the asp page to the crystal report.  Is this possible?

    <p>There is also a very specific sample found on the Diamond site that was originally written by some one in support that should be very useful.</p><p><a href="/node/494">http://diamond.businessobjects.com/node/494</a></p><p>This sample takes an ADO recordset and passes it to a report at runtime. The sample also displays the report in an ASP page. The only change you would need to make is to populate ADO recordset with data from the web form. Sorry I don&#39;t have a sample to do that. <br /></p><p>Rob Horne</p>

  • Exporting or Printing each page of a Crystal Report to a separate pdf file.

    Is there a way to export or print each page of a Crystal report to a separate pdf file?  If possible, I would look to use the family nunmber field in my report as the file name.  This is not required, but would be helpful.  Thanks

    Hello,
    Standalone CR Designer doesn't have the ability but CR Server or BOE does. Or if you have a .NET or Java you could write an app that would spit out one page at a time.
    Don

  • Unable To Print or Access Page Setup in Crystal Reports 2008

    I have Win 7 32 bit, and installed Crystal Reports 2008 last week (v12.0.0.683 from the Help window).
    Every time I open a report, and from the Preview tab clicking File -> Print, or File - > Page Setup, I immediately receive a Windows message that "Crystal Reports has stopped working".  After a few seconds, another Windows message displays "Crystal Reports has stopped working - a problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available".  Then Crystal completely closes.
    I downloaded sample reports from the BO website, and still receive the error, so I don't think it's the report.
    When I view the Event Log, I see the following:
    Faulting application name: crw32.exe, version: 12.0.0.683, time stamp: 0x47c8be9a
    Faulting module name: ntdll.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdadb
    Exception code: 0xc0000374
    Fault offset: 0x000c283b
    Faulting process id: 0x94
    Faulting application start time: 0x01cc1fc304e98ecd
    Faulting application path: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\crw32.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: 3cfc99e6-8bb8-11e0-b8ef-00248122792c
    I have uninstalled and reinstalled CR 2008 multiple times and continue to receive the same error.  I tried updating to SP1 (Version 12.1.0.892 Incremental) but I receive the following error: "A BusinessObjects product at a lower patch level is detected.  The installation cannot continue.  Please update all installed products to the SP1 patch level, then restart this installation".
    Need to print my reports - any ideas?

    Sorry busy on Support cases and they take precedence over this community forum.
    Very interesting....
    In a test application I use I have this routine to get the local printers:
    private void frmMain_Load(object sender, System.EventArgs e)
         if (System.Drawing.Printing.PrinterSettings.InstalledPrinters.Count > 0)
              foreach(String myPrinter in System.Drawing.Printing.PrinterSettings.InstalledPrinters )
                   cboCurrentPrinters.Items.Add(myPrinter);                         
              cboCurrentPrinters.SelectedIndex = 0;
         else
              rdoCurrent.Enabled = false;
              EnableDisableCurrentControls(false);
         //For printers exposed to System account as per MS Kbase
         //http://support.microsoft.com/default.aspx?scid=kb;en-us;184291
         //Look to HKEY_USERS\.Default\Software\Microsoft\Windows NT\CurrentVersion\Devices
         Microsoft.Win32.RegistryKey mySystemPrinters =
              Microsoft.Win32.Registry.Users.OpenSubKey(@".DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\Devices");
         foreach (String defaultPrinters in mySystemPrinters.GetValueNames())
              cboDefaultPrinters.Items.Add(defaultPrinters);
         if (cboDefaultPrinters.Items.Count > 0)
              cboDefaultPrinters.SelectedIndex = 0;
         else
              rdoDefault.Enabled = false;
    Note the MS Kabse on where the printer registry is. Now the odd part is on one of my test development PC's it won't populate the Default User Printer list, only the Local User Printers. I take this same app to another PC and it works just fine. The register keys are there but for some reason on my Windows 7 64 bit it won't show them, the other strange part is I have full access to both keys. I have not been able to figure out why this happens...
    I'm thinking this may be related to your issue.... But I don't have a solution, very strange... I've even gone into regedit32 and set full permissions on the various keys and it still doesn't work...
    I have other VM-ware images if I need to get past that part for testing so I never drilled into why, I believe it has to be some Windows/Firewall/Anti-virus configuration or something our IT department pushed into my local Profile.... What that is I don't know unfortunately.
    I'll do some looking and testing. You may want to post this on Microsoft forums as well.... Ask about printer permissions.
    Thanks
    Don

  • Setting the page size of a report to 5.5height and 8.5 width(size-inches)

    Hi,
    I want to set the report's page size on a dot matrix printer(for PAYSLIP) to 5.5 inches height * 8.5 inches width. But i'm not able to define my own size through the printer(custom size or user defined size). Some how i cannot see the custom size in the printer settings. Is there any way where i can define the size for the report. The report output is genrated to a pdf format. Will the settings remain same once generated to pdf format. Please let me know if there's any solution for this. Its very urgent.
    Thanx.
    Anu.

    Someone plaese reply to this.

  • Handling page breaks in Crystal Reports XI when exporting to Excel

    We generate reports in Crystal Reports and programmatically export them to Excel for our end users, so the user receives both an .rpt and .xls version.  We are upgrading from Crystal 8.5 to Crystal XI and have found with some of our reports that the page breaks in Excel are different in Crystal XI than in 8.5.  The first page will fill to the end and then the next page will contain a few lines of data, the next will be full and the next will contains a few lines.  Viewing the Excel page breaks, there are soft breaks before the short pages and hard breaks before the long pages.  It's as if there is too much data defined for each page so it spills onto the next page before creating another hard page break.  In Crystal 8.5, the paging was continuous as expected.  Is there any way to fix this in Crystal XI?

    Please note, this forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    As the issue you are encountering is in the CR designer, please post your query to the Crystal Reports Design forum at:
    SAP Crystal Reports
    I'd also suggest adding more detail to your query; version of Crystal Reports used, is this an upgrade issue, new report issue, etc., etc.
    Thank you for your understanding,
    Ludek

  • Specify page size for webi reports as pdf

    Hi,
    Is it posible for a webi report generated as pdf, to specify the page size used inside that pdf ?
    Let's say I want that all pages of that pdf to have page size=A5.
    Is this possible using bo sdk ?
    Thank you.

    Hi Durga,
    log file shows Error  "Continue parsing report event"and/foldername/ SUBF/file name.pdf  means failed
    Can you come accross any such error.
    Regards,
    Ganesh Bothe

  • Accessing Page Setup Aborts Crystal Reports

    CR Version:  12.0.0.683
    OS Version:  Vista Business
    Visual Studio 2008
    .Net Framework 3.5
    Regardless of whether I am in VS or just CR, if I click on Page Setup to change the orientation of a report I am trying to build, Crystal Reports will abort and shut down.  When in VS 2008, it closes that application as well.
    I've installed all known updates to my machine and I've searched the CR Website but have found no further updates for CR.
    Has anyone else experienced this?  If so was a solution found?

    The problem is now solved.
    I opened my printer browser through Control Panel.  I opened every printer I had.  One would not open.  I deleted this printer and used Server Properties to completely remove the driver and package.
    I tried CR 2008 / Page Setup but the program died again.
    I went back through all printers and one by one opened them up again.  This time, I noticed one printer had a message that the driver needed to be updated.  I updated the driver, tested CR and all is well.
    Thanks so much for pointing me into this direction.  I was at a complete loss.

  • How to get the Report Page count using crystal reports 2008

    Hi,
    I  have to implement a business logic where in i will have to display the no. of pages generated for the report
    Say for e.g. crytal report that's generated spans 25 pages in the report.
    Then i will have to display a message to the user after the report generation something like  "25 Pages generated"
    So, how would i get this report page count so that i can fetch the value and display the same to the user.
    Any sample code snippet would be of great help.
    Thanks in Advance
    Regards,
    Ramnath

    Hi,
    I am using crystal reports 2008 and i  visited the link forwarded in your previous mail and got the solution for getting the lastpagenumber of the report.
    nPages = crReport.FormatEngine.GetLastPageNumber(New CrystalDecisions.Shared.ReportPageRequestContext)
    but, i don't find FormatEngine  property for ReportDocument object.
    I just wanted to know whether this property is availale in crystal reports 2008 or should i even install any service packs for this.
    Please find below the namespaces that importing in my class
    Imports System.Windows.Forms
    Imports System.Drawing.Printing
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.Windows.Forms
    Imports CrystalDecisions.CrystalReports.ViewerObjectModel
    Imports CrystalDecisions.Shared.ReportPageRequestContext
    Please let me know how can i get the formatEngine property for reportdocument object
    Thanks in Advance
    Regards,
    Ramnath

  • Handling pictures sizes with Crystal Reports

    Hi i want some trick in within crystal report that can handle automatically the images based on their dimensions that is if i the database had a picture with  small dimensions than it should display the small one and if it is big than display it big (in other words in their original dimensions)
    Please advise!!

    Hi Muhammad,
    Please see if suggestions in this thread help:
    Crystal Reports - OLE image maintain correct proportions
    -Abhilash

  • Web Page Size Generated by Report

    When I create a report, I have to decide the layout height/width
    before run the report.
    Is it possible to change the layout size programically ?
    In addition, is it possible to show a web page programically ?
    (e.g. if there is some error for the input from parameter form,
    I want to show up a small web page for warning instead of show
    up the default report server warning page)
    Rgds,
    Edward
    null

    http://www.msn.com
    null

  • Horizontal page numbering - Crosstabs -Crystal reports 2008

    Hi All,
    We have Crosstab tab  in which columns grows horizontally and rows too grow vertically. It automatically page breaks when it reached the page layout width.
    My requirement is to number the all the pages in Page N of M format.
    But if we use the special field "PAGE N of M" it doesnot number the horizontal pages  (it can be only be repeated)
    If we use the special field "Horizontal page number"- it number horizontal page number alones.
    Is there any workaround to number the horizontal (virtual)pages also along with the normal pages.
    We tried on various formulas by making use of no.of columns but nothing worked out.
    It would be of great help if someone helps me out in a workaround for numbering all the pages(including the horizontal pages)
    Thanks in advance.

    Jamie,
    I did try to implement your example to my existing report.
    My current report will always have expanded horizontal pages for two different crosstabs from two different group footers.
    When I attempted to add the {@ Page Header} field/formula to my crosstab Column, it automatically changed to a different database field from my database.
    Have you experienced this before?
    Other then that, the pages seem to be getting counted correctly by the {@Page Number} formula.
    Here is a screen shot of my current report.
    I need my page numbering to be at the bottom center for all of my pages.
    https://www.dropbox.com/sh/89ub6l2rfx2el80/9W27lbMBnP
    Thank you.
    Stephen

  • How do I change the start page number in crystal report ?

    hi all
    i have report
    I want to do change the page number 1 and make it 5
    any help please
    thank you all

    Hi,
    Page number always start with 1 if you want to your page number to start with 5 then try this formula in place of your page number special field :
    Whileprintingrecords;
    Numbervar x:=4;
    x:=x+1;
    This will print 5 on your first page.
    Thanks,
    Sastry

Maybe you are looking for

  • Subcontract  returns to vendor

    Dear all Guru, I am facing the problams in returning(for rejection) material to subcontract vendor. so when I am receiving subcontract material processed material is inwarded by 101 and 543 for consumption and inventory for HALB matl is increasing an

  • Horizontal Scrolling Page Script

    Okay, I am trying to make a website that scrolls from left to right, & up and down when the user rolls their mouse across the screen, like this page (hit enter site first, then let the page load): http://www.sonypictures.com/movies/21/ I either need

  • How to call HTML page through JSP ?

    i want to know Hw to call Automaticly a HTML page through JSP. example :- have u seen yahoo login wen u put your ID & pass & Clock on login button it will chack ID & pass in the database & if it is correct then It will call A Mail Home Page. that's s

  • SCPU(core) to disk I/O ratio

    Good Day, Question regarding CPU to disk I/o relation: 1) Initally  we had  two SAP IQ 12.7 instances  runniing on a Linux x64 Red Hat 5.5 machine  with 16 cores / 256Gb RAM 2) Now we  moved to SAP Iq 15.4 on the same macine but leaving just this one

  • Del related and order related billing on the same order - timing problem

    Hi, In our repair process we need to bill out the loaner part (we put the money on the loaner line that gets shipped and create a delivery related billing document)  as well as repaired material when that comes in, goes through the repair and gets sh