List view component not being ordered

I am using the list view component to represent my table data. for creating a new row, i use a popup which has a separate taskflow in which i create a new row. Now i need to refresh the list view component after this new row is created. I am doing that using contextual events. I just re execute the query of the vo based on which the list view component is made. But in order to get the in memory rows, i set the view objects query mode to scan view rows as well as entity based rows. This however makes the vo query's order by clause to not work. I am not sure why but the list view data is no longer ordered.
Also if anyone has any idea how to refresh the entire list view component, that is load data again, it would be of great help.
Thanks in advance,
Jithesh

Hey,
I'm new at this so i'm going to try to help (although it problably won't work or do what you want).
You said you want to refresh the entire list view component, well, normally i have my views/data controls connected to a binding variable in my bean class and if i want to update something (lets say a selection) i use this code:
        AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
        adfFacesContext.addPartialTarget(dimFactSales);
dimFactSales = variable binded to one of my views.
Hope that helps,
Frederico.

Similar Messages

  • Problems using "Edit Column Widths" feature in List View component

    Hello. I'm using a list view component (Xcelsius 4.5 Professional) to display a simple table of text from Excel. I want to adjust the width of the component colums so that all of them fit on the screen at the same time- regardless of how wide they are in the excel columns. The problem is the columns in excel are of variable length; I have no way to predict how wide they will be. The list view component always defaults to the widest column(s) so it ends up pushing some of the columns to the right and  I then have to use the scroll bar to see them. I thought the "edit column widths" would allow me to force the column widths in the component (potentially truncating some of the columns), but it does not work that way.
    How is the "edit column width" feature supposed to work? What does one enter in the value for each label? Are the units in pixels? When I start entering values I get all kinds of strange behavior...

    This was a great place for me to start
    Thank you
    I took profdant139's suggestions a bit further as my real goal was to have the "Document column" narrower. The goal to be able to see all the other document info that was usually hidden way out to the right
    To achieve my results I right clicked in the upper bar with the column names and chose from the drop down box "comments" column (as suggested). I then dragged it to the far right. This pushed all the other columns over.
    In the end of the day I ended up adding "Size" and "Date modified" columns as well to get my desired results.
    Remember one can move different columns around to be in the order you need by clicking on the column to get it active and then left click and drag it to where you want
    Another great thing is that by default (Using Mavericks) the date modified, opened,created columns have date and time. One can shrink them down to xx/xx/xx format by manually adjusting the column width like one does in Excel - click on column separator up top and drag
    Once all that is done, at least on my box, I closed it out and opened up a new finder window and everything was as I wanted.
    Thank you for the help  from the above helper to get me here

  • Views are not being updated

    Hello All,
    I am a newbie to oracle dB.
    I have an old VB6 application code that used to "talk" with Oracle dB (version 10g). The 2 machines used to be connected using the Microsoft ODBC for Oracle driver ("Provider=MSDASQL.1"). It used to run fine and all the dB's Views were updated automatically. We recently updated our Oracle to 11g running on Windows2008 r2 64bit machine. We are no longer using the Microsoft ODBC driver but the Oracle client (OraClient11g home1). The VB6 application seems to work OK, see all the records and all BUT, I noticed that all our Views are not being updated automatically anymore. I was wondering if any of you have any idea as to why this is happening and what should I do? I can always go back to the code and force the update on the all the Views but, I was hoping for a quick connection settings tweak if existed.
    Thanks
    g

    837748 wrote:
    Hello All,
    I am a newbie to oracle dB.
    I have an old VB6 application code that used to "talk" with Oracle dB (version 10g). The 2 machines used to be connected using the Microsoft ODBC for Oracle driver ("Provider=MSDASQL.1"). It used to run fine and all the dB's Views were updated automatically. We recently updated our Oracle to 11g running on Windows2008 r2 64bit machine. We are no longer using the Microsoft ODBC driver but the Oracle client (OraClient11g home1). The VB6 application seems to work OK, see all the records and all BUT, I noticed that all our Views are not being updated automatically anymore. I was wondering if any of you have any idea as to why this is happening and what should I do? I can always go back to the code and force the update on the all the Views but, I was hoping for a quick connection settings tweak if existed.
    Thanks
    gWhat evidence do you have that views are not being 'updated'? Are you talking about materialized views? A normal view has nothing to 'update'. A view contains no data. It is nothing but a pre-defined query.

  • Movies are in List view and not showing in Movies view

    When I down load movies, they are appearing in the List view, but are not showing up in the Movies icon view.  How do I fix this?  I'm on iTunes 11.01.1

    Right mouse click on a Movie and select Get Info
    On the options Tab you probably have the value Home Video showing. Change it to Movie and the film will show up in the right place.
    It seems that iTunes assigns it to Home Movies when you import it unless it is explicitly tagged as movie or TV show etc

  • List View does not retain date formats from Excel

    i am using List View control to isplay data. When i scroll the horizontal bar inlist view, the date format changes to numbers. is there were to stop this happening.
    regards
    Chandra

    Hi Chandra,
    Are you getting the values from any live connection or is it static data from the excel file?
    You can also try to goto properties of component and in the appearence tab,select the format of the values as "DATE".
    Incase you are getting the values from the live connection, you can select a different cell which would reference to the data coming from the connection and use it into the components.
    e.g.: if values are coming in cell"A1" then goto some empty cell as B1 and type in"=A1" and use this new cell into the component.
    Let me know if this works.
    Thanks,
    Amit.

  • Faster Full-Name Viewing in List View - does not always work

    A little while ago I discovered the Tip (from the Apple Pro tips page) on how one can view the entire file name when in List View and the name is too long to view without widening the column.
    One can just roll the mouse over it and wait. But, one can also use the Option key to bring up the full title right away.
    Sometimes, I have found though that NEITHER method works. I hover my mouse pointer. Nada. I hold the Option Key and roll over file names. Nada. It seems likely that it is a software issue, some conflict, but I have no clue at to what, yet.
    Just before I started writing this, I could not get the Faster Name Viewing or, the roll-over and wait method to work. I had been thinking it took a restart to revive the function. But, then I went and tried File Name Viewing, again and it worked as if there never had been an issue. I had done nothing between it not working and working again except start writing this post.
    Anyone have any thoughts or info?

    Fixed.
    A and B sort of had a different set of controllers.
    I did not realize that the using the sort requires an explicit call to CALL_VIEW to show the page again. I thought it was all automated.
    That was the problem.

  • Jitter in list view (iTunes not in use)

    When viewing a window in list view, long lists display a jitter, i.e. the displayed list jumps up and down one item. I first saw this in QuickenEssentials when reconciling a bank account, but then also when I displayed the home/Library/Preferences list. When I searched on the forum I invariably got into iTunes related questions, but iTunes is not active when this happens. These are the only two instances of this behavior I have seen. (a) Has anyone else had this experience? (b) What can be done about it?

    Thanks. I forgot to mention that I noticed this effect when moving the cursor by using my bluetooth-connected "Mighty mouse" This suggests to me that the issue is with the operating system treatment of bluetooth and not with the particular mouse in use.

  • Data visible in List view(component in Xcelsius) but not in charts

    Hi,
    I am facing an issue in Xcelsius. I am getting data from SAP R3 to BW Cubes,built queries and made d universe and QaaWS(Query as a Web Service) on top of that.When importing in Xcelsius,firstly I am unable to view the data in Excel sheet, but the data is visible in viewlist when i bind the data to it.The problem is coming when I am using Charts etc...not able to view the key figures in charts....for ex if i am giving fiscal year and corresponding sales figures...I am able to see the fiscal year on X axis but sales figures are not coming on Y axis...tried with everything else..not working.
    Kindly suggest some solution for this!!

    Hi,
    so you can use a grid or table or a selector and you can see the data including the keyfigures but when using a chart you can not ?
    which chart are you using ?
    are there any variables involved ?
    Ingo

  • Sales BOM Component not in order

    Hi All,
    I have created some Sales BOMs.
    I selected 3 Sales BOMs into Sales Order at one go using the block select. It is displayed without issue when there are no formatted searches setup at Sales Order row level. as shown below.
    SalesBom-01
      SalesBOM-01-Comp-01
      SalesBOM-01-Comp-02
      SalesBOM-01-Comp-03
    SalesBom-02
      SalesBOM-02-Comp-01
      SalesBOM-02-Comp-02
    SalesBom-03
      SalesBOM-03-Comp-01
      SalesBOM-03-Comp-02
      SalesBOM-03-Comp-03
    I have created 2 User-Defined Fields (both have formatted search setup to refresh by Item No).
    = Avail Stock (in Stock - Is Committed from OITM)
       FS = SELECT $[$38.33.number] - $[$38.34.number]
            $[$38.33.number] = In Stock field (std field in Sales Order row)
            $[$38.34.number] = Commited field (std field in Sales Order row)
    = Maximum Selling Price (gets from the Maximum Price List)
       FS = SELECT T0.Price FROM ITM1 T0  INNER JOIN OPLN T1 ON T0.PriceList = T1.ListNum
               WHERE T1.[ListName] ='Maximum Price' and  T0.[ItemCode] =$[$38.1.0]
    After implementing the 2 formatted search, the 1st Sales BOM is not properly displayed. see below example. The components for SalesBom-01 are displayed at the end of the SalesBom-03.
    SalesBom-01
    SalesBom-02
      SalesBOM-02-Comp-01
      SalesBOM-02-Comp-02
    SalesBom-03
      SalesBOM-03-Comp-01
      SalesBOM-03-Comp-02
      SalesBOM-03-Comp-03
      SalesBOM-01-Comp-01
      SalesBOM-01-Comp-02
      SalesBOM-01-Comp-03
    Does anyone have any advise the cause and how i can rectify it?
    Regards
    Jessie

    Hi Gordon,
    I am using 2007B SP0 PL10.
    I have already tried it in SBODemo_SG and customer's TEST database.
    Both are showing me the same results when the Formatted Search are setup.
    Rgds
    Jessie

  • Google Maps GL not working and 3D developer view is not being shown

    im using FF16 and i have a 1GB Nvidia 525M Graphic card in my laptop. Im not able to enable google GL maps in FF but the same is working in Chrome. Im also not able to use the feature to view webpages in 3d view, which when i tried on other pc's is working.

    Have you tried a PRAM and an SMC reset? They're longshots, but don't take long to try.
    PRAM: http://support.apple.com/kb/HT1379
    SMC: http://support.apple.com/kb/HT3964
    Have you run Apple Diagnostics from the disc(s) that shipped with the computer?
    Since the problem occurs in all browsers, it still sounds like a video hardware or video RAM or maybe a software issue having to do with layers and rendering.
    The map layers aren't getting rendered, or if rendered, aren't getting displayed.
    Do you have any browser add-ins? Pop-up blockers?
    Since you have two video chipsets, it's possible that might be related to the issue.
    This non-Apple website talks about switching between chipsets on the various MacBook models so equipped, and points to a free 'donationware' program for the menubar that lets you easily switch between chipsets:
    http://www.everymac.com/systems/apple/macbook_pro/macbook-pro-unibody-faq/macboo k-pro-unibody-switching-between-graphics-processors.html
    Trying to think of other software that might help pinpoint the problem, does the iPhoto Slideshow 'Shatter' template work? Working properly, it 'shatters' images into several color layers and rotates them in and out to build and deconstruct photos.

  • Dropdown value list selected value not being displayed

    HCM process and form  - Using HR Admin control library in Adobe form to create a new drop down list  as per OSS Note Note 973170 - New library for "SAP Interactive Forms by Adobe" - HR Admin Drop Down box list.
    User is able to choose values from dropdown list. But, when form is sent for approval, approving user is not seeing selected value.
    Thanks,
    Karu

    Hi karu,
    Follow the below steps,
    1. Place the dropdown list box in the form
    2.bind the attributes to the dropdown.
    3.In Object tab Property  Click List Item, One Pop up Window is displayed,
       In the popup window,
                           i.  Bind the dropdown list attributes to the  items.
                           ii. $ symbol assigned to the Item text
                           iii.$ symbol assigned to the item value.
    by
    Parthasarathi

  • HT4528 Calendar under IOS7.0.2 has been changed. does not work the same. what happened to LIST mode (multiple entries being displayed in list format) or am i doing something wrong?

    I got use to using Calendar app where multiple entries are stacked under IOS6.  Under iOS7.0.2 I enter a new appointment and after the entry I can not find the new appointment after i click on done.  Am I doing something incorrect HELP!

    The list view does not appear to be among the "standard views" for the Calendar app in iOS 7.0.x.  You can still get the list view by going to the day view and hitting the search button (magnifying glass icon).

  • Double items in list-view calendar iOS 7

    Since I first opened the calander-app in iOS 7, some, but not all items are shown twice in the list-view, but not in the other views. If I delete one of the doubles, both are gone. It seems to be completely random what items are shown twice. Is it a bug? It happens both with iCloud and Exchange items. Both single and repeating appointments. I can not see any logic in it. Please help, because it makes the list-view very cluttered now...
    Kind regards,
    Piet

    Okay, I don't understand why, but the problem seems to be induced by the update process. Though the other views are unaffected, some (a lot) items in the list-view are being doubled. It seems to be random, but both my iOS devices are affected in exactly the same way, so there must be a mechanism that causes it.
    But... If you turn off the calendars for the affected accounts (iCloud, Exchange), confirm that they are being removed from your device, and then turning them on again, they are being re-synchronized. This creates new entries in the calendar that in the list-view are not doubled anymore.
    Be careful! Do not delete the items manually, since this will delete the item on all synchronized devices. Just turn the calendars off in the account settings and choose not to keep them on your device but remove them from your device instead.
    This will fix the problem quick and easy.
    Kind regards,
    Piet Groeneveld

  • List View Justification incorrect after sorting

    I am using a list view to display some data in Xcelsius SP3.  I have set the justification to 'Left' for the List View object and when the object is first display all numbers are correctly aligned.  However, if a sort is done by one of the column headings some numbers appear to shift further left than others.  This causes the data to look misaligned.  Anyone else experiencing this or have an idea of what may correct it?
    Thanks

    I downloaded and installed FixPack 3.4 for Xcelsius 2008 SP3 and re-created the SWF file but still had no luck.  The labels of the List View still do not align correctly when sorting or even scrolling in the table.  I have not yet opened a Support note in marketplace but plan on doing so soon.  I will update this message with the note # and any responses that I receive. 
    I have to believe with as much as the list view component is used that someone else has had this happen to them.  Any input would be greatly appreciated.
    Thanks,
    Scott

  • List View still displays dates as numbers after 2.1 Hotfix

    Hi
    Just tried the List View component after installing Fix Pack 2.1 Hot Fix.   I  put a list view component on the canvas, selected 3 datesone for each header, changed the Appearance - Header to Date and then hit preview.  The first header worksshows the dates but the other two headers show numbers, not dates.
    The documentation shows that this was fixed,  see below
    ADAPT01260598 (List View displays
    dates as numbers)
    Description:
    The header area of List View displays date values as numbers.
    New Behavior:
    This issue is resolved.

    No, I was just wondering since I have a second device on TMobile US and haven't gotten the update. I loaded this OS almost a month ago when it leaked on the Internet.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Maybe you are looking for

  • How do I restore emails on iCloud?

    I have a Mac Air (main compuiter), a MacBook Pro (which I am phasing out),  and an iPhone 4, all running the latest available software.  I have an iCloud account.  I used to have a mobile.me account. I have had a dot mac mail account for ages.  Then

  • RIDC check in the file name encoding issue

    Hi, When I use the RIDC to upload the chinese file name, the native file field become ??.pdf. TransferFile tf = new TransferFile(new File("c:/中文.pdf"), "application/pdf"); dataBinder.addFile("primaryFile", tf); Thanks!

  • TS1776 cant open itunes, just shows mini player on task bar but doesn't open

    I cant't open iTunes,the itunes mini player icon appears on the bottom taskbar but dos not open. I've tried removing and re-installing the software and restart but no avail. Any ideas on a resoltion? thanks

  • Advice Required on Suitable Soundcard & Softw

    I am looking for a good soundcard which will enable me to archi've my favorite analog LP Singles in digital format but not sure which soundcard and software offer the best sound quality in terms of recording from a analog source. Your advice will be

  • One database, but 12 HealthMailbox accounts??

    We have a relatively new Exchange 2013 install. For some reason, despite only having one database (verified by running get-database command), I have 12 HealthMailbox accounts. From what I've read, there should only be 2 per database. I've tried wipin