Are mutiple selections possible

I have a Search Page, Result Page and Detail Page working. I
need to be able to allow for mutiple selections on the dynamic
select list box I have on my search page. I can not find any
instructions on how to do this.
I appreciate any tutorials or help anyone can give!
Crystal

CDROUSE wrote:
> I have a Search Page, Result Page and Detail Page
working. I need to be able
> to allow for mutiple selections on the dynamic select
list box I have on my
> search page. I can not find any instructions on how to
do this.
>
> I appreciate any tutorials or help anyone can give!
If what you are asking is how to make the list so that you
can selection multiple items, then all you need to do within
Dreamweaver is to select the list (make sure that Type is set to
list, and then check the Allow Multiple box. Or go into the code
for the select tag and add multiple="multiple" in the opening tag
of the select.
If what you are asking is how to handle the multiple
selection on the server side to filter your recordset that is
different and a bit more involved and will require the knowledge of
the server language you're working with (and possibly the database
too).
Danilo Celic
|
http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert

Similar Messages

  • Since installing ios6, my contacts groups are not selectable and reminders is not accurate on the i phone

    Since installing ios 6, mygroups in contacts groups are not selectable and reminders is not accurate on the i phone: no problems with the ipad.
    On reminders, it says 28 but I only have 7. i cloud is accurate.
    Anyone having these problems with ios6 on iphone 4? (Verizon)
    suggestions?

    In case you are using "Clear history when Firefox closes":
    *do not clear the Browsing History
    *Firefox > Preferences > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-browsing-search-and-download-history
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data.
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them if possible).

  • After SALV Refresh, rows are still selected in display

    I have an SALV output (simple list) that updates  a database table based upon user action.  During the user_command processing, I modify the internal table for the SALV, removing the rows that have been updated by the user, and clearing my index row table created from the get selects methods (this appears to prevent this problem in older ALV versions).  Then, I do a alv->refresh( ).
    Upon re-entry to the SALV display, all the data is correct, but the rows that were previously selected by the user are highlighted.  For example, if the user updated row 1, I do the processing and return to the SALV display after refresh. Row 1 (formerly row 2)  is now highlighted.
    If the user updated rows 1 and 3, upon return to the screen 1 and 3 are still selected (were 2 and 4 before the update).   .  If the user updated the last row, the SALV display has no rows highlighted and cursor is on row 1, column 1, which would seem to be the correct behavior after the refresh.
    SALV_DEMO* programs don't appear to handle this, and I don't find any method that will let me reset that prior user selection.
    Any suggestions to correct the "memory" feature of the SALV display?

    Hi ,
    Try to free your container before clearing your alv grid.
    try the below code.
    CALL METHOD containername->free
            EXCEPTIONS
              cntl_error        = 1
              cntl_system_error = 2
              OTHERS            = 3.
          IF sy-subrc <> 0.
          ENDIF.
          CLEAR containername.
          CALL METHOD grid name->free
            EXCEPTIONS
              cntl_error        = 1
              cntl_system_error = 2
              OTHERS            = 3.
          IF sy-subrc <> 0.
          ENDIF.
          CLEAR grid name.
    Regards,
    Chitra

  • Office 365 ProPlus App-V 5.0 Package installs Lync, Outlook, Infopath and Onenote even though they are not selected for publishing

    I have created an App-V 5.0 Package for Office 365 ProPlus using the documentation provided here:
    http://technet.microsoft.com/en-us/library/jj219422.aspx
    I am able to load the App-V Package into my SCCM 2012 SP1 environment and deploy the package to a test machine
    Within SCCM, I have configured the deployment type to only select a couple of applications.  Notice that Lync, Outlook, Infopath and Onenote are not selected.
    http://i.imgur.com/1eMxUlY.jpg
    For my deployment type, I only selected Word, Excel and Powerpoint.  Looking at my test machine, those 3 applications now show up in my start screen.
    http://i.imgur.com/amZmxAT.jpg
    I don't see any of the other Office applications be default on my start screen, so I would think all looks good.  If I type another Office application, lets say access at the start screen I get, "No apps match your search."
    http://i.imgur.com/fxbWEvb.jpg
    But if I type Lync, Outlook, Infopath or Onenote, it shows me that those applications are available, and I can launch them as an App-V application just as I could Excel, Word or Powerpoint, the applications that I wanted to have available.
    This is not what I was expecting when I went through the trouble to create an App-V package.  It looks like almost all of the apps become available on my client machine, all App-V is doing is making the application button in the start screen a little
    harder to find.
    What is interesting is that for the applications I did want published, I can search for them by just entering a few letters of the application name, and they show up with the 2013 version label, see below for an example search for Word.
    http://i.imgur.com/0LeS05z.jpg
    For the applications that I did not publish but still show up on my client, I have to type in the full name of the application for the launch button to come up.  For example, I can't type lyn and expect to see Lync, but if i type lync I will get an
    option to launch the application.  The same goes for Outlook, Infopath and Onenote, and when you do type in the full namke of the app, it doesn't show the version number like Word does as Word 2013, it just shows Lync, or Outlook, or Infopath, or
    Onenote.
    http://i.imgur.com/QV1afuc.jpg
    vs
    http://i.imgur.com/PxgSmUc.jpg
    Can anyone from Microsoft confirm that this is expected behavior.  If this is to be expected this is pretty disappointing, because a main point of the App-V package is it is the only way to limit which applications are deployed via Office 365 ProPlus
    but from what I can tell, it really isn't limiting anything beyond the start screen for most cases.

    So it looks like the config xml files are the best option
    http://blogs.technet.com/b/office_resource_kit/archive/2013/12/02/announcing-app-v-5-0-sp2-support-for-office-2013-volume-licensing-editions.aspx
    You can now use the Deployment Configuration file to configure the Office installation. One question I often get is, “How do I disable msaccess.exe or infopath.exe from an Office install if I am not using the MSI package?” This can be done by modifying the
    Deployment Configuration file in App-V with entries like the following:
    <Application Id="[(AppVPackageRoot}]\office15\MSACCESS.EXE" Enabled="false">
      <VisualElements>
        <Name>Access 2013</Name>
        <Icon />
        <Description />
      </VisualElements>
    </Application>
    That will prevent App-V from publishing msaccess.exe on the system and/or you can remove any undesired application shortcuts from publishing on the targeted computer using the shortcuts properties by deleting or commenting them out. Once you’ve configured your
    Deployment and User Configuration files, you’ll have everything you need to import the packages into your App-V environment to start testing.

  • My Apple Loops are not selectable. Can anyone help me with this please?

    Whenever I open up my Apple Loops on Logic Pro X, they are not selectable.
    I have tried reinstalling the program and reinstalling the loops, but that did not work.
    Any help would be much appreciated. Thanks!

    What do you mean.. nothing happened?
    Make sure you followed the instructions exactly.....
    From the Apple () menu, choose System Preferences.
    Click Spotlight.
    Click the Privacy tab.
    Drag a folder or an entire volume (your hard drive) to the list.
    If prompted for confirmation, click OK.
    Remove the item or volume you just added to the list by clicking it and then clicking the minus ("-") button.
    Close Spotlight preferences.
    Spotlight will re-index the contents of the folder or volume.

  • CS6 on Mac: Layers in certain folders are not selectable

    The problem occurs when trying to select a layer on my canvas that is not in the folder I am currently working in.
    So let's say I have 2 folders named folder 1 and folder 2. When I'm working on some objects in my document that are in folder 1, it all works. Yet when I try to click and select an object on my canvas that is located in folder 2 I won't be able to select it. As if it would be locked. When I go to my layers pannel, and click on 'folder 2', It normally selects all the layers in that folder and I can select everything in there. (Until I click on something that is in 'folder 1, in which case I won't be able to select any object on my canvas again.)
    It almost seems like a preference, but I haven't been able to find anything that warrants this as an (annoying) feature.
    Any help would be much appreciated.
    On MacBook pro: OSX 10.8.3
    Fireworks CS6: 12.01.1.274

    The problem is not when it's in a different layer, but when I put layers in different folders. They are not selectable at that time anymore if I'm editing an object that is in a different layers folder.
    I haven't had this problem before, but now it won't go away no matter how many times I reboot. (Also tried closing all other programs like spotify, but no luck still.)

  • How do I get the playhead to move to the beginning of the cycle area when selected instead of bar 1 after hitting enter?

    How do I get the playhead to move to the beginning of the cycle area when selected instead of bar 1 after hitting enter?

    Grateful pirate wrote:
    Thanks but I think it's more of a setting thing.
    Worked for years in 9 and know my the key commands. Just takes up  lot of extra time. I know there must be a solution just can't find it myself.
    Thanks again.
    Oh, I see…….when I want something like this to happen I would just engage the >Go To Start<  command (0 on the numeric keyboard in my case) and the play head will position at the beginning of a cycle area (if one is active of course)!
    Hope this helps a bit……..

  • If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

  • TS1389 I am trying to authorise a new computer. The Apple instructions are to select Authorise this computer from the itunes store menu. I can't find this in any menu. Can you please help? How do I authorise my computer?

    I am trying to authorise a new computer. Apple's instructions are to select "Authorise this computer" from the itunes store menu. I can't find this in any menu. Can you please help? How do I authorise my computer?

    Authorization and Deauthorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.
    More On De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.

  • What are all the possible AIA faults?

    Hi all,
    I need to know what are all the possible AIA faults apart from the system faults provided by the SOA Suite.
    whether AIA faults are completely different from the system faults of soa suite?. I haven't found any specifically named AIA faults in any of the AIA documents. Please give some information on this.
    Thanks,
    Ashok.

    HI Haritha,
    The Join Types are,
    1) Equal
    2) Left outer Join
    3)Left inner Join
    4) Temporal Join
    Equal, you have only records of ODS 1 and ODS 2 that matches.
    Left Outer, you have all record of ODS 2 and only matched records of ODS1
    Left Inner, you have all record of ODS 1 and only matched records of ODS 2
    Check this link for more,
    http://help.sap.com/saphelp_sem60/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Also check this thread,
    Difference of Left - Outer - Inner and Equal InfoSET Join
    Hope this helps ......

  • Error in Dropping columns from Subject Area to selected Columns section

    While Dropping columns from Subject Area to selected Columns section in Analytics nothing is happening.There is no error in the RPD.I am using OBIEE 11g and windows7.I am also getting page error like below:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
    Timestamp: Tue, 4 Sep 2012 08:31:07 UTC
    Message: 'kmsgPickerUIJSCantAddColumns' is undefined
    Line: 1
    Char: 1781
    Code: 0
    URI: http://localhost:7001/analytics/res/b_mozilla/picker.js
    Message: 'kmsgPickerUIJSCantAddColumns' is undefined
    Line: 1
    Char: 1781
    Code: 0
    URI: http://localhost:7001/analytics/res/b_mozilla/picker.js
    Can you guys please help?

    That error usually means it is still mapped, maybe it is used in another interface if you say the mapping has definitely been removed.
    You can expand the datastore > Used In > "As a Target" or "As a Source" or "In a Package" - that should tell you if it being used anywhere else.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • JTree - Mutiple Selection

    Hi
    I have a JTree and whan to enable mutiple selection i.e. the user holds down the CTRL key and selects as many item as s/he wishes. I tried the follow piece of code but it did not work.
    jTree1.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
    Any suggestions
    Thanks in advance
    Bernie-wolf

    Hi,
    Well, that is the way that you should set the selection model, and the code does work, so there must be something else going on I would guess.
    What exactly is it doing, and what do you expect it to do?
    If you could post a small code snippet that compiles that shows the problem, then people could run it and debug the problem
    Cheers

  • What are all the  possible types as Content type on HttpServletResponse?

    Hi,
    We have a method setContentType(java.lang.String type), that can be invoked on HttpServletResponse instances.
    Here my doubt is what are all the possible/legal types that can be set as ContentType on HttpServletResponse instance?
    Thank you for your consideration.

    johvarg wrote:
    text/html or plain/htmlUh, yes? What's the value of your message? The content types have been answered and there are much more content types than you mentioned.

  • What are all the possible joins can be made in infosets?

    Hi all,
    Can anyone let me know what are all the possible joins that can be made in an infosets.
    can anyone explain me with an example.
    thanxs
    haritha

    HI Haritha,
    The Join Types are,
    1) Equal
    2) Left outer Join
    3)Left inner Join
    4) Temporal Join
    Equal, you have only records of ODS 1 and ODS 2 that matches.
    Left Outer, you have all record of ODS 2 and only matched records of ODS1
    Left Inner, you have all record of ODS 1 and only matched records of ODS 2
    Check this link for more,
    http://help.sap.com/saphelp_sem60/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Also check this thread,
    Difference of Left - Outer - Inner and Equal InfoSET Join
    Hope this helps ......

  • Stamp tool not generating the same colour as the sample area I select.

    Heya, I am having an issue with the stamp tool not generating the same colour as the sample area I select. I have tried reducing the flow rate but my understanding was it should be an exact copy of the ample area. I have only had this issue for the last two versions of photoshop.
    Cheers, Andy

    function(){return A.apply(null,[this].concat($A(arguments)))}
    UltimateTop Trumps wrote:
    I create a shape and then put a shape inside, right click and choose Make Selection and the inner shape disappears leaving the larger outer shape.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    UltimateTop Trumps wrote:
    Another weird thing is that when I use a filter it applys it outside of the selection, but this is not as annoying as the original issue.
    This occurs  when you use the quick mask to create a selection. Did you?
    miss_marple

