Caan't print from outlook express 6

Sine I changed from IE* to Mozilla Foxfire I can't print an email from Outlook Express 6 and I also cannot print in Mozilla Foxfire web pages 2 pages or more at a time.

See this: <br />
http://kb.mozillazine.org/Problems_printing_web_pages

Similar Messages

  • After an automatic update yesterday, I can only print email (Outlook Express 6) headers but the messages do not print

    After an automatic update yesterday, I started having problems printing emails from Outlook Express 6. The headers (e.g. To, From, Subject) print, but the messages do not print.

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Printing from Outlook 2011 stopped working

    I am helping a friend who uses Microsoft Office 2011 on an iMac running 10.7.2. He is suddenly unable to print from Outlook. Choosing Print... from the File menu or clicking a print button produces no result at all - the normal print dialogue box does not appear. Previously he could print without a problem. He has no problem printing from Word in Office 2011.
    We have updated Office to 14.1.4 through Microsoft Update. We have worked through the advice in the Microsoft support document 2409305 - backing up Outlook identities, and removing Oulook Preferences as advised there. The error remains. We then created a new identity and found we could print from that. So we followed the Microsoft advice to rebuild the Outlook identity database. We still cannot print from Outlook.
    Advice greatly appreciated!
    Andrew Spackman

    Thanks everyone!
    The reason we did not import the mail, contacts, etc from the old identity to the new identity, as suggested by Templeton Peck, is that we were following step by step a Microsoft troubleshooting document, in which creating the new identity was a testing step, which was then followed by different advice on what to do depending on the result. Importing the mail etc was not one of the recommendations.
    Now that may well be a good move. But while I have been using Macs and email systems since 1985 I don't have any experience of Outlook. (I do have some experience of Entourage - as previously used by another friend - and there rebuilding the database seemed to be a regular activity.)
    As there is no Exchange involved in my friend's use of email, I am inclined to take what would be the easiest route for me (and, I hope, entirely satisfactory for my friend!) which is a move to Apple Mail (and iCal and Address Book of course). That's the setup I currently use. Obviously if Exchange were involved I wouldn't let up on the Outlook problem, but it looks as though that would require professional help.
    Thnaks again!
    Andrew Spackman

  • How to transfer all emails and contacts from Outlook Express to Outlook 2010

    I have just done this and believe me it was a bit of a marathon! Microsoft tell you that you need to have both Outlook Express and Outlook 2010 running on the same machine. If, like me, your Outlook 2010 in running on a Windows 7 platform there is a problem.
    Until now I have been using Outlook Express on a Desktop running XP Pro. It has Outlook 2007 but it won’t run owing to a corrupted file. I set up my email account on an old XP laptop which has Outlook 2007. This is how I transferred emails between 2 machines
    running Outlook Express:
    After setting up the account (on the old laptop) I created sub-folders exactly the same as my existing account. Having got some emails in the inbox I made sure that each new sub-folder contained at least one random email simply by drag and drop. It seems to
    validate the folders. I then copied the folders from the maintenance directory on the desktop (you find this under Tools – Options – Maintenance) and pasted them into the equivalent folder on the this old laptop so they overwrote those present. I transferred
    the contacts simply using Export – Address Book using a csv file. I then set up the email account in Outlook 2007 on the old laptop and ran an import from Outlook Express which was fine as per Microsoft’s instructions. On that machine I then exported to a
    backup pst file which I transferred to my new Windows 7 machine and imported successfully into Outlook 2010. Perhaps there are easier ways but at least it worked!

    You can directly do the same, visit https://support.microsoft.com/en-us/kb/196215 to know the steps.

  • Cant print from Outlook 2003 or IS 11

    Hi, a a few things i would look into on this one. Firstly have a quick look in event viewer and your AV logs to see if any further information can be found. Lastly have a look into anything that could have been installed or updated (Even the widows updates you mention) as one of these may be the cause of blocking the print process. i would advise looking into AV also on this.

    In the last few days I can no longer print from Outlook 2003 or IE 11. I could before and I can still from Word, Excel etc. In both Outlook & IE, when I push Print, the print dialog comes up, my printer is recognized, I can access its features, but when I press Print, nothing goes into the print que. I have Windows 7 and have just updated and have restarted and cold started.
    Any Ideas?
    Bill
    This topic first appeared in the Spiceworks Community

  • Can't import from OUTLOOK EXPRESS 5 to Mail

    I was trying to import contacts and e-mails from OUTLOOK EXPRESS and somehow all my information seemed to be erased from OUTLOOK.
    When I try to open it up it doesn't have all my emails and addresses. It's as if it just got installed. I don't know where to look for this info in my hard drive.
    Called APPLE and they told me that it could be that it got corrupted and deleted.
    I have years of information in there. Any suggestions?

    Outlook 5 -> Mail
    You can't go directly from Outlook 5 to Mail but you can do Outlook 5 -> Entourage -> Mail and that works very well
    Your mail in Outlook 5 (I am assuming you're running Outloook Express 5.x under OS 9.2.x) is in the MUD folder. You'll find it in Documents > Microsoft User Data > Identities > Main Identity
    If the Main identity is empty do a search for "Main Identity" and see if there are any other folders of the same name
    If you can't locate it, restore it from a backup, import it into Entourage and then into Mail

  • How to drag and drop an email from Outlook Express (with example code)

    Hi,
    It is possible to drag a mail from Outlook Express and drop it on the desktop, and the file created is a .eml, which is a text file.
    If I drop it into a Java application, no DataFlavor is provided to make the data transfer possible.
    As the data to transfer is a text, it should be possible to drop it.
    How to make a DataFlavor available and recover the text as a stream of characters?
    Example code
    The small application below shows the MIME type of the data that is about to be dropped. If you drag an icon from the desktop, a type will be displayed; if you drag an Outlook Express mail, no type will be displayed.
    Thanks.
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.datatransfer.DataFlavor;
    import java.awt.dnd.DropTarget;
    import java.awt.dnd.DropTargetDragEvent;
    import java.awt.dnd.DropTargetDropEvent;
    import java.awt.dnd.DropTargetEvent;
    import java.awt.dnd.DropTargetListener;
    import java.util.List;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JTree;
    public class TestSDN extends JFrame {
        void run () {
            JLabel lab = new JLabel();
            lab.setPreferredSize (new Dimension (100, 100));
            lab.setOpaque(true);
            lab.setBackground(Color.RED);   
            getContentPane().add (lab);
            new DropTarget(lab, new DropTargetListener(){
                public void dragEnter(DropTargetDragEvent dtde) {
                    System.out.println("dragEnter DataFlavors="+dtde.getCurrentDataFlavors().length);
                    for (DataFlavor df: dtde.getCurrentDataFlavors())
                        System.out.println("DataFlavor MIME type="+df.getMimeType());
                public void dragExit(DropTargetEvent arg0) {
                public void dragOver(DropTargetDragEvent arg0) {
                public void drop(DropTargetDropEvent arg0) {
                public void dropActionChanged(DropTargetDragEvent arg0) {
            pack();
            setVisible (true);
        public static void main(String[] args) {
            new TestSDN().run();
    }Edited by: JavaGame on Jan 29, 2009 9:56 AM
    Edited by: JavaGame on Jan 29, 2009 9:57 AM

    It might just be Microsoft not using standards? I remember having a similar situation - I had an application that could have a zip entry fron 7-zip drag-and-dropped into it (came over as plain text, or maybe an InputStream, can't remember), but when you drill into a zip file with Windows (Vista at least), and try to drag-and-drop a zip entry from Windows Explorer, Java shows no dataflavors available. I just assumed Microsoft wasn't exporting the zip entry in any standard format (such as plain text).
    Sorry, I know that wasn't very helpful, just thought I'd share a similar experience. :)

  • Importing Address Groups from Outlook Express 5 (Mac) to OS 10.3 Mail

    I've successfully imported all my emails and email folders from Outlook Express (Mac) to Mail. The contacts imported into my Address Book, but not collected into their groups. I need those address groups!
    Thanks for any pointers you can offer.

    Resolved.

  • Posting from Outlook express

    Hi,
    Is it possible to post to this group directly from Outlook Express?
    JP

    Hi Luigi,
    have a look at this helper tool: http://freenet-homepage.de/ukrebs/english/dbxconv.html
    Good Luck
    Stefan

  • Important contacts list from Outlook Express

    I am struggling to figure out how to import our contacts list from Outlook Express into iTunes so that we can then move them onto our new ipad mini.  Whatever step(s) am I missing? Thank you &amp; standing by.......

    I can't find any documentation but I want to remember that iTunes doesn't work with outlook express.
    if it is an option, you get your contacts on by connecting your device, opening iTUnes, navigating to the 'info' tab (the name did change but basically it's the tab to set up the e-mail, notes, etc that you sync)
    If express is an option you'll see it listed as a choice.
    If it's not then you can always mail your contacts out of outlook, open that mail on your iPad and save them from there. I had to do it once and I could only figure out how to do it one at a time but there may be a better way.

  • After an automatic update yesterday, I can only print email (Outlook Express 6) headers but the messages do not print. I now have Firefox 3.6.22.

    After an automatic update recently, I can only print email (Outlook Express 6) headers but the messages do not print. I now have Firefox 3.6.22.

    Thanks John for the suggestion.  I was finally able to dwonload the newest drivers today when I signed on.  Seems like if you let one day go by Software Update will look at your version of the driver and will finally let you download the newest.  That did not help.  Nothing but communication errors.  It would not even let me load the the new driver as it would no longer ever see the printer.
    Yesterday, for further explanation, I was working at the computer when I heard the printer chime a few times.  When I looked over the green light, which normally signals it is receiving a file to print, was flashing away.  I was doing nothing and I finally had to turn it off.  I spoke with another techie friend who is a big Mac user and has the same printer and he suggested it may be the USB circuit.  This printer has been on for 5 years with a few days off.  We have concluded the circuits are past their useful life and I will soon send the printer to be recycled somewhere.  A new printer is on the way as I need this device.
    Again, thank you for your suggestion and I will mark this solved due to mechanical failure.

  • Migration from Outlook Express loses everything after "group"

    Hello,
    I migrated from Outlook Express to Thunderbird on XP, then moved the files to Windows 8.
    I had one "group" in my OE address book. Nothing after that group name (which began with an H) was migrated into the new address book. In other words, I lost everything after H.
    I also have these contacts on Gmail. Is there an easy way to retrieve them from OE (I guess I could delete the group and start over, but that's a long process and I fear losing the mail I've already sent on TB), or is there an easy way to get them from gmail?
    Thanks.
    S

    there are several solutions to your problem, which is best for you I do not pretend to know.
    There is the option of simply copying the WAB file from outlook express to Windows 7 asnd double clicking on it to have it imported to the windows contacts folder. I have instructions here http://thunderbirdtweaks.blogspot.com.au/2013/12/windows-contacts.html that include the windows contact folder into Thunderbird.
    Alternatively you can install one of the gmail contact sync add-ons. I use https://addons.mozilla.org/en-US/thunderbird/addon/google-contacts

  • Can't import emails from outlook express into mail

    Just bought a macbook, I'm new into MAC, I'm a MAC ROOKIE. I'm trying to import my email from my microsoft outlook express to my MAC MAIL, I followed the instructions to import from outlook but when I locate the outlook files for my emails (they have extension .dbx but it won't let me select the files. Besides in the outlook folder there are dozens of files (1 per email subfolder). What am I doing wrong that I can't import the emails, nor the address book?
    Thxs!!!
    Avecesar

    Pay attention to the information Mail displays during the import process. It could be that it wants you to select the folder that contains the files to be imported, rather than the files themselves.
    EDITED: Now that I've read your post again, I don't think you're going to be able to do this on your MacBook, as importing from Outlook Express requires that application to be running in the "Classic" environment, which isn't available for Intel-based Macs.
    Disclaimer: I know next to nothing about how importing from Outlook Express is supposed to work, so take what I say with a grain of salt.

  • Trying to get my contact list from Outlook Express to fly over to my new iPAD. Appreciate any suggestions.

    Trying to get my contact list from Outlook Express to fly over to my new iPAD.  Will appreciate any suggestions.

    Outlook Express accesses an address book app called Windoze Contacts for contact info, which the iPad supports syncing contacts with. This is selected under the Info tab for your iPad sync preferences with iTunes.

  • How do I migrate emails from outlook express to Mac

    I want to keep some emails from Outlook express on my old pc how do I migrate them to mail on my new macbook pro?

    Purchase EMailchemy, it will do the conversion and export for you.

Maybe you are looking for

  • Opening a pdf document automatically from the program

    Hi guys, I wonder if it's possible to 'run'/open from a standalone appliation a pdf document. I mean, my program produces a pdf file and it saves it on the local c drive. once this is completed i wonder how can i open it and show it to the enduser. (

  • If you put iOS 7 on an iPod 4th generation would it just ruin it, of would it just not run like it should?

    If you put iOS 7 on an iPod 4th generation would it just ruin it, of would it just not run like it should?

  • Macbook won't wake up

    occasionally (1/5 or 2/5 attempts), especially if it has been asleep long, my macbook wont wake up when i open it or, if asleep while open, it wont wakeup upon key/mouse input. if i hold the power button to shut it down it restarts fine. but that is

  • One Position - Two Employees (Persons)

    SAP recomends that you have one person attached to one position.  However, some times you need to change this so that two people occupy one position i.e 50% each. Using this scenario, how does this effect MSS with things such as Workflow and Viewing

  • ICloud not syncing all purchased songs

    I currently have three devices associated with my Apple ID: a Windows Vista desktop, a Windows 7 laptop, and an iPod 2 with iOS 5 on it. On each of these, iTunes is the most recent version. In each, I'm able to sync MOST of my purchased music from th