Report leaving Left page margin

My report is leaving almost 1.25 inches Page Margin although I'm using full space in the margin. Report Page setting in page setup is also ok. However when I change page type from Letter to A-4 in page setup then it removes left margin and it report layout becomes OK. can u tell me why is it happening and how can I control it properly because user will not change Page Type each time running the report.

I meant question of "What kind of output do yoiu generate ? (PDF ? RTF ? Printer Output ? (postscript / PCL ) ...)
Dear DLC...I had replied to Denis, however repeatedly telling u peeps,????
Its ok if there is any option to select the Page size Letter, A4 etc...I'll provide user a static list of Page sizes at Param form and user will select it accordingly. Is it enough?Don't think you can set page type/size for the output at runtime. Let us know if you find the trick.

Similar Messages

  • How do you set the left hand margin when writing emails. Some characters disappear off of the left side of the page because the margin is so close to the edge

    When writing emails the left hand margin is so close to the edge of the page that some characters disappear from view on the left hand of the page. How can I set the left hand margin to not be so close to the left edge of the page?

    Oy. You beat your head for hours and finally concede to asking for help, only to solve it two minutes later. Here's the answer.
    In the inspector, on the Layout tab, there's a checkbox that reads, "Show Thumbnail Track".
    UNCHECK that box and the gutter goes away.

  • HELP - setting page margins doesn`t work correctly

    Hi there,
    maybe someone encountered the same Problems I am facing.
    I am setting the page margins for the Left-Side to have enough space to punch the printout.
    Somehow CR seems to ignore the values I set when printing a Report.
    Most of the times I have too much space on the right side and not on the left side.
    The margin on the Left side seems to be the min-margin of the printer.
    What`s wrong with the Reports?
    CR 2008 with SP1 is used.
    The Reports are not designed against a specific Printer.
    The virtual Printerdriver of CR is used.
    Greetz
    Ricardo

    >
    Don Williams wrote:
    > Hi Ricardo,
    >
    > There is a new API that allows you to dissociate the printer... that is by default not checked on in the Report file.
    >
    > Try setting it to true in your app and test again:
    >
    >             // new API added to allow changing printing options
    >             newOpts.DissociatePageSizeAndPrinterPaperSize = true;
    >
    > Search the Object Browser for how to use it.
    >
    > Thank you
    > Don
    Don (or anyone else),
    I try to get to the DissociatePageSizeAndPrinterPaperSize but I can't figure out how to access it.
    I use CR 2008 with Visual Studio 2005, Visual Basic. My goal is to get an unrestricted right hand side
    of my report, so I can have as many columns as I want. (I have a different thread about this).
    First of all: If I search DissociatePageSizeAndPrinterPaperSize in the Object Browser, it can't find it.
    (I have performed an upgrade for CR XI R2 to CR 2008 and it seemingly went well).
    Here is what I do in code (a modified web download for testing):
    Option Strict On
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class _Default
        Inherits System.Web.UI.Page
        Private rpt As ReportDocument
        Private exportPath As String
        Private myDiskFileDestinationOptions As DiskFileDestinationOptions
        Private myExportOptions As ExportOptions
        Private selectedNoFormat As Boolean = False
        Private Sub ConfigureCrystalReports()
            rpt = New ReportDocument()
            Dim reportPath As String = Server.MapPath("Hierarchical Grouping.rpt")
            rpt.Load(reportPath)
            Dim myPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = _
                          CType(rpt.ReportClientDocument.PrintOutputController.GetPrintOptions(), _
                          CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions)
            Dim newPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = myPrintOptions.Clone(True)
            Dim newMargins As CrystalDecisions.ReportAppServer.ReportDefModel.PageMargins = newPrintOptions.PageMargins
            newPrintOptions.PageMargins = newMargins
            newMargins.Right = 1000
            'newPrintOptions.PaperSize = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperSizeEnum.crPaperSizePaperA3
            ' newPrintOptions.PaperOrientation = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperOrientationEnum.crPaperOrientationLandscape
            rpt.ReportClientDocument.PrintOutputController.ModifyPrintOptions(newPrintOptions)
            myCrystalReportViewer.ReportSource = rpt
        End Sub
    This prints a wider page on-screen than without the code, so it is an improvement. Still, I would like to go
    further, and the DissociatePageSizeAndPrinterPaperSize seems to be promising.
    Can you tell me how to set it in the context above?
    A little observation: When my newMargins.Right gets the value 145, the output is a narrow page.
    When it is set to 146, it jumps to a wider page.
    Setting the PageContentWidth doesn't help any more than the Right option.
    - Kjell Arne

  • Changing default page margins for Web Intelligence

    Is it possible to change the default page margins for new Web Intelligence documents.  The default size is 76px which most people find exceedingly large.
    The defaultconfig.xml file can be modified to specify default fonts, page size, orientation, etc. Can anything be done to this file to change the default page margins as well?
    Any help would be appreciated ...
    Thanks

    Hi James,
    Following information might be helpful for answering your queries.
    An ER has already been raised for the functionality yo want and the ER# Id is ADAPT01081135
    State
    Submitted
    Origin
    Customer
    Date Entered
    2008-05-23 12:29:54
    Subject
    XIR2: Webi: Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Current Functionality
    The default 'Page Layout Margins' are set to 76px each for a new Webi report.
    Create a new Webi report - Go to Page Properties - Page layout - By default, Top margin=76px, Bottom margin=76px, Left margin=76px, Right margin=76px.
    Requested Functionality
    Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Expected Added Value
    There should be an option in Webi / Infoview to set any property value to any required default value. This should be independent of the user, because it may differ from user to user.
    Found In Product
    Business Objects Enterprise.
    Found In Product Version
    XIR2.
    Found In PFA
    Web Intelligence
    B) use SDK kit (this is only a suggestion though)
    https://www.sdn.sap.com/irj/sdn/businessobjects-sdklibrary
    https://boc.sdn.sap.com/codesamples
    You would find almost everything here that BusinessObjects supports (about the SDKu2019s). You could also use the forums to check if anybody have already done what you are looking for)
    Regards,
    Sarbhjeet Kaur

  • Change page margins to print email

    Is there any way to change the page margins when printing emails? When I print out an email, the page margins are a good 1" on top, left and bottom so I have to reduce the type in order to keep simple emails on one sheet of paper.

    I am having the same issue - I have orders coming in by email that I need to print out as order tickets. In the email I have the submissions set to come in as html tables, all of a uniform size. I want to print 4 per page, and can do that by selecting emails, "Print", and then 4 pages per sheet in the print settings and it gives me 4 unique orders on one sheet. But the giant standard margins make it so the submission tables are way too small and I don't want the email header information displayed. This really doesn't seem like too much to ask, I hope it's not really as impossible as all the forums make it seem! BDAqua, you mentioned possibly making a script for this?
    Side note - the order submissions are generated from my form on Jotform. This is a great form builder, at least in my first-time experience, but seems lacking in output options - reports can only be generated as tables, and on the web-based submission viewer the print options are extremely limited as well.
    Any ideas? I'm running 10.9 and I know this is a 10.4 forum, but there's not much on this anywhere else and it doesn't seem like mail has changed much in this regard. Thanks!

  • Latex and two-sided page margins

    Hi all, I'm using the Texlive distribution and I'm having a strange problem where the odd pages have a larger margin on the right side, when they should be larger on the left side when using the 'twoside' option.
    Anyone have any clues? Maybe I'm not expecting the correct behaviour...
    Here is a skeleton example..
    \documentclass[titlepage,twoside,openright,final]{report}
    \begin{document}
    \begin{titlepage} \centering \Huge Title Page \end{titlepage}
    \cleardoublepage
    \centering\Huge \fbox{\begin{minipage}{1\textwidth}Odd page\\[40pt]Should be
    a right page, so the margin should be larger on the left?\end{minipage}}
    \cleardoublepage
    \centering\Huge \fbox{\begin{minipage}{1\textwidth}Odd page\\[40pt]Should be
    a right page, so the margin should be larger on the left?\end{minipage}}
    \newpage
    \centering\Huge \fbox{\begin{minipage}{1\textwidth}Even page\\[40pt]Should be
    a left page, so the margin should be larger on the right?\end{minipage}}
    \end{document}

    Ramses de Norre wrote:
    It's all modifiable, example (put it in your preamble):
    \topmargin -10mm
    \textwidth 16truecm
    \textheight 24truecm
    \oddsidemargin 0mm
    \evensidemargin 0mm
    No need to load additional packages, this is basic stuff
    That is plain TeX. It is not advisable to use that in LaTeX. Using geometry is better.
    If the inner margin is too wide, try koma-script with its class scrreprt and give an option like
    \documentclass[...BCOR1cm...]{scrreprt}
    Last edited by Stefan Husmann (2008-05-28 19:50:14)

  • How to create a report with different page sizes

    Hi,
    I would like to create a report with different page sizes, it's possible to do it with diadem?
    When I change the layout parameters, changes afect to all sheets...
    Is there a way to change page size individually for each sheet?
    Thanks in advance.
    Marc

    Hi Marc,
    You can use the DocStart and DocEnd commands along with the PicPrint command to spool multiple print commands to the same output PDF file using the direct printer approach.  This should enable you to programmatically specify the page size differently for each sheet that you add to the print job.
    ' Print PDF Page by Page.VBS
    OPTION EXPLICIT
    Dim i, Path, OldPrintName
    Path = AutoActPath & "2D Stacked"
    Call DataDelAll
    Call DataFileLoad(Path & ".TDM")
    PDFFileName = Path & " Page by Page.pdf"
    IF FileExist(PDFFileName) THEN Call FileDelete(PDFFileName)
    OldPrintName = PrintName
    PrintName = "winspool,DIAdem PDF Export,LPT1:" ' Set to PDF printer
    PDFResolution = "72 DPI" ' "2400 DPI" , "default"
    PDFOptimization = TRUE
    PDFFontsEmbedded = FALSE
    PDFJPGCompressed = "high"
    PrintOrient = "landscape" ' orient paper
    Call PrintMaxScale("GRAPH") ' auto-max, see alternative margin setting variables below
    PrintLeftMarg = 0.181
    PrintTopMarg = 0.181
    PrintWidth = 10.67
    'PrintHeigth = 7 (read-only)
    Call WndShow("REPORT")
    Call DocStart ' Begin multi-page document/print job
    FOR i = 1 TO 4
    Call PicLoad(Path & ".TDR")
    Call GraphSheetNGet(1)
    Call GraphSheetRename(GraphSheetName, "Page " & i)
    Call PicUpdate
    Call PicPrint("WinPrint") ' Add a page to be printed
    NEXT ' i
    Call DocEnd ' End multi-page document/print job
    PrintName = OldPrintName
    Call ExtProgram(PDFFileName)
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Since I updated Firefox I have to constantly re log-in to my Yahoo account such as email. Every time I leave the page I have to log-in to get back into it. I also run OPERA and I do not have that problem with them. I stay logged in. Any suggestions?

    I have windows Vista and have the updated version of Firefox. I also can run OPERA and LUNASCAPE with no problems. When running Firefox I have to constant re log-in to my Yahoo account every time I leave the page. For example: I log in to check my email on Yahoo and then leave my email page. Then when I return to recheck my email I have to log in all over again. I can't stay logged in. If I run my OPERA browser I stay logged in for days without having to sign in all over again.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    "Remove Cookies" from sites causing problems:
    Tools > Options > Privacy > Cookies: "Show Cookies"
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • I opened a website that said that all of my files had been encrypted. A popup appeared and asked if I wanted to leave the page, but when I tried to, it wouldn't let me.  How do I know if this is a real problem or not?

    I was researching information for a class and I clicked on a website that said that all of my files had been encrypted.  A popup appeared and asked if I wanted to leave the page but when I tried to, it would let me.  I had to force quit Safari in order to do so.  How do I know if this is a real problem or not? 

    It's a JavaScript scam that only affects your web browser, and only temporarily.
    1. Some of those scam pages can be dismissed very easily. Press command-W to close the tab or window. A huge box will pop up. Press the return key and both the box and the page will close. If that doesn't happen, continue.
    2. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Security
    and uncheck the box marked Enable JavaScript. Leave the preferences dialog open.
    Close the malicious window or tab.
    Re-enable JavaScript and close the preferences dialog.
    3. If the Preferences menu item is grayed out, quit Safari. Force quit if necessary. Relaunch it by holding down the shift key and clicking its icon in the Dock. From the menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    to get rid of any cookies or other data left by the server. Open your Downloads folder and delete anything you don't recognize.

  • Page margin in script?

    How to get the exact page margin in script?

    hi 
    exact means ?
             like for A4 sheet size is 21.0*29.7 so u may defin any window , line with in this range .
       for max. utilization of page :
                 left margin 0.1 mm
                 upper margin 0.1 mm
                 width 20.9 cm
                 length 29.8 cm
    like this u can do as required.
    reward if help ful.

  • How do I change page margins on pdf file on acrobat?

    Hi there
    Could someone please help me. I need to change the page margins on a pdf file using adobe acrobat.  The page size is 7" by 10" which I have been able to change.  I need to change the page margins to:
    Left - .75"
    Right - .25"
    Top - .25"
    Bottom - .25"
    I know it is probably something really simple but I just can't figure it out.
    Thank you for your help
    Kate

    kateriggles wrote:
    I know it is probably something really simple but I just can't figure it out.
    Kate
    Not simple at all. Actually, Acrobat isn't built to do this type of thing. You would want to make those changes in the original document and create a new PDF.
    The main problem here is that Acrobat will not reflow the text as the margins grow.

  • Why is there a thick line in the page margin when I use auto page number?

    I am having a problem with an automatic line which appears in the left, in the page margin, outside the footer whenever I insert auto page numbering into a booklet. This line looks like a thick "l" and is on the left of each page despite the numbers being on the 'outside' (alternate sides) of each page.
    The line only disappears when the numbers are removed. I cannot highlight/edit the line and they show up as short thick marks, the height of the font on each numbered page when the document is printed.
    Does anyone know how I can get rid of them?

    Thank you, fruhulda.
    Actually that is what I am doing as a workaround. It works but it requires me to make an unnecessary extra copy of the document. And after doing that, I sometimes carelessly keep working on the copy instead of the original, which results in untracked modifications. So I hope there should be a way to just hide the lines.
    If there's no option to hide them, I think this is a bug of "View Final" mode, in which the document should be viewed in the "final" form.

  • Html report shows blank page if pdf report is also

    HI
    I am facing strange problem
    1. Generate any html report with multiple pages.
    2. The first page of the report will be shown.
    3. Now generate the same report in pdf.
    4. Go to the first report again (html report) and try to go to the next page
    (second page)by clicking on the forward arrow > at the bottom of the report.
    I am invoking java to invoke reports

    Hi Karen,
    I would like to provide the document "Report Design: Best Practices and Guidelines " to you and hope it can provide some help.
    Avoiding Blank Pages
    Sometimes, you will see blank pages when you output reports to a physical page format such as PDF or print. Generally, this will happen when the size of the report body exceeds
    the size of the page. To ensure that all the contents fit on a single page, the body width plus the margins should be less than the defined page width. A textbox or other report item can cause the width of the body to exceed the page width, even when the portion
    of the item that exceeds the width has no visible contents. In addition, report items growing horizontally (matrix data regions and images set to automatically Autosize or Fit) can also cause the body to grow.
    Reference:
    <http://technet.microsoft.com/en-us/library/cc966445.aspx>
    Best Regrads,
    Halin Huang

  • Html report shows blank page if pdf report is also generated

    Steps to reproduce
    1. Generate any html report with multiple pages.
    2. The first page of the report will be shown.
    3. Now generate the same report in pdf.
    4. Go to the first report again (html report) and try to go to the next page
    (second page)by clicking on the forward arrow > at the bottom of the report.
    I am using java to invoke reports

    Hi Karen,
    I would like to provide the document "Report Design: Best Practices and Guidelines " to you and hope it can provide some help.
    Avoiding Blank Pages
    Sometimes, you will see blank pages when you output reports to a physical page format such as PDF or print. Generally, this will happen when the size of the report body exceeds
    the size of the page. To ensure that all the contents fit on a single page, the body width plus the margins should be less than the defined page width. A textbox or other report item can cause the width of the body to exceed the page width, even when the portion
    of the item that exceeds the width has no visible contents. In addition, report items growing horizontally (matrix data regions and images set to automatically Autosize or Fit) can also cause the body to grow.
    Reference:
    <http://technet.microsoft.com/en-us/library/cc966445.aspx>
    Best Regrads,
    Halin Huang

  • Left & Right Margin from Top to Bottom

    Friends,
    I want Left & Right Margin (Line)  from top to bottom even if there is a single item in the Repetitive area. Problem is that when there are less items there is always a gap between Repetitive Area/End of Report & Footer.
    Regards,
    Uday Shankar
    Edited by: uday singh on Jun 13, 2008 5:30 PM

    Hi,
    We have also tried to the same requirement.  But we can't. 
    Only one thing we can do is, the end report can be set at the bottom with the property of "Align to bottom".  But the Horizonal, vertical lines and grid not fills from the last item to end of report beginning.
    I think this is most required to view the document perfectly or neatly. 
    Particularly in indian localization this is the must since the customer need to be declared the specific neat format to the legal departments.
    Hope SAP Support should solve the issue.  But I am wondering this question has been posted many times by many people but unfotunately nobody I think get the solution.
    Thanks & Regards,
    Venkatesan G.

