Are there any Language Translators Libraries with Java API

I have a single xml document that contains all the text displayed in my application. I now want to translate the text into other languages and I thought I could do it my using the SAX to parse the individual elements, translate the text and then write out the resulting file. Are there any open source/java libraries that can translate text into other languages.
For now I am just interested in the most popular European languages, French,Spanish,German and Italian

I hear what you are saying, but if it could just make start that would be great. I have a program that I have been very careful to ensure all text is localized but I dont have the time/expertise to translate it myself or the funds to get it done professionally. I also have my help manual in docbook xml format so would like to translate that as well.
I thought AltaVistas BabelFish might have a Java API but have been unable to find one.
Also even if the translation was to be done by humans it is very difficult for a translater to edit the file in xml format,so I think I still need a process to extract the text from the file, allow it to be translated, and then read it back in.

Similar Messages

  • Attaching/Detaching libraries with Java API

    Hello,
    In my forms (Forms10g), sometimes, libraries had been attached in lower case although files are in upper case. This causes compilation errors on UNIX systems.
    I'm trying to detach these libraries with Java APIs and then reattach them in upper case.
    But I get an error when I want to save the module.
    Here is my code :
    public class UpperPll {
         public UpperPll (String formName) {
              try
                   FormModule form = FormModule.open("C:/AttachPll/" + formName);
                   System.out.println("Form Name is " + form.getName());
                   JdapiIterator AttachPll = form.getAttachedLibraries();
                   while(AttachPll.hasNext())
                        try
                             JdapiObject jo = (JdapiObject)AttachPll.next();
                             System.out.println(jo.getName());
                             if (jo.getName().toLowerCase().equals(jo.getName()))
                                  AttachedLibrary.find(form,jo.getName().toUpperCase()).detach();
                                  System.out.println(jo.getName().toUpperCase());
                                  new AttachedLibrary(form,jo.getName().toUpperCase());
                        catch (JdapiIllegalStateException jdise)
                             jdise.printStackTrace();
                   form.save("C:/AttachPll/New/" + form.getName() + ".fmb");
                   Jdapi.shutdown();
              catch (JdapiException jde)
                   jde.printStackTrace();
         public static void main (String[] args) {
              try {
                   FileReader r = new FileReader( "C:/AttachPll/listemodule.txt" );
                   BufferedReader br = new BufferedReader( r );
                   try {
                        String module;
                        while ( ( module = br.readLine() ) != null ) {
                             new UpperPll(module);
                   } finally {
                        r.close();
              } catch (FileNotFoundException fnfe) {
                   fnfe.printStackTrace();
              } catch (IOException ioe) {
                   ioe.printStackTrace();
    And here are the errors I get :
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x2FBBDCB
    Function=icobad+0xB
    Library=C:\DevSuiteHome_1\bin\frmcom.dll
    Current Java thread:
         at oracle.forms.jdapi.BaseAPI._jni_save_form(Native Method)
         at oracle.forms.jdapi.FormModule.save(Unknown Source)
         at UpperPll.<init>(UpperPll.java:39)
         at UpperPll.main(UpperPll.java:55)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\DevSuiteHome_1\jdk\bin\javaw.exe
    0x7C910000 - 0x7C9C7000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C904000      C:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E4C000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E50000 - 0x77EE1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D10000 - 0x77DA0000      C:\WINDOWS\system32\USER32.dll
    0x77EF0000 - 0x77F37000      C:\WINDOWS\system32\GDI32.dll
    0x77BE0000 - 0x77C38000      C:\WINDOWS\system32\MSVCRT.dll
    0x62DC0000 - 0x62DC9000      C:\WINDOWS\system32\LPK.DLL
    0x753C0000 - 0x7542B000      C:\WINDOWS\system32\USP10.dll
    0x08000000 - 0x08139000      C:\DevSuiteHome_1\jdk\jre\bin\client\jvm.dll
    0x76AE0000 - 0x76B0F000      C:\WINDOWS\system32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x10000000 - 0x10007000      C:\DevSuiteHome_1\jdk\jre\bin\hpi.dll
    0x00940000 - 0x0094E000      C:\DevSuiteHome_1\jdk\jre\bin\verify.dll
    0x00950000 - 0x00969000      C:\DevSuiteHome_1\jdk\jre\bin\java.dll
    0x00970000 - 0x0097D000      C:\DevSuiteHome_1\jdk\jre\bin\zip.dll
    0x02F60000 - 0x02F6F000      C:\DevSuiteHome_1\BIN\frmjapi.dll
    0x02F70000 - 0x02F8C000      C:\DevSuiteHome_1\bin\frmd2f.dll
    0x663D0000 - 0x66414000      C:\DevSuiteHome_1\bin\CA.dll
    0x66340000 - 0x6636A000      C:\DevSuiteHome_1\bin\mmc.dll
    0x64CA0000 - 0x64CB1000      C:\DevSuiteHome_1\bin\UTL.dll
    0x60730000 - 0x607DC000      C:\DevSuiteHome_1\bin\oracore10.dll
    0x608D0000 - 0x60963000      C:\DevSuiteHome_1\bin\oranls10.dll
    0x62B40000 - 0x62B53000      C:\DevSuiteHome_1\bin\oraunls10.dll
    0x60C40000 - 0x60C47000      C:\DevSuiteHome_1\bin\orauts.dll
    0x719F0000 - 0x71A07000      C:\WINDOWS\system32\WS2_32.dll
    0x719E0000 - 0x719E8000      C:\WINDOWS\system32\WS2HELP.dll
    0x774A0000 - 0x775DD000      C:\WINDOWS\system32\ole32.dll
    0x616B0000 - 0x61891000      C:\DevSuiteHome_1\bin\oraclient10.dll
    0x62B60000 - 0x62B66000      C:\DevSuiteHome_1\bin\oravsn10.dll
    0x60D30000 - 0x60DE8000      C:\DevSuiteHome_1\bin\oracommon10.dll
    0x60300000 - 0x60720000      C:\DevSuiteHome_1\bin\orageneric10.dll
    0x629C0000 - 0x629D2000      C:\DevSuiteHome_1\bin\orasnls10.dll
    0x62B80000 - 0x62C86000      C:\DevSuiteHome_1\bin\oraxml10.dll
    0x02F90000 - 0x02FA1000      C:\WINDOWS\system32\MSVCIRT.dll
    0x607E0000 - 0x608CC000      C:\DevSuiteHome_1\bin\oran10.dll
    0x62000000 - 0x6202C000      C:\DevSuiteHome_1\bin\oranl10.dll
    0x62030000 - 0x62042000      C:\DevSuiteHome_1\bin\oranldap10.dll
    0x62090000 - 0x62184000      C:\DevSuiteHome_1\bin\orannzsbb10.dll
    0x61E10000 - 0x61E52000      C:\DevSuiteHome_1\bin\oraldapclnt10.dll
    0x61F30000 - 0x61F47000      C:\DevSuiteHome_1\bin\orancrypt10.dll
    0x71A10000 - 0x71A1A000      C:\WINDOWS\system32\WSOCK32.dll
    0x76D10000 - 0x76D29000      C:\WINDOWS\system32\iphlpapi.dll
    0x770E0000 - 0x7716C000      C:\WINDOWS\system32\OLEAUT32.dll
    0x621A0000 - 0x621D7000      C:\DevSuiteHome_1\bin\oranro10.dll
    0x621F0000 - 0x621FC000      C:\DevSuiteHome_1\bin\orantcp10.dll
    0x61F70000 - 0x61F76000      C:\DevSuiteHome_1\bin\oranhost10.dll
    0x61F20000 - 0x61F26000      C:\DevSuiteHome_1\bin\orancds10.dll
    0x62210000 - 0x62216000      C:\DevSuiteHome_1\bin\orantns10.dll
    0x60970000 - 0x60C31000      C:\DevSuiteHome_1\bin\orapls10.dll
    0x62500000 - 0x62507000      C:\DevSuiteHome_1\bin\oraslax10.dll
    0x627B0000 - 0x628B3000      C:\DevSuiteHome_1\bin\oraplp10.dll
    0x618B0000 - 0x61905000      C:\DevSuiteHome_1\bin\orahasgen10.dll
    0x622B0000 - 0x622E6000      C:\DevSuiteHome_1\bin\oraocr10.dll
    0x622F0000 - 0x62315000      C:\DevSuiteHome_1\bin\oraocrb10.dll
    0x6FEE0000 - 0x6FF34000      C:\WINDOWS\system32\NETAPI32.dll
    0x76BA0000 - 0x76BAB000      C:\WINDOWS\system32\PSAPI.DLL
    0x62A80000 - 0x62AF6000      C:\DevSuiteHome_1\bin\orasql10.dll
    0x662F0000 - 0x66320000      C:\DevSuiteHome_1\bin\mmi.dll
    0x64F10000 - 0x64F21000      C:\DevSuiteHome_1\bin\UIIM.dll
    0x64CE0000 - 0x64DBD000      C:\DevSuiteHome_1\bin\UIW.dll
    0x64CD0000 - 0x64CD7000      C:\DevSuiteHome_1\bin\UTC.dll
    0x64CC0000 - 0x64CC9000      C:\DevSuiteHome_1\bin\UTJ.dll
    0x72F50000 - 0x72F76000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x58B50000 - 0x58BE7000      C:\WINDOWS\system32\COMCTL32.dll
    0x64ED0000 - 0x64EF6000      C:\DevSuiteHome_1\bin\UIOLE.dll
    0x76340000 - 0x7638A000      C:\WINDOWS\system32\comdlg32.dll
    0x77F40000 - 0x77FB6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x7C9D0000 - 0x7D1F3000      C:\WINDOWS\system32\SHELL32.dll
    0x64AD0000 - 0x64C05000      C:\DevSuiteHome_1\bin\VGS.dll
    0x64E30000 - 0x64E93000      C:\DevSuiteHome_1\bin\UIREM.dll
    0x659A0000 - 0x659EE000      C:\DevSuiteHome_1\bin\ROS.dll
    0x66250000 - 0x6627E000      C:\DevSuiteHome_1\bin\mmw.dll
    0x662A0000 - 0x662B0000      C:\DevSuiteHome_1\bin\mmv.dll
    0x73AA0000 - 0x73AB7000      C:\WINDOWS\system32\AVIFIL32.dll
    0x77BB0000 - 0x77BC5000      C:\WINDOWS\system32\MSACM32.dll
    0x75BA0000 - 0x75BC1000      C:\WINDOWS\system32\MSVFW32.dll
    0x662C0000 - 0x662DF000      C:\DevSuiteHome_1\bin\mms.dll
    0x66810000 - 0x66A2B000      C:\DevSuiteHome_1\bin\DE.dll
    0x627A0000 - 0x627AF000      C:\DevSuiteHome_1\bin\oraplc10.dll
    0x64F50000 - 0x64F66000      C:\DevSuiteHome_1\bin\UICC.dll
    0x64FB0000 - 0x64FDA000      C:\DevSuiteHome_1\bin\UCOL.dll
    0x02FB0000 - 0x030CA000      C:\DevSuiteHome_1\bin\frmcom.dll
    0x66380000 - 0x66389000      C:\DevSuiteHome_1\bin\mma.dll
    0x64FF0000 - 0x65003000      C:\DevSuiteHome_1\bin\UAT.dll
    0x66220000 - 0x6623C000      C:\DevSuiteHome_1\bin\nn.dll
    0x64F70000 - 0x64F94000      C:\DevSuiteHome_1\bin\UIA.dll
    0x64F30000 - 0x64F45000      C:\DevSuiteHome_1\bin\UIDC.dll
    0x030D0000 - 0x03194000      C:\DevSuiteHome_1\bin\frmdig.dll
    0x031A0000 - 0x0324D000      C:\DevSuiteHome_1\bin\frmdug.dll
    0x66210000 - 0x66215000      C:\DevSuiteHome_1\bin\obs.dll
    0x77390000 - 0x77492000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5B090000 - 0x5B0C8000      C:\WINDOWS\system32\uxtheme.dll
    0x74690000 - 0x746DB000      C:\WINDOWS\system32\MSCTF.dll
    0x76BE0000 - 0x76C0E000      C:\WINDOWS\system32\WINTRUST.dll
    0x779E0000 - 0x77A76000      C:\WINDOWS\system32\CRYPT32.dll
    0x77A80000 - 0x77A92000      C:\WINDOWS\system32\MSASN1.dll
    0x76C40000 - 0x76C68000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72C70000 - 0x72C79000      C:\WINDOWS\system32\wdmaud.drv
    0x72C60000 - 0x72C68000      C:\WINDOWS\system32\msacm32.drv
    0x77BA0000 - 0x77BA7000      C:\WINDOWS\system32\midimap.dll
    0x5D3F0000 - 0x5D491000      C:\WINDOWS\system32\DBGHELP.dll
    0x77BD0000 - 0x77BD8000      C:\WINDOWS\system32\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 35K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 6% used [0x10010000, 0x10017c90, 0x10090000)
    from space 64K, 7% used [0x10090000, 0x10091348, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 122K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 8% used [0x104f0000, 0x1050e930, 0x1050ea00, 0x10650000)
    compacting perm gen total 4096K, used 1642K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 40% used [0x14010000, 0x141aaac8, 0x141aac00, 0x14410000)
    Local Time = Wed Apr 12 10:35:49 2006
    Elapsed Time = 5
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3184.log.
    # Please refer to the file for further information.
    Can anyone help me ?
    Message was edited by:
    dbouchier

    We do something very simular. We rename everything to lowercase for the same reasons. I've pasted a snippet of the code we're using at the end of this post.
    To get the full source code of our converter have a look at http://www.oratransplant.nl/2005/05/30/custom-built-forms-migration-assistant/#comment-642
    Here is the code snippet:
    while (attachedLibs.hasNext()) {
    AttachedLibrary attachedLib = (AttachedLibrary)attachedLibs.next();
    String attachedLibLocation = attachedLib.getLibraryLocation();
    out("Found attached library " + attachedLibLocation, logLevel,
    false);
    if (attachedLib.getName().equalsIgnoreCase("obsolete_forms6")) {
    obsoleteAttached = true;
    if (attachedLib.getName().equalsIgnoreCase("webreports")) {
    webReportsAttached = true;
    // converted name of attached lib to lowercase
    if ((!attachedLibLocation.equals(attachedLibLocation.toLowerCase())) &&
    lowerLib) {
    out(attachedLib,
    "Converting filename to lowercase (" + attachedLibLocation.toLowerCase() +
    ")", logLevel + 1, true);
    attachedLibLocation = attachedLibLocation.toLowerCase();
    pllChanged = true;
    // attachedLibLocation = attachedLibLocation.toUpperCase();
    pldText.append(".attach LIBRARY " + attachedLibLocation +
    " END NOCONFIRM\n");
    out("Re-attaching library " + attachedLibLocation, logLevel + 1,
    false);
    }

  • Are there any new 17 " MBPs with matte display out which run properly?

    Hallo,
    I am about to buy one 17 MBP with matte display. But now I ve read all these posts and
    I hesitate to order one. I don't want to have all the trouble to send it back and then wait
    again. So, are there any guys who can not report these graphic issues?
    Yours
    Matthias

    CD = Core Duo, the 1st generation of 17" MBP from way back in 2006. It was flawless when I got it. It's still running perfectly 3 years later. Only issue was a bad battery, and that was a known manufacturing problem at Sony that affected Macs as well as PC laptops. Apple extended the warranty to cover the issue, and replaced mine for free ~3 months after my one-year warranty expired. Two colleagues have the new 17" unibody MBP, one with glossy and one with matte, both are flawless.

  • Are there any training seminars included with a creative cloud subscription?

    Hello,
    I am looking for training with the creative cloud. Are there any seminars that go along with my subscription? I'm not talking about simple training videos - I need full training for my employees. Perhaps an online seminar?
    Thanks!

    You will probably get more information by asking in the forum for the programs you use
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll
    If you use Premiere Pro, go to http://forums.adobe.com/thread/1448923

  • Are there any Lenovo X220 owners with IPS that don't notice ghosting?

    I need to pull the trigger soon and have been watching all the posts about fan noise, throttling and IPS ghosting. 
    Are there any users with an IPS screen who do not notice, or are not bothered by, ghosting on their IPS screen?
    I would prefer IPS for the better viewing angles and color reproduction.

    As far as I can tell, the two units I got all exhibit ghosting if I just let the screen idle for too long (assuming idle at max brightness for more than 15 minutes), I think it's an issue that will be addressed by Lenovo later and for the time being, it doesn't hinder productivity unless your use of the company requires the image to stay stationary for an extended period of time.

  • Are there any refurbished i5 airs with 8gb ram?

    When looking at the refurbished macbook airs, I noticed that there are only either the base models with standard i5, 4gb of ram or a few i7 with 8gb.
    I wonder why apple isn't selling any refurbished base i5 models with an upgraded 8bg ram.

    Apple makes the platinum level of refurbished products in the industry, they are not simply MacBook Airs that get a nice polish. Because of that, they are popular. It's a matter of supply of refurbish-able Macs and how fast they sell. You really have to check the website frequently to get what you want, and jump on it fast, especially anything popular.
    The problem with the i5 plus 8GB is that it was a configured option, which means it's rare. They may not get one that can be refurbished to Apple's standards.

  • Is there any way to view the Java API through Eclipse or any IDE?

    I usually use Eclipse to code and sometimes, when i'm typing a method it will show a small list of the methods available for that class. Does Eclipse (or any other IDE, but Eclipse especially), have the java API available for view somewhere in the program?
    Thanks.

    In Eclipse Select Window -> Show View -> JavaDoc. If you're JRE is set up correctly, it will show you the JavaDoc of the currently selected class/method/member variable in that view.
    If it isn't, then go to Window -> Preferences -> Java -> Installed JRE and edit the JavaDoc location of the rt.jar (for Java 6 http://java.sun.com/javase/6/docs/api/ is a good value, as long as you're online).

  • Is there any parallel programming libraries for java?

    Greetings
    I am taking a course about parallel processing and we are using the C language with the MPI library.
    so, I was wondering if there is any java libraries for parallel programming

    Did you try google?
    Many, many hits include:
    http://librenix.com/?inode=5348
    http://www.alphaworks.ibm.com/tech/dppej
    http://www.cpc.wmin.ac.uk/~justog/Courses/ParallelProgrammingwithJava/Homepage.htm

  • Are there any known compatibility issues with iMac and Google Chrome?

    Does anyone know of any compatibility issues with iMac and Google chrome. A Facebook friend who is a photographer posted recently that Chrome had ruined his iMac. He stead that it ran an update on itself that made safari and chrome unusable - slow running overall. In the end he had to reinstall his OS.
    Is anyone aware of this and should I un-install Chrome off my Mac?
    Thanks,
    S.

    There is nothing official but your post will attract a variety of personal experiences.   I once loaded Chrome and found myself with the dreaded MacKeeper malware, loads of pop ups and conflicts with my system.   Part of the problem is the huge range of add ons you are tempted to  take on, many of which are not as strictly tested as Apple extensions.   I would say, unless you have a specific reason, leave it alone.   The best browser is Firefox and for Macs, Safari is OK.

  • Are there any game controllers compatible with the ipad?

    ios7 now supports game controllers, ive seen a few such as logitech and moga contollers built for iphones, but ive not heard of any available for ipads. Does anybody know any different?

    There are a few compatible controllers that use bluetooth, but they are not well reviewed. I'd hold out a bit longer until some decent hardware comes out.

  • Besides PCTx, are there any other hardware devices with the same function?

    Hi there
    In order for me to transfer my Labview data from my PC to a Futaba T10CAP controller (http://www.astramodel.cz/manualy/futaba/futaba_10c​p_eng.pdf), I will need a hardware to do the linkage. 
    PCTx (http://www.endurance-rc.com/pctx.php) is one of the hardware device that enables me to do such a thing but their Labview demo problems doesn't work on the PCTx. Therefore I am looking for an alternative hardware solution where my Labview can interface with the RC controller. 
    Welcome any input! Thanks and regard =) 
    Attachments:
    PCTx.jpg ‏149 KB
    PCTx.jpg ‏149 KB

    Duplicate
    http://forums.ni.com/t5/LabVIEW/What-other-devices​-can-I-use-that-is-similar-to-PCTx-and-allows/m-p/​...

  • Are there any problems using transitions with a layered menu

    I am creating a DVD using layered Photoshop files for the menus. I know there are many issues when doing this.
    I have 2 questions.
    Will creating a 3 state button (normal, rollover, select) cause more problems than a 2 state button?
    Can I use the menu trasitions with a layered Photoshop menu?
    Thanks

    I don't know of many "issues". In fact i think using photoshop files is a standard practice.
    The only issue i can see from having a 3 state button is using an overlay in the normal state might create some distortion in your button, but other than that there can be some great advantages to using all three states like an overlay mask.
    Yes you can use the transitions. One of the best ways to find out is to give it a try.

  • Are there any known problems/bugs with Lion pre-loaded?

    I'm in the market for a Macbook Pro and am wondering if I'd be better off getting it now before it comes shipped with Lion and install it later on when any bugs are worked out.

    When I called last night they said they couldn't tell me if they were going out with Lion yet but reminded me of the free upgrade if it didn't come pre-loaded. The local store I called said they were still selling MBPs without it.

  • Are there any apps that work with the G2 to block calls reliably?

    I know this subject has been covered but, I have been using Call Control for years since I bought Pro way back when.  Worked fine up until I got the G2.  Now it says that the only proven method of blocking calls is using MUTE CALLS.  The send to voicemail and pickup/hangup options are NOT recommended.  I have tried a few others, but they all seem to hijack the call screen.  I'm not overly worried about Caller ID features in an app.  I know Call Control is in beta with a new version that shows ID, but it's rough and not aesthetically pleasing.  Blocking texts isn't a big deal for me either.  I know a lot of these apps block texts, but require you to use their messaging portion of their app.  Anyone know of a proven pickup/hangup or send to VM app that works on G2?

    Call Control works well, but being a beta tester I can tell you that features are changing.  It's getting better, but even the Premium users are going to have to pay for lookups after x number credits.  IOW, Premium users get a few credits per month and free users have to pay each time.  Until that app decides to do right by the Premium users who have already paid for the app long ago I use Contactive because the ID seems better and more accurate than Call Control, Whitepages Current, Truecaller, LineWhoscall, and CallApp. Contactive doesn't have a direct pickup/hangup nor a send to VM, but the info is more correct and that means I can better block calls based on better info.

  • Hi Are there any known compatibility issues with Lopic Pro 9 and Adobe PDF 9?

    Hi I am am Using a MacPro OS 10.5.8 2x2.66 GHz Dual-Core Intel Xeon and Logic 9.1.5. Also Adobe PDF 9.0
    I can't print my score to pdf. The print box openes but The print button and the preview butten are not responsive!
    Is any body else experiencing the same issue?
    T.

    Only Logic Pro 9.1.8 is officially supported under Mavericks. So: update!

Maybe you are looking for

  • Error message when sending email from bb: BEGINETP 215

    when i send an email from my bb device, I get the following error. It only happens with a few email addresses; others go through fine from my bb. When I send an email to the address from my computer it goes through no problem Subject: RIM_bca28a80-e9

  • Features of NWDS 7.1 EHP 1 Version

    Hi all, I am newly working in nwds 7.1 ehp 1 version... can anybody send me what are the new features available in this and advantages... I tried in SDN but i didn't get the full thanks, viswa

  • Inbox loses all messages older than one/two days

    So, I'm the proud new owner of an iPhone, and while I'm generally very happy with it, I'm having some email troubles that I hope someone here might help me sort out. The issue is that all the messages that come into my mailbox disappear after a day o

  • Interactive report without a select... from satement ...

    other than using a web service is there any way to create an interactive report with out using a select ...from ....? I have been told that I am not allowed to use selects other than from a package. Could a ref cursor be used?

  • PIXMA MP 830 doesn't work with Yosemite.

    I upgraded my Mac Pro to Yosemite. Printing seems to work, butscanning and FAXing no longer work properly. I assume the driver is no longer compatible. Is there a plan to support the MP830 for Yosemite or am I going to have to replace this perfectly