Multiple Item selection

Hi,
I wanted to know if this scenario is possible to code in forms:
You have a forms with 2 side by side window. In the left window there are records.
The right window is empty. I want to select (multiple) items in the left window and bring them to the right window by using these buttons:
, >>,Is there some base code that already exists from this?
Thanks in advance,
Marc.

Ok,
I've downloaded the forms demos for 10g.
I'm following the instructions at:
3 Modify the OC4J Configuration3a Modify orion-web.xml
This step will create the virtual directories and servlet mappings for the HTTP listener, which are used by the demos.
Using a text editor, open the following file:
%ORACLE_HOME%\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
Add the following lines within the <orion-web-app> tags, making sure to replace %ORACLE_HOME% with the correct value:
<classpath path="%ORACLE_HOME%/forms/java/frmjdapi.jar" />
<classpath path="%ORACLE_HOME%\forms\demos/metadatabrowser/classes" />
<virtual-directory virtual-path="/formsdemo" real-path="%ORACLE_HOME%\forms\demos" />
To be sure you have the placement correct, your file should look something like the following:
<?xml version="1.0"?>
<!DOCTYPE orion-web-app PUBLIC "-//ORACLE//DTD OC4J Web Application 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-web-9_04.dtd">
<orion-web-app
deployment-version="10.1.2.0.2"
jsp-cache-directory="./persistence"
temporary-directory="./temp"
servlet-webdir="/servlet/"
>
  <context-param-mapping name="configFileName">c:\oracle\ids1012/forms/server/formsweb.cfg</context-param-mapping>
  <virtual-directory virtual-path="/html" real-path="c:\oracle\ids1012/tools/web/html" />
  <virtual-directory virtual-path="/java" real-path="c:\oracle\ids1012/forms/java" />
  <virtual-directory virtual-path="/jinitiator" real-path="c:\oracle\ids1012/jinit" />
  <session-tracking cookies="disabled" />
  <!-- Uncomment this element to control web application class loader behavior.
  <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
  -->
  <classpath path="c:\oracle\ids1012/forms/java/frmjdapi.jar" />
  <classpath path="c:\oracle\ids1012\forms\demos/metadatabrowser/classes" />
  <virtual-directory virtual-path="/formsdemo" real-path="c:\oracle\ids1012\forms\demos" />
</orion-web-app>
3b Modify web.xml
Using a text editor, open the following file:
%ORACLE_HOME%\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml
Find where this text is located:
<servlet>
  <servlet-name>lservlet</servlet-name>
  <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
</servlet>
and put the following text after it:
<!-- Forms JDAPI Metadata Browser Servlet -->
<servlet>
  <servlet-name>FormsBrowser</servlet-name>
  <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
</servlet>
You should end up with the following:
<servlet>
  <servlet-name>lservlet</servlet-name>
  <servlet-class>oracle.forms.servlet.ListenerServlet</servlet-class>
</servlet>
<!-- Forms JDAPI Metadata Browser Servlet -->
<servlet>
  <servlet-name>FormsBrowser</servlet-name>
  <servlet-class>oracle.forms.jdapi.util.FormsBrowser</servlet-class>
</servlet>
In the same file, now find the following text:
<servlet-mapping>
  <servlet-name>lservlet</servlet-name>
  <url-pattern>/lservlet*</url-pattern>
</servlet-mapping>
and put the following text after it:
<servlet-mapping>
  <servlet-name>FormsBrowser</servlet-name>
  <url-pattern>/FormsBrowser*</url-pattern>
</servlet-mapping>
You should end up with the following:
<servlet-mapping>
  <servlet-name>lservlet</servlet-name>
  <url-pattern>/lservlet*</url-pattern>
</servlet-mapping>
<servlet-mapping>
  <servlet-name>FormsBrowser</servlet-name>
  <url-pattern>/FormsBrowser*</url-pattern>
