Convert set of characters to a word

experts,
       how to convert a set of characters to a word while displaying .
ex:
    data  : a type char20.
a = ' FORM A WORD'.
write :/ a.
when i execute the above code , list gets generated.
when i press the cursor on any charater of a the whole value
should be get selected and not a single character.
can it be done.
thanks in advance.

use color addition it highlights the word. or else use hotspot on addition it will get the complete word when you select.
    data  : a type char20.
a = ' FORM A WORD' color 2.
write :/ a.

Similar Messages

  • How do I convert a Dutch pdf document to Word ?

    How do I convert a Dutch pdf document to Word ?

    While the ExportPDF service doesn't support Dutch at this time, it does support French, which uses a similar character set.  You may want to try choosing French as the OCR language.
    Let us know how it goes.
    -David

  • HT2506 hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    Hi,
    The quickest way to do this (tested with OS 10.8.2, MS Word 2011) is in one line:
    tell application "Microsoft Word" to close every document whose name begins with "book"
    The reason why your script doesn't work is that you aren't specifying to Word which document you want it to close.
    So, changing one line ought to do it:
    close document incrementvalue -- instead of "close document"
    But... when you close a document, you change the document count. Document 2 becomes document 1, document 3 becomes document 2 etc. So eventually you'd get a message saying "The object you are trying to access doesn't exist".
    Because of this, if you want to do it in a repeat loop, you have to work backwards:
    tell application "Microsoft Word"
      set doc_count to count documents
      repeat with x from doc_count to 1 by -1
      if name of document x begins with "book" then close document x
      end repeat
    end tell
    Hope this helps.

  • I converted a pdf file to a Word document but it's not printing properly.

    The message I get is "The margins of section 1 are set outside the printable area of the page."  How can I fix this?

    Hey Jean Wood,
    Please let me know whether you are using Adobe Reader or signed up at https://cloud.acrobat.com/.
    Also, try converting any other PDF file to word and check what happens.
    Have you downloaded the file first onto your computer?
    Hope to hear from you.
    Regards,
    Anubha

  • Georgian Font Automatically Converting to English Characters

    We recently downloaded a Russian and Georgian font and attempted to use them in Adobe Illustrator CS3 on Mac OS X 10.5. When we use the fonts they automatically convert to English characters.
    How do we get the fonts to appear in Georgian characters?
    We also tested the fonts on a Windows computer using Fireworks 8 and the fonts appear fine. So perhaps its just a setting issue in Illustrator.
    Thanks for any info.

    Two things I believe you have to do n a mac on is to go to the system preferences and chose International and enable the language you want in the input tab then I think in this case you can go to the type panel and have the options show and then at the bottom choose the language I assume Russian. Not certain the second part is necessary.
    Make certain of course you first select the georgian font you have installed before inputting.
    I hope this helps.

  • I just purchased Adobe ExportPDF Annual & it won't convert a pdf file to a word docx file?

    Yesterday I purchased & had my Adobe ExportPDF Annual account set up & working.  However I cannot convert a pdf file to a word file.  My pdf files are 774KB & 810 KB and my browser is Microsoft Outlook.  I keep getting the same error message " An error occurred while trying to access service".  All other internet activities & email are working.  WHAT NOW?

    I can see Adobe really pays attention to this forum.

  • Error in converting a pdf document to a Word document

    I have Adobe Acrobat 6 running under Win XP.
    My Panasonic Lumix camera manual is a pdf file that I wish to place on my Kindle 4. I copied the pdf file across but, although Kindle is supposed to be able to handle pdf files, it wouldn't with this one - it simply froze when I opened it in the Kindle. I therefore decided to convert the pdf file to a Word document file and email it to Amazon for a free conversion to a Kindle azw file. I attempted to use Save As in Acrobat to save the pdf file as a doc file but, after a few pages, I got the error message:
    Bad pdf; could not read page structure. <Bad pdf; error in processing fonts: cannot find CMap resource file> [26-27].

    For what it's worth I pulled in some of the product line's user guide PDFs. Those I looked over were authored with FrameMaker or InDesign.
    As these both support solid PDF output and from a quick look-see I'd not attribute the core issue to a poorly created PDF.
    With that said; two things are evident. They are not Tagged and, with the heavy graphics content, of a healthy file size.
    Tagged PDF is more than a little important as this is what provides the essential ingredient for export of PDF content (retaining font info, format, layout, etc.).
    A healthy file size associated with the significant graphics content means that what is "under the hood" of the computer in use is significant as export puts a load on these resources.
    Example: A local machine having  integrated graphics is hard pressed compared to a local machine having a dedicated graphics card with a comfortable amount of onboard RAM.
    Due to "design" improvements over the years Acrobat X does a much better job of "export"/"save as" for untagged PDF.
    But, "export"/"save as" of a well-formed Tagged PDF trumps.
    Be well...

  • Replacing a set of characters from a string in oracle sql query

    I want to replace a set of characters ( ~    !     @    #     $     %     ^     *     /     \     +    :    ;    |     <     >     ?    _  ,) from a STRING in sql
    select 'TESTING ! ABC 123 #'
    FROM DUAL;
    What is the best way to do it? Please provide examples also.

    What is your expected output... The query I posted just removes them, it never replaces them with spaces..your string already has space.. if you want to remove space as well .. try this...
    SELECT TRANSLATE ('TESTING ! ABC 123 #', '-~!@#$%^*/\+:;|<>?_, ', ' ') FROM DUAL;
    Output:
    --TESTINGABC123
    Else post your expected output..
    Cheers,
    Manik.

  • How do I convert an Adobe file into a word document?

    How do I convert an Adobe file into a word document?

    What type of Adobe document are you trying to convert?  Which Adobe software or service are you utilizing?

  • How to set to bold a single word in the text box?

    How can I set to bold a single word in the text box? When I try, it puts the whole text bold.

    you should do this by HTML way
    like this :
    sym.$("your text box Name").html("Hello i'm <strong>Bold</strong> one")
    Zaxist

  • Problems converting a pdf file to a word document using ExportPDF

    I am having problems converting a pdf file to a word document (.docx) using ExportPDF. It is spends ages trying to upload the PDF file, but fails to do so. Should I just cancel my subscription?

    I suspect that you are asking for help with CreatePDF. If so, you should post in
    http://forums.adobe.com/community/createpdf
    This is the Reader forum...

  • How do you convert a PDF document to a word document ?

    How do you convert a PDF document to a word document ?

    I just noticed that you added a few more details and it seems like the problem is that part of the conversion is not working. Would it be possible to share the file with me so that I can forward it to the team that owns that service? My email address is [email protected]
    Thanks!
    Pat

  • I need help converting a pdf file to a word document

    I am having problems converting a pdf file to a word document

    Hi. I am using window 7 I went to get some documents scanned to a flash drive and it was scanned to a PDF. But I am having a hard time uploaded the file. I put my flash drive in to the right of the page it ask me to convert pdf. to a word document.  

  • How do I change the default setting from Pages to MS Word for Mac?

    How do I change the default setting from Pages to MS Word for Mac?

    https://discussions.apple.com/message/13008817#13008817

  • When I converted a file from PDF to WORD.DOC it opened as Read Only and I'm unable to alter any of the text.  How can I solve this problem?

    When I tried to convert a file from PDF to WORD.DOC it opened as Read Only and I'm unable to alter any of the text.  How do I solve this problem?  I don't know how to change it from Read Only.

    Dear Sara
    Thank you very much for sending the converted file.  Yes, I am able to edit it - that will be very useful to me and I appreciate your help.
    Referring to your previous message when you said you'd converted via Acrobat and not Acrobat.com, I'm converting via Acrobat.com because that's the only option that is shown (how do I convert via Acrobat? - perhaps that would be more successful).  I'm using the Export PDF website, and the OCR is enabled to "Recognize text in English UK".  However, I've just tried converting a different LPA pdf form, this time for Health & Welfare https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/245571/LPA114_He alth_welfare_LPA.pdf and again I have the same problem as before.  I've altered it from "Read only" and thought I'd then be able to enter text, but "Drawing Tools" is shown in the pane and I'm unable to enter anything onto the form - everything appears to be in images.  Also, the lettering on the heading of' page 1 has become jumbled, with the word "Public" overlaying the word "Guardian."  Any suggestions as to what it is I'm doing wrong would be welcome - I don't like to be beaten!
    Regards,
    Judith.

Maybe you are looking for