Report does not print exactly same as it appears at design time

Hello,
I am using SAP Crystal report with VS 2010.
I designed a report. At design time every thing appears fine. Margins are set to 0, printer is selected and page size is custom.(right click on report, design>pagesetup)
When I use <reportname>.printtoprinter(), it dramatically changes the text size and margins of the report in hard copy. I tried literally everything for this. Especially It adds nearly 2 inches extra margin at top.Also , at run time it changes the font size to 8 or 9 points if i have set it to 12 at design time.
I get the same problem if I do following:
  crystalReportViewer1.ReportSource = rptRcAbh;
   crystalReportViewer1.PrintReport();
HOWEVER!!
When I do this:
  crystalReportViewer1.ReportSource = rptRcAbh;
AND when I manually click the print button of crystal report viewer, i get EXACTLY SAME result as design time. This is what I am expecting from printoprinter() method. But Its changing result dramatically.
Why is this happening? Am I forgetting any setting?
I must use reprot.printtoprinter() method here. Because I am printing the bill receipt. I dont want the user to go to printpreview then click print. AND I must get same result as design on printed page.
Please help me. I am in urgent need.

Hi Don,
Firstly I am very very thankful to you for replying me.
I know I must have irritated you a bit cuz I was expecting everything ready which I should have :P
but I was in urgent need and there was no time for me to read everything. I must say a thing that I did not get good search results on printcontroller when I used search box of this website.
Well Thanks again for helping me in deed.
I am sure this must be the problem for many people across the globe, hence I am posting the exact code that helped me to print the document Accurately:
   rptReceiptAbhishek rptRcAbh = new rptReceiptAbhishek();
        //        rptRcAbh.Load("rptReceiptAbhishek.rpt", OpenReportMethod.OpenReportByTempCopy); i did't need this line
//////// Directly Entering data to the fields of the report.
                CrystalDecisions.CrystalReports.Engine.TextObject txtname;
                CrystalDecisions.CrystalReports.Engine.TextObject txtaddress;
                txtname = (CrystalDecisions.CrystalReports.Engine.TextObject)rptRcAbh.ReportDefinition.ReportObjects["txtRptName"];
                txtname.Text = cboInitials.Text + " " + cboDonarName.Text;
                txtaddress = (CrystalDecisions.CrystalReports.Engine.TextObject)rptRcAbh.ReportDefinition.ReportObjects["txtRptAdd"];
                txtaddress.Text = txtAddess.Text;
                rptRcAbh.PrintOptions.PrinterName = Properties.Settings.Default.PrinterName;
                System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
                CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();
                CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions newOpts = new CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions();
                pDoc.PrinterSettings.PrinterName = Properties.Settings.Default.PrinterName;
                pDoc.PrinterSettings.SupportsColor.ToString();
                //if (pDoc.PrinterSettings.SupportsColor)
                //    MessageBox.Show("Printer Supports Color", pDoc.PrinterSettings.SupportsColor.ToString());
                rasPROpts.PrinterName = Properties.Settings.Default.PrinterName;
                //   rasPROpts.PaperSize = (CrPaperSizeEnum)pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                //rasPROpts.PaperSource = (CrPaperSourceEnum) pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind;
      //          rptReceiptAbhishek rpt = new rptReceiptAbhishek();
                var rptClientDoc = rptRcAbh.ReportClientDocument;
                rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
                MessageBox.Show("Printing in progress. Make sure that printer is not turned off.", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);

