Print and Export button doesn't work for Crystal Report  in VS 2008

Hi,
When I click on the Export/Print button, it looks as if something is happening but no window comes up. Below is the code in C#
        ExportOptions crExportOptions;
        DiskFileDestinationOptions crDiskFileDestinationOptions;
ReportDocument cr = new ReportDocument();
DataTable dt = new DataTable();
        cr.Load(strReportPath);
        cr.SetDataSource(dt);
        string Fname;
        if (!System.IO.File.Exists(strReportPath))
            throw (new Exception("Unable to locate report file:\n" + strReportPath));
        //CrystalReportSource1.ReportDocument.
        // Set the Crytal Report Viewer control's source to the report document.       
        CrystalReportViewer1.ReportSource = cr;
        // cr.PrintToPrinter(1, False, 0, 0)
        Fname = Request.PhysicalApplicationPath.ToString() + Session.SessionID.ToString() + ".rpt";
        crDiskFileDestinationOptions = new DiskFileDestinationOptions();
        crDiskFileDestinationOptions.DiskFileName = Fname;
        crExportOptions = cr.ExportOptions;
        crExportOptions.DestinationOptions = crDiskFileDestinationOptions;
        crExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
        crExportOptions.ExportFormatType = ExportFormatType.CrystalReport;
        cr.Export();
Can anyone tell me why is this happening, need to fix this urgently.
Thanks,
Reena

Hi,
I removed all the export code, now when the Page loads. When I click on the export/print button still nothing happens.
"Error in File C:\DOCUME1\rpatel\LOCALS1\Temp\DailyTransaction {0CE72E59-0AF6-4859-9173-EF563869CBBF}.rpt: Invalid export DLL or export format. "
My code:
ReportDocument cr = new ReportDocument();
DataTable dt = new DataTable();
string strReportPath = string.Empty;
cr.SetDataSource(dt);
cr.Load(strReportPath);
string Fname;
        if (!System.IO.File.Exists(strReportPath))
            throw (new Exception("Unable to locate report file:\n" + strReportPath));
CrystalReportViewer1.ReportSource = cr;
Fname = Request.PhysicalApplicationPath.ToString() + Session.SessionID.ToString() + ".rpt";
cr.Export();
The sample has Delphi example, it would be good if there is a C#/VB sample available.
Thanks.

