Translated application and calendar BUG?

Hello there,
APEX 4.2.1.008
I have an application, Application Primary Language = "French (Canada) (fr-ca)", Application Language Derived From = "Session".
I have a translated application, mapping Language = "English (Canada) (en-ca)"
When I execute a page with a calendar in the french application everything works fine, but in english previous, Next or Today buttons doesn't refresh the calendar.
I was able to reproduce it in the Sample Database Application on apex.oracle.com :
User : demo
Pwd : demo
French = OK :
http://apex.oracle.com/pls/apex/f?p=72351:10:&p_lang=fr-ca
English = :( :
http://apex.oracle.com/pls/apex/f?p=72351:10:&p_lang=en-ca
Thanks for your help,
Lucien

Hi,
I tried reproducing the issue in apex.oracle.com with the language derived from session and also changing the language to 'en-ca' and unable to reproduce the issue all the buttons work fine.
i would like to know did you customize buttons or made additional changes to the Calendar Page ?
Also what steps did you follow to translate the Sample Application which was English to "Canadian French" or if you can provide developer credentials or export of the Application will be very helpful.
thanks
Sathish
Edited by: Sathish J S on Apr 15, 2013 3:20 AM

Similar Messages

  • Bug? #COLUMN_WIDTH# is missing in translated application

    Hi,
    I have two language application in apex 4.0.2.06 on Oracle XE.
    To set a fixed column width in classic report I use "Fixed Column Headers" template from "Builder Blue" theme with #COLUMN_WIDTH# substitution string.
    For primary language application everything works as expected: columns have fixed width.
    But it does not works for translated application (after seed/publish translation process).
    Columns and their headers are messed.
    After comparing HTML sources of generated pages in primary and translated applications I found that
    1) In the primary app #COLUMN_WIDTH# replaced with "style="width:XXXpx"
    2) In the translated app #COLUMN_WIDTH# is REMOVED.
    Is it a bug?
    Thanks.
    Edited by: Chainik on 11.02.2011 19:39

    With horizontalScrollPolicy="off" (the default), it is hard to control
    column widths because the columns are sometimes overridden to make sure they
    fit on the screen.

  • Hello everyone. I have my itunes account for some years, and i've purchased far too many apps and music. Now the company i work for, has to change my account in the iphone, in order to use the corporate mails and calendar. How can i keep my applications?

    Hello everyone. I have my itunes account for some years, and i've purchased far too many apps and music. Now the company i work for, has to change my account in the iphone, in order to use the corporate mails and calendar. How can i keep my applications and music?

    Read here:
    http://support.apple.com/kb/ht5621
    Changing your Apple ID to your current, working email address will not create another Apple ID, it will only change it to your working email address.

  • EMAIL AND CALENDAR ACCOUNT STATUS ISSUE / BUG OS 10.3.1

    I found an issue / bug which is really frustrating me!
    Phone:      Blackberry Q10 (SQN100-3)
    OS:           10.3.1.1565
    Mail:          IMAP
    Calendar:  Google Calendar
    Last week I updated my BB Q10 to the new officially released OS 10.3.1
    Today I noticed that the connection info / status for email accounts and calendars (Settings > Accounts) wasn’t indication correctly.
    In the Accounts menu it shows “E-mail” below the name of my email account and “Calendar” below my calendar account to indicate that my Q10 is connected to these accounts. But when I turn airplane-mode on it still shows E-mail and Calendar without being connected to any of these accounts.
    Strangely when I turn on my phone while in airplane-mode the Accounts menu shows “E-mail” for my email account and “No Connection” for my calendar account, obviously without being connected to my email account. But when I turn of airplane-mode I receive emails and new appointments but the Accounts status for calendar still shows “No Connection”.
    Apparently the account status is not updated while using my phone, it shows the status at startup. This is very annoying and I am unable to check whether I am connected or not to my email and calendar while not in airplane-mode.
    In OS 10.2.1 the account status worked correctly and was updated (connected / no connection) while using my phone.
    Anybody else with the same problem?
    Is this already a known issue / bug?
    Anyone an idea how to solve this issue?

    I would simply delete both accounts (email and calendar) then readd them.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac

    Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac?

    One thing to check:  when shutting down or restarting, there is a checkbox in the shutdown/restart dialog which asks whether you want currently open applications to open at startup.
    charlie

  • BLOB download from report region in translated application does not work

    We created an application (APEX 3.1.2) with a base language dutch (300) and a translated application en-uk (3001). The problem is that in the translated application downloading BLOB's from a report region does not work and results in an error (page cannot be found).
    The query source for the region is:
    select naam
    , dbms_lob.getlength(bestand)
    , mimetype
    from bos_documentatie
    The column 'dbms_lob.getlength(filename)' is defined as a 'BLOB Download Format Mask' with the following setting:
    DOWNLOAD:BOS_DOCUMENTATIE:BESTAND:NAAM::MIMETYPE:FILENAME:::attachment:Open
    The URL's to the BLOB documents are different between the dutch and en-uk application:
    dutch:
    http://nldvnr01ux002:7792/pls/xvapexd/apex_util.get_blob?s=4260101889649158&a=300&c=12455124581749125&p=1001&k1=Application Multi Language.doc&k2=&ck=A24A5EA6903C5A9603B86D30F128F4DE&rt=CR
    en-uk:
    http://nldvnr01ux002:7792/pls/xvapexd/apex_util.get_blob?s=4260101889649158&a=300&c=12455124581749125.3001&p=1001&k1=Application Multi Language.doc&k2=&ck=7FF0C64FDD48A4D7A6892CFB2B6BCA57&rt=CR
    As you can see the c parameter for the en-uk version has a '.3001' at the end, the internal ID of the translated application. I don't know if this can be the cause of the problem?

    Hi Peter,
    Thanks for the suggestion. However we have a lot of APEX applications build in that same APEX version (one development database) and upgrading now to a higher APEX version would mean we would have to re-test all our applications and upgrade all our test and production environments, just for this bug. And, maybe the higher APEX version may not solve our problem.
    Thanks and regards,
    Patrick

  • Blob in classic report - broken images in translated application

    Hello,
    I have an application containing a classic report with a blob column displayed as inline images. The application's UI is translated and published (from en to de in my case) according to APEX docu. Everything seems to work fine so far but all classic reports with blobs show broken images in the translated application.
    The report query is something like:
    SELECT  IMAGE_NAME,
            CATALOG_MIME,
            CATALOG_FILENAME,
            CATALOG_LAST_UPD,
            ID,
            dbms_lob.getlength(CATALOG_IMAGE) CATALOG_IMAGE
    FROM    IMAGE imgThe images are displayed by using the format mask "IMAGE:....inline" on the CATALOG_IMAGE column and the generated image URLs (<img src="...">) look like this:
    In primary language (App ID 251, working): http://server/pls/apex/apex_util.get_blob?s=724178467531162&a=251&c=6844840372320206&p=5305&k1=288447&k2=&ck=7475F2F4A0CFA99CC137C9F9008CE3F9&rt=CR
    In translated app (App ID 151, broken images): http://server/pls/apex/apex_util.get_blob?s=724178467531162&a=251&c=6844840372320206,151&p=5305&k1=288447&k2=&ck=4576169EC6C9645C83E321610FE4BE6B&rt=CR
    Also by entering the broken image URL directly the server says: "The requested URL /pls/apex/apex_util.get_blob was not found on this server."
    Is this a bug in APEX (using 3.1.2), anyone else encountered this? Is there a solution or workaround?
    Thanks for infos,
    Stefan

    Follow-up by myself:
    I found a workaround for this by using the apex_util.get_blob_file_src function instead of declarative blob support. The code generated by this seems to work also in the translated application.
    Btw, the original problem remains in APEX 3.2, as just tested at apex.oracle.com. I've made a test comparing declarative blob support to apex_util.get_blob_file_src in the sample application in my workspace (SMEINDL), application id 50912, page 3 (products). If anyone is interested, please have a look at it.
    Stefan

  • HT5642 I get a unable tO download messge when i try to download ios6.1. I need ios612 to fix calendar bug....the message i get says that unable to download because no longer connected to internet....i am connected to the internet all along

    I get a unable tO download messge when i try to download ios6.1. I need ios612 to fix calendar bug....the message i get says that unable to download because no longer connected to internet....i am connected to the internet all along

    1. Try reinstall iLIfe 09 from your install disk
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.
    If that fails, then you're reinstalling the OS.

  • Submit button not setting request in translated application

    I have an application (id 103) with a primary language of en-gb, and application language derived from browser. This works OK (validations, page branches, etc).
    I then created a language mapping to app id 103001 (fr), seeded the translatable text, exported the xliff file, translated some of the strings (using Transolution - http://transolution.python-hosting.com/), uploaded the xliff, applied it and published the application.
    With the browser language set to en-gb, the application still works. When running with the browser set to fr, the correct translations appear, but the submit button does not work - the page refreshes but the fields are not validated. Switching on debug shows the request as SUBMIT when running in english, but it has no value when running in french.
    Any ideas? Using HTML DB version 2.0.0.00.49 on 10g R2 on linux.

    James,
    Thanks for your patience.
    It's a software defect. I verified this in the Application Express code. It only affects the following combination:
    1) Running a translated application
    2) You have an item button on the page
    3) You specify the item button in the declarative When Button Pressed select list condition on the validation.
    The evaluation of the condition is not properly accounting for the translated IDs in use. There are a number of workarounds:
    1) Use a normal button and not an item button
    2) Use a different method to specify the condition, either one of the declarative conditions or a PL/SQL expression (e.g., :REQUEST = ...)
    I hope you don't mind, but I changed the condition for the validation in your application. I removed it from When Button Pressed and changed it to Request = Expression1. After republishing your application, it works fine now.
    Thanks again for your persistence and helpfulness on this issue. I will log this as a bug and we will get this resolved.
    Joel

  • Either iTunes or outlook is mixing contacts and calendars between two iphones

    I've been having this problem for a while now and have endlessly combed the internet for an answer without a result. Either I can't find it or the answer isn't there.
    I have an iPhone 5, my husband has an iPhone 4. We have a laptop running windows 7. Latest iTunes and Outlook 2007.
    We have seperate user accounts on the computer and we have seperate apple ID. The only thing we share is the computer, the music and some apps.
    The problem is that when we sync our phones to the computer it somehow mixes up our contacts and calendars, Thats it. Nothing else gets mixed. It is extremely frustrating. I'm almost certain it has something to do with Outlook but can't for the life of me figure out how to fix this problem. Every answer I have found says it should stay seperate if there are different accounts and ID. But this is not so. Can someone please please please help me. I'm really sick of getting his calendar alerts, and thinking its my mum ringing when its his mum (both stored as mum). The only thing I can do at the moment is go into my outlook, fix it all up and replace everything on my phone. But as soon as hubbys phone syncs with his user account it gets all mixed up again. Frustrated!!

    Hi limelioness,
    It is a known bug and there is not solution to date. The only option is to not use the same device in different social networks or applications that use contacts. Keep separated Outlook from Facebook or Linkedin.
    There are problems of synchronization between Outlook and other applications that use contacts to sync to mobile devices. In our company we found that iPhone generates some processing of contacts at the time that synchronize with Outlook and other social networks. Mixes the contact data and generates corrupted contacts with other users data. The solution is to use the device only with Outlook, without social networks.
    This problem has happened at least 10 phones and all of them have chosen to use only with Outllook . There is no way to solve this problem, at least so we are told technicians after reporting the problem several.
    I hope this help you.
    Best Regards
    Adele.

  • Issues with Alarm Clock and Calendar Notifications

    I have noticed that when I am using the Alarm clock, it will not go off when the calendar is showing a meeting reminder....
    Is there any way to dis-activate this? My alarm clock will not work.. and there are too many appts in my calendar to go thru them to change...

    I also have the same issue. If the alarm is set and the calendar sends a notification just prior to the alarm time, the calendar notification prevents the alarm from going off. I understand it is a bug, but when will it be fixed? What is the bug ID? how do we track known bugs so we know they are being fixed? The problem is with the iPhone's included clock and calendar apps, so it is not a 3rd Party application issue, right? Thanks!

  • Safari and calendar won't open due to 'calendar persistence plug in' problem.  Anyone know what this means and how to resolve it please?

    Safari and calendar won't open due to 'calendar persistence plug- in problems'.  Does anyone know what this means and how to resolve it please?
    mac book pro with Mavericks 10.9.5

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • How do we sync contacts and calendars (ONLY) between two iCloud accounts, two iPhones and one iMac with two user accounts?

    This is complex.  Until today we had one iMac with two user accounts - one for me and the other for my wife.  We sync'd our calendars and contacts between our two user accounts using my iCloud account, thereby keeping our schedules coordinated and our contacts information always the same between us.  Also, as I had an iPhone, I sync'd my phone with my iCloud account, thereby keeping the contacts and calendars in the two user accounts on the iMac AND my iPhone sync'd.  (I also sync'd other things, like Notes and Mail and Safari settings, between my iPhone and my user account on the iMac, but my wife did not want to be burdened with all my emails showing up in her email account and I wasn't interested in hers, etc., so we didn't sync anything between us other than calendars and contacts.)
    We've finally bought my wife an iPhone and set up an iCloud account for her.  And of course she now wants to sync several items from HER account on our iMac to HER iPhone, but I don't want them, just as she doesn't want all of my other stuff.  But we still want our mutual calendars and contacts to sync to HER new iPhone, just like they already do to mine.  But I can't figure out how to CHANGE her iMac user account from using MY iCloud account on the iMac to using HER new iCloud account, and then having HER iCloud account speak to MY iCloud account but share JUST our calendars and contacts.
    Originally I tried a workaround by simply having her iPhone log into my iCloud account.  That works great for the calendars and the contacts.  But...she can't sync anything else from her iMac account to her new iPhone because she's presently "forced" to use my iCloud account.  And neither of us want to sync our other things to each other's iMac accounts or iPhones.  Also as we're both using my iCloud account, in things like the Find My iPhone app, the Cloud is seeking two phones labeled with my name and none with her's.  So we definitely don't want this as the set-up and communications network between our devices.
    We want to set up our users on the iMac to sync to our SEPARATE AND DIFFERENT iCloud accounts and then have those iCloud accounts sync calendars and contacts (ONLY) between themselves, and then push that data to our separate iPhones (or the other way, from either of our iPhones to the individual accounts on our iMac and the other person's iPhone).  Does this description make sense to you?  I've diagramed it nicely using Keynote, but even thiough I can draw it, I can't figure out how to set up and configure all the devices to make it work.  If you would like me to send the Keynote slides (just two of them - the current and desired configurations - please send your email address to me at [email protected] and I'll be happy to forward it to you.
    If anyone can help me set this up I'd be most appreciative!  Thanks so much.  Merry Christmas and Happy New Year to all readers in this community!

    BobT.
    I had the same problem, and decided to look into it last night.
    First of all, the solution I would like to have is for Apple to allow for selection of iCloud accounts per application, i.e. Contacts to one, Photo Stream to another. I believe this would be the most straight forward solution for the problem we are facing. 
    Since this is not an option I came up with a workaround. I was most interested in solving this for Contacts, so this is what I tested for. Now I have all 3 devices with the same contacts.
    1) Turn off iCloud for Contacts on all devices. On the device that has the Contacts list that you would like to propagate to all others select to keep the contacts, and on the others select not to keep them.
       Note that the current backups still exist on iCloud, so in case something goes wrong you can still turn the iCloud for Contacts back on to get your current Contacts back.
    2) In iTunes, sync All Contacts with the phones, starting with the one with the Contacts content you chose to keep.
    From this point on, the 3 devices should sync contacts with each other.
    This, of course, will stop your iCloud backups of Contacts, but I don't think this is really needed. You are already storing copies of your Conacts on 3 devices, which for good parts of the day are likely not all co-located. You also potentially have Time Machine backups turned on, which would mean there is a 4th copy there as well. For the case of Contacts iCloud only complicates matter ... that is until Apple implements the solution I first wrote about.

  • How can I display my MS Outlook/Exchange 2010 Calendar events on my web application's calendar?

    I'm building a web (client) application (built in html/JavaScript/jQuery) that has a built-in calendar. I would like to pull in my Outlook/Exchange Calendar events
    and display them in my web application's calendar. What is the best way to do that from a JavaScript/jQuery environment? I've been searching all over for plugins or examples of how to talk to Exchange/Outlook and retrieve Calendar events but I haven't found
    a solution yet. We are currently using MS Office/Outlook/Exchange 2010. I don't need to modify the calendar events, just read them. (Note that I can't use an OWA Web Parts link
    to display the calendar in an iframe; I need to have access to the actual event data so I can include other UI elements that I need for my application.) Thanks
    in advance for the help!

    Hi,
    There's an old Java API for EWS, and you can access EWS with direct soap request to retrieve the data you want.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • I can't set up contacts and calendar for iCloud on my PC

    I'm trying to set up iCloud so it'll sync my Mail, Contacts, and Calendar & Tasks between my Windo. However, the iCloud Control Panel won't let me set up the Contacts and Calendar & Tasks. When setting up, it asks me to shut down Outlook (which I do). Then it tells me that I need to restart Outlook with Mail enabled and that I need to add my iCloud account in order to add Contacts and Calendar & Tasks. I have no idea what the former means. I have added my iCloud account although what I REALLY want to sync is the Contacts and Calendar data from the e-mail I use Outlook for (which is also my Apple ID). I have Outlook 2010. Any idea why I'm getting this message and how I can set up iCloud?

    Hi there bakingcountrygirl2011!
    I have a couple of articles here that should help you get iCloud set up on your Windows machine. The first is about activating iCloud mail in Outlook, and can be found below:
    iCloud: Set up iCloud Mail on your devices and computers
    http://support.apple.com/kb/PH2621
    And here are the steps you need to follow:
    Set up iCloud Mail on Microsoft Outlook 2010 or Microsoft Outlook 2007
    Open the iCloud Control Panel, select (to turn on) the Mail, Contacts, Calendars, & Tasks checkbox, then click Apply.
    To open the iCloud Control Panel in Windows 8, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, then click iCloud Control Panel on the left.
    To open the iCloud Control Panel in Windows 7 or Windows Vista, choose Start menu > All Programs > iCloud > iCloud.
    Your iCloud Mail account is displayed in the left column of Microsoft Outlook.
    To view your iCloud Mail account in Microsoft Outlook, click the disclosure triangle to the left of your iCloud email account.
    If you are still having issues with your contacts after following the instructions in that article, you will want to see this article, about troubleshooting sync issues with your iCloud contacts:
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    You will also probably want to pay special attention to this particular part of that article:
    Ensure the iCloud Outlook Add-in is active within Outlook.
    For Outlook 2010, follow these steps to verify the iCloud Outlook Add-in is active:
    Open Outlook 2010.
    Click the File menu.
    Click Options in the left panel of the Outlook window.
    Click Add-Ins in the left panel of the Outlook Options window.
    Look at the list of add-ins beneath "Active Application Add-Ins," and verify that the "iCloud Outlook Add-in" is listed
    For Outlook 2007, follow these steps to verify the iCloud Outlook Add-in is active
    Open Outlook 2007
    From the Tools menu, choose Trust Center.
    Select Add-ins from the left column.
    Look at the list of add-ins beneath "Active Application Add-Ins," and verify that the "iCloud Outlook Add-in" is listed.
    For additional information about managing Add-ins with Microsoft Outlook, see this Microsoft support document.
    Hope that helps. Thanks for using the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Commercial Invoice can't be cancelled once GR done

    Dear All, We are following the correct process which is used in-case of Import Goods Receipt. ie., Commercial Invoice capture-->> Good Receipt --->> Then FI(MIRO) Entry Posting. Why we can't cancel the commercial invoice once GR done?? Or is there an

  • New Computer and cant put music on my iPhone

    I just got a new computer and it syncs to the computer but i cant sync my music !! Someone help me !! PLEASE !!!!!!!!!!

  • Set default to date in Application Express?

    Hi; Is there a way to do the following in Application Express? create table t ( col1 number, col2 date default cast(systimestamp at time zone 'UTC' as date)) ie, via the UI set a default TIMESTAMP to the system time? I have not been able to find a wa

  • Replication Manager

    Hi I am set up replication previously on 8i and 9i databases. I am trying to setup replication on 10g. Earlier I used to manually set up replication using APIs rather than using the Oracle replication manager. Is it a good idea to setup replication u

  • How to use Cost Based Optimizer

    Hi, I'm looking for a documentation about CBO, I found some information through google and here but anyone knows where I can found more informaton about CBO, how to use, how i'ts increase the performance and more? Thank You