Control printing from report

Hi friends ,
         i have to control the printing of a report on the condintion that if a field value is changed then printing should not happen.
so i want to know how to control this behavior of a report.
your hints are highly appreciated.
Thanx .
Sajid

First you need to turn the PRINT button off on the selection screen.  Then turn it off on the list.  This sample program will show you how to do both.  Notice that you must create a new gui-status for the list display,  make sure to put a function code for the green arrow as "BACK",  put the fcode 'PRIN' for the print button.  Notice that we will exclude this when setting the status.
report zrich_0001.
* Used to limit user commands on selection-screen
include rsdbc1xx.
parameters: p_check type c.
* Events
at selection-screen output.
  if p_check = 'A'.
    append 'PRIN' to current_scr-excl.
  else.
    delete current_scr-excl where fcode = 'PRIN'.
  endif.
start-of-selection.
  if p_check = 'A'.
    set pf-status 'LIST' excluding 'PRIN'.
  endif.
  write:/ 'list'.
Regards,
RIch Heilman

Similar Messages

  • Printing from Reports

    Hi,
    I have HP Laser Jet 6L printer configured in Windows 98 machine and Windows 2000 machine. I have configured the Hp 6L drivers both in the client machines and linux servers. I made proper entry in uiprint.txt given by oracle for printing in Linux OS. When I am trying to print any report output from Reports Builder invoked in Linux thro' Open motif, I am getting junk characters printed in the paper.
    But the same works in a Network Jet Direct printer. Oracle ships some ppd files along with Oracle 9ias but hp6l is not there.
    Can anyone tell what should be done for this and how to configure the printer in linux inorder to print from reports.
    regds,
    R. Nanda Kumar

    Hello, dear Udo!
    In my mind, it is possible to solve your issues with Excel. How about Extract your statement to excel and do all necessary adjustments (font, etc....) in it and print it afterwards?
    Edited by: KhorkovAM on Sep 20, 2011 1:45 PM

  • Windows 8 and IE 10 crashed after printing from Report Manager SQL server 2008 / 2008 R2

    We have a problem with Windows 8 in combination with IE 10 and printing reports.
    When we print a report from the Report Manager 'http://<servername>/reports' the browser crashed after a print.
    Sometimes before printing and somthimes after printing or when you close the browser.
    Al other operating systems like XP, Vista, Windows 7 with different IE versions have no problem.
    I tried the report manager from SQL Server 2008 and SQL Server 2008 R2.
    The same error occured when printing from our Internet application and the reportviewer.
    (ASP application written in Visual Studio 2010 and reportviewer version 10.)
    The event log shows two different messages.
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.16453, time stamp: 0x509b0dfb
    Faulting module name: ntdll.dll, version: 6.2.9200.16420, time stamp: 0x505aaa82
    Exception code: 0xc0000005
    Fault offset: 0x00061252
    Faulting process id: 0x780
    Faulting application start time: 0x01ce03a294f7d1d5
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: d4a72486-6f96-11e2-be6e-10604b6a74ed
    Faulting package full name:
    Faulting package-relative application ID:
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.16384, time stamp: 0x50107ee0
    Faulting module name: rsclientprint.dll, version: 2009.100.1600.1, time stamp: 0x4bb67a74
    Exception code: 0xc0000005
    Fault offset: 0x00017e7a
    Faulting process id: 0x9c8
    Faulting application start time: 0x01ce02f35c70ab85
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\Downloaded Program Files\rsclientprint.dll
    Report Id: a13fccc6-6ee6-11e2-be67-10604b6a74ed
    Faulting package full name:
    Faulting package-relative application ID:
    Is there a fix for this problem?

    Dear Mike Yin,
    Thank you for your response. Your answer was the
    reason for finding the real problem.
    In december 2010 a SQL Server 2008 fix was the cause. I don't remember exactly the problem, but we changed the RSCLIENTPrint-x86.cab file. But instead to use the version of SQL Server 2008 we used the version of SQL Server 2008
    R2 (10.50.1600.1). This worked until
    Windows 8 (Internet Explorer crashed when printing).
    We fixed this problem by using the RSClientPrint-x86.cab file from SQL server 2008 (10.0.5500.0).
    But we now get the known problem that the
    activeX always must be installed again. 
    The reason for this is that the version of
    the SQL Server (10.0.5512.0) 
    and the rsclientprint.dll (10.0.5500.0) is different. SQL Server is newer (caused
    by a security patch (KB2716436)).
    Do you know when this problem will be resolved
    by Microsoft?
    Work arrounds
    I've also tried to install the RSClientprint.dll
    every time automatically (without user interaction).
    But this will be delayed the printing for more
    than 4 seconds. This
    is very annoying.
    Another workaround is to generate a PDF and print the PDF. But this is also
    a lot slower.
    Uninstall the security patch. but I don't know the security risk.

  • CE 10 - Slow printing from Report Viewer in Win Server 2K3

    Post Author: JacobK
    CA Forum: General
    I'm not very familiar with Crystal reports, we are having slowness issues when printing from the web through report viewer in Win2K3.  Recently upgraded from Win 2000 to 2K3.  Same crystal version, CE 10.  On the 2000 system this report printed fine.  Now there is a delay in bringing up the report in viewer and then an extreme delay when printing.  This report prints normally when printing directly from Crystal.
    Any ideas?
    Thanks in advance.

    OK so I have updated VS 2010 to SP 1, and installed CR2010. Within my project I have updated the referenced .dlls
    CrystalDecision.CrystalReports.Engine
    CrystalDecision.ReportAppServer.ClientDoc
    CrystalDecision.ReportSource
    CrystalDecision.Shared
    CrystalDecision.Web
    I updated the web.config assembly entries to match the new version # (13.0.2000.0) and the app compiles.
    However, now when I try to run a report I receieve the following error...
    An error of type <System.Web.HttpException> occurred
    Error Details: The 'PageToTreeRatio' property cannot be set declaratively.
    I am sure I need to make some code changes but I cannot find this "PageToTreeRatio" attribute anywhere in my .asp code. Is this something you are familiar with? Is this parameter in the report itself?
    As I mentioned before the reports were built in CR10 Deveoper (not in Studio) is that the source of this problem? Will I have to rebuild all the reports in VS2010?
    Thank you for all the help so far, I am a lot closer than I was yesterday!!
    -C

  • Controlling printer in reports

    Hi,
    Actually my report output is half a page.After printing the report, page skips automatically to the next page.I don't want the page to skip to next page.I am using an 80 column continous stationery.i want 2 copies to be printed in the same page.
    Pl reply
    With Regards
    Nirmal R

    Hi,
    Check ur deflt print settings in developer report home directory under printer folder. Modify existing file dflt.p* else copy it as u like a file name and set report printing property , which should u have to use at runtime.
    It might be resolve ur problem.
    Thanks,
    Bhavendra
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nirmal Rajendran ([email protected]):
    Hi,
    Actually my report output is half a page.After printing the report, page skips automatically to the next page.I don't want the page to skip to next page.I am using an 80 column continous stationery.i want 2 copies to be printed in the same page.
    Pl reply
    With Regards
    Nirmal R<HR></BLOCKQUOTE>
    null

  • Can't print to Epson TM-U590 Slip Printer from Report Generation Toolkit with LabVIEW 8.6.1

    Hi all,
    I have an application that uses the Report Generation Toolkit to print tickets to a docket printer.  Usually this works fine - I have 8 existing installations where there are no problems
    I'm currently installing the software at a new site that uses an Epson TM-U590 slip printer and I can't for the life of me get printing to work
    Using a Standard Report, the Print Report.vi returns error -41002 which indicates it can't find the printer.  I've opened up the VI using remote debugging and it does find the printer name correctly with the Query Available Printers.vi.  It gets an error code -2147352567 from the Printout node, which then gets replaced with the -41002 error which is reported.
    For historical reasons I'm still using LabVIEW 8.6.1 for this project.  I'm considering moving to 2011 or 2012 but I've had reliability issues with other parts of the application after attempting to update to a newer LabVIEW version so I'd like to avoid that at this stage.
    The application is running on a standard desktop PC with Windows 7.  The slip printer works fine if I print to it from Notepad, and my application is happy to print to any other printer, just not the slip printer.
    The slip printer is using the LPT port.  Previously the docket printers I've used have been USB but I would expect the printer driver to hide this detail from the application...
    Any ideas would be much appreciated
    Cheers
    Brett
    Senior Software Development Engineer
    Certified LabVIEW Architect and LabVIEW Champion
    Solved!
    Go to Solution.

    I've managed to sort out the problem, thanks to this KB article: http://digital.ni.com/public.nsf/allkb/67D60209102E2161862568AC0074BF64
    I'm now having the same issue with a Star docket printer (a TUP592), this time with another program developed in LabVIEW 2011.
    As mentioned in the article, the problem is actually to do with the margin settings rather than the printer name, despite what the error message says
    After some experimentation, I've gotten the Star printer to work by setting a large (>14cm) right margin.  No idea why this is required as it seems to print right up to the right edge of the paper quite happily, but there you go.
    So I haven't defintely fixed the original problem yet as I haven't gotten back to the site, but hopefully this will be of some help to someone else.
    Cheers
    Brett
    Senior Software Development Engineer
    Certified LabVIEW Architect and LabVIEW Champion

  • Disable printer from reports

    Dear All,
    i am using Report Builder 6.0.8.11.3 , and i want to disable print option from file > Printer
    is it possible , if yes then how??

    Hello,
    You can use the parameter DISABLEPRINT :
    In the Reports Builder Online Help :
    Description
    DISABLEPRINT
    specifies whether to disable FilePrint, FilePage Setup, FileChoose Printer (on Motif) and the equivalent toolbar buttons in the Runtime Previewer.
    Syntax
    [DISABLEPRINT=]YES
    Values
    YES or NO
    Default
    NO
    Regards

  • Empty PDF when printing from report

    I have a number of reports where I want to be able to download the report as both CSV and PDF.
    The CSV download works fine but the PDF only contains the headers, no data. The printer is set up otherwise I wouldn't be able to get a PDF at all.
    Is there anything obvious I might have overlooked?
    Thanks in advance.

    Hi,
    We have the exact same problem with an interactive report in Apex 3.2. The CSV export works fine, but the PDF file only shows the header.
    The problem only occurs when using a page item in the where clause. Is that a bug ? How can I fix this ?
    Thanks
    Patrick

  • HP Envy 4500 won't print from computer

    Hi,
    My HP Envy 4500 has been working perfectly for quite some time now.  Unfortunately, it has stopped printing from my Dell laptop, running Windows7. It scans to the laptop just fine.  It copies fine, and it prints from my iPhone fine.
    I have looked at a ton of posts and tried many things:
    *uninstall/reinstall wirelessly (at least 8 times) -- via the https://123.hpconnected.com/activate/woobe/ENVY4500 site
    *uninstall/reinstall via USB
    *ran print/scan doctor utility (or whatever it is called) and been told everything looks fine
    *sending a test page via one of HP's tool is fine, however, printing the internal test page via the HP tool fails 
    I am losing my mind and would really appreciate some help.
    Thank you!

    Hello @JNZM,
    Welcome to the HP Support Forums!
    I would like to assist you today with resolving the issue that you're experiencing when trying to print from your Windows 7 computer to your HP ENVY 4500 e-All-in-One Printer. Thank you for including all of the troubleshooting steps you have completed prior to reaching out for support. At this time I will be running you through some troubleshooting steps to check the actual print system on your computer. The Print Spooler is what controls printing from Windows computers. It is built into the Operating System. If the Print Spooler is experiencing issues than you will experience printing conflicts. Should the Print Spooler be experiencing a conflict, the software and scanning feature for the printer will not be affected. Can I please have you follow the steps below.
    Step 1: Check Print Spooler:
    Click on your Start menu
    In the 'search programs and files' box located right above Start type services.msc and hit enter on your keyboard
    When the Services window opens scroll down until you see Print Spooler
    Click on Print Spooler once just to highlight it
    If you see Start in the top left hand corner than that indicates that  your Print Spooler is in fact Stopped (not good). But we will leave this for now.
    If you see Stop or Restart in the top left hand corner than this indicates that your Print Spooler is actually Started. Please click on Stop to temporarily Stop the service.
    Minimize this window as we will need to come back here
    Step 2: Check Spooler Folder:
    Click on your Start menu
    Select Computer
    In the Computer window select your C Drive
    Click on Windows
    Click System32
    Click Spool
    Click PRINTERS. You may get a permissions warning, just Continue past this.
    The PRINTERS folder should be empty. If there is any files in here they are corrupted print jobs. Right click on anything in this folder and 'delete' the files.
    Close the PRINTERS folder
    Step 3: Start Spooler:
    Reopen the Services window we previously minimized
    Click on Print Spooler again to highlight it
    Click on Start in the top left corner
    If you get an error message please take note of it
    If the Print Spooler starts successfully you will see 'Stop and Restart' as your options in the top left
    Once the Print Spooler has started please test printing again. If printing fails, or if the Print Spooler fails to start, please proceed to the next step.
    Step 4: Run Microsoft Fixit:
    I'm going to have you run a Microsoft Print Fixit Tool to identify and correct any print system issues or Registry corruptions on the computer.
    Please click here to access the Microsoft Fixit website
    Once the page opens under section (2) select Print, fax, scan, share or save.
    Under section (3) select Run Now for Diagnose and fix printer and printing problems automatically
    Once the download is complete please follow the onscreen instructions to run the Microsoft Tool
    Once the Fix has run, please test printing again.
    Please respond to this post with the result of your troubleshooting. You can also say 'thanks' for responding by clicking the 'thumbs up' icon below. I look forward to hearing from you!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Automated Word Report Printer from a Cluster filled with controls Vi

    I am sharing this Vi that i made to solve a problem i had.
    Basically this Vi will take what ever is inside a cluster  and print it to Word. you should have a Word template with Bookmarks to work. The bookmars name should be the same as the label of the control( i am explaining the function more in depth on the block diagram comments). This way you can make fancy word templates to print in the report your own values of your test.  
    express vis come limited in the number of inputs you can feed to a template. so this will make you life easier on printing a report. you just need to worry now about putting the values in the cluster.
    You can find it here 

    Hello, take a look at this article. Unfortunately the Generate Report Get Data to Modify.vi was remove since RGT 1.1.3 release. That being said, we can try to find a workaround. See "Configuring a Printer Through the Windows Dialog in LabVIEW", open the GetPrinterSettings.vi, at the PrinterSettings property node you can select the from/to page. I hope this helps.
    Alejandro | Academic Program Engineer | National Instruments

  • Print a report to a specific printer from Forms

    I have a form from where i want to print a report to a specific printer (not the default printer). Is there any way to do this from Forms 9i. Im using the Orarrp but it pops up the printer dialog and shows the default printer. Is there any way to harcod the printer name. the printer is on the network..

    If i go to my control pannel and see the list of printers i take the printer name from there. should i put the path of the printer? i kno the port of the printer .it come like ip_192.1.11.1_p1 ..how do i define the printer name? if i dnt give the printer name shouldnt if fire to the default printer ..my code is as follows
    declare
    REPID REPORT_OBJECT;
    V_REP VARCHAR2(100);
    REP_STATUS VARCHAR2(20);
    BEGIN
    REPID := FIND_REPORT_OBJECT('CUS_PRINT');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_DESTYPE,PRINTER);
         SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_SERVER,'test');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_OTHER,'P_CUSREF='||:CTRL01.CUSREF||' PARAMFORM=NO');
         MESSAGE('SET REPORT PROP');
    V_REP := RUN_REPORT_OBJECT(REPID);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    MESSAGE('RAN REPORT');
    WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
         REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
         IF REP_STATUS = 'FINISHED' THEN
              IF NVL('TEST',' ') <> ' ' THEN
              GEN_ALERT('NULL_ALERT','TEST');
              END IF;
              ELSE
         GEN_ALERT('NULL_ALERT','Error when running report');
         END IF;
    END;
    what should the desformat of the report should be..when im trying to run this it gives me 'no data found' error...why???

  • Print Crystal Report directly from C# without using Report Viewer

    Hello All,
    I need to print a crystal report directly to the printer without using ReportViewer in C#. I've a CrystalReport2(belowCode) which requires a query (Select * from JobHeader where JobNumber='J012345') to display all the data. I'm stuck with database connection
    and putting all the data to DataAdapter in C# (Below Code). I also have 8 subreports in my CrystalReport2. Can somebody please give me hand on this? I'm struggling with it. Thanks.
    Regards
    using CrystalDecisions.CrystalReports.Engine;
    using System;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    using System.Data.SqlClient;
    namespace csharp_win_printtoprinter
    /// <summary>
    /// Summary description for Form1
    /// </summary>
    public class Form1 : System.Windows.Forms.Form
    //CR Variables
    ReportDocument crReportDocument;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.PrintDialog printDialog1;
    private System.Windows.Forms.Button button2;
    private System.Drawing.Printing.PrintDocument printDocument1;
    private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
    private CrystalReport1 CrystalReport11;
    private Chart Chart1;
    /// <summary>
    /// Required designer variable
    /// </summary>
    private System.ComponentModel.Container components = null;
    public Form1()
    // Required for Windows Form Designer support
    InitializeComponent();
    // TODO: Add any constructor code after InitializeComponent call
    /// <summary>
    /// Clean up any resources being used
    /// </summary>
    protected override void Dispose( bool disposing )
    if( disposing )
    if (components != null)
    components.Dispose();
    base.Dispose( disposing );
    #region Windows Form Designer generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor
    /// </summary>
    private void InitializeComponent()
    this.button1 = new System.Windows.Forms.Button();
    this.printDialog1 = new System.Windows.Forms.PrintDialog();
    this.button2 = new System.Windows.Forms.Button();
    this.printDocument1 = new System.Drawing.Printing.PrintDocument();
    this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
    this.Chart1 = new csharp_win_printtoprinter.Chart();
    this.CrystalReport11 = new csharp_win_printtoprinter.CrystalReport1();
    this.SuspendLayout();
    // button1
    this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    this.button1.Location = new System.Drawing.Point(32, 56);
    this.button1.Name = "button1";
    this.button1.Size = new System.Drawing.Size(160, 104);
    this.button1.TabIndex = 0;
    this.button1.Text = "Print Report No Choose Printer";
    this.button1.Click += new System.EventHandler(this.button1_Click);
    // button2
    this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    this.button2.Location = new System.Drawing.Point(272, 56);
    this.button2.Name = "button2";
    this.button2.Size = new System.Drawing.Size(160, 104);
    this.button2.TabIndex = 1;
    this.button2.Text = "Choose Printer";
    this.button2.Click += new System.EventHandler(this.button2_Click);
    // crystalReportViewer1
    this.crystalReportViewer1.ActiveViewIndex = 0;
    this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
    this.crystalReportViewer1.Location = new System.Drawing.Point(47, 188);
    this.crystalReportViewer1.Name = "crystalReportViewer1";
    this.crystalReportViewer1.ReportSource = this.CrystalReport11;
    this.crystalReportViewer1.Size = new System.Drawing.Size(903, 296);
    this.crystalReportViewer1.TabIndex = 2;
    // Form1
    this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    this.ClientSize = new System.Drawing.Size(1164, 505);
    this.Controls.Add(this.crystalReportViewer1);
    this.Controls.Add(this.button2);
    this.Controls.Add(this.button1);
    this.Name = "Form1";
    this.Text = "Form1";
    this.Load += new System.EventHandler(this.Form1_Load);
    this.ResumeLayout(false);
    #endregion
    /// <summary>
    /// The main entry point for the application
    /// </summary>
    [STAThread]
    static void Main()
    Application.Run(new Form1());
    private void button1_Click(object sender, System.EventArgs e)
    crReportDocument = new ReportDocument();
    //Create an instance of a report
    crReportDocument = new CrystalReport2();
    //Use error handling in case an error occurs
    try
    //Set the printer name to print the report to. By default the sample
    //report does not have a defult printer specified. This will tell the
    //engine to use the specified printer to print the report. Print out
    //a test page (from Printer properties) to get the correct value.
    System.Drawing.Printing.PrintDocument printDocument = new System.Drawing.Printing.PrintDocument();
    crReportDocument.PrintOptions.PrinterName = printDocument.PrinterSettings.PrinterName;
    //Start the printing process. Provide details of the print job
    //using the arguments.
    crReportDocument.PrintToPrinter(0 ,true , 1, 1);
    //Let the user know that the print job is completed
    MessageBox.Show("Report finished printing!");
    catch(Exception err)
    MessageBox.Show(err.ToString(), "Unexpected exception");
    private void Form1_Load(object sender, System.EventArgs e)
    private void button2_Click(object sender, System.EventArgs e)
    //Open the PrintDialog
    this.printDialog1.Document = this.printDocument1;
    DialogResult dr = this.printDialog1.ShowDialog();
    if(dr == DialogResult.OK)
    //Get the Copy times
    int nCopy = this.printDocument1.PrinterSettings.Copies;
    //Get the number of Start Page
    int sPage = this.printDocument1.PrinterSettings.FromPage;
    //Get the number of End Page
    int ePage = this.printDocument1.PrinterSettings.ToPage;
    string PrinterName = this.printDocument1.PrinterSettings.PrinterName;
    crReportDocument = new ReportDocument();
    //Create an instance of a report
    crReportDocument = new Chart();
    try
    //Set the printer name to print the report to. By default the sample
    //report does not have a defult printer specified. This will tell the
    //engine to use the specified printer to print the report. Print out
    //a test page (from Printer properties) to get the correct value.
    crReportDocument.PrintOptions.PrinterName = PrinterName;
    //Start the printing process. Provide details of the print job
    //using the arguments.
    crReportDocument.PrintToPrinter(nCopy, false, sPage, ePage);
    //Let the user know that the print job is completed
    MessageBox.Show("Report finished printing!");
    catch(Exception err)
    MessageBox.Show(err.ToString());

    1. This is a VB.Net forum not a Visual C# forum. For Visual C# questions try this forum.
    Visual C#
    2. Crystal Reports are not supported by Microsoft. Therefore, unless somebody responding in the Visual C# forum has experience with whichever version of Crystal Reports you are using, you will probably not receive an answer in the Visual C# forum. SAP has
    their own assistance for Crystal Reports using Visual Studio. You can try to find an appropriate forum to ask questions in at SAP in the below link.
    SAP Community Network
    La vida loca

  • Printing from HTML rendered page assume bigger margins than defined on the report

    Hello!
    I have a report with PageSize and InteractiveSize of 29,7cm x 21cm and Margins of 2cm each.
    Body of report is 25cm width.
    When rendered in report server and then try to print it I get some blank pages because it changes print margins to 2,032cm each!
    I tried other margin sets like 5cm, and it changes to 5,08cm.
    If I set margins to 1,5cm it changes to 1,4986cm.
    I tried to print to a different printer and does the same.
    Does anyone knows why this happens and if I can control it?
    Thanks in advance.
    Carla Baptista

    I'm running OS X 10.5.4 on a Mac Pro with 2 x 2.8 GHz Quad-Core Intel Xeon & 4 GB 800 MHz DDR2 FB-DIMM Memory (I installed the latest security update this past week).
    I updated to ACR 4.5 (thru adobe tech help) after installing the security update. I've been using Epson driver 6.10- beta version for Mac OS X 10.5 for several months with no problems.
    Seems to me that ACR 4.5 previews stated that some printing issues would be fixed with this upgrade, along with support for more cameras, and support for linking to CS3 from LR2.0.
    It is possible that the security update affected printing from Adobe CS3. Several months ago there were serious problems printing from Aperture & Lightroom that were "fixed" with an OS X security update. Some of those problems were printing size & orientation problems, as well as incorrect color. I checked printing after this latest security update, but not with custom sizes.
    I guess I'll have to do some further investigating to determine what exactly is causing the current problem & find a workaround. I'm not a computer expert - I'm a photographer. And I'm getting weary of having to find fixes for things that should have been handled by the development staff for the various software products that I'm using - plus, it gets expensive when paper and ink are wasted - very expensive when printing to large custom sized paper. And very bothersome when you cannot depend on what you see in the preview window as to print size nor orientation.
    Anybody else out there with similar problem with the latest upgrades?

  • Unable to print crystal report over web using ActiveX Control

    Post Author: jimmyp
    CA Forum: General
    We have a problem with printing crystal report over web using ActiveX Control.  When clicking print button, it only shows a blank dialog web crystal viewer page without any error.  The page just simply hangs.  We installed the PrintControl DLL and enable all the security setting for ActiveX Control for IE.  It still does not print.  Does anyone know why?  
    Environment.
    Bundle Crystal Report v10
    Asp.net 2.0
    IE 6.0 or higher.
    Appreciate for your help.
    Jimmy

    Post Author: Ian Kulmatycki
    CA Forum: General
    A team member here found this, I haven't read it, I'm not sure if our problems are related to this, but hopefully it helps someone:
    -ian
    When Secure Sockets Layer (SSL) is enabled, using the ActiveX control to print reports from a Crystal 10 DHTML viewer results in the following error message:
    "A communication error occurred, printing will be stopped."
    How can this error message be resolved?
    Resolution
    This is a known issue with Crystal Reports 10 and Crystal Enterprise 10 viewers and has been tracked. The Track ID is ADAPT00282199.
    This error occurs due to the receiving application performing a case-sensitive check for the HTTPS request header value "ON". When a sender application sends the value as "on" in lower case, the error occurs. The update below changes the receiving application to be case-insensitive.
    Hot Fixes or Service Packs address this issue as indicated below. With the updates, this issue is resolved.
    Unless indicated otherwise, Weekly Hot Fix updates from our FTP site have only been tested with English versions of products.
    For Crystal Reports 10 and Crystal Enterprise 10, the update for this issue is included in the Crystal 10 Viewers Weekly Hot Fix (WHF). This is available in English only at the following location:
    ftp://ftp.crystaldecisions.com/outgoing/EHF/viewers10win_en.zip
    This issue is addressed in the following components (and later versions):
    PageObjectModel.dll, version 10.0.5.785, dated 8/25/2004
    ReportRenderer.dll, version 10.0.5.785, dated 8/25/2004
    WebReporting.dll, version 10.0.5.785, dated 8/25/2004

  • Problem in printing Crystal Report from SAP Business One - the printing cut in it width margins

    Hi
    i'm trying to print crystal report layout from sap b1. when i preview the report as pdf file, i have the option to choose Fit in size option and then the layout print O.k with out any margins that been cut.
    The problem start when i'm trying to print the layout directly from sap b1 (printer button) which cause the page to be cut in it width margins.
    How can i control the printing of crystal layout when i'm printing it directly from sap b1? do i have the option to chose 'Fit page size' from sap system?

    Hi,
    Please check SAP note:
    1820939 - Page settings of Crystal Reports not transferred
    correctly
    Thanks & Regards,
    Nagarajan

Maybe you are looking for

  • Print iCal --- filofax size/format

    While iCal is very useful when I'm in the office, often I'm on the road and don't have the computer with me. Is it possible to print the information in iCal so that it is formatted to fit the filox personal sized pages? I also have Pages and wonder i

  • Cannot add files or folders to itunes

    Since updating to itunes 8.1.1 I have not been able to add music files or folders to itunes. The files play outside of itunes and are in MP3 format. The same files have been added to itunes in the past with no problems, but now itunes says all of my

  • Intercompany purchase

    Dear Experts, My company havenu2019t use any intercompany facilities that provided dy SAP. Now we would like to use that in our business process. - c/code 0001 u2013 company A - c/code 0002 & 0003 u2013 B & C (manufacturing plant)   - create PO via M

  • Printing to Acrobat 5.0 from Indesign CS3

    Hi I dont get it!! Do i need to install the entire Adobe Acrobat 5.0 (1.4) when wanting to print to Acrobat 5.0 from Indesign when choosing .ppd? thanks!

  • Hard Drive Crash- Resyncing iPhone

    My hard drive crashed and has since been replaced and the computer is working fine. However, all of my contacts and some very sentimental pictures are only on my iphone. It is absolutely necessary for me to keep these. I would like to avoid having to