Using "View Selector" in the List View Web Part, changes the web part page to the view selected's page.

Hi,
I am relatively new to Web Parts pages.  I created a page with list view web part and a Infopath Form Web Part, which are connect via the "Get Form From" option.  My users would like to be able to use views dependent on what
they are looking for.  So I created different views.  However, when I select the view from within the Web Part, it changes the web part page to the list view page.  I must be doing something wrong.  How do I configure the list view to show
the selected view and results within the existing "list view web part"?
Thanks,
Dwayne

Hi
Lindali,
Sorry, but this has not been answered to my liking.  The "List View Web Part" has the ability for the user to select the view from within the web part, so there you should be able to select a different view and have it appear within the same web part. 
Does anyone know how to complete this task?
Thanks,
Dwayen

Similar Messages

  • Can iWeb Be Used To Create and Edit Completely Seperate Web-Sites/Pages?

    Is it possible to use iWeb to create completely separate web-sites/pages? As far as I can tell even what is called NEW SITE simple creates a new nested SITE folder.
    I want to use iWeb to edit totally separate web-sites.
    I want to be able to make a single word change on my home page without having to upload and replace my entire site.
    My work around for example would be to keep my Photo and Movie Album separate (where most of my memory intensive files reside)from the part of my site which is mostly text. And when I make a single word change to my home page I would simply upload that page. I would have a link from my home page to my Photo and Movie Album - much like I edit web-pages in Dreamweaver.
    Any suggestions?
    thanks.

    There are many ways to create brand new Domain/Site/page, see my posts:
    http://discussions.apple.com/thread.jspa?messageID=6460488&#6460488
    http://discussions.apple.com/thread.jspa?messageID=6007612&#6007612
    Splitting domain.site(2) is bad juju:
    http://discussions.apple.com/thread.jspa?messageID=6261141&#6261141

  • WRT320N Can't get IP Address - only using 1 wired port - no internet access - web setup pages hang

    Just bought Linksys WRT320N to replace Netgear MR814.
    Can't get connected to internet using Linksys WRT320N.  
    Setup:
    ISP:  Cox Communications (Cable)
    Firmware: v1.0.03 build 010 Jul 24, 2009
    1 wired - port 1- to Windows XP SP 3 Dell Desktop
    Setup Attempts:
    1.  Tried to setup using install CD.  Kept erroring out with Error 302: Internal Error. tried this 3 times
    2.  Went through the reset, power down, power up procedures.
    3.  Ping 192.168.1.1 = success
    4.  Connected to 192.168.1.1 via web browser 
    5.  Set MAC Address = computer's MAC address
    6.  Set MTU = Auto (1500).  Also tried Manual 1492
    Was unable to get IP address using IP Address Release and IP Address Renew.  Internet IP Address still = 0.0.0.0
    Note that the web page will always get stuck after perfoming a couple of actions (like after switching between tabs).  Message in bottom of browser is "Wating for http://192.168.1.1/Status_Router.asp".  And on the screen the hourglass symbol never goes away.
    Note that the old Netgear router still works fine and I am currently connected to the internet using the Netgear router.   I'd appreciate any help getting the new Linksys router functioning/connecting to the internet/obtaining and IP address.
    Thanks for your help. 
    Solved!
    Go to Solution.

    I don't know where I was unclear: you wrote before that you have used the mac address clone function on the WRT to clone the MAC address of the PC. This way the WRT "pretends" to be the PC if you connect the WRT internet port to your modem.
    However, the PC is not the device which you used before to connect to the internet. The PC was not the device which was connected before to the modem. If you connect the PC directly to your modem it won't get an IP address either. It won't have internet.
    The problem is that your ISP only allows you to have a single active internet connection at any given time. If you simply connect a different device with a different MAC address to your modem this other device won't get an IP address. As you have connected the Netgear router to your modem and you have internet then you have to clone the MAC address of your Netgear router. That's the device which is connected to your internet and that's the MAC address for which your ISP has locked your internet connection.
    Thus, one more time: clone the MAC address of the netgear router (the internet or WAN port MAC address) on your Linksys router. Then the Linksys pretends to be the Netgear router and your ISP should accept the Linksys router. The netgear router should have a status page in it's web interface which shows you the correct MAC address to be cloned.

  • How to use case to replace the & in select statement

    Oracle version : 11.1.0.6.0
    RHEL
    Hi,
    I want to get a list of all expired and locked users but want to replace the "&" with and here is my code but it isn't working.
    Please some guidance, thanks.
    SQL> select username,
    2 case (account_status like 'EXP%' then 'EXPIRED AND LOCKED'
    3 ELS 'no locked users'
    4 end) account_status
    5 from dba_users
    6 where account_status like 'EXPI%';
    case (account_status like 'EXP%' then 'EXPIRED AND LOCKED'
    ERROR at line 2:
    ORA-00907: missing right parenthesis

    798188 wrote:
    thanks for the comments I corrected the ELSE and 'EPX%' but still same error :
    EOH> select username,
    2 case (account_status like 'EXP%' then 'EXPIRED AND LOCKED'
    3 ELSE 'no locked users'
    4 end) account_status
    5 from dba_users
    6 where account_status like 'EXP%';
    case (account_status like 'EXP%' then 'EXPIRED AND LOCKED'
    ERROR at line 2:
    ORA-00907: missing right parenthesisFirst of all, you do not need a CASE statement.
    Did you see the where clause of your query??
    6 where account_status like 'EXP%';do you realise that your query will always return those records for which value of account_status column starts with 'EXP'?
    Why use CASE when it could be simply written like this :
    SELECT username,
           'EXPIRED AND LOCKED'
    FROM   dba_users
    WHERE  account_status LIKE 'EXP%'

  • "500 internal server error" when trying to use F4 help in the variable sele

    Hi Experts,
    I am getting "500 internal server error" when trying to use F4 help in the variable selection screen (in WAD).
    How could this be resolved?
    Quick reply would be very helpfull.
    Thanks in advance !!

    It seems you are using wrong client ID. Make sure your logon pad has right details. You should verify this with your basis team.
    If the problem persists then try re-installing. But before you do that you can execute sapbexc.xla which is in the c:\program files\sap\bw. Type c:\ in cell c3 and click "start button". Any red flag means you have wrong version dll/ocx on your local drive, in that case you should reinstall with right patches.
    if this solution helps u then pls assign points

  • JComboBox fires ActionEvent when using Arrow Keys on the JComboBox popupwindow

    Hi,
    Situation:
    I have a JComboBox and an ActionListener (ItemStateListener is
    the same) attached to the JComboBox component.
    I have several items in the ComboBox.
    At runtime I open the ComboBox with arrow Key (DOWN Key)
    (popupwindow is visible) and go through the items with the arrow
    keys (UP or DOWN).
    Every time I change from one item to another with the arrow
    keys , the ActionListener is called, although the popupwindow is
    still open (ENTER was not pressed). I think this is very bad,
    because I do not have chance to divide between "the user is
    travelling around in the combo looking for the right item"
    and "the user selects the item he wants".
    When you walk through the items with the mouse, the
    ActionListener is not called.
    Question:
    Is there any chance to prevent the ComboBox fireing
    ActionEvents, when the users walks through the items with Arrow
    Keys?
    I've looked at the L&F Classes, but in my opinion it is not the
    right way to overwrite the ComboUI classes.
    Any ideas?
    Loeri

    Try using the PopupMenuListener.
         m_objListNameComboBox.addPopupMenuListener(/* your listener */);
    Do what you want in the method popupMenuWillBecomeInvisible.
    I use it to get the LAST selected item in the combobox.
         // Implementation of PopupMenuListener
         public void popupMenuWillBecomeVisible(PopupMenuEvent e)
              m_intSelectedIndex = m_objListNameComboBox.getSelectedIndex();
         // Implementation of PopupMenuListener
         public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
              if (m_intSelectedIndex != m_objListNameComboBox.getSelectedIndex())
                   // do what you want!

  • For elements 6 Using the Quick Select Tool- Best Settings

    I would like to hear feedback on best setting using elements 6 for the Quick Select Tool- Trying to remove a background for a Product Image. 
    Thanks!

    Perhaps you could post your sample image here to get informed suggestions.
    There are many ways to delete the backgrounds but they all depend on the type and complexity of the photo.
    Good luck.

  • I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what's up with that?

    I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what’s up with that?

    You need to do the basic troubleshooting steps described in the User Guide, Appendix B.
    Restart phone
    Reset phone
    Restore in iTunes using a backup
    Restore in iTunes as new, without using a backup
    If restoring as new doesn't help, there is a hardware failure in the phone that needs evaluation by Apple.

  • When i use view as list in finder and open a folder with many files i cant right click with mouse without selecting or highlighting a file....i just want to right click to paste an item or create a new folder...what can i do?

    When i use view as list in finder and open a folder with many files i cant right click with mouse without selecting or highlighting a file....i just want to right click to paste an item or create a new folder...what can i do?

    Thx for that im gonna try it....but is there a way to do it without using toolbar or cmd-c...? i mean using only the mouse?why does it have to highlight the file even though i click a bit next to it....?using icon view i can right click next to the folder and i wont have a problem but with list view that i prefer using it will highlight the whole row.....and i dont find free space to right click cause i got many files

  • How to Use Column Selector View in Reports

    Hi all,
    Can someone please advise on how to use the column selector view in CROMD's reporting tool?
    Whenever I add a Column Selector view, and check the Enable checkbox of a certain column, a message appears "Click the columns in the selection pane to add more choices". However there is no selection pane, and the only thing I can do within the column is input a column label.
    Am I missing any crucial steps here?
    Thanks.

    Hi,
    Choose a column as column selector by enabling the check box and click the columns that has to get into column selector in the left navigation.
    On click the columns would get in one by one. After that field that you choose would be displayed in the position of the column in the report table
    Typically the purpose is something like this. If you want to dynamically change the first field say by Account Type, Account Region, Account Status and see the revenue then it can be used
    -- Venky CRMIT

  • I have a football game recorded on a DVD R disc that I was trying to view on my MacBook using DVD Player.  The video comes onto the screen, but immediately freezes, and then disappears.  An error message comes up saying that DVD player unexpectedly quit.

    I have a football game recorded on a DVD+R disc that I was trying to view on my MacBook using DVD Player.  The video comes onto the screen, but immediately freezes, and then disappears.  An error message comes up saying that DVD player unexpectedly quit.  My MacBook operating system is Mac OS X, version 10.5.8.  DVD Player is App version 5.0.3, framework version 5.0.7.
    However, the DVD+R works on both my Dad's and my brother's laptops.  My Dad's laptop is an iBook G4 with Mac OS X operating system, version 10.3.9.  The DVD Player is version 4.0.  My brother's laptop is a MacBook Pro with Mac OS X operating system, version 10.7.2.  The DVD Player is App version 5500.26.1 and framework version 5.5.0.  The DVD+R plays fine on their laptops, but will not play on mine.
    Anthony

    Lao Bo,
    yes, you can locate and copy a file from your HD to a USB key using UNIX commands. If you know the exact name of the file which you’re trying to locate, try this:
    find / -iname filename -print
    This command will search your entire internal disk for the particular filename. If you know that it’s within a particular user account, then you can save search time with this variation:
    find /Users/username -iname filename -print
    Either variation of this command will print all files found which have the given filename. Presuming that you’re able to identify the correct file, you can copy it to a USB key using the command
    cp -p filename_returned_by_find /Volumes/USB_volume
    If you’re not sure which volume name your USB key has, this command will show you what the possibilities are:
    ls /Volumes
    Please let me know if you have any trouble with these commands.

  • How do I get back the File Edit View History Bookmarks Yahoo! Tools Help that used to be at the top of the browser window above the taps

    how do I get back the "File Edit View History Bookmarks Yahoo! Tools Help" line of text that I could click on for options that used to be at the top of the browser window above the taps

    I did that (I think I did) however the confusion is that I get only part of the menu and not the most important menu items like "file" "edit" etc. with all the drop downs. It is so freaky - my other computers have no problem like this and I and show the menu bar or not just like you described. I really doubt anyone really understands my problem with it. I took some screen shots of the good computer version and the bad one so someone can "see" exactly what I am seeing. This may be a one of a kind gremlin issue, LOL. Anyway, without those menu items, I am very limited on the usefulness of FireFox on that computer so I have to rely more on Chrome for those features and use the FireFox with Billeo and other tools that still work. Someday it may magically fix itself, LOL.
    Of the two images, one is the good computer and the other is the bad. The bad one shows the only way to see the menu items however they disappear after I am done with the custom menu and no other time can I get the items to "appear" it is like they are there but cannot get them to show when in the normal menu bar mode.

  • When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    TLCMediaDesign wrote:
    I've seen a lot of threads about getting rid of these kind of messages. Those messages are there for a reason most of the time. If you have CSS animations or other HTML5 standards that cannot be rendered in IE9 they won't magically start working becuse you got rid of a message. I use IE9 since that is the minimum standard for the client. I have never seen that message publishing to HTML5 content.
    IMO, if your client has IE9 I think that you should develop with IE9 in mind not IE11.
    When you say "develop with IE9 in mind not IE11" do you mean use SWF instead of HTML5? I used the standard question types, and a converted PowerPoint presentation. I didn't add anything out of the ordinary.

  • Were is the artwork view that used to be in the bottom left corner?

    Were is the artwork view that used to be in the bottom left corner?

    Hmm, probably. Drop a line to iTunes Feedback if you want to ask them to restore it.
    tt2

  • Can I play 3D movies on a 3D TV using Quicktime 7 and the FBX QuickTime Viewer Plug-in from Autodesk?

    Can I play 3D movies on a 3D TV using Quicktime 7 and the FBX QuickTime Viewer Plug-in from Autodesk?  I would like to play 3D movies which are in Side by Side or Top/Bottom format where the image for each eye is 1080 x 720p.  I would like to output to a 3D TV connecting it to the Mac graphics card DVI output (with a HDMI 1.3 converter) using the 2nd Display option of Quicktime.
    These would be my 3D movies created with Final Cut and Stereo3D Toolbox from Dashwood.

    What type of files are these? It does seem odd that iTunes and QuickTime will still play the files, but Front Row refuses to.
    Did you have any codecs or plugins for QuickTime installed? It may be possible that one of the updates is either incompatible with, or removed, one of these.
    I recommend downloading Perian - a very versatile codec that allows the playback of many media files - and see if this cures the issue.
    ..k

Maybe you are looking for

  • Querying data from the maintenance view.

    Hi Experts, Well, i need the STEXT field value from the maintanance view V_T591A created for the standard table T591A. Table T591A has the field Subtype but doesn't have the field Stext, which consists the description of the subtype. The Stext field

  • Check incompletely reversed.

    Hi Gurus, i have a cross-company code payment scenario.sending CC is 2000 and Paying CC is 2001.I have booked liability in CC 2000 and ran the f110.So payment document is created in CC 2001(Paying CC) and Payment Clearing Doc created in CC200(sending

  • LR5 Graduated filters not applied to final image

    I have recently had an issue using the graduated filters in the LR5 develop module.  While in the develop module (working with a raw image (panasonic GH3)), I can apply and use graduated filters without issue, but when I switch to the library module

  • Photoshop 5, Priemere Elements 3, and the trial version Photoshop Elements and Preimere 10

    I have Windows 10, Photoshop 5, Preimere Elements 3, loaded on my computer. I also have the trial version of Photoshop Elements 10 and Preimere Elements 10 loaded. The trial versions are over 30 days old and I did not purchase the software. I receive

  • Bulit-in packages - Help

    Hey, Is there any bulit-in package in Oracle that could help us testing the Migration. I mean, now our database will be migrated to another server and migration is going on. After this I want to check whether everything is migrated to the new server