</servlet-mapping>
3c Verify the changes
Start OC4J.  If you're not sure how to do that, refer to Appendix 1 for instructions.  If OC4J was already running when you made these changes then you need to restart it first.
Once OC4J is running (or re-started), enter the following URL, replacing <host> and <port> with the correct values:
http://<host>:<port>/forms/formsdemo/images/tick.gif
If you are using Oracle Developer Suite, the URL might look like this:
http://127.0.0.1:8889/forms/formsdemo/images/tick.gif
You should see this image:Well the thing is I don't see anything and I get the Error page in my browser:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
Open the nca7445782e.hrdc-drhc.net:8889 home page, and then look for links to the information you want.
Click the  Back button to try another link.
Click  Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer
Can someone help me???
Thanks,
Marc.
IGNORE THIS MESSAGE.
Everything is OK.
Message was edited by:
MARC LAF

Similar Messages

  • Cannot have multiple items selected in a DropDownList when edit the forum in sharepoint

    hi ,
    i  have custom forum for new and edit, in new forum we have controls drop down values, when select drop down1   values that related values are displayed in dropdown2 , when edit  item  that  time we getting error
    Cannot have multiple items selected in a DropDownList.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.HttpException: Cannot have multiple items selected in a DropDownList.
    Source Error:
    HttpException (0x80004005): Cannot have multiple items selected in a DropDownList.]
    System.Web.UI.WebControls.DropDownList.VerifyMultiSelect() +124
    System.Web.UI.WebControls.ListControl.RenderContents(HtmlTextWriter writer) +10956501
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +13
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    ASP._controltemplates_amat_appayrequest_webparts_appayrequest_appayrequestusercontrol_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES\AMAT.APPayRequest.Webparts\APPayRequest\APPayRequestUserControl.ascx:350
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253
    System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87
    System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240

    Hello,
    Could you please share your code with us? Also explain how you are binding DDL.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Get Node Key Multiple Items Selected  from ALV tree

    Hello Experts,
    I'm having a problem in getting Node keys for the items displayed as ALV tree.
    I'm able to get Node key, when only ONE record (Item) is selected.
    But, when I select multiple items under a Single node am not able to read(get) the node keys for all the selected items.
    I'm using the classCL_GUI_ALV_TREE.
    I have tried using the method GET_CHECKED_ITEMS, but not getting the keys.
    method GET_SELECTED_ITEM is giving node for a single item. I need it for multiple items selected.
    Thank you for your time.
    -SANGAR

    Hi,
    You need to use checkbox concept. and use method GET_CHECKED_ITEMS get selected items
    please check this tread.
    CL_GUI_ALV_TREE and Checkboxes
    aRs

  • For multiple item selection in Table

    Plz use this code and paste it in perticular event of button. when u excute the application ,To select multiple items plz catch shift in keyboard otherwise u can select only single item.
    int n = wdContext.nodeProducts().size();
        int leadSelected = wdContext.nodeProducts().getLeadSelection();
        // loop backwards to avoid index troubles
        for (int i = n - 1; i >= 0; --i) {
          if (wdContext.nodeProducts().isMultiSelected(i) || leadSelected == i) {
            wdContext.nodeProducts().removeElement(wdContext.nodeProducts().getElementAt(i));

    Hi Vishal
    Thats the way the webdynpro table has been designed to work for multiple selection...on click of the Ctrl key or Shift key. There is no other alternative for this.
    What would your question be?
    Thanks
    oj

  • Multiple Item selection in comboBox

    Can combo box be used to selected multiple items at a
    time?

    Short of creating a custom component, I don't think this is
    possible.

  • PlD Distorted when multiple Item selected

    Hi ,
    In our Scenario we want to print Item description,serial no, qty  on same page in PLD for multiple Item with single quantity Print Layout is coming without distortion but when multiple item with multiple quantity it goes to next page and some data (Item Description and Qty ) for the last item on First page gets repeat on next page also Borders get distorted in print
    So how to fix this issue of data repeating and also how give page border to Print Layout

    Just as a note to clarify for all of these posts here.
    The real answer is that you can print the serial/batch number right on the main document.  You don't need to use the serial number transaction report at all.  You can disable it in print preferences (Administration >> System Initialization >> Print Preferences).
    In order to print the serial numbers relating to a document you need to use special system variables.  Just make a new field and then make it a system variable and use the following variables.  They need to be put on the same line as the regular detail info and the data will grow if there are multiple batches or serial numbers so make sure you allow for field adjustments.
    490          TEXT     serial number
    492          TEXT     batch number
    493          TEXT     warehouse code (batch/SN)
    494          MONEY (QUANTITY)     quantity (Batch/SN)
    495          DATE     admission date (receipt)
    496          DATE     date of production set by manufacturer (for Batch/SN)
    501          DATE     expiration date (for Batch/SN)
    502          TEXT     details (for Batch/SN)
    Hopefully this helps.
    Mike
    PRIELL.com

  • List Box - Object  How do you get "allow multiple item selection" option to work?

    developing a fillable PDF form using livecycle. I have several list boxes that contain multiple text items. I have entered all items directly into the item list and I have selected "allow multiple selection". The object is committed on exit, All the binding options have been left on default settings. BUT when the form is tested it will not allow multiple selections. I cannot find anything in help to resolve this. CAN Someone help me. This is urgent!!!!!

    Dear Deb
    Thank you for your suggestion, but it does not appear to work. I used the alt key then my mouse to select, but it still only allows for 1 selection.  I do not see the sample you said you included, so I cannot check to see if I have a setting incorrect. If you have any other suggestions I would really appreciate it or if there is a way for you to look at the form, at this point I am open to any suggestions.

  • Outlook 2010 multiple item select problem

    Hi,
    I have a maddening issue with Outlook 2010.  It has to do with a feature that has always worked 100% issue free in older versions of Outlook.
    Outlook is somehow losing its mind where it comes to range selections.  Specifically, there are 2 issues, with steps to reproduce.
    Issue 1:
    step 1) select a message
    step 2) scroll down in the inbox, and shift-select a message 30 lines down (note: any number, not just 30, will do)
    step 3) right click on the range, and select "Mark as read" (note: any other right-click action will do as well)
    note: Upon completion of step 3, the range selection is lost inside of the inbox user interface.
    step 4) to regain the view of the selected range, press and hold the shift key and then arrow up then back down
    note: Upon completion of step 4, the entire range of 30 messages is shown as selected once more
    Issue 2:
    step 1) select a message
    step 2) scroll up in the inbox, and shift-select a message 30 lines above (note: any number, not just 30, will do)
    step 3) right click on the range, and select "Mark as read" (note: any other right-click action will do as well)
    Upon completion of step 3, the range selection is lost inside of the inbox user interface.
    step 4) to regain the view of the selected range, press and hold the shift key and then arrow up then back down
    note: Upon completion of step 4, the entire range of 30 messages is NOT shown as selected; rather, only the number of messages that fit in the inbox view that were part of the selection are shown as highlighted.  ie, if only 10 of the 30 fit in the
    current view, only the 10 are shown as selected.
    This is maddening, as it does not happen every single time.
    Workarounds I have tried that did not solve the issue:
    1) Update all BIOS and driver settings to the latest editions
    2) Replace the mouse
    3) Turn off the preview pane
    4) Deleted the existing Outlook profile, and then created a new one
    Please advise, this is an infuriating issue, which never occurred with older editions of MS Outlook!

    Hello,
    I tried your steps, but I cannot reproduce step 3. The selection didn't lost when I right clicked on the range and selected "Mark as read".
    Please try to open Outlook in safe mode to check if the problem persists. To open Outlook in safe mode, press Windows key + R to open the Run command, type
    outlook /safe and press Enter.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer

    I have connected TABULAR Model to Excel, and in the pivot the filter is on multiple dimensions. When doing the drillthrough action it gives error - Error: Show Details cannot be executed when multiple items are selected in a report filter field or in a slicer
    Is there any workaround to this error?  so that drillthrough can be done even with multiple selection.

    Hi Vikas,
    The reason behind the error message requires the knowledge on what happens at the backend. When you perform a drill-through action, a query is sent to Analysis Services. This query is expressed in a query language called Multi-Dimensional Expression (MDX).
    Since the MDX language doesnot support drill-through command against a set (collection of tuples) an error is persisted. 
    For now, there is no workaround as it is a limitation of the underlying language that is generating the query.
    When multiple items are selected you lose the ability to drill-down on individual metrics. To resolve you must either:
    1. Select a single Item.
    2. Select all items.
    Hope this helps!
    Please mark as Answer if this helps! Thanks, Rajasekhar.

  • How do you select and move more than one bookmark at a time? Shift+Click does not select multiple items that are next to one another in a list because the item

    How do you select and move more than one bookmark at a time?
    Shift+Click does not select multiple items that are next to one another in a list because the items open in firefox before this happens.

    Use the bookmarks library. You may use Shift +Click, and Ctrl + Click to create groupings of selected bookmarks to drag and drop.
    * one method of opening the bookmarks library is keyboard shortcut <br /> Ctrl+Shift+B (Windows)
    *see also [[How to use bookmarks to save and organize your favorite websites]]
    *and [[Use bookmark folders to organize your bookmarks]]

  • How do I select multiple items?

    Happy New Year.  I am a new Mac user.  Recently switched from Windows.  How do I select multiple rows?  In windows you can CONTROL+click to select multiple items 1 at a time and SHIFT+click to select multiple items in groups.  I figured out to do COMMAND+click on Mac to select multiples 1 at a time.  I need to delete ALOT of rows.  How do I select multiples in groups? 
    Thanks.

    KarenSelena and BobHarris have given you the direct sequences.
    You can also select multiple disjoint ranges with combinations of ⌘ (command key) click and ⇑ (shift key) click, too.
    As you use OS X, you'll find a large number of ⌘ and ⇑ and ˄ (control key) and ⌥ (option key) clicks and shortcuts available (and some were mentioned earlier), and shortcuts such as ⌘ A (select all), ⌘ Z (undo) and a whole host of other shortcuts available.
    Here is Apple's Mac 101 / Mac Basics site, which has a good (and free) introduction toward learning to use your Mac.

  • Is there a way to select multiple items in the open dialogue (ctrl+O)?

    Sometimes I would like to open multiple items at once using ctrl+O, but in the dialogue, I can only select one item at a time.
    This also applies to Firefox 4.

    No, sorry. I suppose you could try running the files via Windows Explorer.

  • With a wired keyboard and a 2014 iMac I cannot select multiple items which are not next to each other

    I have recently changed from Windows 7 desktop to a new iMac running Mavericks.  I have chosen a wired keyboard as I like  the usual Delete key function.
    I cannot find out how to select several items which are not next to each other (e.g. words in Pages).  The well known method in Windows, which is repeated in the the Apple Finder Help screen, does not work.  Would be grateful for advice

    Hi JBowfin,
    If I am understanding your question correctly, I believe that I have an article that will address this question for you:
    Mac OS X 10.0: Use Command Key to Select Multiple Items in List and Column Views
    http://support.apple.com/kb/TA20396
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • How to select multiple items when on safari?  Ex: when I have to choose countries where I have worked from a list.

    Hi Everyone
    Please advise: how do I select multiple items when on Safari? Ex. when I have to select multiple countries where I have worked.

    Hi Carolyn
    I am trying to select multiple items from a list on a particular website. I tried using the 'command' button, but to no avail.
    Grateful for any advice.

  • HT1451 when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    when editing info, how do i select multiple items to edit a group? For example, changing the artist name on multiple tracks at once?

    Same way you select multipl items anywhere else.
    Hold ctrl and click the items you want.
    If they are in consecutive order, click the 1st then Shift click the last.

Maybe you are looking for

  • Error in PM report...

    created a replica of standard report program for PM, when executed for sp. plant gives TimeOut dump. SQL Trace shows the error in COBRB table read (not at beg , but after many reads), not able to find the prob. can u suggest the area to look at..  th

  • Component and tween class help

    Hi All, I have a simple component which is dynamically added to a movieClip ('parent_mc') and is then made a listener of that movieClip. I'm creating 5 different component instances and each one is given a unique 'id_number'. The component uses a twe

  • IWeb - problems using email message hyperlink inspector

    The email message hyperlink was working fine when creating websites. For no obvious reason it gave up and now when I choose it it fails to show and only "external page" will show. I have tried it on a new site and a new page, but it's the same proble

  • Hairline Crack Illusion from Screen Protector?

    Hi, I just got me new Iphone 5s from the verizon store . Long story short, they talked me into the case and screen protector which they installed. The screen protector is apparently tampered glass. I noticed there are two very small "specs" on the sc

  • Suitability of iWeb for architect's web site

    I am an architect, and need to set up a website that is set up to show several categories of building types, and then under each category show several projects, and under each project show multiple images of that project. Can iWeb do this? Also, I al