Similar Messages

  • AR aging report does not print alphabetically by customer name in 8.8

    AR aging report does not print alphabetically by customer name in version 8.8.
    It is possible to create a custom layout for the receivables aging summary report (to print alphabetically by BP name) to overcome this problem. However, itu2019s not possible for the u201Cdetailed receivables aging reportu201D or u201Ccustomer statement reportu201D.
    Why has SAP changed this functionality? In version 2007 SAP takes the order of the rows set on the screen unless other order is specified in the layout.
    How can we make the u201Cdetailed receivables aging reportu201D and u201Ccustomer statement reportu201D print alphabetically by customer name?
    Steps to reproduce:
    Business partners > Business partner reports > Aging > customer receivables aging
    Doubleclick on customer name to sort it in alphabetical order.
    Click on preview and select u201Creceivables aging summary reportu201D.
    The system layouts do not print by customer name in alphabetical order.
    Click on preview and select u201Cdetailed receivables aging reportu201D. The system layouts do not print by customer name in alphabetical order.
    Also, customer statement report does not print by customer name in alphabetical order.
    In SAP 2007 versions, when a marketing document or aging report is printed, SAP takes the order of the rows set on the screen unless other order is specified in the layout.
    In SAP 8.8 although it works the same way for marketing documents, it doesnu2019t work like this for Aging reports.
    I was able to change the order for the u201CReceivables Aging Summary Reportu201D only.  We cannot overwrite a System report, I had to create a new layout called:  u201CBusiness Partner Aging (Summary) (Alphabetically Sorted)u201D.
    I couldnu2019t set up the order based on BP Name for the other 2 options: Detailed Receivables Aging Report and Customer Statement Report (One page per Customer).
    Iu2019ve checked print settings and properties, and I donu2019t see any way of changing the default order for these reports.

    Reported it to SAP support + they plan to fix it in a future patch.

  • SSRS 2008 R2 report does not print the page header for a html content displaying on multiple pages

    Hi
    I need to display the html content from the database. The html content are quite long and can have content of 3-5 pages. Issue I  am facing is f the record has html content of 3-5 pages, then it does not print the page header (which is a separate tablix) on
    second page onwards.
    Nikesh Shah
    Nikesh Shah

    Hi Nikesh,
    According to your description, I’m not sure the meaning of Page header in your scenario. In Reporting Services, a page header that run along the top of each page, respectively. Headers can contain static text, images, lines, rectangles, borders, background
    color, background images, and expressions. But we couldn’t add tablix in the page header.
    If you are saying report header, a report header consists of the report items that are placed at the top of the report body on the report design surface. They appear only once as the first content in the report. So it cannot repeat in other pages.
    If you are saying tablix header, freezing column headers are different in table and matrix. For more details, please refer to the following thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c8ddc1af-1bdf-4e72-8aab-0353c7cc848a/ssrs-report-freezing-row-and-column-while-scrolling-issue?forum=sqlreportingservices
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • System (AGE3) 'Customer Aging Report' does not print BP Ref. No.

    Hi Experts!
    I have a question about the PLD for the Customer Aging Report (AGE3 = Collection Report). This system print layout does not print the BP Ref. No. in that field.
    And when I went into the PLD, that field (and the other repetitive fields) are text fields. How do I get the BP Ref. No. to print in the field?
    Any help would be greatly appreciated.
    Marli

    Hi Marli,
    If the PLD is of System report , then you have to heck that in ocrd table what is the field name of BP ref no. and try to convert that text field into database field and give the ref of ocrd BP ref no.
    However the chnces of working fine for the above sol. is very low  as we will not prefer to change the system report.
    You should go for QLD or Crystal report  for that .
    Rgds,
    Premraj

  • CRVS2010 Beta 2 - report does not print in Landscape mode correctly

    I am using Crystal Reports Beta 2 for Visual Studio 2010 on Windows XP. I am trying to print a report in landscape mode. The WPF Crystal Report Viewer displays the report correctly in landscape view. When I print it, it moves all the data to the center of the page, prints it in smaller font and to the left and cuts off a lot of the data on the right hand side.
    I have tried various different suggested solutions from reading other forums and nothing seems to work. Is this a known Crystal Report Viewer issue?
    Solutions I have already tried:
    1. Page setup under Crystal Reports - selected no printer (optimize for screen display)
    2. Page setup under Crystal Reports - checked dissociate formatting page size and printer paper size
    3. Setting paper orientation and page orientation at run-time to landscape.
    4. Printing to different printers
    Something to note, I can export this report as a .pdf file and it prints perfectly from adobe. This only seems to be an issue when printing directly from the WPF Crystal Report Viewer to the printer.
    Any help would be greatly appreciated! I have been stuck on this issue for a while...
    Thanks!

    Hi Sharon,
    There have been issues with printing and printers in CR 2008 and the same routines are in CR 2010. The patches we have done to help with standard paper sizes in CR 2008 are not in the Beta releases.
    Not sure if they will make it into the GA release next month. As a work around I suggest you continue exporting to PDF and then printing the PDF file until they have been resolved and patches are available.
    Thank you
    Don

  • Field Explorer in Crystal Reports does not show the same names as Bex Query

    Hi
    I have crystal reports, I can retrieve data from BW Bex Query. But in the field explorer it does not show the names as in the Bex query designer.
    In the Bex query designer a field will have the following technical name 0Debitor and the description is Customer.
    It shows in crystal reports in the field explorer twice as D[0DEBITOR]D and D[0DEBITOR]D. It also does not seperate key figures and characteristics.
    I would like it to display the field explorer as shown in this blog.
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    Thanks in advance

    Hi,
    take a look here:
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    make sure you are using the MDX Driver and what happens is that you will see several fields per characteristic. example: one for the key, one for the description, several if modelled for the display attributes
    Ingo

  • HP Laserjet 3030 Config Report does not print network settings or information

    I am trying to use the HP Fix Scan utility for this device. The utility asks me for an IP address (that should be found on the config report) which is not displayed.
    Does anyone know how I can change the config report to display this information, or otherwise find out what my machine's ip address* is???
    Thanks!
    Message Edited by jthomasolsen on 11-23-2009 10:35 AM

    OK, can you go into your router settings to find what IP address it has given the printer?  If you want help, let me know what brand/model of router you have.
    Is there a way to get the IP address by reading it on the front panel of the printer?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Conversion does not look the same?

    I converted a pdf file to a word document last night and the page does not look the same. It is a weekly time log and the lines are messed up and the font is not placed correctly. Is there any way to fix this?

    Good day,
    What you described is fairly common for conversions where the PDF file that's being converted to Word wasn't originally created from Word.  The service does the best it can to interpret the font data as well as the formatting, but as that information is often not present within the code of the PDF file, sometimes the resulting Word document does not exactly resemble the PDF file.
    Kind regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • Photosmart c6180 does not print the page what i want

    i have photosmart hp c6180 and it is connected to my wireless laptop the problem is when i try to print some it does not print the same page but it prints some weired pages and keep printing but still does not print what i want. please help me on this issue i would really appreciate. thanks

    Have you tried deleting the printer and reinstalling?  At least you are getting the printer to do something.  My print job just gets hung up in queue.

  • Where define a report does not go directly to printer ?

    Hi
    I have a program wich generates a report list in screen. When this program is executed in job (batch) for one user, the report is automaticaly sended to printer.
    Where is this configured ? If the user has a configuration so his reports are automaticaly printed ; is there a way in the program to define the report does not be sended to the printer until the user manually send it ?
    Thanks a lot.
    Frank

    Hi,
    In the user settings he might have configured to have output immediately..
    in the menu ...System -> user profile -> own data..
    In the Defaults tab in the output controller section...you have a check box which says output immediately..
    Please check the same in that user if the output immediately is set..
    THanks
    Naren

  • Report header section does not print all pages

    Hi,
    I have a custom report that consists of all 3 parts. it has a header section, main section, and a trailer section.
    I have a problem in a header section that it does not print all pages. It only gives the output of the first page and the last page for the header section.
    I open the .rdf file with oracle reports 6i .
    what do i need to check please?

    Please refer the following thread:
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-dev-l/report-header-section-does-not-print-all-pages-4166062

  • OC4J: marshalling does not recreate the same data structure onthe client

    Hi guys,
    I am trying to use OC4J as an EJB container and have come across the following problem, which looks like a bug.
    I have a value object method that returns an instance of ArrayList with references to other value objects of the same class. The value objects have references to other value objects. When this structure is marshalled across the network, we expect it to be recreated as is but that does not happen and instead objects get duplicated.
    Suppose we have 2 value objects: ValueObject1 and ValueObject2. ValueObject1 references ValueObject2 via its private field and the ValueObject2 references ValueObject1. Both value objects are returned by our method in an ArrayList structure. Here is how it will look like (number after @ represents an address in memory):
    Object[0] = com.cramer.test.SomeVO@1
    Object[0].getValueObject[0] = com.cramer.test.SomeVO@2
    Object[1] = com.cramer.test.SomeVO@2
    Object[1].getValueObject[0] = com.cramer.test.SomeVO@1
    We would expect to see the same (except exact addresses) after marshalling. Here is what we get instead:
    Object[0] = com.cramer.test.SomeVO@1
    Object[0].getValueObject[0] = com.cramer.test.SomeVO@2
    Object[1] = com.cramer.test.SomeVO@3
    Object[1].getValueObject[0] = com.cramer.test.SomeVO@4
    It can be seen that objects get unnecessarily duplicated – the instance of the ValueObject1 referenced by the ValueObject2 is not the same now as the instance that is referenced by the ArrayList instance.
    This does not only break referential integrity, structure and consistency of the data but dramatically increases the amount of information sent across the network. The problem was discovered when we found that a relatively small but complicated structure that gets serialized into a 142kb file requires about 20Mb of network communication. All this extra info is duplicated object instances.
    I have created a small test case to demonstrate the problem and let you reproduce it.
    Here is RMITestBean.java:
    package com.cramer.test;
    import javax.ejb.EJBObject;
    import java.util.*;
    public interface RMITestBean extends EJBObject
    public ArrayList getSomeData(int testSize) throws java.rmi.RemoteException;
    public byte[] getSomeDataInBytes(int testSize) throws java.rmi.RemoteException;
    Here is RMITestBeanBean.java:
    package com.cramer.test;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    import java.util.*;
    public class RMITestBeanBean implements SessionBean
    private SessionContext context;
    SomeVO someVO;
    public void ejbCreate()
    someVO = new SomeVO(0);
    public void ejbActivate()
    public void ejbPassivate()
    public void ejbRemove()
    public void setSessionContext(SessionContext ctx)
    this.context = ctx;
    public byte[] getSomeDataInBytes(int testSize)
    ArrayList someData = getSomeData(testSize);
    try {
    java.io.ByteArrayOutputStream byteOutputStream = new java.io.ByteArrayOutputStream();
    java.io.ObjectOutputStream objectOutputStream = new java.io.ObjectOutputStream(byteOutputStream);
    objectOutputStream.writeObject(someData);
    objectOutputStream.flush();
    System.out.println(" serialised output size: "+byteOutputStream.size());
    byte[] bytes = byteOutputStream.toByteArray();
    objectOutputStream.close();
    byteOutputStream.close();
    return bytes;
    } catch (Exception e) {
    System.out.println("Serialisation failed: "+e.getMessage());
    return null;
    public ArrayList getSomeData(int testSize)
    // Create array of objects
    ArrayList someData = new ArrayList();
    for (int i=0; i<testSize; i++)
    someData.add(new SomeVO(i));
    // Interlink all the objects
    for (int i=0; i<someData.size()-1; i++)
    for (int j=i+1; j<someData.size(); j++)
    ((SomeVO)someData.get(i)).addValueObject((SomeVO)someData.get(j));
    ((SomeVO)someData.get(j)).addValueObject((SomeVO)someData.get(i));
    // print out the data structure
    System.out.println("Data:");
    for (int i = 0; i<someData.size(); i++)
    SomeVO tmp = (SomeVO)someData.get(i);
    System.out.println("Object["+Integer.toString(i)+"] = "+tmp);
    System.out.println("Object["+Integer.toString(i)+"]'s some number = "+tmp.getSomeNumber());
    for (int j = 0; j<tmp.getValueObjectCount(); j++)
    SomeVO tmp2 = tmp.getValueObject(j);
    System.out.println(" getValueObject["+Integer.toString(j)+"] = "+tmp2);
    System.out.println(" getValueObject["+Integer.toString(j)+"]'s some number = "+tmp2.getSomeNumber());
    // Check the serialised size of the structure
    try {
    java.io.ByteArrayOutputStream byteOutputStream = new java.io.ByteArrayOutputStream();
    java.io.ObjectOutputStream objectOutputStream = new java.io.ObjectOutputStream(byteOutputStream);
    objectOutputStream.writeObject(someData);
    objectOutputStream.flush();
    System.out.println("Serialised output size: "+byteOutputStream.size());
    objectOutputStream.close();
    byteOutputStream.close();
    } catch (Exception e) {
    System.out.println("Serialisation failed: "+e.getMessage());
    return someData;
    Here is RMITestBeanHome:
    package com.cramer.test;
    import javax.ejb.EJBHome;
    import java.rmi.RemoteException;
    import javax.ejb.CreateException;
    public interface RMITestBeanHome extends EJBHome
    RMITestBean create() throws RemoteException, CreateException;
    Here is ejb-jar.xml:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <session>
    <description>Session Bean ( Stateful )</description>
    <display-name>RMITestBean</display-name>
    <ejb-name>RMITestBean</ejb-name>
    <home>com.cramer.test.RMITestBeanHome</home>
    <remote>com.cramer.test.RMITestBean</remote>
    <ejb-class>com.cramer.test.RMITestBeanBean</ejb-class>
    <session-type>Stateful</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    </ejb-jar>
    And finally the application that tests the bean:
    package com.cramer.test;
    import java.util.*;
    import javax.rmi.*;
    import javax.naming.*;
    public class RMITestApplication
    final static boolean HARDCODE_SERIALISATION = false;
    final static int TEST_SIZE = 2;
    public static void main(String[] args)
    Hashtable props = new Hashtable();
    props.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    props.put(Context.PROVIDER_URL, "ormi://lil8m:23792/alexei");
    props.put(Context.SECURITY_PRINCIPAL, "admin");
    props.put(Context.SECURITY_CREDENTIALS, "admin");
    try {
    // Get the JNDI initial context
    InitialContext ctx = new InitialContext(props);
    NamingEnumeration list = ctx.list("comp/env/ejb");
    // Get a reference to the Home Object which we use to create the EJB Object
    Object objJNDI = ctx.lookup("comp/env/ejb/RMITestBean");
    // Now cast it to an InventoryHome object
    RMITestBeanHome testBeanHome = (RMITestBeanHome)PortableRemoteObject.narrow(objJNDI,RMITestBeanHome.class);
    // Create the Inventory remote interface
    RMITestBean testBean = testBeanHome.create();
    ArrayList someData = null;
    if (!HARDCODE_SERIALISATION)
    // ############################### Alternative 1 ##############################
    // ## This relies on marshalling serialisation ##
    someData = testBean.getSomeData(TEST_SIZE);
    // ############################ End of Alternative 1 ##########################
    } else
    // ############################### Alternative 2 ##############################
    // ## This gets a serialised byte stream and de-serialises it ##
    byte[] bytes = testBean.getSomeDataInBytes(TEST_SIZE);
    try {
    java.io.ByteArrayInputStream byteInputStream = new java.io.ByteArrayInputStream(bytes);
    java.io.ObjectInputStream objectInputStream = new java.io.ObjectInputStream(byteInputStream);
    someData = (ArrayList)objectInputStream.readObject();
    objectInputStream.close();
    byteInputStream.close();
    } catch (Exception e) {
    System.out.println("Serialisation failed: "+e.getMessage());
    // ############################ End of Alternative 2 ##########################
    // Print out the data structure
    System.out.println("Data:");
    for (int i = 0; i<someData.size(); i++)
    SomeVO tmp = (SomeVO)someData.get(i);
    System.out.println("Object["+Integer.toString(i)+"] = "+tmp);
    System.out.println("Object["+Integer.toString(i)+"]'s some number = "+tmp.getSomeNumber());
    for (int j = 0; j<tmp.getValueObjectCount(); j++)
    SomeVO tmp2 = tmp.getValueObject(j);
    System.out.println(" getValueObject["+Integer.toString(j)+"] = "+tmp2);
    System.out.println(" getValueObject["+Integer.toString(j)+"]'s some number = "+tmp2.getSomeNumber());
    // Print out the size of the serialised structure
    try {
    java.io.ByteArrayOutputStream byteOutputStream = new java.io.ByteArrayOutputStream();
    java.io.ObjectOutputStream objectOutputStream = new java.io.ObjectOutputStream(byteOutputStream);
    objectOutputStream.writeObject(someData);
    objectOutputStream.flush();
    System.out.println("Serialised output size: "+byteOutputStream.size());
    objectOutputStream.close();
    byteOutputStream.close();
    } catch (Exception e) {
    System.out.println("Serialisation failed: "+e.getMessage());
    catch(Exception ex){
    ex.printStackTrace(System.out);
    The parameters you might be interested in playing with are HARDCODE_SERIALISATION and TEST_SIZE defined at the beginning of RMITestApplication.java. The HARDCODE_SERIALISATION is a flag that specifies whether Java serialisation should be used to pass the data across or we should rely on OC4J marshalling. TEST_SIZE defines the size of the object graph and the ArrayList structure. The bigger this size is the more dramatic effect you get from data duplication.
    The test case outputs the structure both on the server and on the client and prints out the size of the serialised structure. That gives us sufficient comparison, as both structure and its size should be the same on the client and on the server.
    The test case also demonstrates that the problem is specific to OC4J. The standard Java serialisation does not suffer the same flaw. However using the standard serialisation the way I did in the test case code is generally unacceptable as it breaks the transparency benefit and complicates interfaces.
    To run the test case:
    1) Modify provider URL parameter value on line 15 of the RMITestApplication.java for your environment.
    2) Deploy the bean to the server.
    4) Run RMITestApplication on a client PC.
    5) Compare the outputs on the server and on the client.
    I hope someone can reproduce the problem and give their opinion, and possibly point to the solution if there is one at the moment.
    Cheers,
    Alexei

    Hi,
    Eugene, wrong end user recovery.  Alexey is referring to client desktop end user recovery which is entirely different.
    Alexy - As noted in the previous post:
    http://social.technet.microsoft.com/Forums/en-US/bc67c597-4379-4a8d-a5e0-cd4b26c85d91/dpm-2012-still-requires-put-end-users-into-local-admin-groups-for-the-purpose-of-end-user-data?forum=dataprotectionmanager
    Each recovery point has users permisions tied to it, so it's not possible to retroacively give the users permissions.  Implement the below and going forward all users can restore their own files.
    This is a hands off solution to allow all users that use a machine to be able to restore their own files.
     1) Make these two cmd files and save them in c:\temp
     2) Using windows scheduler – schedule addperms.cmd to run daily – any new users that log onto the machine will automatically be able to restore their own files.
    <addperms.cmd>
     Cmd.exe /v /c c:\temp\addreg.cmd
    <addreg.cmd>
     set users=
     echo Windows Registry Editor Version 5.00>c:\temp\perms.reg
     echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\Agent\ClientProtection]>>c:\temp\perms.reg
     FOR /F "Tokens=*" %%n IN ('dir c:\users\*. /b') do set users=!users!%Userdomain%\\%%n,
     echo "ClientOwners"=^"%users%%Userdomain%\\bogususer^">>c:\temp\perms.reg
     REG IMPORT c:\temp\perms.reg
     Del c:\temp\perms.reg
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • After upgrading to mountain lion my calendar does not print in weekly mode anymore

    after upgrading to mountain lion my calendar does not print in weekly mode anymore

    I'm having the same problem with both my Vivotek wired network camera and Panasonic wireless network cameras. At first I thought this was an issue with the video framework in Mountain Lion, but if Firefox is working (I haven't tried it yet), it sounds like it may be an objective-c video library that has been changed. It's possible Firefox is using an objective-c interface that calls an objective-c function that isn't called by Safari or IP Camera Viewer, etc., (possibly a function that is on its way to be deprecated) or Firefox could use it's own library that directly calls the video framework.
    Could be the Mountain Lion objective-c framework has a buffering issue.
    Since this is occuring in both 3rd party software and Apple software, it sounds like it's an Apple issue. 3rd party applications typically utilize the Apple Developer objective-c frameworks to access video frameworks/libraries (for example, MJPEG). Thus, contacting 3rd party developers may not solve the situation (unless they can figure out a temporary bandaid--possibly figuring out the video framework call that Firefox uses and patching their software to do the same (not a simple task), but could still provide more feedback to Apple via their developer status.
    Has anyone attempted to record from their cameras via iMovie or Final Cut Pro X HD? I will try mine later tonight to see if it records the hanging. If it does, then it's looking more and more like Apple's the culprit.
    My suggestion is for everyone to file a bug report via http://www.apple.com/feedback/macosx.html

  • Acrobat 9 bug? - Print Pages function does not print all bookmarked pages

    We use the Bookmark Print Pages function to allow for easy printing of sections of large PDFs. All of the pages that should be printed are bookmarked. The bookmarked pages print correctly in Adobe 8, but not in Adobe 9.
    I have put together a javascript workaround, but would prefer a solution that does not require distributing a file to all users.
    I would appreciate any suggestions on other possible workarounds.
    Here is the bug report I submitted to Adobe:
    Concise problem statement: The "Print Pages" function for bookmarks does not print all bookmarked pages in Adobe Reader 9.0 and 9.1. The same bookmarks print properly in Adobe Reader, Standard, and Pro 8.
    Steps to reproduce bug:
    1. Open the Adobe Acrobat SDK JavaScript for Acrobat API Reference PDF (Version 8.1, April 2007) in Adobe Reader 9.0 or 9.1.
    2. View the bookmarks. Right-click on New Features and Changes and choose "Print Pages."
    3. Open the same PDF in Adobe Reader, Standard, or Pro 8. (I used Adobe Professional 8.1.3.)
    4. View the bookmarks. Right-click on New Features and Changes and choose "Print Pages."
    Results and Expected results: Printing from v8 results in 12 pages. Printing from v9 results in 9 pages. Pages 741, 754, and 769 did not print from v9.

    I'm having the same issues.  Using the latest version 9.3.3.  Is this a bug? I tired calling adobe but their CR sounds like 3rd country only.  Anyone can shed a light on this issue?

  • HP Officejet 6000 Wireless - Does not print black correctly.

    HP Officejet 6000 Wireless - Does not print black correctly.
    Previously the printer was printing fine.
    This evening I printed a diagram I made in MS PowerPoint. The diagram contained black and red text along with black, red, and blue lines. When I took the printed page from the printer, all the black items looked faded. Instead of black, they printed as a light, faded gray. The red and blue printed correctly.
    Another user of the printer printed some documents around the same time. These documents had nothing but black text. Every page this user printed showed up completely blank. The black was not even faded. There were no signs of anything being printed on the pages at all.
    It seemed strange that one print job would print faded black and the other printed nothing. Considering the possibility that the ink was low, a new black cartridge was placed into the printer. The exact same results occured. My diagram printed correctly except for the fact that the things that were supposed to be black were coming up as light gray. Once again, the documents printed by the other user came up completely blank.
    I ran a print test on the printer. It printed a Windows logo with the word "Windows" below. The logo printed correctly. The text showed up as a light, faded gray.
    A third user printed an Excel spreadsheet. The cell borders were printed as a light gray. Nothing else printed. Everything in the spreadsheet was supposed to be black.
    The third user also printed a recipe from MS Word. Most of the text showed up as a light, faded gray. Some text did not show up at all. I could not see any correlation between what showed up in faded gray and what did not show up.
    It seems to me that if something was wrong with the cartridges, it would either always be faded or not print at all. I can consistently get some things to print faded and other things to not print at all. Color always prints correctly.
    The print jobs were sent to the printer wirelessly from three different computers. Two computers run Windows 7 (x64). The third computer runs Windows XP SP2.
    As far as I can tell, nothing was changed or done differently between now and the last time something printed correctly.
    Might this be a driver issue? Since the printing consistently prints one way for certain files and another way for other files, I don't see it as being caused by hardware. If it's not a software issue, what could possibly cause the effects I described above?

    This article should help resolve your partial/blank pages:
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01892627&cc=us&dlc=en&lc=en
    Give the steps listed under your operating system a try and let us know if it helps.
    Best of Luck!
    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.

