How do I programmatically populate the right side of a shuttle?

Greetings,
< on Application Express 4.0.2.00.07 >
Background - I have an Image Map on a page and I need to put code in each cell hotspot href which will end up adding a value to the right side of a shuttle.
I guess I will do it via a function call in the hotspot href? If so I will need to populate the shuttle using PL/SQL. Problem is, I don't know how to do that with PL/SQL.
Or, maybe there is a way to populate the right side of a shuttle via JavaScript or some other way?
Never really used Shuttles much. I know how to process the values on the right side via an array, but I don't know how to populate it programmatically.
Also, I didn't find the answer after some forum searching, but if it is here and you know where it is you may just point me in the right direction.
Any help is appreciated.
Thanks in advance, Tony

On page load you need to set the page item value to a colon separated list. Basically just reverse what ever processing you are doing on submit.

Similar Messages

  • How to bring commandMenuItem to the right side of the MenuBar (Menu2)

    Hi All,
    I need to display the command menu item in menu bar to right side.
    Currently
    CommanMenuItem in Menu Tab by default is on the right side
    and CommanMenuItem in Menu Bar by default is on the left side.
    I need CommanMenuItem in Menu Bar to be on the right side or
    CommanMenuItem in Menu Tab to be on the left side.
    Thanks & Regards
    Vimalan Balan

    Dear Friend,
    Please find the code snippet.
    <f:facet name="menu1">
    <af:menuTabs var="menuTab" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuTab.label}" immediate="true"
    action="#{menuTab.getOutcome}"
    rendered="#{menuTab.shown and menuTab.type=='default'}"
    disabled="#{menuTab.readOnly}"/>
    </f:facet>
    </af:menuTabs>
    </f:facet>
    <f:facet name="menu2">
    <af:menuBar startDepth="1" var="menuTab" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuTab.label}" immediate="true"
    action="#{menuTab.getOutcome}"
    rendered="#{menuTab.shown and menuTab.type=='default'}"/>
    </f:facet>
    </af:menuBar>
    </f:facet>
    So, If i click arabic link in home page means menubar item should be in left side.
    Thanks & Regards
    Vimalan Balan

  • How to populate/persist right-side of Shuttle in apex 3.1.2 after submit

    In the new Shuttle I can only specify one LOV (select empname, empid from emp where empid not in (1,3,4)) but I also want to populate the right-side of the shuttle to show values which the non-members (select empname, empid from emp where empid in (2,5)) so that the user can make selections which persist after submit.

    Rashid,
    The method that worked for me was to:
    1) Create the LOV to populate the Left side of the shuttle (unselected).
    2) Define the Source property to populate the Right side (selected). In my case, I used a PL/SQL Function Body type, but any would work.
    I set the Source Used to Always, so that my user always started with the same default selection, but if you set it to "Only set when session value is null", that should do what you're asking for.
    Good luck (and thanks for the points by marking my answer helpful or correct),
    Stew

  • Moving ReturnNavigation link to the right side of the footer

    Hi,
    By default 'Return Navgation' appears at the left hand side of the Page footer.
    How to move it to the right side of the page footer.
    Thanks,
    Gowtam.

    Try to add appropriate spacer!
    --Mukul                                                                                                                                                                                                                       

  • HT204406 HOW CAN I GET BACK MY RIGHT SIDE SCROLL BAR?

    how can I get back the right side scroll bar in I-Tunes?

    I am missing the right scroll bar in mail only i need help to get it back

  • How do I get rid of the annoying "exportPDF" bar on the right side of the screen that blocks much of the document?

    How do I get rid of the annoying "exportPDF" bar on the right side of the screen that blocks much of the document?

    Hi soreankles,
    To hide the toolbar in Reader, choose View > Show/Hide > Toolbar Items > Hide Toolbars.
    Best,
    Sara

  • Bookmarks toolbar changed from the right side of the drop-down menu to the left. How can I change it back on Firefox 4.0.1 for Mac?

    I just updated to Firefox 4.0.1. Some changes I don't like, especially that the Bookmarks toolbar opens to the left of the drop-down menu instead of the right. How can I change it?

    You may have bookmarks that have long title. Firefox 4 shows the full text of the bookmark name, so if it doesn't fit with opening to the right side the Firefox will open to the left side. You can scroll through the list and make the bookmarks with a long name shorter.
    * [[How do I use bookmarks?]]

  • How do I get the word Bookmarks to appear on the right side of my bookmarks toolbar? It has disappeared.

    In my Bookmarks toolbar there is a star, an arrow, and a house. There used to be the word "bookmarks" but it disappeared. I want the word "bookmarks" back so that I can click on that. If I right click in the blue area, all I get is Open all in Tabs, etc. There is nothing to say how I get the word bookmarks.

    Firefox has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop-marker that open the Bookmark menu and may appear on the Navigation Toolbar or on the Bookmarks Toolbar if the menu bar is hidden.<br />
    The other star button without the drop-marker opens the bookmarks in the sidebar (View > Sidebar > Bookmarks).
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    You can drag the Bookmarks menu button with the drop-marker in the Customize window from the toolbar palette on a toolbar (e.g. Navigation Toolbar or Tab Bar or to the left side of the Bookmarks Menu Items).<br />
    If you do not see the drop-marker then try them both to see which works.
    You only see the Bookmarks Menu button when the Menu bar with the Bookmarks menu is hidden (View > Toolbars or Firefox > Options).<br />
    If the Bookmarks Toolbar is visible then the Bookmarks Menu button is displayed on the Bookmarks Toolbar as part of the Bookmarks Toolbar Items (bookmarks), but you can move it from the right side to the left side of the Bookmarks toolbar if the Customize window is open.<br />
    Otherwise the Bookmarks Menu button will appear on the right hand side of the Navigation Toolbar.

  • How to add a new field on the right side of 'Part function' in Opportunity

    HI All
    I have a requirement wherein I need to add a new field for 'first name/last name' on the right side of 'Partner function' field in opportunity search criteria..
    Ex:(here i'm showing overview how the search criterial screen appears in UI since i can't attach screen shot)
    Partner function                 is                     sales lead            firstname/lastname
    It is similar to...when we select the option 'Is between' for date field then automatically one extra field will appear
    on the extreme right to enter a range for the date so similary I need to add one field to the extreme right where
    the user will select 'first name/lastname' using 'F4' help in addition the abvoe 'Partner function'.
    Could you please let me know how can we add it??
    Regards
    Anil

    Hi,
    First try to find out if you already have that field available in your view configuration. If yes, then you just need to add that to visible/displayed fields. Other wise you'd have to extend the context nodes using AET/EEWB. After you add the fields using configuration you can move them where ever you want to place them. I believe for first name/last name F4 comes by default.
    Regards
    Prasenjit

  • How do you make groups after making the first one. I did that but after reentering couldnt make any other groups. Only had i group of 1 with icons down the right side.

    I want to make groups/ i made 1 group of 1/I went back & I had that group but couldnt make more/ I saw was page that hadnt been pinned yet as group/all other tab were shown on the right sid/I tried to pin the page that was shown in the tab group/then the one group(of 1) no longer showed up/Now I have a blank box with all the icons on the far right side.

    Wow!
    I'm not going to be of much use regarding answers but I sure am going to watching this post like a hawk for any replies. My package is a slightly diluted version of this and I do find the BBtalk and data limits hard to make the most of as well.
    If nothing else this totally highlights how complicated BT have managed to make their packages.
    A cynic would assume that they are trying to catch us out at every step and for us to either be overspending or not really getting the moneys worth.

  • My iPad keyboard divided in half with one side on the left side of the tablet, the other on the right side and an equal blank space separating them.  The entire keyboard also became smaller.  How can I get it back to normal?a

    My iPad keyboard (spontaneously?) divided in half with one side on the left side of the tablet, the other on the right side and an equal blank space separating them.  The entire keyboard also became smaller.  How can I get it back to normal?

    You can also turn OFF Split Keyboard
    Settings>General>Keyboard>Split Keyboard>OFF

  • On FaceTime contact are on the left side of the screen...they use to be on the right side much better how do I change this listing to the right side?

    FFace time contact listing are on the left side of the screen they use to be on the right side...why the change and how can I change the listings to the right side?

    There doesn't seem to be a setting for that. As to why Apple made the change, only they would know.
    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

  • Text is truncated on the right side of a text field. How to solve?

    Hi group,
    I use CR for the .NET Platform 10.2 (VS 2005/.net2.0). In several cases the texts in my crystal reports are truncated on the right side of the text fields (which can show more than one line and which are set in the way that it increases if more than one line is needed).
    I created the CRs with CR in VS 2003. Then I migrated the VB.net project from VS 2003 to VS 2005. Then, when I opened a CR in VS 2005 and saved it again I got the message that it will be changed to the newer version if I click "yes" (or perhaps it was the "ok" button). I guess that was the moment the CR was migrated to the newer CR version.
    Because of the truncation problem I created one of the CRs completely new with exactly the same settings (i.e. the heigths of the sections, the widths of the text fields, and all the other setting are completely identical to the CR created in VS 2003). Interestingly, the texts are truncated in none of the text fields any more.
    Have I done the migration correcty? (Is it really opening the CR and saving it an saying "yes" or should I rather have done it in another way?)
    Does somebody of you already have had this kind of problem? How could it be solved without creating all CRs anew?
    Does recreating a CR which shows truncation of texts really solve it, or is truncation caused by something else, perhaps a certain property of a CR etc?
    The "printer" is set to "no printer" in all CRs. The truncation does show independent of whether the registry entry "HKEY_CURRENT_USER\Software\Crystal Decisions\10.2\Crystal Reports\Export\PDF\ForceLargerFonts" is set to 1 or to 0.
    Thanks for help in advance
    Kind regards
    Michael

    >
    Ludek Uher wrote:
    > There is a fair number of kbases in the kbase search (https://www.sdn.sap.com/irj/sdn/businessobjects-notes). Most of these refer to fixes. It may be a good idea to get the latest SP for your version of CR - CR 10.2?) and see if that helps. The latest SP for CR 10.2 is here:
    >
    > https://smpdl.sap-ag.de/~sapidp/012002523100006007872008E/crvs05sp1.exe
    >
    >
    > Ludek
    Hi Ludek,
    I already installed crvs05sp1 a few months ago (still traceable by the dir "C:Program FilesCommon FilesBusiness ObjectsPatchesCrystal Reports for Visual Studio .NET 2005 Service Pack 1" on my computer).
    Unfortunately, I cannot find any fitting entry in the kbase. If I search for "text truncation" or "text truncated" i get results but they are about pdf or word or fixed truncation problems in older CR versions.
    It seems as if I am the only one who has to face this problem :-).
    Best,
    Michael

  • When I click on a picture or map in i.e. Kijiji real estate pages, Firefox opens it all crunched to the right side of the page. How can I correct this?

    When I click on a picture or map in i.e. Kijiji real estate pages, Firefox opens it all crunched to the right side of the page. How can I correct this?
    For instance I view an apartment ad which has various pictures attached. It says click on the pictures to see an enlarged version. FF opens the page however most of the page is blank and the picture appears to be pushed to the right side of the page and shows as if it has been scrunched agains the right side not showing the whole picture.
    What Can I do to correct this?

    I see that you have increased some font sizes considerably.
    * font.size.fixed.x-western: 20
    * font.size.variable.x-western: 22
    This can effect margins when the website specifies these as em values and cause content to shift.
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.
    You can use the NoSquint extension to set font size (text/page zoom) and text color on web pages.
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
    Note that your System Details List shows multiple Flash plugins.
    * Shockwave Flash 16.0 r0
    *Shockwave Flash 12.0 r0
    You can find the installation path of all plugins on the <b>about:plugins</b> page.
    *http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    You can check the Flash player installation folder for multiple Flash player plugins and remove older version(s) of the plugin (NPSWF32) and possibly (re)install the latest Flash player.
    *(32 bit Windows) C:\Windows\System32\Macromed\Flash\
    *(64 bit Windows) C:\Windows\SysWOW64\Macromed\Flash\
    Your System Details list shows that you have a user.js file in the profile folder to initialize prefs each time Firefox starts.
    The user.js file is only present if you or other software has created this file and normally it wouldn't be there.
    You can check its content with a plain text editor (right-click: Open with) if you didn't create this file yourself.
    The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
    You can delete this user.js and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • In Mail, my message preview used to be shown to the right side of the messages.  Now it is showing below the messages.  How can I move it back to the right?

    In Mail, my message preview used to be shown to the right side of the messages.  Now it is showing below the messages.  How can I move it back to the right?

    Select the Viewing tab in the Mail preferences dialog and uncheck the box marked Use classic layout.

Maybe you are looking for

  • Why can't I open garageband files in Logic

    Loaded Logic pro 9 last evening and whew that took a while. I started trying to open Garageband files in logic and it made the attempt but didn't get very far. The progress window open but there is no progress. Just the beach ball and finally force q

  • Sync'ing Podcasts and manually moving them to iPod

    Brand new 3G Nano and I've gone through and subscribed to some podcasts and initially everything went fine--- then they started disappearing. I figured out that if I listened to or watched any portion of a podcast it would be deleted off my iPod next

  • ITunes 7 - Selection of audiobooks

    Hi! I just downloaded iTunes 7 and wonder about the new section "audiobooks" (or similar, my iTunes is German...): I got a couple of books, some from Audible, some ripped from CDs. All've got the file type and extension "m4b", the genre "spoken conte

  • Working with PreparedStatement

    Hello , I want to know how to use varbinary data in PrepareStatement using jdbc driver. I have tried to use setBytes() for setting parameter to prepare statement but it does not work, and it doesn't throw error. I got a resultset with no rows in it.

  • Configuration management in TestStand

    Our department in the company does software V&V in embedded systems. Our next project is large, complex and contains possibly thousands of requirements. We want to use TestStand to create automated tests to test the requirements. I, the "TestStand de