Views labels localization problem

Hello,
I've some workspace views and presentations that contains several labels coming out from project variables.
These vars are correctly setted up with 2 languages but when I deploy the project, the language remains English. In addiction some of the labels, when modified, remains as they were.
After each deploy we do an engine restart. We waited enough time to let the directory refresh itself. The option to update custom views and presentation is switched on.
What else is missing?
Please any suggestion is welcome!
Thaks a lot
G

I have the same problem once and was because when you deploy as the variables already exist then you map the variables that come from the exported file to those variables and then even you localize them in studio it is not reflected in enterprise. so you have to localize them in enterprise.
HTH

Similar Messages

  • Interactive Report's Column Definition - Single Row View Label Bug?

    Hello,
    I have an Interactive report that I've added a Blue background to certain column headings (done by giving Column Heading a background color), this works fine except for the Single Row view - it displays the <....> code I used to get the background color and the column heading. I've tried to change the Single Row View Label by unchecking the 'Use Same Text for Single Row View' on the Column Definition and giving a different label, it just ignores whatever I put in and shows the Column Heading with the < .... > code. Is this a Bug or am I doing something wrong?
    Thanks,
    Anna

    Hi Anna,
    I believe that it is a bug.
    If the 'Use Same Text for Single Row View' checkbox is unticked and some text is entered in the 'Single Row View Label' field it gets ignored completely when viewed in the single row view and the existing value in 'Column Heading' is used.
    I wanted to do something similar to you, colouring some of the Interactive Report column headers, and it works fine in the IR report itself but shows the code (span style:color etc) in the single row query. I am using Apex 3.1.1 and the Sand Theme.
    I created a simple application on apex.oracle.com using the red theme and in single row view it still ignores the 'Single Row View Label' but interestingly shows the Column Heading text without the code. This indicates that there could be a work-around by altering the theme.
    Regards,
    Chris

  • Issue :  Child view object refresh problem,

    Hi ,
    Child view object refresh problem,
    Detail expaination of problem with DEPT and Emp table:
    I have two pages first.jspx and secound.jspx
    In the First page we are showing one department and All Employee blongs to that department. Employees are shown in table format.
    and i have duplicate button in table--> this will create a duplication record of selected employee by calling application module
    and the control moves to sencound page to show the newly created Employee details.
    From secound form am returning back with some action button to previous page to the same dept , The newly created records are not showing in the table [but the database has newly crated].
    How do i refresh the child view object ?
    Regards,
    Bogi.

    Hi Frank,
    We are creating new record from the AM with help of ADFBC.
    Would like know how to refresh UI Datacollection and AM view objects.. ? i have added vo.executeQuery in AM . But the changes not reflecting in UI,
    Thanks for the reply... am ready to give any other info required,,,

  • Removing views (label) from tab views...

    Hello all,
    I am again presented with a troubling problem:
    Take a 3 tabs app based on the tab Bar Application Template.
    I am creating and displaying a label on tab 2 depending on an input from tab1 (a UIActionSheet with index 0 or 1)
    if index 0 is selected on tab1 Actionsheet, no label should be displayed on tab 2,
    if index 1 is selected on tab1 Actionsheet, a label (called here "appearingLabel") should be displayed on tab 2
    In order to avoid memory leaks and confusion, my approach is to destroy the label (if it was created) upon tab2 view's dissappearance :
    - (void)viewDidDisappear:(BOOL)animated
    if (appearingLabel == nil)
    NSLog(@"no label appearinglabel..."); //for debugging purposes
    else
    [appearingLabel removeFromSuperview];
    things start to work OK , but after a couple of switches from tab1/change in Actionsheet choice/tab2 : tab1..., I get en exception that "removeFromSuperview is called on a released object...
    According to the code above, how can that be ? Shouldn't
    {code
    [appearingLabel removeFromSuperview];
    {code}
    only be called if appearingLabel exists ? (not == nil) ?,?
    Any help would be appreciated...!
    thanks

    Hello Rick,
    Thanks again !
    I changed the code to :
    - (void)viewDidDisappear:(BOOL)animated
    if (appearingLabel == nil)
    NSLog(@"pas de label appearinglabel...");
    else
    [appearingLabel removeFromSuperview];
    appearingLabel = nil;
    works perfectly...
    I tried to replicate the
    if (cell == nil)
    line used in tableviews to create the cell that will be reused if it was not created yet...
    I will explore this issue further, but in the mean time, you got it to work !

  • Label Printing Problem, Laserjet Professional p1566

    I have this problem and it's getting me crazy.
    I just bought a Laserjet Professional p1566 and I'am trying to print a Tico label (LP4W-3714, 5 collomns, 20 rows) for tubes in the lab. The problem is that when I print, the printer loses the exact position of the labels, i.e. in the vertical view, for the first rw it starts almost in the correct position, then for the last row it finishes in the 19th row instead of 20th. It means that it prints the whole page a little smaller than the actual size, so it prints everywhere, on the labels and in between as well. On horizontal aspect I have the same problem somehow. Before I had a Laserjet 1010 and it had the same problem of the vertical positioning, but not the horizontal.
    Any help would be appreciated

    Upgrade to CR XI R2 for free and test again

  • Wrong format for spreadsheet table, list view, label component

    I have a movie which is connected to a web service.  The web service feeds into cells that are linked to a spreadsheet table component.  The cells are properly formatted in excel and the fields show up fine when using static data.  However, once I pull in data in preview mode or with a published movie the cells lose the desired format.  I tested this with other components such as list view and label and get the same result.  I do not see the same results with the mouse over values in a chart though.  Anyone know what might be the problem?
    Thanks for the help

    Thanks for the response Andy.
    The fields I use have the same uniform format so there is no dynamic formatting going on.  I have read up on the rebind fix and have tried it but it doesn't seem to change things.
    Here are the specifics of my situation.  I paste some sample data returned from a query into the excel sheet.  One of the fields is a percentage so I format those cells appropriately and the excel sheet reflects the change.  I then bind the spreadsheet component to the cells containing the sample data.  The percentage field is properly displayed on the canvas as well as when I go into preview mode.  I now feed the cells with the sample data with a web service that uses the same query I used to generate the sample data.  In preview mode the percentage cell now is unformatted and shows up looking like a decimal number.  The same situation occurs for a label component bound to a single percentage cell.  I even configure the label component to format the text as a percentage.

  • 11g View Criteria "Exists" Problem!!

    Jdeveloper Version 11.1.1.1.0
    Example: Model HR
    Hi everybody,
    I am using the example model HR and i would like to get a view criteria to search the departments by name and employees by the lastname. But i need to get the departments when the "firstNameEmployee" is empty even though they are no employees.
    Now i get only the departments with some employee.
    That is a example of my concrete problem. In the view must have only the attributes of department.
    and here is the query:
    ( ( ( UPPER(Departments.DEPARTMENT_NAME) LIKE UPPER('%' || :VariableNameDepartament || '%') ) OR ( :VariableNameDepartament IS NULL ) )
    AND (EXISTS(SELECT 1 FROM EMPLOYEES Employees WHERE ( ( ( UPPER(Employees.LAST_NAME) = UPPER(:VariableNameEmployee) ) OR ( :VariableNameEmployeeIS NULL ) ) )
    AND (Departments.DEPARTMENT_ID = Employees.DEPARTMENT_ID))) )
    Thanks!

    Hi,
    Using view criteria does not change anything. After the query, the view object only contains the filtered rows.
    So you can get the result the same way you did before.
    Gabriel.
    ps: I hope I got your use case correctly. If not please give us some more detail
    Edited by: Gabriel Sideras on Sep 27, 2011 3:01 PM

  • Event Viewer reporting continuous problem with Firefox

    I had to disable McAfee Site Advisor because if enabled I could not use the back and forth arrows on the browser in some instances. In trying to track this problem down I discovered there is a continuous problem reported in Event Viewer with this information:
    The entry <C:\USERS\CINDY\APPDATA\LOCAL\MOZILLA\FIREFOX\PROFILES\PV0GC0WS.DEFAULT\CACHE\_CACHE_003_> in the hash map cannot be updated.
    Context: Application, SystemIndex Catalog
    Details:
    A device attached to the system is not functioning. (0x8007001f)
    Can anyone please help with this?

    The error could be something trivial, it will depend really on what problems you are having, and I note you have made a few other posts.
    * One article you may find useful is [[Basic troubleshooting]]
    * Also see [[Safe Mode]] & [[Troubleshooting extensions and themes]]
    ** Note when using safe mode normally do not make changes in the first dialogue Window you see just click on the continue button (Unless you really do want to reset something)
    ** Also note whilst Safe Mode does disable plugins, it will not always stop all external software interacting with firefox .
    A basic principle of troubleshooting is to reduce as many unknown interactions as possible, so in the case of Firefox disabling or removing as many extras as possible.
    If you are determined to check what is in the firefox caches then use ''about.cache'' simply type it into the location bar and hit return, it is relatively user friendly and shows masses of info about what is cached, there is also an [https://addons.mozilla.org/en-us/firefox/addon/cacheviewer/ add-on cacheviewer] Even without the add-on you may be able to figure out what the item is, and whether or not it is updating.
    I do not even use Vista, but presumably an event log entry may not necessarily relate directly to Firefox use.
    ''"in the hash map cannot be updated.
    Context: Application, SystemIndex Catalog "''
    I would hazard a guess that the above message may relate to disk indexing; if so it will possibly have nil impact upon Firefox operation.
    I do recall problems being mentioned on this forum about Site Advisor and Firefox, and note some versions are on the [https://www.mozilla.com/en-US/blocklist/ blocklist] for Firefox 4. If you have problems with SiteAdvisor it would be worth ensuring you have the very latest compatible release of Site Advisor.

  • ADF Map Viewer Themes Rendering Problem

    Hi,
    Im presently working on ADF Map Viewer. Im facing the below mentioned issue. Can any one has come across this???
    Im building the Themes using Map Builder.
    I have 3 thems, which i combined together & created as a Base Map using Map Builder.
    While adding the themes, i also set the theme mode as "Mapviewer_native". The themes are Area Theme, Region Theme & Building Block Theme.
    For the first theme, i did not specify any minimum scale & maximum scale to make sure that this theme needs to be rendered initially.
    For the second theme, which supposed to be rendered after doing certain zoom in...for this theme i have set the Max & Min scale as Max 3 || Min 8.
    For the third theme i have added the range from 3 to 0.
    Im able to test this fine with Map Builder...On making zoom in at certain levels the second theme is getting rendered..and after doing some more zoom in the third theme is getting rendered.
    Till this everything fine... Here the problem came....
    I used <dvt:map component & assigned the above created Map as Base Map... But here im not able to see the second theme...Initially its showing the Area Map & On selecting the Zoom In ...its directly going to theme 3.
    Can you please suggest me some thing by using i can get this second theme as well....
    Looking forward to hear from you
    Regards,
    Konjeti

    Hi,
    not that I am aware of.
    Frank

  • PDF View Search Find Problems

    FInd/search function in PDF view application still not fixed in WebOS 1.4.  In PDF View application:
    1) The field where you enter something to search/find is hidden by the name of the PDF document title.  It doesn't go away even when you start typing, so you can't see what you are typing.
    2) The count of the number of matches found looks greyed out and very hard to read.
    3) The up/down arrows in the top right next to the count of matches does not work.  Shouldn't they take you to each consecutive match?
    4) Why doesn't it position you to page in the document where the first match is found?   It shows the page number at the bottom, but since the up/down arrows at the top right don't work, I have to click the forward page arrow and then the backward page arrow to jump to the page containing the first match.

    Post Author: [email protected]
    CA Forum: Administration
    I don't know how to point Adobe to a certain printer, but the printer we are using does have that paper tray size.
    So just to add some more clarification, its BO XI R2 and:
    If I run the report in Deski, then save it as a PDF on my desktop, it is formatted properly, no problems at all, and no need to point Adobe to any printers.If I view the same report in Infoview it's split into two pages unless I chose "View -> Draft Mode". If I chose "Page Mode" it's split on two pages, if I chose "PDF Mode" (for printing) it's split into two pages and that is a problem....

  • Flash image viewer, picture scale problem in CS3

    Please someone help me. I have built a website 3 years ago, and I still have this problem. In CS3 I added a flash image viewer (slideshow.swf) as a slideshow to show gardens we have made. When you first visit the site and look at the pictures (wich are bigger than the viewer window because of picture quality issues) they don`t shrink to fit into the viewer window, you only end up seeing a fraction of them. But when they download and you go back to see them again a second later, they become the right size. It also swiches to the right size when the loop play gets back to the first pic again.
    In the flash element properties I tried the different scale settings, and looked at other settings too but I couldn`t make it work.
    I think making the viewer window as large as the pictures, would look odd. Maybe buying on other slideshow program to insert into dreamweaver would work.
    If you would like to see the site its: tsugagardens.com , than look in the photo gallery and after the pics download go back with the back button and see the difference in the pics.
    Thank you for your efforts,
    Tibor

    function(){return A.apply(null,[this].concat($A(arguments)))}
    serestibi wrote:
    Please someone help me. I have built a website 3 years ago, and I still have this problem. In CS3 I added a flash image viewer (slideshow.swf) as a slideshow to show gardens we have made. When you first visit the site and look at the pictures (wich are bigger than the viewer window because of picture quality issues) they don`t shrink to fit into the viewer window, you only end up seeing a fraction of them. But when they download and you go back to see them again a second later, they become the right size. It also swiches to the right size when the loop play gets back to the first pic again.
    In the flash element properties I tried the different scale settings, and looked at other settings too but I couldn`t make it work.
    I think making the viewer window as large as the pictures, would look odd. Maybe buying on other slideshow program to insert into dreamweaver would work.
    If you would like to see the site its: tsugagardens.com , than look in the photo gallery and after the pics download go back with the back button and see the difference in the pics.
    Thank you for your efforts,
    Tibor
    Here is the code for the image viewer

  • Crystal Report Viewer and border problems

    Post Author: catalinandrei00
    CA Forum: Deployment
    Hello there,    I've created an report and I've added borders for the fields in the report (Right click on the field > Format Object -> Border -> Choose for the 4 margins the line-style single). The report is correctly exported to different formats (.doc, .pdf, .xls). My problem is that when I display the report in an ASP.NET 2.0 page using an Crystal Report Viewer the report is correctly shown but the borders don't appear.My question is why the borders don't appear in the Crystal Report Viewer? Thanks for helping for solving this issue. It's very important.Catalin  

    Hello catalinandrei00
    I have the exact opposite problem as yours.
    I am using integrated crystal reports with Visual Studio 2005 and I have put a Crystal Viewer on a web page.
    First I also had the same problem like yours and then in one of the post i found a solution for this. Hope it will work for you too. here it is :-
    Just remove the following line from your aspx page.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Now regarding my problem. My problems is that now i can view the borders and everything correctly in the viewer but when i try to print the report it automatically exports to Adobe first and BAM!!! the format disappears. Though if i export to word Doc format it export perfectly fine with all the borders and everything
    I hope some other reader will come to my rescue...pls HELP.

  • Color flicker? Florescent lights? Viewer to Canvas problem?

    Hello everyone,
    I shot on a Sony HZ5u,
    in Smooth Slow Record,
    HDV1080i, 60i
    inside a semi truck bay under fluorescent lighting (I think).
    In both the Viewer and Canvas there is a frame to frame shift in White Balance hue
    from cyan to magenta.
    The issue does not occur outside the bay, so I'm guessing it's due to lighting.
    Now my problem is that the visibility of this is more noticeable in the Canvas
    where there is an extreme flicker. It hurts my eyes. It is very rapid.
    *Is there a reason why it gets worse in the canvas? How can I fix this?
    It is not my monitors, I moved both windows over to each monitor and it's consistent.
    And for anyone who knows, why does this camera, and other cameras, react so drastically to normal fluorescent lighting?
    I have had earlier issues where the color did not flicker but rolled, like a tv static roll, slowly and constantly.
    Thank you for ANY help!
    Landon S.

    No it's the other way around.
    If you shot at 60i/30fps with today's cameras you may not have a problem, even with the old magnetic ballasts with a florescent bulb you're really not at odds with the AC cycle at 30fps. It's when you shot slo-mo and change the frame rate to something that's not divisible into 60Hz that you get in trouble.
    Of course all that changes if the the AC current isn't stable.
    There are little tricks like not using auto white balance, and using proper shutter speeds. I'm not much of a shooter, I've just come across the problem before and understand the cause. I produced a film shoot in a newsroom once where we had to re-light the whole room and bag the florescent lights.
    We ran tests, it's smart to run tests. If you shoot in that place again I would bring in your own lights.

  • Label Printing Problem

    Hi
    I created a smartform( Travel Card in PP).
    the label is showing in Print Preview as   1
                                                               2
                                                               3
    but the printouts are coming as  3
                                                   2
                                                   1  am using Zebra printer for this label
    Please solve my problem its urgent
    Thnaks in advance

    Hi ,
    sort the internal table before supplying to the smartforms .
    Regards

  • Materialized View fast refresh problems

    I have two databases (A and B).
    In database A, user NICK has a table called COLOUR_MASTER.
    Also in that database, NICK issues the command create materialized view log on colour_master with primary key including new values (and yes, there is a primary key defined for this table)
    In database B, there is a database link called A_LINK, connect to nick identified by password using 'dbA';
    Also in database B, user IAN creates a materialized view CM_MV refresh fast as select * from colour_master@A_LINK
    That statement completes successfully, and there are several million rows in CM_MV when it's done.
    Immediately, IAN issues this command:
    begin
    dbms_mview.refresh('CM_MV');
    end;
    ...and after a slight pause, he gets the error
    ORA-12008: error in materialized view refresh path
    ORA-02068: following sever error from A_LINK
    ORA-03113: end-of-file on communication channel
    Yet a +'select count(*) from colour_master@A_LINK'+ submitted immediately manages to return the correct number of records in database A -so that 3113 is a bit misleading, I think, in that instance A did not crash, the database remains accessible at all times, there are no networking issues (database A and B are both located in the same server room, so this isn't like I'm trying to connect half way round the globe).
    The only thing I can think of is that there's a permissions problem causing this error. That because the MV creation is done via a link, there's no problem in IAN seeing the appropriate objects, but that once refreshes come into play, maybe there is.
    Can anyone shed any light on why I can't do the fast refresh of the view I can happily create, please?

    I'm surprised that no-one has asked you to do the obvious: try doing a select * from colour_master@A_LINK, without that being wrapped up in a create materialized view statment. Just do a plain select * from...
    My bet is that you'll get an ORA_22992 cannot use LOB locators selected from remote tables error. And if you can't do a simple select * from a remote table, I suspect that you can reasonably expect fireworks when you try to create or refresh a materialized view on such a thing!
    Here's a quick test:
    In Database 1:
    =========
    SQL> create table A (col1 varchar2(2), col2 clob);
    Table created.
    SQL> alter table A add constraint A1 primary key (col1);
    Table altered.
    SQL> insert into A values ('AA','This is an entry into a clob column');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create materialized view log on A with primary key including new values;
    Materialized view log created.In Database 2
    =========
    SQL> connect ims_global/v0yager1@ussd
    Connected.
    SQL> create materialized view B refresh fast as
      2  select * from A@remotedb_link;
    Materialized view created.
    SQL> exec dbms_mview.refresh('B');
    BEGIN dbms_mview.refresh('B'); END;
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-02068: following severe error from REMOTEDB_LINK
    ORA-03113: end-of-file on communication channel
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2251
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2457
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2426
    ORA-06512: at line 1
    SQL> drop materialized view B;
    Materialized view dropped.
    SQL> create materialized view B refresh fast as
      2  select col1 from A@ims_link;
    Materialized view created.
    SQL> exec dbms_mview.refresh('B');
    PL/SQL procedure successfully completed.Which seems to replicate your problem rather well, I think.
    I don't know if there are any workarounds for this. I mean, obviously you can miss out the CLOB column in your 'create MV' statement as I just did, but I don't know whether you are even allowed or supposed to be able to create an MV on lob columns and that patch such-and-such will let you do it. Maybe someone else can provide that information.
    But at least you won't have to play Russian roulette with your init.ora parameters!

Maybe you are looking for

  • Can open safari after reinstalling osx 10.7.1

    please help. This is my first forum so bear with me. I have read them alot and have helped with alot of my problems but this time i just cant figure it out. My system froze yesterday and after trying everything else i did a ( command + R) reset. ever

  • Adding a single column to mulitple tables

    I have to add a single column to 664 tables. I can copy the column from the table it is originally created in. Is there a way to paste the column in all the remaining tables? It doesn't work by selecting all the tables in the design ('Ctrl + a', righ

  • How can i tell if my ipod is a 2g or 3g

    the model number is MC086LL serial number 8N9468X175J can anyone tell me if this is a 3rd or 2nd generation? thanks, Monica

  • What is the Data Rate of the Cache in Adobe Premiere CS6

    Hi, Trying to build a raid array to edit with and want to know how much speed i need for caching read/write drive for premiere and After Effects. I'm of the impression that the cache doesn't need more than a single 7200rpm drive (~120MB/s) but really

  • How to: Save as PDF AND preserve Word bookmarks/hypertext links

    Is there a way to save a word doc as PDF in OS 10.4 that enables the hypertext links in the PDF file? When I save, i just get blue underlined text in the PDF but it cannot be clicked on to follow the links embedded in the original Word doc. thanks fo