Multiple Dictionary Help Request

Hello,
I am a university student, and I use my iPad to type my notes in class. I find this keeps me more organized. The issue I am hoping you might assist me with today is I am taking a French class, and when I enter French text into my iPad it either shows up as incorrect spelling, or the dictionary attempt to auto-correct to English. Is there a way to add a French dictionary to my iPad to avoid this? Thank you for your time in advance.
JC

when I enter French text into my iPad it either shows up as incorrect spelling, or the dictionary attempt to auto-correct to English.
In order you have auto-correct in French, you have to switch to the French keyboard. You activate that in Settings > General > Keyboard > International Keyboards. Once activated, you switch via the "Globe" symbol on the keyboard.

Similar Messages

  • Multiple document for request correspondence FB12

    Hello all,
    currently i'm using version 4.7.
    as known in std t-code FB12, we need to request which documents to generate correspondence.
    steps are:-
    1. enter company code
    2. choose correspondence type
    3. key in document number & fiscal year
    as for item 3; is there a method that we can key in multiple document numbers & year in one shot?
    currently doc number and year enter one by one.
    pls give ideas anyone...really appreciate it.

    Hi,
    i got what u meant. for my case, i want to print customer invoices (includes with or without tax).
    is there any other std t-code to do it for multiple selection documents?
    update:
    i tested use t-code F.62 (internal doc) using my correspondence type. here i select multiple documents to request as you mentioned earlier.
    but error msg prompted as 'Correspondence type ZAPS1 requires an individual text'.
    then i check the setting for ZAPS1 (tcode OB77) and indicator 'indiv. text' maintained. for what purpose this is ticked?
    further to that i check the program attached to ZAPS1 (t-code OB78), 'Text' field is maintained. what purpose this is maintain?
    kindly help to explain to me as i'm in doubt of the setting. Thanks.
    Edited by: IM_SM on Nov 12, 2008 3:55 AM

  • How to implement multiple Value Helps within the same Application ??

    Dear Experts,
    I want to implement multiple value helps in the same view.For that I have declared exporting parameters of type 'wdy_key_value_table.' within the component controller for each of the value helps.While I do activate and test the application I get the following error :
    The following error text was processed in the system HE6 : A row with the same key already exists.
    The error occurred on the application server hsdnt24s11_HE6_00 and in the work process 4 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: VALUESET_BSART of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: IF_PO_VIEW1~VALUESET_BSART of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: WDDOINIT of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/9VSHJWRNR0EZPKFT3ZKC==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    I dont know how to implement multiple value helps.Need your help on this.
    Regards,
    Mamai.

    Hi
    Hint is : A row with the same key already exists it means , It is assigning the same value/Key to row and you are calling it at WDDOINIT  so it giving error at the time of initialization .
    Better way to do the coding at some event in view OR if not possible than just execute the first value help in wddoinit later clear all the value before gettig the other Value help. Code it at WdDoModify View to get its run time behaviour.
    BR
    Satish Kumar

  • Multiple Approval Leave Request in Fiori

    Hello,
    Do we have multiple approval Leave request in Fiori and how do we enable it.
    In EHP7 portal we have multiple approval and Fiori app should be in synch with the same. However, I could not find any option to enable the multi-level approval for leave request in Fiori.
    Regards,
    Divya

    Hi Divya,
    Are you talking about, multiple levels of approval in approve leave requests app in Fiori.
    This totally depends on the workflow template you are using. If the workflow you use in your portal handles multiple approval, your approve leave request should allow the same too. Make sure you are getting the workitems in your sap inbox.
    Let us know if this is not what you are asking for.
    Regards,
    Tejas

  • AT selection-screen on ON HELP-REQUEST

    Hi
    What is normally done in the Selection Screen event :
    AT selection-screen on ON HELP-REQUEST.
    Normally pressing F1 helps gives Documentation present in Data Element assoicated with the field. Exactly in what cases would we be needing to use this event.

    Hi,
    That event is used for search.
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
           exporting
                field_name = 'p_file'
           importing
                file_name  = p_file.
    If you code in the same manner in the selection screen you will able to search and select a file from your work station, so that it will be uploaded in SAP.
    I hope this will help you, if not plzzz be back.
    CHEERS
    If your problem is solved award points and close the thread.

  • PROCESS ON HELP-REQUEST

    Hi
    wat is importance of POH. what If there is no PROCESS ON HELP-REQUEST ?
    Thanks and regards
    - Puneet Sharma.

    To display data element supplement documentation, you must code the following screen flow logic in the POH event:
    PROCESS ON HELP-REQUEST.
      FIELD <f> [MODULE <mod>] WITH <num>.
    After PROCESS ON HELP-REQUEST, you can only use FIELD statements. If there is no PROCESS ON HELP-REQUEST keyword in the flow logic of the screen, the data element documentation for the current field, or no help at all is displayed when the user chooses F1. Otherwise, the next FIELD statement containing the current field <f> is executed.
    If there is screen-specific data element supplement documentation for the field <f>, you can display it by specifying its number <num>. The number <num> can be a literal or a variable. The variable must be declared and filled in the corresponding ABAP program.
    You can fill the variables, for example, by calling the module <mod> before the help is displayed. However, the FIELD statement does not transport the contents of the screen field <f> to the ABAP program in the PROCESS ON HELP-REQUEST event.

  • Multiple Credit memo request - Single Credit Memo

    Can you send the copy control details to create single credit memo with reference to multiple credit memo requests?

    Hi,
    In VTFA, try with the following settings;
    At header level:
    Allocation number as E
    Reference number as E
    At item level:
    Data VBRK/VBRP = assign routine 002.
    Regards

  • Process on Help request and Process on value request events examples

    HI All,
               Can anybody please give me some examples of Process on Help request and Process on value request events.
    Thanks in advance

    HI,
    Check programs
    <b>demo_selection_screen_f1</b>.
    <b>demo_selection_screen_f4.</b>
    Regards,
    Sesh

  • How to create/design a servcie request screen to handle multiple sets of request details ?

    Hi All,
    There is a business requirement to create a service request template to handle user account creation requests for a specific application. The inputs for this request is user name and email ID. The account creation requests are made by the dept managers. Most of the time the dept managers make multiple account creation requests at the same time.
    I have already created a service request screen that has "Username" and "Email ID" as input fields . But the problem with this design is for every single account a new service request need to be raised. 
    I want to redesign the service request screen so that it can handle multiple user account requests with a single service request. The number of users for each request varies.
    Is there a way to dynamicaly add multiple input field sets (User name and Email ID),  when creating a new service request ? or Is there any other way to achive this requirement ?
    Thanks.

    Could it be that those users you are asking permission for with this particular service request already exist in VSM system (as an example when VSM is integrated with AD)? If yes, then you can use custom Multiple Value QD [of the Person entity] to select required persons and add as many persons as you like to your request.
    Otherwise it may require deeper analysis of your business requirements. For now I have only some ideas to use Service Actions or custom javascript to create more advanced customer portal interface.
    In this case I would suggest to contact Alemba PSO for an extra service if possible.
    Regs, Gytis

  • Single Credit Note for multiple Credit memo request

    Hi Experts,
    I have a scenario where I want to create a single credit note w.r.t multiple credit memo request.
    I have tried to change the copy controls for Sales order --- Billing, but still the system is creating individual credit memo for respective cedir requests.

    Hello,
    Please review the Note 11162.
    Regards,
    Raghavendra

  • XML source for invoking BP's with multiple parts in request message

    Usually I check the box Save as default input when invoking a process from the console to get at the XML version of the request message.
    However, this doesn't seem to work when the request message consists of multiple parts.
    What should the format be in this scenario?
    Toby

    Dave, not sure if you still are looking for an answer but i hate seeing unreplied posts so i felt i needed to post something. I'm just beginning with this stuff as well so take my suggestions with a grain of salt....or a beer. Anyways, case 2 would show that you are getting your parameters through properly because the "deserialization" errror is targetted towards the soap reply. Most likely you are trying to receive back a none primitive type. :-D i.e. such as the problem that i'm having.
    hope that helps somewhat.
    graeme.

  • Find and Replace Issue Help Requested.

    Hi all. I've been digging around for a couple of days and
    can't seem to figure this one out. For starters, I have already
    looked at the Regular Expression syntax and tried the MS word
    clean-up option, but no luck. We have about 1,500 pages of content.
    They are in DNN, so the pages are created dynamically.
    Unfortunately, the page content was written in Word and then dumped
    in DNN. We are trying to clean up the pages. We are grabbing the
    content from Dot Net Nuke and putting it into Dreamweaver 8.0.2.
    Then we are manually cleaning out things like:
    <?xml:namespace prefix = o ns =
    "urn:schemas-microsoft-com:office:office" />
    and
    <P class=MsoNormal style="MARGIN: 0in 0in 0pt"
    align=left>
    We are using the Find and Replace funtion in Dreamweaver to
    clean out these commands, but I know from the documentation, there
    is an easier way to clean these pages.
    Bottom Line: Since the pages are dynamically built, I know I
    have to grab the page content and put it in Dreamweaver manually
    and then put it back in DNN, but I am trying to find a way (using
    Regular Expressions or something) to look for all the little
    variances of MSO, <?XML, etc. in a straight shot. I would like
    to find a way to use a wild card to look for all tags that have MSO
    or Microsoft or ?XML in them and then replace them with a null
    value. From what I can tell, the Find would have to use a wildcard
    because the advanced find features don't carry what I am looking
    for. Something like Find \<?xml * [<-wildcard] to \> to
    grab the entire tag. The Find tag command doesn't work because the
    tags I need aren't listed. Also, because the content is dynamic, I
    can't do a Fins and Replace against the entire site for these
    commands, but it would be nice to "Find" all of these items with a
    single pass since the "Replace" value is always null.
    The wildcard syntax and multiple Find instances are the main
    questions. The wildcards seem to be character or space specific.
    Sorry for the long explanation - I just don't want to waste
    anyone's time typing responses to things I've already tried to do.
    Thanks in advance for any help. This is my first time back in
    the forums in about 4 years.

    sadamec1 wrote:
    > Well David, you Findmaster - it worked! (At least it
    found and highlighted the
    > code). Now, I need to dig through what you sent me and
    compare it against my
    > regular expression definitions to find out how to grab
    the rest of these
    > phrases. You're the best. Thank you!
    Glad that it did the trick. Just to help you understand what
    I did,
    there are two main sections, as follows:
    <\?xml[^>]+>
    and
    <[^>]+(?=class=Mso)[^>]+>
    They are separated by a vertical pipe (|), so they simply act
    as
    alternatives.
    The first one searches for <?xml followed by anything
    except a closing
    bracket until it reaches the first closing bracket.
    The second one is more complex. It begins with this:
    <[^>]+
    This simply looks for an opening bracket followed by anything
    other than
    a closing bracket. What makes it more intelligent is the next
    bit:
    (?=class=Mso)
    This does a forward search for "class=Mso". It's then
    followed by this
    again:
    [^>]+>
    That finds anything except a closing bracket followed by a
    closing bracket.
    The bit that you need to experiment with is (?=...). It's
    technically
    called a "forward lookaround". The effect is that the second
    half of the
    regex finds <....class=Mso....>.
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Multiple search help

    hi all,
    is it a possible to create search help with checkbox or something similar where user can chose several lines and return values
    on scree  ( several lines-intervals).
    Similar situation is on logical base PCH when you chose object ID and have check box.

    Hi Nick,
    After creating the search help you can create a Search Help exit and in that you can enable multiple selection and the system will automatically display check boxes for you to choose multiple entries.
    Regards
    Bala

  • Multiple Imperative Feature Requests

    I am a MN Photographer and have been using PS Lightroom through 2 betas and 2 release versions. I have been amazed at the improvements Adobe has added, but from my point of view, they need to add a few more features to make LR more robust and efficient!
    I love the way LR makes terrific web galleries!
    I am running LR from a Seagate Barracuda 300 External Hard Drive with Firewire connection. I am using a Mac Powerbook (1GHz Processor) with 60GB HD and 55% free, w/ 2GB DRAM, and an Apple Cinema Display. I can't complain about slow downs, but keep my permissions tuned once a week, both on the Mac PB and all EHDs.
    LIGHTROOM FEATURE REQUESTS
    1. From the Web module, there is only one option for adding Copyright Info to images in the Web Galleries, either ON or OFF. It would be a great addition to have this option variable by type size, type placement on images, and opacity. I last generated a web gallery and some of the images said, "2007 Alex Bachnick All Rights Reserved," but many of the images said, "Alex Bachnick All Rights Reserved," without a year. A few images said, "Copyright 2007 Alex Bachnick All Rights Reserved," like it is supposed to! The LR application has been inconsistent so far in this area. By adding a line of copy that can be saved, and by varying the opacity and placement on images would be a huge step forward!
    2. It is IMPERATIVE that you embed metadata into the Web gallery images. This is primarily for adding keywords and copyright information, but LR is inconsistent so far. Sometimes metadata is preserved, but it doesn't always get embedded when exporting images.
    3. When I generated a Flash Web Gallery, some of the color was good, some of it was terrible. I have suggested before that you write into the action that takes the original image, reduces it in size, then convert to profile from Prophoto to sRGB. I suspect that you have a script in there "Save for Web". This script is denigrating the color when Convert to Profile would preserve the color. Admittedly Safari is the primary web browser I use, and it's color-centric, whereas most of the others IE, Netscape, and Mozilla, aren't.
    4. When I use HTML for the web galleries, the color is spot on, but a young friend told me it would be better to hit one button to go through the images as in a rapidly advancing slide show, rather than hitting each image, and then wait for it to enlarge. This could be another marked improvement, if you made the output a slideshow from the Web Module.
    5. I tried generating a slideshow from the Lightroom menu, and had about 200 images in a collection. The application went through the motions, but I tried opening the slideshow but it didn't work. I tried it in PDF format and it output a 135MB file that ADobe Acrobat couldn't open. It is still not working. I have also used a third party application Photo to Movie (www.LQGraphics.com). This is a $50 application that you can add music to and vary the zooms and dissolves and this works incredibly well!!!
    6. One of my biggest problems so far is the sort mechanism. I have about 9500 images in my library, and about 5% of those were made from about 2004 and on. My images are sorted by "capture time," but the images shot back in CY 2004--2005 are mixed in somewhere way down in the pile. There are some bugs in the program for reading the capture time, and so far this is not working accurately!
    7. From the Lightroom Library module, several times I have exported images for 3rd party needs and the application puts out varying results. In March I output some images for Communication Arts magazine. They specified file size and format, and it took me several times to export the images to their specifications. I recently exported some images for submission to a UK based stock photography agent. The images came from 5 different cameras~~Hasselblad w/ Imacon Digital Back, Kodak DCS-14, Canon 1ds MkII, and Canon D-20. There were 10 images that needed to be output as JPEGs (

    1. LR uses what was written in the copyright field so it's your data entry that is inconsistent.
    2. Are you 100% certain this is not working reliably under 1.1? It definitely wasn't working at all under 1.0 and Adobe responded to complaints. Since 1.1, I've taken large numbers of Web-generated pictures into iView and not found any cases where the metadata was missing. "Sometimes" is too vague. How exactly can you prove it? What programs prove it?
    3. Not sure, but isn't this a problem because of Flash? Also the browser you use is not important - it's the browser that your visitor uses that you need to focus on.
    4. Realistically, Flash is better for this. You can always get someone to write/modify HTML templates to do such a slideshow, but the built-in templates are already very complex and this suggestion would add another layer of browser incompatibility.
    7. This isn't a feature request. Raise this in the main forum - and be specific (your post was also too long and got truncated). How can anyone help you if you say "varying results"? It's unlikely that any variation is random.
    John

  • Multiple HTTP GET requests for individual classes

    Hello,
    I have a Java plug-in deployed under tomcat 6. JRE version is 1.6.0_16. All the required jars are deployed packed (pack.gz) and the applet tag has 'java_arguments' parameter defined as:
    <param name='java_arguments' value='-Xms256m -Xmx512m -Djnlp.packEnabled=true -Djnlp.versionEnabled=true' />
    All the jars get loaded nicely as I see in the Tomcat access log:
    127.0.0.1 - - [03/Mar/2010:17:24:04 +0000] "GET /testapplet/lib/log4j-1.2.13.jar.pack.gz?version-id=1.2.13 HTTP/1.1" 200 0
    but immediately I see a bunch of GET requests for the individual classes in the same log4j jar:
    127.0.0.1 - - [03/Mar/2010:17:24:06 +0000] "GET /testapplet/lib/org/apache/log4j/Logger.class HTTP/1.1" 404 0
    127.0.0.1 - - [03/Mar/2010:17:24:06 +0000] "GET /testapplet/lib/org/apache/log4j/Category.class HTTP/1.1" 404 0
    127.0.0.1 - - [03/Mar/2010:17:24:06 +0000] "GET /testapplet/lib/org/apache/log4j/spi/AppenderAttachable.class HTTP/1.1" 404 0
    As you can see each of these GET requests are returned a Http error code 404. While testing locally, this isn't adding any delays, but over a real deployment it's bound to be slow down the applet loading while the server is responding to each of these class requests.
    Subsequently, the application itself runs without any issues and these bogus class requests failures have no effect (thankfully) on the functionality.
    Any one seen this behavior? Appreciate any thoughts or help.
    Regards,
    Parag

    http://forums.java.net/jive/thread.jspa?threadID=75990&tstart=0

Maybe you are looking for

  • Problem in starting Weblogic 5.1 with Solaris 2.6

    Hi all: I am getting the following errors when I run Weblogic 5.1 on Solaris 2.6. I am going to the prompt and executing startWebLogic.sh command. Do we have to write a KSH for this. I am getting the following errors.My first question is that do we n

  • HT3986 where do i get the support drivers for windows 7

    I am using boot camp assistan on my ty inch lion and it says i need drivers for windows7 where do i get them?

  • Partner type KU

    Hi all, I am doing an Idoc to Idoc scenario. In this, my sender system partner profile is of type KU(Customer) and at the receiver side it is LS. Does this cause any problem? What needs to be done to handle this? Regards, Divija.

  • Will the new 13 MBP 2.4 Ghz be fast enough to properly run Aperture 3?

    I'm in the market for purchasing a macbook pro (currently have an 07' model macbook), and my question is will the 13 inch 2.4 Ghz be able to properly run aperture 3? My current macbook is able to run it, but quickly overheats and becomes alot slower,

  • Please guide me how to create a web service

    please tell  me the steps to create a web service. Moderator Message: Please search before posting Edited by: Suhas Saha on Sep 23, 2011 2:43 PM