Maybe you are looking for

  • Implemention of IFRS on New G/L

    Hello, We are planning to implement IFRS with New G/L. what would be the guidelines to do it? I was reading that recommendation is: 1. Migration of New G/L 2. Implementation of IFRS (why?) Can I migrate previous fiscal year to make a comparation with

  • Acrobat 8 can't locate scanner to create PDF from printed document using OCR

    Hello, I have an Epson scanner that is my default scanner on my OSX (10.6).  Every program I have locates my scanner perfectly except Acrobat 8.0.  Is there something I can do? From the home dialogue box I click "Create PDF from Scanner".  The next d

  • Clearing open itens in transaction F-30

    Hi, We use transaction F-30 to clear open itens. So we select each customer we want to clear. But when we have to clear itens from several customers any time we need to do this we must fill all the customer numbers we need. The question is: Is there

  • Is it possible to directly upgrade 15454 M12 TCC2 rel 9.10 to rel 9.221?

    I'm planning to upgrade our client's node an ONS 15454M12 from release 9.10 to release 9.221. Can i directly loadand upgrade it to release 9.221 or do I need to do step upgrade 9.10 to 9.211 then 9.221? Is it service affecting? ...many thanks.... che

  • Need to transfer/migrate production server from HP-Unix to SuseLinux 11.5

    Background : We are having ECC 6.0 running on HP Unix What we need to do : want to migrate the entire production application to a new server under o/s SuseLinux 11.5 certified by SAP AG What we are doing : there is a utility called Software Developer