Reports Dynamic translation

Hi ;
Oracle Forms : dynamic translation tool -->
http://fdegrelle.over-blog.com/article-2530390.html
in Oracle Reports ?
Thanks

Hi,
That forms translation tool is to translate language. not from forms to report. what kind of translation tool you are looking for actually??
Regards

Similar Messages

  • Dynamic Translation using apex_lang.lang

    Hello,
    I've created an dynamic translated LOV using the apex_lang.lang function in the LOV.
    select apex_lang.lang(NAME) display_value, id return_value
    from COUNTRIES
    This works fine. Now I also want country names which are displayed in Reports to be translated.
    So I thougth Easy...considering the same function works :
    select ID,
    apex_lang.lang(NAME) Name,
    ISO2,
    ISO3,
    from COUNTRIES
    unfortunately this doesn't work. Can anybody help me?
    Thx!

    Problem solved.
    Restarted the internet explorer.

  • Dynamic Translations - Sometimes Translated Sometimes not

    Apex 3.1
    Oracle 10.2.0.2 on aix
    I am having a little issue with dynamic translations.
    All of the translations work okay in the LOV's, however when I use the values in reports, they sometimes appear translated and sometimes don't appear translated.
    I have been using the apex_lang.lang(column_name) function in the queries which I am using for the reports
    The only other thing probbaly worth mentioning is that the reports only appear when the page is submitted.
    The page still remains in the foreign language (its not switching back to english)
    Sometimes if I copy the english text from the report, and do another translation, the report shows up with the correct language (but I now am translating 2 strings exactly the same way)
    Any ideas on what's causing this

    I've put up a small sample on apex.com. [My application|http://apex.oracle.com/pls/otn/f?p=33452]
    Note that the application has been changed to use application express credentials so you need to basically login with your workspace and password.
    I've put data in the first two reports, which both work fine.
    In the second report (I've left the original query commented out). My second report does not translate the data, although publishing it here indicates everything is correct and it translates so I'm at a loss as to why this is the case
    I have applied my translation file and the menus/buttons etc do not appear to have been translated.
    I had a quick look at the file and it does appear the translations are there

  • Dynamic translation to pool error

    Hi all,
    I have an asa 8.2 with 2 interface inside and outisde.
    Ip source 192.168.50.5
    Ip destination 192.168.100.125
    Port 25
    When I do a packt trace.
    packet-tracer input inside tcp 192.168.100.125 smtp 192.168.50.5 smtp 
    Phase: 1
    Type: FLOW-LOOKUP
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    Found no matching flow, creating a new flow
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.50.0 255.255.255.0   inside
    Phase: 3
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group inside_access_in in interface inside
    access-list inside_access_in extended permit ip object-group No_Restricted any 
    object-group network No_Restricted
     network-object
    Phase: 1
    Type: FLOW-LOOKUP
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    Found no matching flow, creating a new flow
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.50.0 255.255.255.0   inside
    Phase: 3
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group inside_access_in in interface inside
    access-list inside_access_in extended permit ip object-group No_Restricted any 
    object-group network No_Restricted
     network-object 192.168.100.0 255.255.255.0
    Additional Information:
    Phase: 4
    Type: IP-OPTIONS
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 5      
    Type: INSPECT
    Subtype: inspect-smtp
    Result: ALLOW
    Config:
    class-map inspection_default
     match default-inspection-traffic
    policy-map global_policy
     class inspection_default
      inspect esmtp _default_esmtp_map 
    service-policy global_policy global
    Additional Information:
    Phase: 6
    Type: NAT
    Subtype: 
    Result: DROP
    Config:
    nat (inside) 1 access-list inside_nat_outbound
      match ip inside 192.168.100.0 255.255.255.0 inside any
        dynamic translation to pool 1 (No matching global)
        translate_hits = 371572, untranslate_hits = 0
    Additional Information:
    I added a static (inside,inside) 192.168.100.125 192.168.100.125 , but still the same issue.
    Any ideas.
    Saludos 

    Hi,
    ASA Inside Interface:- 192.168.50.0 255.255.255.0
    ASA Outside Interface:- 192.168.100.0 255.255.255.0
    You are running the packet incorrectly and it should be like this:-
    packet-tracer input inside tcp 192.168.50.125 smtp 192.168.100.5 smtp 
    Also , please describe your requirement as well ?
    Thanks and Regards,
    Vibhor Amrodia

  • Dynamic translation of words

    Our application is developed using windows forms.
    In our application the user will enter lots of notes and comments.
    Which must be translated to either English or Arabic.
    What issue we faced here is when I stored the fields like notes or comments in English in database and when I want to show it in Arabic.
    That is when I translate a sentence to Arabic the meaning is not exact.
    That is word translation is good but sentence translation is not exact.
    We can use resx files if the words are static like text of label box. In my case the words are dynamic.
    We are using Bing/MicrosoftTranslator.
    What is the methodology to translate a sentence ?

    Hi, Thanks for that reply. That was really very helpful.
    Then for translation what we did are:
    1. For translating predefined texts and error message we are using .Net language pack. 
    2. We used .resx files for static translation. That is for those controls whose texts don't change dynamically.
    3. The dynamic texts will be stored as it is. That is if user types in Arabic then the data will be stored
    in Arabic, else if the user types in English the data will be stored in English.
    4. Then if the user wanted a translation in dynamic texts, we looped through all our text controls (which
    are supposed to have those dynamic texts) and got the text of each controls. Then translated those texts using Bing/Microsoft-translator.
    As we saw earlier, some part of the dynamic translation was not exact. So my client asked me what in
    general is the percentage of
    accuracy in "Bing/Microsoft Translator" translation. If you have any such documentation it will be very helpful for us.
    Thanks and Regards,
    What Next

  • How to obtain IR report dynamic SQL in Apex 4.0

    Hello,
    I have 2 regions on the same page
    Interactive Report –
    Chart (Flash Chart) – This is a sub region of the above
    Now the requirement is when user applies a filter to the interactive report I would like to apply the same filter criteria to the flash chart so that data representation in flash chart matches with the IR report content. I am fairly new to the Apex, apologies if  used any apex terminology in correctly
    Appreciate if you  can point me in the right direction
    Thank you
    -Raj

    Hello , I did some research how to achieve this , one way is to get the IR report dynamic sql using APEX_IR.GET_REPORT package and apply the same sql for the chart  so that the chart representation will match with the IR report data, But the challenge is as i am using the APEX 4.0.0.00.46 version, the APEX_IR package is not available in that version , Any other way we can achieve this  in Apex 4.0??
    Thanks
    -raj

  • Report Painter - Translation from Transaction Currency

    Hi,
    I have set up a report painter report using "Translation from Transaction Currecny" as one of the key figures in one of the columns in the report. When I execute the report it prompts me for the target currency and the ER type which is what I was expecting. EG I want to translate actuals to say AUD at budget rate (type P)
    My question is.... I add a second column again using the same key figure ""Translation from Transaction Currecny" which I want to exchange using a different Exchange rate type.E.g I want to translate actuals to AUD using the forecast rate (type Q). However, when I execute the report I was expectiong to be prompted twice for the target currency and exchange rate type but it still only prompts me once.
    Does that mean that using the key figure that I cannot use it in more than one column in the report?
    I hope this makes sense.
    Thanks...

    Add custom reports to an existing Report Tree (SERP)
    For example:
    Add custom report to:  Project System/Information System/Financials/u2026
    Find u201CPS91u201D from SERP
    Add a report to PS91
    The trick is find the existing report tree related to standard main menu.
    Or create a new report tree where you house all custom or selected reports in one place.
    May also consider using area menu (SE43): create a structure, for example, to house all custom reports.  A useful tool to manage custom/specifc reports

  • Generate report dynamically based on parameters

    I have a Report with 30-35 items and these items are divided into sets of
    RMA, WIP,Inventory, finance ....
    now i need to display the report dynamically based on parameters
    say, for example if RMA, WIP, Inventory, finance are YES,NO,YES, NO
    then the report should display only RMA , Inventory....
    any ideas/suggestions would appreciated......
    Thanks,
    -VK

    Thanks for the Reply Sabine, let me put my question this way,
    i have to display the report based on the selection criteria(parameters)
    i have a generalized view which will display all the items....but the client needs them in a fashion where he chooses them as a groups since, the list is so big and he wouldn't be needing them all at once.
    here is what i'm thinking for the moment since, discoverer cannot hide the columns based on runtime parameters ....correct me if i'm wrong (as per my knowledge...it cannot ) i have decided going with 16 worksheets 4 groups of items say,(RMA, WIP, INV, FINANCE..)
    and now based on the flags what the end user chosses i may have to display the appropriate worksheet ....is this solution possible...if so do i have to subqueries...??..or is there any better ideas/suggestion....
    Regards,
    VK

  • ERROR: AU incorrectly reports Dynamic Configuration capability (bus count i

    Hi'
    I can't seem to access my East/West Colossus samples in logic. I call up a new session, slecet software instruments, go to where Audio Units instruments are on your channel strip. Colossus does not show up. It worked before.
    I wanted to go back to using tiger it seemed to work better so I tried to installed that but had problems doing so. I then installed 10.5 back to the way I had it before when all was fine. So I install 10.5 again went well. In stalled Logic/pro went well. Installed East/west colossus.
    Audio Unit Mangers states Successful valuation everything passes But This Error message.
    ERROR: AU incorrectly reports Dynamic Configuration capability (bus count is not writable)
    Does anyone have an idea whats going on
    Thanks
    JodyG

    Hi'
    I can't seem to access my East/West Colossus samples in logic. I call up a new session, slecet software instruments, go to where Audio Units instruments are on your channel strip. Colossus does not show up. It worked before.
    I wanted to go back to using tiger it seemed to work better so I tried to installed that but had problems doing so. I then installed 10.5 back to the way I had it before when all was fine. So I install 10.5 again went well. In stalled Logic/pro went well. Installed East/west colossus.
    Audio Unit Mangers states Successful valuation everything passes But This Error message.
    ERROR: AU incorrectly reports Dynamic Configuration capability (bus count is not writable)
    Does anyone have an idea whats going on
    Thanks
    JodyG

  • How to export dynamic translations

    Hello,
    I have an application where I have defined various dynamic translation strings (Used by static LOVs). Now I want to move the application from e.g. development enviroment to production enviroment. As far as I've seen, the dynamic translations I defined are not included in the application export or the XLIFF file generated for translation purpose.
    Is there a way to export and import the dynamic translations? Or do I have to retype every single message?
    Thanks.
    Stephan

    Hello Stephan,
    >> As far as I've seen, the dynamic translations I defined are not included in the application export or the XLIFF file generated for translation purpose.
    You should see dynamic translation strings both in the main language exported file (search the file for “Dynamic Translation”) and in the XLIFF. In the XLIFF, they are inserted with the <target> tag already translated, so you don’t have to do that again.
    >> I have defined various dynamic translation strings (Used by static LOVs)
    How exactly you are using the dynamic translated strings with static LOVs?
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Portal Forms / Reports / Dynamic Pages slow to compile

    We are running Portal 3.0.9.8.5 and RDBMS 8.1.7.4. Since applying the 30985 patchset we are finding that compiling existing or new applications takes nearly 5 minutes.
    The applications themselves run fine - Does anyone have any suggestions ?
    Thanks in advance
    Paul

    Anu,
    Generating the form /report/dynamic page is taking 5 plus minutes i.e. making a change -
    Once the application is compiled it runs fine.
    Thanks

  • Change the title of a report dynamically

    Hi all,
    I have a report which does both download and upload activities.
    Then we have two TCODES based on which download and upload happen.
    My requirement is based on the two TCODES, I need to change the title of the report dynamically.
    Thanks and regards,
    Anishur

    Hi ,
    Set your title bars based on the condition.
    Created 2 title bars and use it
    INITIALIZATION.
      IF tcode = 'TCODE1'.
        SET TITLEBAR 'TCODE1'.
      ELSE.
        SET TITLEBAR 'TCODE2'.
      ENDIF.
    reward if usefull.
    Taher

  • Creating Crystal Reports Dynamically from an incoming SQL query

    Hi,
    I have a requirement where a sql query will be entered by the user in a text box and in the back end java code, i have to create a crystal report dynamically based on that sql query and show it in the crystalviewer object.
    For example if the user writes "select x,y from xtable ", i should be able to create a report with 2 fields, and if the user says "select x,y,z from xtable" then i should be able create and show a report with 3 fileds...thsi report creation should be done in the click event.
    Is this possible in java? I have found something similar in .NET... pls have a look at this 
    http://vb.net-informations.com/crystal-report/dynamic_crystal_report_from_sql_query_string.htm
    Thanks,
    Preethi

    Hi Preethi,
    Can you please share the steps with me? I am also looking for dynamic SQL being applied to the crystal report.
    Thank you so much for your help in advance.
    Regards,
    Janakiram D.

  • Dynamic translations - how do i pull them out?

    Hello everyone,
    just a quick question:
    Suppose i have a hundred dynamic translation loaded in Apex, how do i pull them out in case i want to load them on a different apex environment?
    It seems to me that there is no way to export them, but hopefully i am wrong.
    Bye,
    Flavio
    http://oraclequirks.blogspot.com

    how nice when one realizes that there is a solution exactly in the same moment while one is pressing the "post message" button.
    Here is my "epiphany":
    dynamic translations are based on user data, which means that these data must be stored somewhere.
    Now, to pull out the translations one must execute the APEX_LANG.LANG function for the desired language(s) and store the result in some table if the returned text is different from the source text. If the text is equal for both languages it is reasonable to think that the translated text is missing or redundant.
    Thanks for my help :-D
    Flavio
    PS: however i still think it could be useful to have the option of exporting existing dynamic translations in the XLIFF files as for other named messages.

  • Explain please differences of report, dynamic page, frame, portlet

    Hi to all -
    I am a beginner with using WebDB/Portal development so forgive me for such simple questions.
    Can someone explain or point me to a site that explains the differences between report, dynamic pages, frame drivers and portlets? I am trying to understand when I might use say a dynamic page rather than a report, etc. Also, does the PDK functionality complement Portal or is it it's own web development tool entirely?
    I thank you for your shared knowledge
    Mark

    gday Mark -
    There is actually a portal specific forum on OTN which is where the portal experts are all concentrated. See, <a href="http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topics&forum=Oracle9[ii[/i+AS+Portal&number=70&DaysPrune=20&LastLogin=">Oracle9iAS Portal</a>
    If you've not seen it, there is a ton of good info available for portal. See the page for
    <A HREf="http://otn.oracle.com/docs/products/iportal/doc_index.htm">Portal</a> whitepapers, tutories, faqs, etc.
    The PDK is a set of APIs which expose the services provided by Oracle9iAS Portal. This enables you to build your own custom portlets (the building blocks of a portal and it's pages) using your preferred development language and environment. Note that you can also expose a lot of the inbuilt functionality of portal as portlets to enable the easy reuse of people's work.
    See <a href="http://portalstudio.oracle.com/servlet/page?_pageid=350&_dad=ops&_schema=OPSTUDIO">Oracle Portal Studio</a> site for more details on the PDK and portlets.
    cheers!
    -steve-
    null

Maybe you are looking for

  • Implementing SSL on TCP/IP

    I am trying to implement SSL on TCP/IP.I developed SSL Server and SSL Client,generated keystores and certificates for both server and client.For generating truststores both server and client need to exchange their certificates.Using self-signed certi

  • Illustrator CS6 のファイルが開きません.1712のエラーナンバーが出ます

    illustrator CS6 のファイルが開きません.1712のエラーナンバーが出ます.設定ファイルに問題があるらしいのですが-.

  • Sound Blaster Audigy 2 ZS - Why does it not have CMSS 2 3D?

    The CD that came with it has CMSS 2, however it only works on XP and not 7, because it is out-dated. Is there a way to get an option from a third party source or is someone from Creative willing to get it working for Windows 7?

  • Trigger tabbed panes

    I have 3 tabbed panes in the application, if I do something on tab 1, I want trigger and get tab 2 updated based on tab 1's info, I couldn't make it works. I think maybe the tab2 alreay painted you can't change the layout and could not hold it at tha

  • User Mailboxes Migration

    Hi, I have been reading section 2.5 of the Administration Guide. The options to migrate user mailboxes are as follow: 1. To Migrate User Mailboxes from One Messaging Server to Another While Online 2. To Move Mailboxes Using an IMAP client 3. To Move