Getting a .wps file to open on a Mac ?

My friend has not got access to these discussions and asked me to post this question for him ....... sorry if it's not the correct forum.
Here is the email he sent me:-
I have a number of documents stored on floppy discs and want to bring them up on my iMac G5 OSX v 10.4.11 computer. A friend transferred the documents to CD using his PC which handles floppy's and CD's. After inserting the CD into my computer all 39 documents come up in three columns of 13.
Two of the documents are .doc types, the rest are .wps. If I click on either of the .docs the printed document appears on the screen. If I click on any of the .wps's no printed document appear!!
How can I cause the .wps's to reveal their contents?
Norman Wilson

Hi Ian,
This tip is from: DennisG
<I'm pretty sure that a .wps extension indicates a file that was created in Microsoft Works, not Word -- and that can't be opened in Pages. Your friend needs to re-save it in Word, RTF, or text format.>
Here is the thread: http://discussions.apple.com/thread.jspa?threadID=1389123&tstart=3885
Carolyn

Similar Messages

  • Getting Message as "File not open", when I ran background Job

    Hi,
    I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
    Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
    Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job  through "JDBG", and found file opening and reading the content sucessfully.
    But its not working without debugging mode and getting message as "File not open".
    Is there any Authorizations required for background mode (without debugging).
    So can you please help me on this how to solve this issue.

    Try this code:
    DATA: PATH_NAME(80) TYPE C,
            LV_FILENAME TYPE STRING.
      DATA: LW_XSTRING         TYPE XSTRING,
            X_LEN             TYPE I.
      DATA: FILE_AUTH_ERR TYPE REF TO CX_SY_FILE_AUTHORITY,
            FILE_OPEN_ERR TYPE REF TO CX_SY_FILE_OPEN,
            FILE_OPEN_MODE_ERR TYPE REF TO CX_SY_FILE_OPEN_MODE,
            FILE_CLOSE_ERR TYPE REF TO CX_SY_FILE_CLOSE,
            FILE_CONVERSION_ERR TYPE REF TO CX_SY_CONVERSION_CODEPAGE,
            FILE_TOO_MANY_ERR TYPE REF TO CX_SY_TOO_MANY_FILES,
            MESS TYPE STRING,
            W_TEXT TYPE STRING.
      DATA: L_RC TYPE INT4.
    concatenate pathname lv_filename into lv_filename.
    TRY.
          OPEN DATASET LV_FILENAME FOR INPUT IN BINARY MODE MESSAGE MESS.
        CATCH CX_SY_FILE_OPEN_MODE INTO FILE_OPEN_MODE_ERR.
          W_TEXT = FILE_OPEN_MODE_ERR->GET_TEXT( ).
          L_RC = 1.
        CATCH CX_SY_FILE_AUTHORITY INTO FILE_AUTH_ERR.
          W_TEXT = FILE_AUTH_ERR->GET_TEXT( ).
          L_RC = 2.
        CATCH CX_SY_CONVERSION_CODEPAGE INTO FILE_CONVERSION_ERR.
          L_RC = 3.
          W_TEXT = FILE_CONVERSION_ERR->GET_TEXT( ).
        CATCH CX_SY_TOO_MANY_FILES INTO FILE_TOO_MANY_ERR.
          L_RC = 4.
          W_TEXT = FILE_TOO_MANY_ERR->GET_TEXT( ).
        CATCH CX_SY_FILE_OPEN INTO FILE_OPEN_ERR.  "File already open
          L_RC = 5.
          W_TEXT = FILE_OPEN_ERR->GET_TEXT( ).
      ENDTRY.
      IF L_RC = 0.
        L_RC = SY-SUBRC.
      ENDIF.
      IF L_RC <> 0 OR SY-SUBRC NE 0.
    Issue Error message in open file.
       CONCATENATE MESS 'Open dataset failed'  w_text INTO MESS SEPARATED BY SPACE.
       message Exx(yyy) with mess.
          ELSE.        "file exists and can be opened
      ENDIF.

  • How do i get my mp3 file to open in garageband?

    how do i get my mp3 file to open in garageband?

    PsychSlinger wrote:
    how do i get import my mp3 file to open in garageband?
    http://www.bulletsandbones.com/GB/GBFAQ.html#importaudio
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Never mind, I finally got it working, thanks!

  • I can't get my pdf files to open

    I cant get my pdf files to open and my hp device manager sttes it is not support so I cant use my printer.

    putterhole12 wrote:
    (1)
    I cant get my pdf files to open
    (2)
    my hp device manager sttes it is not support so I cant use my printer.
    Issues (1) and (2) are not likely to be connected.
    (1) What happens when you double-click on a PDF file?
    (2) What is the exact error message?
    Additional question: What version of Mac OS X are you using? v10.7 (Lion) by any chance?

  • HT3775 how I get an .flv file to play on my Mac?

    How can I get an .flv file to play on my Mac?

    If all you wan't to do is view the .flv video file and do nothing else to it, video players like VLC and Niceplayer will do the trick. Installing the PERIAN extension to Quicktime will also do the trick.
    http://perian.org/
    http://www.videolan.org/vlc/
    http://code.google.com/p/niceplayer/

  • Suddenly... I can't get my DNG files to open from LR5 to CS6.  What to do?

    I am running Windows 8.  As of this morning, I can't get my files to open for external editing from LR5 to CS6.  No extenal editing at all actually.  Have checked forums and it's not addressed.

    You need Lightroom 5.3 or newer in order to work with the NEF files. You can convert your files to DNG and use them with what you have now. Your choice. In order to have Lightroom 5.3 (might as well go to 5.7) you will have to purchase an upgrade.

  • How can I get an RTF file to open properly in MS Word?

    I'm using Coldfusion 8 and trying get it to export to Microsoft Word an RTF file  that was also created in Word, and is stored on the server. The problem is that when Word opens from the browser, it displays the RTF code for the document as if I'd opened the file in a text editor. The extension is ".rtf", and I've tried using ".doc" and ".docx" but nothing works. And even though Word opens it with an rtf extension, if I do a "Save As", it wants to save the file as an .htm file. I've also tried changing the content-type to "application/msword" but this didn't work. Also if I use OpenOffice instead of MS Word it still doesn't work. My code is below, if anyone could tell me what I'm doing wrong it would be very appreciated.
    <cfset formFile = "test.rtf">
    <cfset pathToRTF =  GetDirectoryFromPath(GetCurrentTemplatePath()) & formFile />
        <!---<cfset rtfForm = FileRead(pathToRTF) />--->
        <cffile
                action="read"
                file="#pathToRTF#"
                variable="rtfForm"
                >
    <cfcontent type="application/rtf">
    <cfheader name="Content-Type" value="application/rtf">
    <CFHEADER NAME="Content-Disposition" VALUE="filename=test.rtf">
    <cfoutput>
        #rtfForm#
    </cfoutput>

    What kind of local files are you trying to open and what kind of content is on the pages?
    Are that files that you've saved from the internet?

  • How do I get all my files to open up in Cs5 not Cs3? File plugin problem

    Keep getting error messages about plug-ins when trying to open up an InDesign file that wants to open up in Cs3 When I thought it should be opened up with Cs5.  It says that the worldready.rpln, dynamicdocuments.rpln, and conditonaltext.rpln are missing.  When I say just ignore then it gives me a really long list of things it is missing.  It says things like assignments.rpln, text.rpln, spread.rpln, master page.rpln, image.rpln, text attribbutes.rpn, generic page items.rpn.  I can't seem to change what opens the program either. I got the programs to open up in Cs5 if I went to open and then browse but then it couldn't recognize any of my fonts and put them to defaults.  I just had reinstalled everything to a new computer after my old computer crashed and I wondered if perhaps that had did something. Are there some type of setttings or plugs in I need to download or change?

    To change the program that .indd files default to when opened in OSX, right click on the .indd file > Open With > Other.
    Then navigate to the version of InDesign that you want to open them with (I have CS6 installed but its the same for CS5). Make sure you have "Always Open With" selected.

  • I cannot get my pdf files to open can you help me with my problem?

    My pdf files will not open can you help me?

    I don't know if we can help you. This is almost certainly the wrong forum, but perhaps we can help you there too. Let's start with some questions
    1. What software (app) are you using to try to open the PDF files, including version number if you know it?
    2. If you are using a browser, what is it?
    3. Are you on Mac or Windows?
    4. Is the PDF file on your hard drive (own computer), on a web site, or somewhere else?
    5. What EXACTLY happens when you try to open the PDF? If you get a message, what is the message IN FULL?
    Please answer all questions carefully.

  • HT1473 How do you get old RealPlayer files to open in iTunes?

    I've been using Real Player as my main audio player and recently switched to iTunes.  I cannot get iTunes to recognize and play any of my RealPlayer audio files.  When I try to 'add files' it will not let me access anything past the Music folder.

    As I know, iTunes supports M4A format the best. And this format is also developed by Apple Inc. If you do want to play your old realplayer mp3 files on iTunes, you'd better use some audio converter to make a simple conversion.  If you don't mind, i've used a helpful one, and you can download it to have a try. This converter supports batch converting. iOrgSoftVideo Converter. Actually it's an audio & video converter.
    I do wish it can help.

  • Cant get OCR scanned files to open in Appleworks.

    Hey all you smart cookies out there, I have a friend who has a HP 1350 all in one on an older G4 system, (10.4.7) the unit works fine, except that whenever a document is scanned into the OCR software (readiris9) and told to open in Appleworks, the document is scanned, readiris opens and converts the document into text, loads appleworks then nothing happens, I have tried telling readiris to create the file to the system rather then opening with AW directly but AW refuses to open it, MSword however has no issues.
    so is it an incompatability between readiris and AW or do i need a plugin or something?
    Thanks for your help

    Hello,
    Hmm.. try these tips... if that doesn't work, please let us
    know and give us your OS.
    Sami
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=622&threadid =1219281&highlight_key=y&keyword1=illustrator

  • Upon downloading a file I can open it only after the initial download. If I try to open the file later it won't open. What can I do to get the downloaded files to open?

    The download can be any type of file video, word, etc. After the initial download I can view it, but if I try to open the file later I can't.

    [[Firefox is already running but is not responding]] has steps that you can try. It sounds like you may have something that is hanging your browser on exit (probably an extension or a locked profile) and the steps on that page should help clear it up.

  • Firefox 7 will not open pdf documents. Makes it completely worthless given the large number of documents that are in pdf. How do I get my pdf files to open up?

    I have tried a ton of the older help suggestions. I cannot find a cure for this problem for Firefox 7. If I cannot get it to work, I will have not choice but to use the hated IE.

    I would remove the PDF Download add-on that's listed in your details. (It gets terrible reviews.) Then it should be possible to set Adobe Reader as the default application for pdf in Firefox options. And maybe the Adobe PDF Plug-In will be able to work again.

  • I can't get my .ase files to open in any CS2 app

    I am trying to import the swatches saved on my desktop loaded
    into both PhotoshopCS2 and InDesign, I am trying to load them from
    the swatches pallette (seems logical) and they are always greyed
    out. HELP!!

    Hello,
    Hmm.. try these tips... if that doesn't work, please let us
    know and give us your OS.
    Sami
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=622&threadid =1219281&highlight_key=y&keyword1=illustrator

Maybe you are looking for

  • How to reorganise the sales value in FD33 tcode

    Hi gurus,    I had a customer whose credit limit is "1" rupee, in general process when we raise a sales order for him get the proforma invoice and send to him and then he pays for that then only we deliver and invoice him, but now system allows him t

  • Bridge crashes when building cache

    I am trying to index a folder with many images in it. I start Bridge CS4, point it at the folder, and build the cache (with subfolders, with 100% previews), and after a few hours I return to my computer to find that Bridge has crashed. Console messag

  • I've downloaded device drivers from a website.. how do I install them?

    I've downloaded the latest drivers for my Wireless USB network adapter, but I have no idea how to install them. Will the following instructions work? They were included with the download: ==============================================================

  • QoS on 7200 LNS for PPPoX

    Folks, I need a little clarification. We have a set of 7200's that run as an LNS to various PPPoA and PPPoE clients dotted about the place.  These are authenticated via RADIUS and exit the router on various VRF's to find their destinations.  All work

  • Toast with a Blu-ray external writer?

    Hello everybody! I am very frustrated because I just got the Samsung writer for Mac and Windows...and is not compatible with Mac...so a waste of money, and now I need to buy a real Blu-ray DVD burner for Mac... I see a lot of people using Toaster...m