Forms messages in Dutch in webforms

What needs to be done in order to get the standard Forms messages (like '1 record applied and saved' or 'Field is protected against update') in Dutch in our webforms application?

You set NLS on the application tier. If you want the same application to be available in 2 different languages then you start 2 different forms listeners on different ports with different NLS_LANG.
For example - English users would be pointer to port 9000 and Dutch to 2001.
I think this may be covered in the Forms Server FAQ. If you are using the new Forms Listener Servelt then you need to use PATCH 5 which allows you to use different environment settings for different listeners.
Regards
Grant Ronald

Similar Messages

  • Form Message

    can I control the form message?
    I develop an entry screen. Every time went I create a new record
    and press save, a message will come out like :
    FRM-40440: Transaction Complete: 1 record applied and saved.
    In my <Save> button, I put down a 'commit' to update into my
    database. I feel that I should update into the database every
    time the user insert a new record not update a jum of record
    together when exit the from.
    Can I skip the form message?? I hope the your solution will
    also handle other than this form message.
    Thanks in Advance!
    Best regard,
    Eric
    null

    you can create an on-message-trigger or for some other cases an
    on error-trigger;
    I used them like this:
    DECLARE
    msgnum NUMBER := MESSAGE_CODE;
    BEGIN
    -- eventuell entstehende Meldungen fr das automatische
    Schliessen der Knoten unterdrcken
    IF (msgnum = 47323 or msgnum = 47314 or msgnum = 47316) THEN
    NULL;
    END IF;
    END;
    => as a result these messages are suppressed
    null

  • Oracle Forms Messages and  Codes

    Dear friends, will you, please, tell me, where can I find "Forms messages and codes manual"?

    <p>In the documentation, my friend.</p>

  • Unable to create a report painter form (Message no. KH205).

    Dear all,
    I am trying to create a report painter form, but the system gives an error:
    Key figure scheme  contains errors -> check definition
    Message no. KH205
    Diagnosis
    Entry   not contained in Table T237A.
    Procedure
    Check key figure scheme  (in particular line 9062) in table T237A.
    I checked in Tcode KER1 but did not find any Key figure scheme.
    Afterwards, I checked table T237A and T237 and found out that number of hits in table 237A is less than in T237A.
    I think this is the reason why system has such reaction.
    Please help me with this issue.
    Best regards,
    Linh.
    Edited by: tvlinh on Mar 7, 2012 11:22 AM
    Edited by: tvlinh on Mar 7, 2012 11:22 AM

    Hi,
    This issue can occur if you have transported the Key Figure Scheme (KFS) from another system and /or deleted value fields. Has this happened ?
    To fix the issue you need to renumber the T237 in the source client executing the function module RKE_FILL_TABLES_T237FF as mentioned in the note 13838.
    After this try to create a new form and check if that works. If there are still problems with the existing form/report then the best
    way might be to delete and create again
    regards
    Waman

  • How can I pre-populate a web app input form with data from a webform in the CRM?

    Scenario:
    A customer fills a registration webform. The customers data is stored in BC CRM as usual. This step provides a lead to marketing unit and the team makes a follow up. Upon completion of internal processes. The workflow initiated by this customer filling the registration form is approved.
    Th user is sent a 3rd-party notification with a url to enable the user complete the registration process by entering the information into a web app.
    The Issue:
    The client is requesting that he doesn't want the the customer to re-enter some of the  information that  has been captured in the registration form again since it will be laborious for the user to do this. He wants the system to store this customer data already in the CRM and pre-fill the web app form so that the user just submit the data, so that the item can be in the appropriate web app as web app item.
    Question: Is this possible? Can this be achieved via js. How should I go about it.
    Your assistance will be appreciated.
    Thanks.

    For each option you would need to only have a custom text field for that item. This is where the otpion for each gets populated with javasript.
    Each option is your own html that is a select with options as web app items. A list layout of your web app items is just a select with text and value of that item.
    Your tricky thing is to setup the matrix of rules to define what shows and when. You can do that with data source association between web apps if it is a 1-1 relationship but if it is 1 to many you need to form script matrix to define what happens on each change.
    It depends on the details but thats the core of it.

  • How to get rid of pesky "forms" messages?

    Every day I handle PDFs from many clients. We convert magazines to digital Web versions. They send us the same type of PDFs they output for their printers. With one new client, I'm having a distracting problem. Each time I open his PDFs in Acrobat, I see "Acrobat has detected that this PDF has form fields. How would you like to edit this form?"  When I talk to the client, he is puzzled and says there are not supposed to be any forms. Could he be making a mistake when he outputs them from InDesign?
    I've also tried opening the Reader, and get a different odd message:
    "Please fill out the following form. You cannot save data type into this form. Please print your completed for if you would like a copy for your records."  [Highlight Existing Fields]
    Arggg.

    I'm seeing error messages because the designers used a product made by Enfocus to handle their certificates. Details at the Enfocus website:
    http://www.enfocus.com/en/support/knowledge-base/acrobat-displays-a-at-least-one-signature -has-problems-requires-validation-message
    Just one problem, when I followed the steps to make the error messages go away, a button ("Add to trusted identities") in Acrobat that I needed to click was grayed out.
    So, I'm having to convert each PDF to X-1a to get a normal file to work with.

  • How to get a PDF form message for a license?

    I am attempting to configure a SPF-transaction PDF form for /SAPSLL/LCLICE02 (Letter of Credit transaction). 
    I have defined the Technical Medium for Messages (PPF) of Licenses and the Condition/Output Parameters for Communication of Licenses.  The Action Definition is set up as an External Communication with a PDF-based form and Object-Specific Variable Replacement.  I have tried various formats, including /sapsll/form_proc, with no success.
    When I switch to the communication tab in /sapsll/lclice02, the program crashes in the middle of printer determination with a move-cast error.  It is clearly reacting to the PDF as a CUHD data type when it needs an LCLIC type.  What configuration am I missing?  Where can I set this?

    For Acrobat X go to File-> Save as->Reader Extended PDF
    This will embed the reader extended rights in PDF.

  • How to display Forms messages in other language?

    Hi Folks
    I have installed Forms and Reports Services 10g (9.0.4.0) in a Linux RHAS3 box
    and deploy my applications with IE, the messages are in English (e.g.
    frm-40100: At first record) now I want to change to Spanish.
    I try to modify the default.env, with the follow variables:
    NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
    NLS_LANG=LATIN AMERICAN SPANISH.WE8ISO8859P1
    and restart the OC4J_BI_FORMS component, but the message don't change to
    Spanish.
    Please, could you say me in which file I have to change the NLS_LANG? and which .msb file I need to display the messages in other language?
    Thanks and regards,
    Wilson

    Hi,
    1. Set the nls_lang=language_territory.characterset in the default.env or any
    custom .env file.
    2. Check whether the required language's .msb file exists in
    <iAS_MidTier>\forms90
    Note: With 9iAS rel 1 all the supported language’s .msb files are installed by
    default. For 9iDS and 9iAS rel 2 and above this has to be done explicitly by selecting the "Product Languages" option.
    3. The Locale of the Client PC (Windows), which displays the Form in browser,
    has to be set to the same nls_lang. Only then you would be able to see the
    Form's characters in that language.
    Best Regards,
    Eugen Misailescu

  • Standard Forms messages won't display

    I developed 6i forms using the standard template on Oracle 11.5.4. When I run the form within Apps 11i environment I cannot get the standard messages to display.
    example: '1 record(s) saved'
    Any help would be appreciated.
    Phil

    Thanks for your reply. I put the form module property - console window to my root window which is 'BLOCKNAME' and now receive the error:
    FRM 47023 Error Parameter G_Query_Find Not Found
    I am not passing parameters to this form. This is a dumb form, that is, it only queries and updates the detail block called BLOCKNAME.
    Any Ideas???

  • CLOB problem (disregard my former message relating to Forms 6i)

    Hallo,
    I have a problem using CLOB's with JDeveloper 3.1. We have an Oracle DB (8.1.5 on a Unix server) where one of the tables has a CLOB column. We also created a view where we join several fields from three tables. One of the fields is the CLOB field. Now using JDeveloper 3.1 with BC4J we designed a simple user interface that accesses this view. So far everything works fine but if we edit the CLOB field of the record and and want to save the modification we either get Error Message JBO-25014: Another user has changed the row with primary key oracle.jbo.Key (although it is sure that no other user changed this record). The other Error Message that we get is JBO-25009: Unable to create object ... with value (and then it just prints the whole content of the CLOB field).
    Any ideas what is wrong? We have a bit a problem with the CLOB's because we also cannot produce a working GUI with Forms 6i, alltough Forms has another kind of problem with CLOB's. I slowly start to wonder if the CLOB's have been introduced with the intent that nobody should use them .... :)
    Cheers, Berny

    I've got the same problem, and if you press the save button two or three times it will work. (the first time it always gives error)
    IF this is your problem (it was what happened with my programs, but I use 8iR2) you could done something like (*arrg*) this:
    while (true) {
    row.setAttribute("MyClobAtribute",MyClobVal);
    It's suprising that is working for me.
    Good Luck
    null

  • HCM Processes & Forms - Message Type is unknown

    Hi,
    I have created an HCM process using HCM P&F framework. I can test the process from the ""Test Process" application on the ECC and it works fine. When I launch the process from the portal, I can see the adobe form correctly, the "Check and Send" also goes through fine, but when I click on send I get this error:
    Error when processing your request
    What has happened?
    The URL http://xxxxxxxxxx:8000/sap/bc/webdynpro/sap/ASR_PROCESS_EXECUTE// was not called due to an error.
    Note
    The following error text was processed in the system SE1 : Message type is unknown.
    The error occurred on the application server xxxxxxxx_SE1_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_POBJ_CASE~CREATE_CASE of program CL_POBJ_CASE==================CP
    Method: CREATE_LEVEL_DB of program CL_POBJ_LEVEL=================CP
    Method: FLUSH_LINKED_LEVEL of program CL_POBJ_LEVEL=================CP
    Method: FLUSH_COMMON of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL1================CP
    Method: IF_POBJ_PROCESS_OBJECT~FLUSH of program CL_POBJ_PROCESS_OBJECT========CP
    Method: SAVE of program CL_HRASR00_PROCESS_RUNTIME====CP
    Has anyone else encountered this issue?
    Thanks & regards,
    Manish

    Hi,
    I have created an HCM process using HCM P&F framework. I can test the process from the ""Test Process" application on the ECC and it works fine. When I launch the process from the portal, I can see the adobe form correctly, the "Check and Send" also goes through fine, but when I click on send I get this error:
    Error when processing your request
    What has happened?
    The URL http://xxxxxxxxxx:8000/sap/bc/webdynpro/sap/ASR_PROCESS_EXECUTE// was not called due to an error.
    Note
    The following error text was processed in the system SE1 : Message type is unknown.
    The error occurred on the application server xxxxxxxx_SE1_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_POBJ_CASE~CREATE_CASE of program CL_POBJ_CASE==================CP
    Method: CREATE_LEVEL_DB of program CL_POBJ_LEVEL=================CP
    Method: FLUSH_LINKED_LEVEL of program CL_POBJ_LEVEL=================CP
    Method: FLUSH_COMMON of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL=================CP
    Method: IF_POBJ_LEVEL_TRANS_HANDLING~FLUSH of program CL_POBJ_LEVEL1================CP
    Method: IF_POBJ_PROCESS_OBJECT~FLUSH of program CL_POBJ_PROCESS_OBJECT========CP
    Method: SAVE of program CL_HRASR00_PROCESS_RUNTIME====CP
    Has anyone else encountered this issue?
    Thanks & regards,
    Manish

  • HTML form message error in Internet Explorer

    Hi,
    While in the IE browser and at any website I try to do a search or complete a form and submit it. A message error appears saying becuase of security zones I cannot send a html form. I have gone into IE preferences and MacOS preferences to find anything about security zones or how to fix this problem...no luck....
    Can you please help? Thanks!

    There's a known bug in IE (going back to OS 9 days) in that IE doesn't properly present security certificates. Since Microsoft long ago dropped all pretense of supporting IE, your only real option is another browser, such as Safari or Firefox.
    Note that some sites that require IE actually do require IE in that they use ActiveX (but those are Windows sites) or because they use IE's non-standard HTMLarsing and choke on browsers that play by the HTML rules. However, a lot of "IE only" sites are set that way from either laziness on the part of the programmers or a desire to avoid having to check the website against any other browser (which amounts to the same thing). Such sites check the client's 'user agent' nd reject non-IE browsers, but arbitarily. You can use Safari / Firefox / et al. to visit such site by having your browser lie and present itself as IE when the host site checks the user agent. For Safari you can use Safari Enhancer to enable the Debug Menu, then use the User Agent command; in Firefox, use the Get Extensions menu tool to download IE View (there are equivalant tricks for other Mac browsers).

  • Planning web forms message

    when we added data in the web form,which calculates a Business rule, after the data is shown on the web form, when clicked on refresh or trying go to another page, message is appearing as "There is unsazved data. If you proceed, this data will be lost. Do you wish to continue?" , dont know why this message is popping up.
    whether it leades to any data error if we ignore, or any settings to be changed,
    please help.
    Thanks,
    Murali.

    Hi Murali,
    This message appears only when one inputs some data in the web-form & navigates to another without clicking on the save button.
    Just check if there is any cell in darker yellow color (unsaved data) before you refresh or try to go to another page.
    Neha

  • Submitted form message

    Hello,
    I have a form on the website I'm working on and it has a
    confirmation message for after it's been submitted. Here is the
    code already in place:
    <?php
    } else {
    error_reporting(0);
    $recipient = '[email protected]';
    $subject = "Service Request Form";
    $msg = "Service Request from: $ename\n\n"
    .stripslashes($_POST['MsgBody']);
    $headers = "From: " . $_POST['Email'];
    if (mail($recipient,$subject,$msg,$headers)) {
    echo nl2br("<b>Thank you for your request - your
    message was sent.");
    echo (" Click here to go back to the home page.");
    else {
    echo ("Message failed to send");
    echo ("Click here to go back to the Request Form.");
    ?>
    How do I insert a link or button back to the home page? This
    was already built and the "click here" doesn't appear to be
    working.
    Thank you,
    Caroline

    echo ('<a href="index.php">Click here to go back to the
    home page.</a>');
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Cobejero" <[email protected]> wrote in
    message
    news:gqvpob$p6$[email protected]..
    > Hello,
    >
    > I have a form on the website I'm working on and it has a
    confirmation
    > message
    > for after it's been submitted. Here is the code already
    in place:
    >
    > <?php
    > } else {
    > error_reporting(0);
    > $recipient = '[email protected]';
    > $subject = "Service Request Form";
    > $msg = "Service Request from: $ename\n\n"
    > .stripslashes($_POST['MsgBody']);
    > $headers = "From: " . $_POST['Email'];
    >
    > if (mail($recipient,$subject,$msg,$headers)) {
    > echo nl2br("
    Thank you for your request - your message was
    > sent.");
    > echo (" Click here to go back to the home page.");
    > }
    > else {
    > echo ("Message failed to send");
    > echo ("Click here to go back to the Request Form.");
    > }
    > }
    > ?>
    >
    > How do I insert a link or button back to the home page?
    This was already
    > built
    > and the "click here" doesn't appear to be working.
    >
    > Thank you,
    > Caroline
    >

  • How to suppress forms Message?

    When I use NEW_FORM from within a form, before exiting the
    current form it asks me to save the changes, how do I supress
    this message?
    I tried on-message, but doesn't work!
    Any help is appreciated.
    Thanks!
    null

    Dennis Bourgeois (guest) wrote:
    : geek (guest) wrote:
    : : When I use NEW_FORM from within a form, before exiting the
    : : current form it asks me to save the changes, how do I supress
    : : this message?
    : : I tried on-message, but doesn't work!
    : : Any help is appreciated.
    : : Thanks!
    : Here's a couple of ideas,
    : - Try setting system.message level to a higher number (maybe
    : 20) prior to calling your new form and then set it back when
    the
    : new form has been established.
    : - Try using clear_form(NO_VALIDATE) just before calling your
    new
    : form.
    : - Try using the on-error trigger instead of the on-message
    : trigger
    : Good luck.
    Actually, the only way to "suppress" this message is to either
    reset the :SYSTEM.FORM_STATUS or (much recommended) set the
    message level to 25 and commit the form before the new_form.
    After all, the reason for this message is that the user has
    supposedly made changes to the data that need to be committed. If
    you are getting this message w/o making changes, then you need to
    check your code because something is setting a base table value.
    null

Maybe you are looking for