Cannot set page margins to zero

I am exporting a Crystal report using HTML 4.0 format.  When the report is viewed via a browser the white space in the margins is being displayed.  I have tried to zero out the margins to eliminate this issue but Crystal Reports will not let me set the margin values to zero.  I am currently running 11.0.0.1282  Is this a know issue and is it fixed in any product updates?

The margins are an issue because they are the causing unnecessary white space my web pages.  I am exporting this report as a single  page (deselected Separate HTML Pages).  So I have 2-3 lines of white space every place where there would be a page break.  This has to be a bug because no one would want this white space on a web page. 
In addition here is the help text that I copied directly out of Crystal regarding these margins:
Note:    When you are exporting to a single file (that is, you have cleared the Separate HTML Pages check box) all blank space in headers and footers, as well as top and bottom page margins, is included. If you don't want to see blank spaces in your HTML file, suppress empty header and footer sections and set the top and bottom page margins to zero in the Page Setup dialog box.
Am I missing something here????

Similar Messages

  • How to set page margins in Numbers 3

    I just migrated from MS Excel after decades of use. I can't find out how to set page margins using the new Numbers 3 version. I believe I've exhausted all reference materials and the most relevant was an method in Numbers 8 & 9... both of which have a different top menu selection.  The answer is probably right in front of me and simple as it sometimes happens when learning new software...

    Hi caforestfire,
    There is no direct equivalent to page margins in Numbers 3.0. It's more oriented toward sharing on the web and on iPad screens than toward traditional printing.
    However, there are ways to achieve the effect of margins.  The idea is to first position your content (tables, charts, etc) on the canvas of a sheet, using rulers and guides if you want (you can drag the rulers onto the canvas to help in placement):
    Then you File>Print and in Print Preview fiddle with the slider until you get the white space you want around your content:
    Then click Print.
    For many purposes it works quite well. It's just a different approach from what we're used to in Excel, and the old Numbers 2.3.
    SG

  • 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

  • How to set page margins in numbers version 3.0?

    How can I set document margins in Numbers version 3.0 ?
    In numbers "help" , "margins" has no results.
    Normally I have a item "page layout" just above "print..."  in the archive tab, but in this version it is missing.

    Hi Adj,
    Many features have been lost in Numbers 3. You can send feedback to Apple with Menu > Numbers > Provide Numbers Feedback.
    Features that Apple has promised to reinstate:
    http://support.apple.com/kb/HT6049
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=75&tstart=0
    What has been lost in Numbers 3 is here (with corrections where Apple has already reinstated some lost features in the Numbers 3.1 update):
    https://discussions.apple.com/thread/5470448?start=240&tstart=0
    Hints on workarounds here:
    https://discussions.apple.com/message/23622372#23622372
    In particular,
    Try Alignment Guides and Rulers as suggested here:
    Print View workarounds
    Numbers has never had Page Breaks. The Numbers approach is to have several tables, each with a purpose. For example, an input table, a number crunching table, and a "Presentation" table to summarise results.
    If your quotation runs to six pages, perhaps you could have 6 tables designed so that each fits within a layout guide:
    Layout Guide for Numbers
    Option 2, if you previously had Numbers 2.3 (Numbers '09) it now lives in a folder called iWork '09 inside your Applications folder. It works just as well as it used to, and has a proper Print View.
    Option 3, copy and paste your table to Pages where I believe the layout is easier to arrange (maybe).
    Regards,
    Ian.

  • Cannot set audio level to zero

    Hi,
    I know how to edit the audio levels and have no trouble setting it, from 0% to 150%.
    With the video clips this works fine. I can go from complete silence to full volume.
    When I try this with an audio only track, I can set the fader from 0% to 150%. The audio gets louder as I increase the percentage. When I set the percentage to zero however, I can still hear the audio. It's softer, but still there.
    I've tried using the "fade" feature, dragging the line from starting level down to zero. The audio fades, but not to complete silence. I'd say the level is equivalent to the 10-15% level I get when fading video.
    I have iMovie version 5.0.2.
    Any and all suggestions appreciated!
    iMac G5 2.1Ghz 20" Flat Panel   Mac OS X (10.4.3)   BondiMac G3, 233MHz, OS 9.2.2, iMac G4 Flat Panel, 800MHz, OS 10.2.8

    Hi,
    The audio clip contains only music. The video clip contains only spoken word. It was a good idea though!
    Thanks for posting!
    ap

  • Problem setting page margins for printing

    I made a program that prints inventory reports at work, but I wanted to push back the margins a bit so I can use a font size one larger. As it is, some of the information is at font size 10. I do not want to use the "Page Settup" dialog to bug the user to change it; I wanted to set it automatically.
    I tried taking the PageFormat argument to Printable's print() method and setting the imageable area like so...
        public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
            Paper formatEdit = pageFormat.getPaper();
            formatEdit.setImageableArea( 36,36, pageFormat.getWidth()-36,pageFormat.getHeight()-36);
            pageFormat.setPaper(formatEdit);
            ...Is this at least the general approach I should be using, or should I be doing something totally different?
    As always, thanks much in advance.
    Edited by: Loduwijk on Sep 25, 2008 3:40 PM
    Edited by: Loduwijk on Sep 25, 2008 3:50 PM

    Set them automatically based on what criteria?
    If you just want to set them programatically, then as the Help indicates, use the Printing:Margins property to set those values.
    Attachments:
    Example_VI_BD.png ‏2 KB

  • Adobe plugin cannot set Page Display Preferences

    I have a lot of scanned documents and read them within IE 6.0 through a web interface using a custom solution. I have to use IE 6.0 so I can't just upgrade or use another browser, unfortunately. The issue is that now, all of a sudden, the documents open up in Fit Page view instead of Fit Width view. I have set preferences in the Adobe Reader application and tried to change them in the plugin window, but it never keeps it's settings. I have tried Adobe reader versions 6, 8, & 9 and they all do the same thing. I have tried changing the setting in the plugin then closeing everything and rebooting, but it still doesn't keep the settings. Is there a configuration file or a registry setting for the plugin that I can force a value? I've been working on this for weeks now and I can't think of anything else I can try.
    Thanks in advance
    Jason

    Bill
    Thanks but I am using  Edit>Preferences>Page Display but it will not say what I set it to after restarting the program.

  • How to set page margin for any site being viewed without back and forth scrolling?

    Some sites and most forums, the threads cannot be read without scrolling the screen back and forth. How can these be set where all information is read without moving screen short of up or down and not side ways back and forth.

    Thank you all for attempts to satisfy my needs. The last concerning my screen is 19 inches and 800 resolution. I'm very long in the tooth and if I go higher in
    resolution I have to play squint the fonts are so small. Crank them up and I'm back to scrolling back and forth on the screen.
    Again thanks for help but I' m not interested in spending money on newer
    haha state of the art equipment just to satisfy the need of cyber space Ad
    purveyors to post their wares. Graphics I can do without as well. If they want
    me to see what they have to offer, then stop messing with what once worked just fine.
    I still have Word where I can do with whatever I copy n paste to get done what I need. The convenience of doing so right at the site isn't a requirement as such. Being a retired Master Electronics Technician, I'm short on computer orientations but long on other kinds of smarts.
    Again, Thank you all for the help.
    Gizmoman

  • How do I set page margins in Numbers for iPad 1.5

    I was attempting to reduce the margins on my first spreadsheet, and I can't seem to find a way to adjust margins or paper size in Numbers 1.5 for iPad.  Thanks for any help!

    I have this same problem. And to make it worse, it's not even the (US) universally-accepted standard, letter 8.5"x11".

  • Is there a way to set the printed margins to zero. I want to fill the whole page, as much as the printer allows.

    Normally Firefox prints Title, URL, time and page number on the four corners of the printed page. I want to remove printing of this
    information and instead print the page out to the corners limited by
    what the printer allows. I know how to stop printing the URL etc. but then I get empty margins. I want to set this margins to zero so Firefox prints on the whole paper sheet. As it is now I will have to use another browser that doesn't insert unwonted margins.

    Is there a way to set the FOLDERS window in Adobe Bridge as a Column view like in Mac OSX Finder?
    No, but it is very nice idea, add it to the feature request page:
    http://feedback.photoshop.com/photoshop_family/

  • Cannot set margins to 0 on Canon Pro9000

    i cannot set the print margins in lightroom 2.3 to 0. I'm not sure why this is the case. the problem just started. i could do it earlier today. as near as i can tell this occurs at all print sizes - 4x6, 5x7.... i reinstalled the driver for my canon printer (Canon Pixma Pro9000), but the problem persists. i can print borderless in photoshop cs3 and the printer seems to be working fine in other applications like Word and IE.
    for example, if i select a 4x6 paper size (4" x 6" 10x15 cm), then the print margins appear to be stuck at the following settings
    left: 0.14
    right: 0.12
    top: 0.11
    bottom: 0.21
    the max cell size allowed is the following:
    height: 5.68
    width: 3.50
    i cannot set the margins any lower than the above values without triggering an error message that says i am out of range below 0.14, etc. i cannot change the cell size to 6 x 4 without triggering a dialogue box that says i can't do that.
    i have no idea why this is occurring and don't seem to be able to fix the problem. i need to be able to print borderless pictures. it doesn't matter whether i select borderless from within the Page Setup. no matter what i try to do, i cannot print borderless any more.
    please help!

    I doubt there is a sync issue between LR and the printer driver. Pretty sure the LR team is aware of this printer model and working to assure its usefulness.
    After selecting the Borderless Printing checkbox in the printer driver, there were some settings revealed to control the "over spray."  Have you tried working with these settings to coordinate with LR? I haven't done any borderless printing, I'm just good at getting these things to work together and usually it is a configuration issue over a compatibility or sync issue.
    A feature of the Print Templates in LR is that they hold driver settings as well as LR settings. I've worked with folks who thought that you set up your driver and then select a template... this doesn't work because the template will set the driver to its settings - probably the ones that are incorrect. This is why my last direction was to update or create a new template after changing the driver.

  • How to adjust printer page margins on the officejet 6700

    How do you adjust the page margins on an Officejet 6700 premium All in One printer. I just bought and set up.
    Setup and install went well and every thing seems to be working. I have looked in the set up software and have yet
    to find any thing on setting page margins. The issue arose when I printed an email and the right edge of it did not
    print. 
    This question was solved.
    View Solution.

    As I understand it this has a lot to do with the originators message and format (an example here of users with similar issues). It appears html in the messages can cause this and things like scale to fit may not help. Are you able to export the email and open within word or similar program for printing? 
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Page margins

    How does one set page margins in iWorks Numbers version 3?  This seems to have been removed from the inspector and I don't see it anywhere else.

    acoustic biscuit wrote:
    In Photoshop my image fills an A4 page, which is what I want and which is what I have the paper selection set to on all settings I can find. However, when I print, there remains a margin around the image which forms a white border on the page. How do I eliminate all the margins so what I see on screen is what prints?
    Entirely the function of the printer driver.  You will need to find a Borderless Print setting in the print driver, which will probably require to use photo quality paper. 

  • Cfspreadsheet: how to set page format?

    I would like to format the spreadsheet as below but couldn't find the proper functions to do it with cfspreadsheet:
    - set page orientation to either potrait or landscape
    - set page margin
    - set page size in inches/mm
    - turn fit to page on/off
    Please advise!
    Thanks,
    Chee

    Hello,
    go to your master page and change the master page/page format/size as you wish.
    Otto

  • How can I set mirror margins (or "facing pages") in 5.0?

    I recently updated by Mac System to Maverick just so I could update to the new version of Pages. In so doing, I gave up my old MS word program (because it was outdated for this system). But Pages did most of those things I needed.
    HOWEVER
    Now, I am trying to format a .pdf file to publish a book and I CANNOT see how to set "mirror margins" or "facing pages" in order to properly format my book. What happened to this feature (and what the **** was Pages thinking when they dropped this feature, if they did?).
    I saw another post that suggested trashing Pages 5.0 and getting the old version out of a folder and using it (not sure I can now that I'm running Maverick).
    Do I need to go buy a new version of MS Word so that I can format books now?
    Help!
    (And I need it right NOW).
    Thanks,
    Lareena

    Both Pages '09 and Pages '08 work with Mavericks.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

Maybe you are looking for

  • Change Mrp Element Data of Production Order in MD04

    Dear guru , In the mrp element data of the stock/requirement list for the production order I see the Production order number , the order type , and the system add /RE if production order is released or /PD if production  order is partial delivered. N

  • I pod touch is frozen . itunes logo and cable icon come up. can't get past that. already tried to restore

    ipod touch is frozen. i tunes logo and cable logo appear. can't get past that. already reset ipod

  • Upgrading protection mode

    I've never used any Data Guard protection mode except Maximum Performance before so please forgive me if my questions seem ignorant. I have a primary DB with 2 standbys both currently operating in maximum performance mode. The primary is a 2 node RAC

  • Query parameter problem

    I'm using the value selected in a dropdown list (20 separate values) as the where clause in a query to populate a table: dataElementsTableModel.setObject(1, xactionDropdown.getValue()); dataElementsTableModel.execute(); This works OK for most of the

  • CUA SRM issue with user/business partner creation

    Hi Board, I've already replied to an existing thread in the SRM board, but also quite hopefully to find somebody here who may be able to help. Please find the thread here error during creation of EBP suers Any help would be highly appreciated as we c