Forms, GET and different languages.

Hi,
i want to do the following.
A user gets a form in en_US (default behaviour) then the user enters some data
until he doesnt understand what he has to enter in a special field -> he switches the language to de_DE simply by requesting the same page with an other paramater.
Clearly all the entered data is lost.
How would you work around this problem, when each page needs to be accessible by a get request (link). Is there a way to tell the browser to 'store' the entered data, like a browser does if you use the forward/backward buttons?
The must not be any scripting like javascript or similar...
Dukes are waiting for really good propossal.

While switching over the languages, you would certainly go through a servlet. :) Save a request attribute holding the data in an object.
Not sure if I understood the problem correctly.
***Annie***

Similar Messages

  • Oracle Forms 9i and C language with UNIX-HP

    Hi,
    I'm having problems with user-exits written in C language with oracle 9i in UNIX_HP environment. From the URL with a form without user exits it is ok, but if I start with a form with user-exits I have the message FRM-40800.
    With oracle forms 4.5 it is ok, but it is different the way to run the form.
    With forms 4.5 I used a shell script like below:
    #!/bin/ksh
    export .....something...
    exec $HOME/BIN/exerunmx MODULE=$HOME/BIN/exeop_monitor ....some parameters set....
    where exerunmx is f90webm renamed and compiled with make file below:
    ALTRELIBS = `cat $(ORACLE_HOME)/lib32/sysliblist`
    .SUFFIXES: .o .c .pc
    OBJS=acuopiapxtb.o acuiicf0.o acuopol0.o acuopmsg.o acusiin0.o
    TARGET = $(HOME)/BIN/exerunmx
    all: INIT $(TARGET) EXIT
    # Include le definizioni comuni a tutti i processi
    include $(HOME)/SRC/acvardef
    include $(HOME)/SRC/acFileDerivati
    $(TARGET): $(OBJS) $(ADAS_LIBS32)
    -rm -f $(TARGET)
    make -f $(ORACLE_HOME)/forms90/lib/ins_forms.mk f90webmx \
    EXITS="$(OBJS) $(ADAS_LIBS32) " \
    CLIBS="$(ALTRELIBS) $(BCL_LIBS) -lV3 "
    -mv f90webmx $(TARGET)
    CINC1=-I$(HOME)/INC -I$(AC_HOME)/INC -I/product/app/oracle/product/9.2.0/rdbms/d
    emo -I/product/app/oracle/product/9.2.0/rdbms/public
    CFLAGS32=$(CINC1) $(cc_Defs) -O -Aa -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_POSIX_SOUR
    CE DA1.0 DS1.1 ESsfc ESlit
    .pc.c:
    $(PROC) $(PCCFLAGS) iname=$*.pc
    .c.o:
    $(CC) $(CFLAGS32) -c $(@F:.o=.c)
    # Dipendenze
    acuiicf0.c: acuiicf0.pc
    acuopol0.c: acuopol0.pc
    acuopmsg.c: acuopmsg.pc
    acusiin0.c: acusiin0.pc
    acuiicf0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acuopol0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acuopmsg.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acusiin0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    Could you help me please? or tell me where I might find something, on the Oracle forum noone was able to help me.
    Thank you in advance
    Antonio

    Have you put the name of the DLL into FORMS90_USEREXITS registry variable ?

  • SE71 - Converting Form to a different language

    Ok, I am having to edit a form in German since that is the original language of the form. An English version of the form currently exists as well. I got my changes in, saved and activated. On the Header page under Language Attributes, the Translate option is set to translate "Into All Languages". However, when I pull up my form in English my changes are not showing up. How do I get my changes into the English version?
    Thanks

    Script doesnt traslate itself from one language to another.
    For the language translation you have to crate standard text by using T-Code SO10 and use these standard text in your script as follows.
    /:   INCLUDE ZF9R_RECEIPT_RECNO OBJECT TEXT ID ST LANGUAGE &G_LANGU&
         <HT>,,& l_receipt_no & </>
    here ZF9R_RECEIPT_RECNO is a standard text name and you have to craete it in  both language (english and Germeny). g_langu is a variable which stores the language.
    hope this will help you.

  • Screen Sharing and different language keyboard

    Hi all,
    my MacBookPro has US Keyboard and my iMac ITA.
    If I tray to access to my iMac from my MaBook via Screen Sharing while it's Standing By, it asks me to login.
    Unfortunately it was started with the Italian keyboard and in the session there is no chance to change it in the login form, so... it's very difficult input password with different keyboard layout...!!
    Anyone know if there is a trick (keys combination) to invoke a function to resolve this problem?
    Many thanks.

    Sorry,
    but taking a more accurate look to the posts I find the response: in the "Account", at the login option, is avaiable "Show keyboard menu at login" (something similar, my OS is in Italian).
    Thanks anyway!!

  • Oracle forms 9i and C language

    Hi,
    I'm not able to use user-exits written in C language with oracle 9i in UNIX_HP environment. From the URL with a form without user exits it is ok, but if I start with a form with user-exits I have the message FRM-40800.
    With oracle forms 4.5 it is ok, but it is different the way to run the form.
    With forms 4.5 I used a shell script like below:
    #!/bin/ksh
    export .....something...
    exec $HOME/BIN/exerunmx MODULE=$HOME/BIN/exeop_monitor ....some parameters set....
    where exerunmx is f90webm renamed compiled with make file below:
    ALTRELIBS = `cat $(ORACLE_HOME)/lib32/sysliblist`
    .SUFFIXES: .o .c .pc
    OBJS=acuopiapxtb.o acuiicf0.o acuopol0.o acuopmsg.o acusiin0.o
    TARGET = $(HOME)/BIN/exerunmx
    all: INIT $(TARGET) EXIT
    # Include le definizioni comuni a tutti i processi
    include $(HOME)/SRC/acvardef
    include $(HOME)/SRC/acFileDerivati
    $(TARGET): $(OBJS) $(ADAS_LIBS32)
    -rm -f $(TARGET)
    make -f $(ORACLE_HOME)/forms90/lib/ins_forms.mk f90webmx \
    EXITS="$(OBJS) $(ADAS_LIBS32) " \
    CLIBS="$(ALTRELIBS) $(BCL_LIBS) -lV3 "
    -mv f90webmx $(TARGET)
    CINC1=-I$(HOME)/INC -I$(AC_HOME)/INC -I/product/app/oracle/product/9.2.0/rdbms/d
    emo -I/product/app/oracle/product/9.2.0/rdbms/public
    CFLAGS32=$(CINC1) $(cc_Defs) -O -Aa -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_POSIX_SOUR
    CE DA1.0 DS1.1 ESsfc ESlit
    .pc.c:
    $(PROC) $(PCCFLAGS) iname=$*.pc
    .c.o:
    $(CC) $(CFLAGS32) -c $(@F:.o=.c)
    # Dipendenze
    acuiicf0.c: acuiicf0.pc
    acuopol0.c: acuopol0.pc
    acuopmsg.c: acuopmsg.pc
    acusiin0.c: acusiin0.pc
    acuiicf0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acuopol0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acuopmsg.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    acusiin0.o: $(HOME)/INC/acufbxx0.h $(HOME)/INC/acufbmsg.h $(HOME)/INC/acuopxx0.h
    Could you help me please? or tell me where I might find something, on the Oracle forum noone was able to help me.
    Thank you in advance
    Anthony

    Have you put the name of the DLL into FORMS90_USEREXITS registry variable ?

  • Form Auth and Russian Language

    I have a probleme with Form based Auth. When i try edit data , my encoding is broken
    why?
    when i off form auth - i edit data normal

    i have web application with Master - Detail relationship. I can add and edit data. Then i add BASIC auth , i can add and edit data too, but when i change BASIC auth to FORM auth (jsp/UIX - same) i have probleme
    with edit/add data- my data is broken - i see (????) instead of my russian language. Why?
    in web.xml i add cp1251 and UIX page with 1251 encoding
    but i have probleme with Form ayth
    it's mysticism for me :-))

  • Problem setting azerty and different languages

    Hi I just received my iPod touch in Belgium and Apple seems to think Belgian people use QWERTY but we use AZERTY. In settings i can't seem to change the keyboard without changing the language setting. As we are a tri-lingual country with three languages and one keyboard lay-out I guess the french speaking part will have the correct version.
    Anyone else having this isue?

    Okay, not sure if this is entirely right but I think this worked on mine when I set it up for Japanese and Spanish. Choose whatever languages you want available for your keyboard, and next time you popup the keyboard hit the icon that looks like a wire-frame globe. If I'm correct this should change the keyboard layout.

  • In Po, How to call different language form ?

    Hi Experts
      For our Japan/China Po form, it has different language. When we create Po and get the output type, How to control which language form it will call?  Since on different language form, some words language is different .
    THanks
    ALice

    Hi greetings
    In general, the Purchase order from will br triggered in the Vendor communication language. ( Maintained in vendor master-General date-Address) provided the Form has been maintained in the specified language in the configuration of output type.
    Gobinathan G

  • Converting smart forms as a pdf in different languages

    Hi Experts,
    I have been created a smart form and later on i converted it to in pdf also, but how can i convert a smart form output into different languages (English(defualt), German, Italian, French, Spanish,). Can anyone tell me about the idea behind this or a simple demo program???????????
    do i need to maintain each text on the smart form into these languages already through SE63 or somewhere any idea that can help me without translating the whole text into those languages, could be able to do pdf conversion.
    Thanks and Regards,
    Shakun

    The OTF data needs to already be in the target language - the conversion process is a process of changing the document format only, not a translation tool.

  • Smart forms in different languages

    Hi all,
    i have an issue
    I hav to convert my smart form in 8 different languages.
    i know se63 but i dont want to use it as i have to maintain texts manually in different languages in se63.
    is there any FM or code with which i can convert my smart form in different languages.
    my smart form is originally made in EN language n i hav to convert it to german , italian , french , spanish etc.
    please tell me any SAP note no that would be really helpful.

    Hello,
    if you do to want to use se63, you have 2 way:
    1. use modul text ( see Transaction smartforms, 3°option on the screen)
    2. Use a standard text (so10 transaction)
    I mean that on smartforms you have to use only this 2 kind of text and, of corse, translate it.
    regards

  • Copy sapscript form to different language

    Hi All,
    I'm trying to copy a form that was created in hebrew to the same form name but with language english.
    (the original language and the language key are the same now).
    I can't find a way to do this.
    Does any one have any idea ?
    Thanks,
    Michal.

    Go to SE71, enter the form name and the language in which you want to copy to. Click Create.  At the next screen, click Form, Copy From.  A dialog will appear which you can enter the form name and langauge to copy from.  Enter the values and click green check.
    Regards,
    Rich Heilman

  • So I have just had my potentially duff hard drive replaced and uploaded my data from time machine to discover that pages is now speaking to me in a different language. The keyboard has been selected as UK during setup. How do I get back to qwerty?

    So I have just had my potentially duff 1Tb hard drive replaced by apple and uploaded my data from time machine only to discover that pages is now speaking to me in a different language. The keyboard has been selected as UK during setup. Any idea how I can get back to qwerty?

    roxandiv wrote:
    pages is now speaking to me in a different language.
    What exactly are you referring to?   Are the menus or templates for Pages in a different language?  Does something strange appear on the screen when you type?
    Could you perhaps use the Camera icon here to post a screenshot of what you are seeing?
    To make sure you have the right keyboard, go to system preferences/language & text/input sources and make sure that only the box for US or British is checked (and that the box for French or German or anything else is not checked).

  • After being logged in to Facebook, I will get unlogged, taken to a new screen in a different language and asked to re-login, it has happening numerous times today, is this a virus, spam, malware and how do i get rid of it?

    when ever I log into facebook, after a few minutes I would get unlogged and have to re-login,
    1.I get a mesaage in a differnet language then I use
    2. the new login in screen is in a different language also

    You are experiencing a kernel panic.  It's usually hardware related.  Check out the following and do the necessary:
    OS X: About kernel panics 
    User Tip:  Kernel Panics? Don't panic too!
    How to troubleshoot a kernel panic
    =====================
    Your profile is a complete blank & your post is lacking system details!
    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which Mac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***

  • I have a power mac G5.  It boots up fine and then a screen comes down and in a bunch of different languages tells me the machine needs to be restarted. At this point everything is frozen. I have done this a number of times and I get the same thing.

    I have a power mac G5.  It boots up fine and then a screen comes down and in a bunch of different languages tells me the machine needs to be restarted. At this point everything is frozen. I have started the machine up a number of times and I get the same thing.  Anyone have any ideas?

    Does it boot from the Install Disc OK?
    Does it boot into any of these modes?
    Holding Option/alt key at bootup.
    Holding SHIFT key at bootup.
    Target mode...
    http://support.apple.com/kb/HT1661
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    We might get clues with verbose mode...
    http://support.apple.com/kb/HT1492

  • I was messing with my keyboard languages and i put it on a different language, then i got distracted and my iphone went on autolock and now it wont unlock. What do i do? And if i restore it will it unlock my iphone?

    I was messing with my keyboard languages and i put it on a different language then i got distracted then my iphones autolock locked my phone and now when i try to unlock my phone it doesnt have the correct letters that i have in my password so now it wont unlock. If i restore it will unlock or will i just be screwed??
    HELP ASAP!

    Yo can't. apps are locked to the account thatpurchased them and in-app purchases can only be mad with the account that originally purchased the app.
    You will have to recover use of the first account
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    If necessary:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions
    If you have not uses any of the $10 you redeemed to the new account, you can likely get that refunded by contacting iTunes
    Contact iTunes

Maybe you are looking for