Japanese: ms word format to utf?

Hello Forum...
I'm doing a site with servlets and trying out i18n. I succeed with european character sets using a combination of vim and native2ascii to create utf-8 encoded property files for my ResourceBundle code.
However, now I've received a japanese translation in ms word format, and I don't know how to convert it to utf-8 encoding. Any suggestions?
Many thanks
/j-p.

The question isn't Java related but rather Ms Word related. Try to ask your question in a Word forum. They might be able to help you.
Good luck
Kaj

Similar Messages

  • My pages is showing error while opening a document in microsoft word format. Please help

    While trying to open documents in microsoft word format, pages is showing an error. It is unable to complete the task and is requesting me to reopen pages but then no response. However I am able to work on pages format. Please help.
    thanks

    When you open a Word document in Pages, it is translated into the internal .pages document format — and you are no longer working in the original Word document format. This translation also occurs in reverse when exporting a document back to Word. When you open a Word document in Pages, if it has issues with the translation (missing font characteristics, other issues), it will open a warning dialog box and display these issues for you.
    If however, you prefer to always work in the native Word document format, and not risk translation issues, then you should be using MS Word in Office for Mac 2011 with the latest update.

  • I cannot send a Pages document, Word format via email from my ipad if it has a picture in the the doc.  I can send a Word doc if it does not have a pic in it or pdf with a pic.  Any thoughs why a word doc with a pic in it won't email in Pages?  thanks

    I cannot send a Pages document, Word via email if the doc contains a picture.  If I email a Pages doc without a pic in Word format or pdf with a pic it with go through to sender?  Not sure why Pages won't send Word doc with a picture in it.  I check the security on the email recipient and the email doesn't get blocked or throw in the junk box?
    thanks,
    drainguy41

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • Function to convert number to word format.

    Dear Friends,
    Could you please help me with a code that will take 'sum of all values of a column' as input parameter & return its value in word format.
    Number can be negative , it can/can't contain digits after decimal.
    i have two ways but it won't work when my no. becomes negative
    Moreover i want that it should work on both type of data, numbers without decimal & number with decimal.
    that is what i possess:
    1)
    function CF_1FORMULA return char is
    num1 number;
    p_number number;
    type myArray is table of varchar2(255);
    l_str myArray := myArray( '',
    ' thousand ', ' million ',
    ' billion ', ' trillion ',
    ' quadrillion ', ' quintillion ',
    ' sextillion ', ' septillion ',
    ' octillion ', ' nonillion ',
    ' decillion ', ' undecillion ',
    ' duodecillion ' );
    l_num varchar2(50);
    l_return varchar2(4000);
    begin
    num1:=:my_mumber;
         p_number:=num1;
         l_num:=trunc( p_number );
    for i in 1 .. l_str.count
    loop
    exit when l_num is null;
    if ( to_number(substr(l_num, length(l_num)-2, 3)) <> 0 )
    then
    l_return := to_char(
    to_date(
    substr(l_num, length(l_num)-2, 3),
    'J' ),
    'Jsp' ) || l_str(i) || l_return||'Rupees';
    end if;
    l_num := substr( l_num, 1, length(l_num)-3 );
    end loop;
    return l_return;
    end;
    and
    2)
    select to_char(to_date(floor(1234.99),'J'),'Jsp')||' Rupees and '||to_char(to_date((1234.99-(floor(1234.99)))*100,'J'),'Jsp')||' Paise' from dual;
    kindly help me.
    Thanks & Regards
    Vishnu

    Common question.
    But you will have realised that already if you'd bothered to search the forum...
    http://forums.oracle.com/forums/search.jspa?threadID=&q=number+to+word&objID=f75&dateRange=all&userID=&numResults=30

  • After upgrading to Yosemite I cannot share my pages document by mail as a word format - HELP please!!!

    After upgrading to Yosemite I cannot share my pages document by mail as a word format - HELP please!!!

    You don't need to go to the App Store to for support for Steam and Minecraft. You need to go to their website(s).
    You're welcome 

  • I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'

    I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'm trying to accomplish is to do a "mail merge " ( as some classes i have as many as 150 attendees) for the document, digitally sign each one with my signature on the certificate and then e-mail it out to the respective attendees. can this be done? if so How?

    This is the step that I took after inputting my signature.
    On the right, after saving my document, I click "Get Others to Sign."  I was confused because it says that it's powered by EchoSign.  Like I stated before, my clients are able to sign this document when I send it to them, but it is returned to me with their signature (not in the signature field, but at the end of the document), and my signature is missing.  I tested this on myself - my signature is missing when they receive it. 

  • HT4796 I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    I have made a file using the Pages app.I mailed it to a friend.When she tried opening the same file on her pc at home , It did not open.Please help me as to how to open the file in the Microsoft word format on her pc.

    Send it as a PDF.

  • Export to Word format crashes IIS worker process

    I'm using CR for VS 2005 in a Web application. While on development machine, everything is acting normal. I export the report to Word format without any problem.
    However, after deployment to test environment, CR starts to cause problems. When I try to export the report to any Word format, it crashes the IIS worker process. I tried installing several CR for .net packages, but I can't manage to solve this problem. The export to .pdf and .xls works fine, as well as the other main functionalities.
    Can anyone give me a link to the latest package for .net 2.0 (or vs .net 2005), or any hotfix where this bug is resolved. The release versions of the cr for .net 2.0 are quite a mess, and as I'm aware, installing none of them solved my problem.
    I'm running Vista x64 on my development machine, and Windows Server 2003 on the test environment.

    Here is the stack trace of the error:
    [NullReferenceException: Object reference not set to an instance of an object.]
       Admin_Modules_ReportGeneratorControl.BtnExport_Click(Object sender, EventArgs e) +212
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(
    String eventArgument) +7
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl,
    String eventArgument) +11
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint) +1746
    This is the code of the BtnExport_Click event handler:
    Response.Buffer = false;
    Response.ClearContent();
    Response.ClearHeaders();
    ((ReportDocument)Session["REPORT"]).ExportToHttpResponse(
    (ExportFormatType)Enum.ToObject(typeof(ExportFormatType), int.Parse(DdlExportTypes.SelectedValue)),
    Response, true, "Report");
    I can guarantee you that the Session object IS NOT NULL and that the value taken from the Ddl is correct.
    Also, this error crashes the IIS worker process. Here is the error log on that one:
    Faulting application w3wp.exe, version 6.0.3790.3959, faulting module msvcr80.dll,
    version 8.0.50727.3053, fault address 0x00014ba1.
    And again, this error only occurs on the test environment server that is running Windows Server 2003 and has installed redist package of Crystal Reports for .NET Framework 2.0.
    On the other hand, the Web site acts normally on the development machine, which is running Windows Vista x64. Here, the needed components for CR were installed during the setup of VS 2005 Team System Edition.
    I think that this info will give you some more info on this problem.
    Thanks, Dejan

  • Since OS X Yosemite upgrade, cannot share document from pages in word format. Therefore document cannot be opened by non apple user.  How do I get around this please?

    Since the OS X Yosemite 10.10.2 update to my iMac (27 inch, Mid 2010) , I can no longer "share" a document from Pages in word format via email.  It can be sent as an att but then as "Pages"  cannot be accessed by a non apple receiver.  Please what is the answer, the old method was fast, simple and efficient.
    Out of my depth appreciate some help.

    Are you using the File > Export function? It will deposit a Word document onto your desktop (or any folder you choose) and then you can attach it to your email.

  • When I convert a pdf file to word format, it show the error "Save As failed to process this document

    Hi,
    I have just upgrade the creative cloud CC version and upgrade the acrobat pro to XI version.
    when I convert a pdf file to word format, it show the error "Save As failed to process this document. No file was created."
    Actually, I have delete the image, use other pdf file and download a sample pdf file to test it. Same error is shown. I have try all the other format , like the excel, rtf, text, powerpoint, still same thing happen.
    Please show me what else I can do to fix this problem.
    Thx.
    Alfred Li

    alfredadli wrote:
    Please show me what else I can do to fix this problem.
    Fisrt step would be to ask in the proper forum.
    http://forums.adobe.com/community/acrobat

  • Export to Word Format BUG - Pages won't do it

    The latest version of Pages for MAC (5.0.1), can't export a simple text document to WORD format.
    It takes forever and, at last, craches my Mac .
    Anyone else's expericing it?
    Thanks,
    Daniel

    Thanks Allan!
    Doing it now...
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 20:18:44
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (212.6 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              OPTIARC DVD RW AD-5970H 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
               composite_device 4 GB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Dannyboy (disk1s2) /Volumes/Dannyboy: 3.65 GB (3.12 GB free)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [not loaded] com.adobe.SwitchBoard.plist
              [loaded] com.google.keystone.daemon.plist
              [loaded] com.micromat.TechToolProDaemon.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.oracle.java.Helper-Tool.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.divx.dms.agent.plist
              [loaded] com.divx.update.agent.plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.micromat.TechToolProAgent.plist
              [loaded] com.oracle.java.Java-Updater.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [loaded] com.valvesoftware.steamclean.plist
              [loaded] ws.agile.1PasswordAgent.plist
    User Login Items:
              iTunesHelper
              BoxSyncHelper
              Dropbox
    3rd Party Preference Panes:
              Box Sync
              Flash Player
              Flip4Mac WMV
              FUSE for OS X (OSXFUSE)
              Java
              MacFUSE
              TechTool Protection
    Internet Plug-ins::
              JavaAppletPlugin: Version: Java 7 Update 45
              o1dbrowserplugin: Version: 4.9.1.16010
              OVSHelper: Version: 1.1
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8
              AdobePDFViewerNPAPI: Version: 10.1.8
              FlashPlayer-10.6: Version: 11.9.900.152 - SDK 10.6
              DivX Web Player: Version: 3.0.1.5 - SDK 10.5
              Silverlight: Version: 5.1.10411.0 - SDK 10.6
              Flash Player: Version: 11.9.900.152 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              googletalkbrowserplugin: Version: 4.9.1.16010
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5
              AdobePDFViewer: Version: 10.1.8
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6
              MeetingJoinPlugin: Version: (null) - SDK 10.6
    Bad Fonts:
              None
    Old applications:
              CIGAM Boletos:          Version: 1.0.5 - SDK 10.0
                        /Applications/CIGAM Boletos.app
              CoreTextArcCocoa:          Version: 1.1 - SDK 10.0
                        /Users/dannyboy/Dropbox/in Progress/Xcode/Learning/WWDC 2012/iOS/226 - Core Text and Fonts/CoreTextArcCocoa/CoreTextArcCocoa.app
              CoreTextRTF:          Version: 1.1 - SDK 10.0
                        /Users/dannyboy/Dropbox/in Progress/Xcode/Learning/WWDC 2012/iOS/226 - Core Text and Fonts/CoreTextRTF/CoreTextRTF.app
              DMSLaunch:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/DivX/DMSLaunch.app
              DivX Converter:          Version: 10.0.1 (Build 10.0.1.57) - SDK 10.5
                        /Applications/DivX Converter.app
              DivX Player:          Version: 10.0.2 (Build 11.2.1.1) - SDK 10.5
                        /Applications/DivX Player.app
              DivXMediaServer:          Version: 10.0 - SDK 10.5
                        /Library/Application Support/DivX/DivXMediaServer.app
              DivXTransferWizard:          Version: 10.0.0 (Build 10.0.1.41) - SDK 10.5
                        /Library/Application Support/DivX/DivXTransferWizard.app
              DivXUpdate:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/DivX/DivXUpdate.app
              Epson Printer Utility 4:          Version: 9.14 - SDK 10.5
                        /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app
              Keynote:          Version: 5.3 - SDK 10.5
                        /Applications/iWork '09/Keynote.app
              Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
              Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
              Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
              Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
              Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Excel.app
              Microsoft Graph:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft Lync:          Version: 14.0.6 - SDK 10.5
                        /Applications/Microsoft Lync.app
              Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
              Microsoft Office Setup Assistant:          Version: 14.3.6 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
              Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
              Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
              Microsoft Word:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Word.app
              MiroVideoConverter:          Version: 2.6 - SDK 10.0
                        /Applications/MiroVideoConverter.app
              Musicbox:          Version: 2.1.5 - SDK 10.5
                        /Applications/Musicbox.app
              Numbers:          Version: 2.3 - SDK 10.5
                        /Applications/iWork '09/Numbers.app
              Open XML for Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
              Pages:          Version: 4.3 - SDK 10.5
                        /Applications/iWork '09/Pages.app
              PwnageTool_4.3.3:          Version: 4.3.3.1 - SDK 10.4
                        /Users/dannyboy/Documents/iPhone/iOS 4 Jailbreak and unlock/PwnageTool_4.3.3.1.app
              PwnageTool_5.1:          Version: 5.1.1 - SDK 10.4
                        /Users/dannyboy/Documents/iPhone/iOS 4 Jailbreak and unlock/PwnageTool_5.1.1.app
              SA Color Finesse 3 UI:          Version: 3.0.6(275) - SDK 10.5
                        /Applications/Adobe After Effects CS6/Plug-ins/Effects/Synthetic Aperture/(CF3 Support)/SA Color Finesse 3 UI.app
              SLLauncher:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              Sequel Pro:          Version: 1.0.2 - SDK 10.5
                        /Applications/Sequel Pro.app
              Solver:          Version: 1.0 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SyncServicesAgent:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
              TechTool Pro 6:          Version: 6.0.7 - SDK 10.5
                        /Applications/TechTool Pro 6.app
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5
                        /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
              dynamiclinkmediaserver:          Version: 6.0.0 - SDK 10.5
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
              Skip System Files: YES
              Mobile backups: OFF
              Auto backup: NO
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 266.96 GB
              Destinations:
                        Time Machine [Network] (Last used)
                        Total size: 594.88 GB
                        Total number of backups: (null)
                        Size of backup disk: Too small
                                  Backup size 594.88 GB < (Disk used 266.96 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  10%          WindowServer
                   3%          Mail
                   1%          EtreCheck
                   1%          hidd
                   1%          coreaudiod
    Top Processes by Memory:
              229 MB          Safari
              209 MB          Mail
              147 MB          softwareupdated
              111 MB          com.apple.WebKit.WebContent
              78 MB          mds_stores
    Virtual Memory Statistics:
              279 MB          Free RAM
              1.52 GB          Active RAM
              1.11 GB          Inactive RAM
              721 MB          Wired RAM
              2.44 GB          Page-ins
              84 MB          Page-outs

  • The custom style mapping option text still maintains the word formatting or it shows a style override in the InDesign style - how do I correct this?

    When I tell the custom style mapping option to format a Word style (from an rtf document) with the InDesign style, the text still maintains the word formatting or it shows a style override in the InDesign style. I have a large document that needs to import the styles correctly and I've followed the tutorials exactly however the placed text is still hanging onto the word RTF styles. I want the rtf text to convert to my InDesign styles completely without overrides.

    I actually need the cell styles. That's what sets my font, spacing, and GREP styles.
    I did find the solution today. In the table style or table setup, I needed to set the "Stroke Drawing Order" to "Column Strokes in Front". Even though it was previously set to "Best Joins" and I had no strokes for rows or for the table borders, it just wasn't giving priority to my dotted columns.
    Thanks for your response though!

  • Open a PDF in Acrobat XI Pro to edit and resave in Word Format

    I want to edit a PDF in Acrobat XI Pro and resave in Word Format. I can't figure out how to do this once I am in Creative Cloud.  Can anyone assist?

    click file>save as>ms etc

  • I have payed for Adobe acrobat pro but now i can not convert a pdf document to a word format, why?

    I have payed for Adobe acrobat pro for one year and it is valid to november 2015, but now i can not convert a pdf document to a word format, why ?

    Hi m_karhulinna,
    If you have Acrobat Pro, you can save directly to Word format from within Acrobat by choosing File > Save as Other > Microsoft Word > Word Document.
    (It sounds like you may be trying to use the ExportPDF online service, which is separate from Acrobat, and not necessary in your case.)
    Best,
    Sara

  • Word I convert a PDF to WORD format. I have signed up to Export PDF but everytime I try to covert all it asks is that I sign in again and I cant get past it.

    convert a PDF to WORD format. I have signed up to Export PDF but every time I try to covert all it asks is that I sign in again and I cant get past ti and the covert button is not available.anyone else having this problem or know how to fix it.

    Hi bouerbird,
    I just l looked at your account using the same email address that you use here in the forums, and don't see any order history for you. Is it possible that you signed up using a different email address?
    Best,
    Sara

Maybe you are looking for

  • Facetime no longer working with mavericks

    I've used facetime for a while now to talk to family out of the country. Since I've upgraded to mavericks I can't log in with my apple id and password (which are both correct as I can log in to app store with them). Facetime cycles between log in pag

  • I want to download a previous version of firefox

    I am visually impaired and downloaded 4.0 yesterday and it keeps crashing at startup so I'm guessing it's not working with my screenreader. I'm using Windows XP home edition. Version 3.616 worked great on this computer and I do have that version on m

  • Display the list in module pool program

    Hi All, I want to display the list of material like report after some user command in module pool. How can I achive the same. Regards Sagar

  • Muse crashed and afterwards, error message saying site file damaged and will not open

    I was working on a muse file when it shut down due to "an error". When I tried to open the file again, it told me that the site was damaged and could not be opened. I have a PC and I would like to know if there is any way I can get the file checked o

  • Watch Window greyed out

    Hallo When running in debug mode I got the breakpoints in the code, everything with the watch window is greyed out, even if I right click on a variable the add to Watch is greyed out. I've done a Tools ---> Import Export Setting ---> Reset defaults.