Maybe you are looking for

  • Tab Content disappers : Migration from 6 to 6i

    I have a form with multiple tabs. It works fine with Forms 6. Now when we want to migrate to 6i, I am facing problem when I navigate from one tab to another tab. When the Form starts, it shows first tab correctly. Now if I click on another tab, it go

  • Flashplayer will not install in windows 7, 32 bit.  why is that?

    Have tried and tried to get flashplayer update to install.   I continue getting message I must exit Internet Explorer.  Sometimes it appears it has installed (FINALLY), but then everytime I try to view files using it, get a message I must install it.

  • IE11 and Crystal Reports Viewer issue

    We have a Delphi application which launches Crystal Reports through a Java Web Module.  The Delphi application gives users the option to view a single report or multiple reports (Crystal Reports).  In previous versions of IE, everything worked fine. 

  • Hibernate with oracle 9 and 10

    Hi, We're are developing application using hibernate and oracle database. Our application currently using hibernate 3.1.2 and oracle jdbc 9. Because we are using 10.2 version of database, we decided to migrate to jdbc 10.2.0.4 driver version. And the

  • CLM How to add search-help for extension field(New Company Field) in MA.

    Hi all,      Based on demand,I need to extend a new field(Company) in Master Agreement. But I do not know how to add search-help for this field,just like User Accont page. Anyone can help me ?thank you very muck. Regards, JackyCheng