Maybe you are looking for

  • Can no longer connect to iProjects using Oracle Portal

    From one day to the other, I can no longer connect to iProjects using Oracle Portal. It gives the message "Cannot connect to iprojects-files.oracle.com" because the username or password is incorrect. I can connect using the web interface though, usin

  • Website and app failing to take card payments.

    Hi,  There are others ways to pay your bill. Please see here: http://ee.co.uk/help/accounts-billing-and-topping-up/billing-and-payment/make-or-set-up-an-ee-payment#waystopay Thanks, 

  • 0201: Failure IDE #0 - Satellite Pro M Series

    I cannot believe this is not searchable on this site given it has plenty of mentions on the net.... I certainly cannot find an answer here already so sorry for asking again. Old Pro M-series had to put new hard drive in, however whilst I can start th

  • Control array's scrollbar shows more rows than dimensions

    When an array's dimension and Number of Rows property are set to the same value, its vertical scrollbar is shown and implies there is one more row available in the array than the actual array size. This happen only if the array is a control, not when

  • Interactive report - French language character problem

    Hi, I made an Interactive Report with this table : CREATE TABLE "DEPT" (     "DEPTNO" NUMBER(2,0),      "DNAME" VARCHAR2(14),      "LOC" VARCHAR2(13),      CONSTRAINT "DEPT_PK" PRIMARY KEY ("DEPTNO") ENABLE I have two rows in my table insert into dep