Similar Messages

  • HT201263 Unable to update, restore or recover. Slider doesn't slide and number pad doesn't work for passcode. What next? Worked last night . Battery charged. When I push Home button I get my backgroung but can't slide slider. Device is recognized by iTune

    Unable to update, restore or recover. Slider doesn't slide and number pad doesn't work for passcode. What next? Worked last night . Battery charged. When I push Home button I get my backgroung but can't slide slider. Device is recognized by iTunes.Help! Thank you.

    Besweet, I'm having the very same problem with 60GB colour which was bought new and worked for 6 months before suddenly just not being recognised by PC. I hadn't changed anything at all.
    I've followed all troubleshooting advice and reinstalled and updated iTunes and iPod updater software but all troubleshooting routes seem to hit the dead end of either the need to access the iPod via the PC (which isn't possible as it's not showing up at all) or the iPod in disc mode stuck at "ok to disconnect".
    It's still under 1yr warranty so will have to take to a dealer.
    I'm sorry that's not much help for you but at least you know it's not a unique problem.
    PC   Windows XP  

  • How can you add your own print and export buttons to the CR viewer toolbar?

    I posted a previous question that was asking how to get around the Information Bar in IE7 when you export and print.  Unfortunately the CR viewer file download code gets blocked by IE7 because the buttons don't directly download the file.  However, I have been able to get a regular button that calls the following code and streams the file to the client and IE7 does not block it. 
    Sub PrintPDF(sender As Object, e As System.EventArgs)
         Dim crReportDocument as ReportDocument
         Dim crExportOptions as ExportOptions
         Dim crDiskFileDestinationOptions as DiskFileDestinationOptions
         Dim Fname as string
         CrReportDocument = New ReportDocument()
         CrReportDocument.Load(Server.MapPath("estactionlist.rpt"))
         Fname = Server.MapPath("./") & Session.SessionID.ToString & ".pdf"
         CrDiskFileDestinationOptions = New DiskFileDestinationOptions()
         CrDiskFileDestinationOptions.DiskFileName = FName
         CrExportOptions = crReportDocument.ExportOptions
         With crExportOptions
              .DestinationOptions = CrDiskFileDestinationOptions
              .ExportDestinationType = ExportDestinationType.DiskFile
              .ExportFormatType = ExportFormatType.PortableDocFormat
         End With
         CrReportDocument.Export()
         Response.ClearContent()
         Response.ClearHeaders()
                    Response.AddHeader("content-disposition", "attachment;filename=test.pdf")
                    Response.ContentType = "application/pdf"
                    Response.Charset = ""
                    Response.WriteFile(Fname)
                    Response.Flush()
         Response.Close()
         System.IO.File.Delete(Fname)
    End Sub
    So here are my questions?
    1. Is it possible to add a custom print control/icon to the CR viewer toolbar?
    2. If one is not possible, then is it possible to override the CR viewer print and export buttons with your own subroutines like the one above?
    I just want my page to look nice and hate to have print and export buttons outside of my CR viewer. 
    Thanks,
    Kevin

    It might be possible to replace the buttons in a windows app since you can retrieve the toolbar as a toolbar object in the winform viewer  ( ToolStrip toolBar = (ToolStrip) crystalReportViewer1.Controls[3]; )  however with a web app, it's a lot more difficult.
    The problem is that that you need to parse the Request string to try and figure out if the print / export button was clicked.  The code below makes the print button disappear if you click it, so you should be able to modify it to call your custom printing / exporting code instead  (You have to do this check in a postback)
            Dim I As Integer = 0
            If Request.Form.AllKeys.Length > 0 Then
                For I = 0 To Request.Form.AllKeys.Length - 1
                    Response.Write(Request.Form.Keys(I).ToString & "<BR>")
                    If Request.Form.Keys(I).ToString = "CrystalReportViewer2:_ctl2:_ctl2.x" Then
                        CrystalReportViewer2.HasPrintButton = False
                    End If
                Next
           End If
    Shawn

  • Sleep and Home button doesn't work to restart, anything else to try?

    Sleep and Home button doesn't work to restart, anything else to try?

    You don't need to start another discussion about the same issue.
    In order to continue along in a discussion just reply to anyone in the thread that you want to reply to. Do you see that word Reply - in the lower right corner of your description area where your text appears? When someone replies to you, you reply to them by clicking or tapping on Reply - in the post that the responder sent to you.
    Start here for more help.
    iPhone, iPad or iPod touch: Not responding or does not turn on
    Pay attention to the very end of the support article about restoring the iPad. And by the way ... The battery does have a charge in it doesn't it?

  • How to hide the Print and Export button in analytics report or tasks pane

    Hi Experts,
    In BIEE 11g,
    How to hide the Print and Export button in analytics report or tasks pane ?
    For example:
    In console,I have created one userA which is belong to BIConsumer GROUP , when I make use of the highest user 'weblogic' to create one simple report, then the userA will login the analytivs to view this report (not dashboard), it will show the print and export as below.So customers do not want to give him the privilege for printing and exporting.
    In addtion, go to catalog->tasks(left corner), it will also show the print and export button. So how to hide or not access these button?
    Note: Maybe it can use the policy for consumer role for implementing this requirement, but I do not know how to modify the policy. Are you facing the problem? Thanks.

    Hi,
    1. Create seperate folder for Reports & Dashobard.
    2. For BI_Consumer (userA) set the catalog permission to view Dashboard Folder only and remove permission on the Report Folder (you can give traverse permission but don't give Open permision).
    3. By this user won't be able to open or run any reports in that folder and the only way he can see the reports is through Dashboard and on dashboard the export and print buttone can be removed very easily.
    Mark helpful if it helps.
    Regards,
    Kashi
    Edited by: K N Yadav on 24 May, 2013 1:51 AM

  • HT4527 How on earth do you get Home Sharing to work properly?  We have tried multiple times and it simply doesn't work for us!

    How on earth do you get Home SHaring to work?  We have tried numerous times and it simply doesn't work for us!

    Turn it on.
    Honestly, if you want help it is generally a good idea to ask a specific question and give some details of what problem is occurring.
    If trying to move media, using home sharing is simply a bad idea.  Follow some of the other instructions in the article from which the question was posted to move media.

  • Application Restart and Recovery APIs doesn't work for windows services

    I am using the Application Restart and Recovery mechanism (provided in Windows API Code Pack for Microsoft.NET Framework) to collect some information (i.e. stack information when there's an unhandledexception)  before my windows service crash down.
    It works well for windows form applications, but the callback method wouldn't be called if the host is a windows service. 
    I have checked the article: https://msdn.microsoft.com/zh-cn/subscriptions/downloads/cc303708
    But it doesn't specify clearly whether it works for a windows service. It seems that the recovery will only be activated when the user interacts with the error dialog of Windows Error Reporting (clicking "close" on the dialog, for example).
    So I am wondering is my guess right that the Application Restart and Recovery mechanism doesn't work for windows services. Or is there a better way to meet my requirement? 

    I would suggest trying ARR if that's what you want to use.  The restart portion won't work, but it doesn't need to as if you fail out of your service, the Windows service controller will handle recovery (up to and including restarting your service).
     You configure those recovery actions either through code or one of the built in administrative tools for services such as services.msc.  
    DebugDiag/ADplus and similar tools ultimately do use built-in APIs; you don't need to add anything external to collect debugging information.  You do however have to write a good deal of code to do somethings.  It's pretty simple to use the unmanaged
    function that I pointed out before and
    MiniDumpWriteDump to write a minidump when you hit an unexpected error(the dbghelp.dll that comes installed with Windows has it so you don't need anything additional installed).  You can even write a basic debugger that literally debugs a process using
    only kernel32 functions (see
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms679301(v=vs.85).aspx if you're interested).  
    WinSDK Support Team Blog: http://blogs.msdn.com/b/winsdk/

  • Volume and Power button doesn't work..how do I fix?

    My son's volume buttons or the power button doesn't work.  Is there something I can do to fix these issues?

    Try the following to rule out a software problem.
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                                              

  • How to disable safe mode on xperia z1,power and volume button doesn't work

    How to disable safe mode on xperia z1,power and volume button doesn't work

    Hi rafharum,
    Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    A simple restart to the device would generally resolve this issue, however if the power key and Volume key are not working they may very well be causing the handset to execute safemode when ever you power the device on.
    If this is the case, you will need to get the handset to a service agent for assessment. Please use the link below to contact Sony Mobile Customer Care directly.
    http://support.sonymobile.com/global-en/contactUs/
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Stuck on apple logo and Home button doesn't work, help please?

    Well, I dropped my iPod Touch 4g by accident and since that day, the home button hasn't really been working that well. Its very hard to use since you have to press it in really hard to get it to work and sometimes it doesn't even work at all. Anways, I was skyping with my girl and I didn't notice that I had to charge the iPod and it died on me so I was like what ever its normal and started to charge it. When it turned on, it got stuck on the Apple logo and its been there for more than a day now? What can I do? I know about the Press Home + Sleep button together but the Home button doesn't work at all anymore. I tried everything really. I tried to connect it to itunes and see if I could restore it but it won't recognize it no matter where I connect it. Tried it on 3 different computers and none worked at all.  I can't take it to an Apple store since there isn't any close to where I live and I really don't have anyone to take me there. So is there any other solution to fix my problem at home? or is it messed up completely? Someone please help me

    I have this same issue. But also, it isn't just that the lock/home button stops working, all buttons stop working. Even if you switch it to silent sounds are still played. I just got my iphone Thursday. Went to school the next day and pulled it out, it happened while it was locked I guess because my screen was black and I couldn't do anything! Thought it died already! This was around 12. Finally I pulled it out of my pocket again at around 3 and it showed the Apple logo and acted like it had just started back up. Which is what always happens after I get stuck playing a game or something. Help please, has happened two or three times just today.

  • Jdev11g CPU profile and Memory Profile doesn't work for Mac

    I'm running Jdev11g on Mac OSX 10.5.5,
    CPU Profile and Memory Profile doesn't work. I got following message:
    Error occurred during initialization of VM
    Could not find agent library in absolute path: /Shared/jdevjavabase11110/jdeveloper/jdev/lib/profiler16.so
    The file actually is there. I don't understand why they looking for .so file, it supposed to be mapped as .jnilib on Mac.
    This is broken on TP4 as well.

    I'm still seeing this issue. Here is what I get:
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java -client "-agentpath:/Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler16.so=port=60950,jarpath=/Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler-agent.jar,enable=t,depth=1000,startup=connect,time" -classpath /Users/kamleshnanda/jdeveloper/mywork/MyJavaApplication/Project1/classes project1.Class1 Hello
    Error occurred during initialization of VM
    Could not find agent library in absolute path: /Users/kamleshnanda/Downloads/jdeveloper/jdev/lib/profiler16.so
    Process exited with exit code 1.
    I'm using the following build:
    About
    Oracle JDeveloper 11g Release 1 11.1.1.2.0
    Java Edition Version 11.1.1.2.0
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Copyright © 1997, 2009 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.2.36.55.36
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.2.36.55.36
    Version
    Component     Version
    =========     =======
    CVS Version (External)     (CVS) 1.12.13 (client/server)
    Java(TM) Platform     1.6.0_17
    Oracle IDE     11.1.1.2.36.55.36
    PMD     JDeveloper Extension 4.2.5.3.0
    Team Productivity Center     11.1.1.2.36.55.36
    Versioning Support     11.1.1.2.36.55.36
    Here are the JVM properties:
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_17-b04-248-10M3025
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.vendor     Apple Inc.
    java.vendor.url     http://www.apple.com/
    java.vendor.url.bug     http://bugreport.apple.com/
    java.version     1.6.0_17
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Apple Inc.
    java.vm.version     14.3-b01-101
    Here is the OS information:
    os.arch     x86_64
    os.name     Mac OS X
    os.version     10.6.2

  • The back button doesn't work for some websites after downloading version 4.0

    I recently downloaded firefox version 4.0. Upon downloading it I had a few issues occur with my browser. One issue was that all of my bookmarks that were on my toolbar disappeared. Also, when I visit a website and am browsing through it, if I want to go back to a previous page the back button doesn't work properly. Instead of sending me back to the previous page I was viewing it sends me all the way back to the home page or wherever I started on that website. This problem basically affects all websites that I visit. I would like to uninstall the new version of firefox and just go back to my old one if that's possible? Thanks

    To respond to your comments first of all, the Bookmarks toolbar has been removed in Firefox 4.0
    The back button should work as it normally does, but you can also right click it and select it from the list.
    To revert to a previous version of Firefox, download v3.6.16 from here: [http://www.mozilla.com/en-US/firefox/all-older.html Download Firefox v3.6.16]
    Then uninstall Mozilla Firefox 4.0 choosing to keep your bookmarks, customizations etc.
    Finally run the Firefox installation file you downloaded earlier.

  • Print queue doesn't open (and preference button doesn't work either)

    Okay, this has been my only problem since upgrading to Leopard and it's kind of annoying. For some reason I have not been able to get my print queues to ever open up since upgrading. I have three printers currently installed:
    • Apple LaserWriter 16/600 (via local network)
    • Brother MFC-3220C (USB)
    • Dymo LabelWriter Twin Turbo (USB)
    After printing I have yet to see the print queue come up for any of the printers. Also, if I go in to the System Preferences and click on the "Open Print Queue" button nothing happens whatsoever--no message, no window, nothing. I have tried resetting the print system and that has also had no effect on the problem. I have tried this on all of my printers and it just does not work correctly. I have also tried deleting the printers and re-adding them as well as fixing permissions, neither of which solved the problem.
    If anyone has any insight in to why this is happening or what I can do to fix the problem, please let me know, I would like to be able to use the print queues again. Thank you!

    John Blanchard1 wrote:
    The printer preferences are stores in <home>/Library/Preferences, and they are the com.apple.print files. You could throw those away and see if things improve. Also, does this happen with all the printers? If so, and your printers are easy to re-add, you could go to <home>/Library/Printers and delete the printers there and then re-add them. When going to <home>/Library/Printers, you could see if double-clicking on the printers there launches the proxy.
    Thanks for the information, however I finally found out what the problem was. After looking at it deeper, it appears that I had some weird owners & groups for a bunch of my user files which must have been causing the problems. Even though it was permissions related, Repair Permissions in Disk Utility wasn't catching the bad permissions or solving the issue, I had to hit all of my folders and files with chown and chmod in terminal to force change the owners and permissions. After doing all of that, I FINALLY have working print monitors...YES! So, in other words, if anyone else experiences this problem (I'm not sure why they would) please feel free to ask me how I finally solved it for a more in depth explanation.

  • Print / Export on web page no longer works for Crystal Report

    I am honestly at a loss, for days, the report would allow me to click on the printer icon and print to PDF or export the result of the report, but now, all I get is a blank page when the page refreshes. It no longer asks me for print range or anything. I thought this might be a IE 6 setting, but after reviewing the settings and placing the site in my trusted sites list, I still can't print.Is there a web.config setting I need to know about to make sure that export and print are enabled?
    I get no error messages at all, it is as if the button is broke, but I have no way to troubleshoot the innerworkings of crystal xi r2 buttons on the web page. If I could just step though the script it uses that would atleast let me see what is going on, but right now, I am stuck.
    Thanks for your help ahead of time.

    I've went a bit farther than that, I created a virtual directory and placed the aspx file (and its associated ascx and designer files) into that folder along with the report, then I placed a basic web.config file with only crystal required elements within that folder. I disconnected that version of the viewing page from the master web file so that it no longer used a master file, I setup the assembly register at the top under the control section, then I placed the viewer and source on that page. Same end result, the report shows but when clicking on any option, the page is blank but source shows that there is javascript there. My report is not autobound, it is programatically generated from a click of a button.
    These were my assumptions:
    1) when the report is generated, it is on the page and the session information has everything it needs to know about the report
    2) when an option is selected, either clicking on the tree, the zoom, the print or export (or other options), that the view information is passed back during the postback event to the controls so that the report would not have to be regenerated
    What I am finding out, at the very least through trials, is that an autobound report, the controls work, but a manual bound report, the pages are blank after selection of any of the listed javascripted items. On top of that, the only time that this seems to be working on a manual bound page is that the page can contain nothing but the report and that the report must be rebuilt on page_load event. Which is not good.
    What 'should' be the desired design, is that Crystal writes to a session variable, the report data so that on a post back event, it understands what we want without having to do a full report reload. This would be optional of course because in its current design, each event triggered causes a repost of new data and never last pulled information, so that if there was a change in records, the event pulls the most up to date information. This is not documented anywhere that I have found for web design.
    So then, another problem along the same lines has arrisen. As you say, Crystal doesn't play well with AJAX, but AJAX is a requirement for the project and I need to have a progress bar for the report since ultimately the page is waiting on the report to show. Depending on the report and the postback, this could be a while, If it takes a minute for the initial view of the report to show, all events on the page will trigger a full refresh of the report and subsequent pulls will take the same time since the controls don't allow for 'use posted data' instead of 'pull new data'.
    Taking your suggestion, I removed the view from the panel and placed it above the panel control. At this point, the tree node script works, the zoom script works, all of the controls in the control colection on the report work, except export and print, those two still do not work. This is with me also placing the call to the buildreport on page_load event.
    What is even more troubling, is that not until I had removed the UpdatePanel and UpdateProgress controls from the page completely did the export or print work at all. With the fact those two exist anywhere on the page in general causes a problem. Again, not a desired result. I need a live visual effect for the user that something is going on because some of the reports take seconds while others can take minutes depending on the pull and they need to know that 'something' is going on.
    Removing UpdatePanel and UpdateProgress is not an option.

  • LaserJet software/driver issues. Print and Scan Doctor doesn't work on scanning function of MFP.

    Upon using the diagnostic utility HPPSdr. exe, only the select an action "Fix Printing" shows up and not the "Fix Scanning" option. Our printer is the LaserJet 3050 connected via usb running under Windows Vista32 on a HP dv8408us laptop. The scanning driver is HP imaging 4.0.4.0. There have been numerous problems with this scanning software/driver package which have been well illustrated on the HP forums. An update is sorely needed. All that HP customers really expect when we buy a product is that we get the functionality that we paid for and that we get support for the software and hardware for a reasonable length of time, I think that 5-7 years after the final production date of the product, at least, is reasonable. In the case of the 3050, the scanning has never worked right since day 1 because the scans are too light with signatures and time stamps showing up poorly. With the pnp driver installed it it almost impossible to scan in receipts, etc. The communication software Toolbox FX is needed to use the scan button on the machine, and since there are so many problems with this package with respect to system resource usage and connectivity, we can't use it and we don't get the walk up use of the scan button that we paid for originally. As Microsoft has updated the Windows OS, HP has failed to keep pace and we lose functionality of our equipment over time.  The diagnostic utilities have supposedly been updated several times and the scanning portion of the MFP still doesn't show. Surely the wide base of installation of this product could justify the expense of some engineering time for an update to the software and drivers. If HP hopes to turn itself around, a commitment needs to be made towards engineering products that really work in the environments that its customers use them, or else HP will merely be regarded as marketing company that is only concerned with selling the next thing without respect to customer retention.

    VisionAiry,
    Thank you for your response,
         There have been problems with the software and drivers for the LaserJet MFP/AIO machines which have been well illustrated by many users on here for several years. What is shocking is the unwillingness of HP to address these issues at an engineering and design level. This is the level in your organization that these problems need to be addressed at, not at the marketing and customer service level. The software/driver package has never really worked right ever since the 3050 - 3392 series was introduced back in 2006. The scanning drivers in the pnp drivers don't work, and never have, because of frequent communication problems. Someone never bothered to check if a blue ink signature would scan. I and several others have reported on these issues. What I have discoverd, through much trial and error, is that the full software package upon installation with only basic drivers installed using the check boxes in the menu, actually installs differently than the pnp driver. Who would have thought this? So now the machine scans OK. 
         My PC really appreciates not having the ToolboxFX installed. ToolBoxFX Error messages and crashes have been well documented on here. This is an application that puts an unnecessary drain on system resources. The only problem is that now the use of the Scan button on the machine is taken away so I don't get the walk up use of the scan button that we paid for in the original design. Why is the scan button function tied to the defective ToolboxFX software? 
         As far as printing goes, after carefully deleting the original print drivers, I use the PCL 5 and PCL6 UPD drivers. They work a lot better than the original print drivers ever did. But what about scanning? The scan driver on the 3050 dates all the way back to 7 2007. Scanning is an integral part of the functioning of most offices nowadays, but it is an afterthought at HP.  Why would a driver, software or diagnostic package only address half of the capabilities of a machine?
         When I went on the vacation recently, I tried to use my PCL 5 and PCL 6 drivers on my relatives 2009 OfficeJet 7310 and it wouldn't work at all. I had to spend 2 hours with multiple failed attempts to install the full 7310 package on my PC. Installation problems and repeated attempts are a constant theme with HP software. The very term Universal Print Driver is misleading because it won't work on many of the HP products out there. The product listing for the UPD, I only recently discovered on here, with help, because it was so buried on the UPD information page. 
         The LaserJet 3050 at $300 from Staples wasn't the most expensive printer out there, but it wasn't the least either. It is actually a pretty nice piece of hardware. I have invested over $1,500 in marked up toner since I've had this machine. HP needs to do better for us. 

Maybe you are looking for

  • External Processing with material Provided to Vendor

    Dear All, I have a problem in external processing of Maintenance Order. When i have created external processing operation. I have assigned one component for that external operation which i have to send to vendor. After saving the Maintenance order, s

  • Why is the video on my phone not changing when i flip my phone?

    I have the iphone 5 and ever since i updated it with the new os , the videos on my phone dont change when i change the position of my phone. i have tried to restore it as well but still the same. earlier i used to be able to change the position of my

  • Ghost in the preloader

    Hi - I'm trying to build a preloader into "master.fla" showing a simple animation (loaderani_mc) and the progress % count (loading_txt). This preloader is not for bringing in external content but for preloading stuff on subsequent frames of master.fl

  • Caching of Database Access Objects possible?

    I am working on a web application. I am using Struts for the presentation layer. Also I am using DAO pattern for Database layer. My doubt is about creating instance of DAO's. I am created a DAO Factory which can create instances of DAO's. Whether I c

  • How open in photoshop 9 RAW image made by Canon T3i?

    Please, advice how open photograph shoot in RAW by Canon T3i. Can it open in Adobe Photoshop Element 9?