Linking multiple dropdowns

Hi
What's the best way to link several dropdown by index's?  I wish to select a value on one dropdown and then display the same result on several other ones.
Cheers
Ian

Hi,
you can capture the selected element in the onSelect (import parameter) and the index.
if you now loop over the elements in the detail node detail_node->get_elements( ).
there you get the child node with the dropdown values, you use SET_LEAD_SELECTION_INDEX with the index.
brief:
lt_elements = node details->get_elements( ).
loop lt_elements assigning <fs_elements>.
  lo_dropdownlist = <fs_elements>->get_child_node( name..).
  lo_dropdownlist->set_lead_selection_index( index ).
endloop.
grtz,
Koen

Similar Messages

  • Linking Multiple Dropdown Lists

    I have a form with multiple dropdown lists for a person's full name, room number, and phone numbers.  There are 12 names; 2 rooms; and 8 phone numbers listed.  More than one name can be tied to a certain phone number.  All fields are required.  I tried to use another script for the name and phone number (see below), but it did not work for me.
    Attempted script:
    var one = this.getField('Name');
    var two = this.getField('Number');
    if (one.value == 'Jane Doe') {two.value='321-123-4567' }
    if (one.value == 'Johnny See') {two.value='999-345-6789' }
    if (one.value == ' ') {two.value=' ' }
    Requester's Name (Dropdown List - 12 choices)
    Room (Dropdown List - 2 choices)
    Phone Number (Dropdown List - 8 choices)
    Jane Doe
    238C
    321-123-4567
    Johnny See
    999
    999-345-6789
    Even though I do not know Javascript, if someone could get me started as far as the coding goes, I think I may to figure out other parts.
    Thanks, N

    the variable 'part" needs a value. Add the script:
    part = this.rawValue
    SOnineThreenine.fxnineThreenine(part);
    to the exit event of dropDownlist2. Otherwise the variable "part" gives you a console error message of [object XFAObject]

  • How can I re-link multiple "missing" files from my iTunes without doing each one manually?

    All of a sudden, hundreds of my songs can't be played because iTunes can't find the files.  They are all still on my computer and I can link each of them manually, but that would take days!  Is there a way to re-link multiple files at once?

    Something must have been done to break the link.  Did you manually move files or folders, rename files or folders, or otherwise change where iTunes thinks the files are located?  Did iTunes crash at some point?
    I haven't seen any truly successful tools to re-link tracks.  You can check on Dougscripts website where there's one that uses Spotlight.  There's also one that tries to re-link based upon your file being in a logical folder structure.
    You could re-link by adding the files again.  Of course they will be added as brand new files and not in playlists, and won't have ratings, etc.  You can then use one of Dougscripts to automatically remove dead links.

  • HT204053 Link multiple devices to one account

    How do I link multiple devices to one master account for purchases with multiple usernames

    Hello,
    This is a great tutorial using a couple of free DW
    extensions.
    Check out the "Finished Gallery" example.
    You can easily change the settings so the images all appear
    in the same
    place.
    http://www.projectseven.com/tutorials/images/showpic/index.htm
    Take care,
    Tim
    "serestibi" <[email protected]> wrote in
    message
    news:fpiloc$ruf$[email protected]..
    > Hi, beginner here, can you tell?
    > I am trying to link multiple images (thumbnails) to one
    big picture frame.
    > So if you click the thumbnails, each will blow up in the
    same frame.
    > The easy solution would be to link them to a table, but
    it doesn`t seem
    > linkable.
    > I tried different slide viewers but I can`t personalize
    them enough.
    > Can I do something within dreamweaver to get this
    affect?
    > Please sombody help me!
    > Thanks , Tibor
    >

  • Linking multiple accounts of the same resource with single identity of SIM

    Hi,
    Iam trying to link multiple resource accounts of the user with a single identity manager account. I'm able to achieve this using the 'resource type' also by doing a reconcile based on e-mail(which is same for resource account and IDM account), but i'm unable to link them using 'load from file' or 'Bulk upload'
    I have tried in the following way
    command,user,accountsLDAP.identity,accountsLDAP.identity
    Update,134088230,"cn=134080,OU=people,dc=xxxx,dc=com","cn=134081,OU=people,dc=xxxx,dc=com"
    Can any one help me in this regard

    This is probably a bug or for some crazy reason intended to work this way. I have a similar issue, only difference being my resource is Sun Access Manager instead of LDAP. When I ran my code through Netbeans Debugger I saw that the resource account Fields that holds the value for resource account attributes, simply vanishes during a particular step of form processing. The only workaround I have at this point is to make those attributes as global.<attributeName> instead of accounts[<ResourceName>|<accountType>].<attributeName>
    If anyone can get to bottom of this please post here. I'm going to raise a Support Ticket with Sun.
    - AndyDev

  • Linking multiple textboxes in a form Acrobat Pro 9?

    Hi all,
    I'm making an electronic form with Acrobat Pro 9.
    The setup was made in Indesign CS3 after which the form boxes were detected by Acrobat Pro 9. There is a larger text area which consists of multiple lines of text (to be filled in by the user).
    For this area there are 2 options:
    1- Have multiple textboxes linked together so the text flows to the next box automatically when the current one is full.
    or.
    2- Have 1 multiline textbox with a larger linespacing.
    The problem with 1 is, I can't seem to link multiple boxes together in Acrobat Pro 9. The problem with 2 is, I have no idea how to increase the linespacing.
    Does anybody have any idea how to accomplish either 1 or 2?
    Thanks in advance,
    Bas

    Linking the text boxes is not really possible, at least in a seamless manner. I've seen a few approaches using JavaScript, but none that are very well implemented. My usual suggestion is to redesign the form to get rid of the lines and just use a single multiline text box, perhaps with a faint border to indicate to the user where the field is.
    If you need the lines because the form might be printed and filled by hand or some other means, then you can set up the field with a bit of JavaScript to set the background color to white if the user enters any text, and transparent otherwise. That way, when the document is printed, the lines won't appear if any text is entered, but will if not. You will not need to be concerned about the line spacing of the field matching up with the lines.
    George

  • Link multiple  XML files  stored in oracle database

    Link multiple XML files
    Can any one give some code example regarding my issue:
    If I have for example file1.xml stored in one relational table and another file2.xml stored in another table ….etc
    And I want to put link and reference which will make me able to link these files and make query or insert…etc
    May be I need to use Xlink, Xpoiner or Xinclude . But if this is the solution to this problem please can you give a simple example that will help to understand the solution especially that I want to develop my project in oracle and I will register xml schema to insert the xml files in the database
    Thanks lots and I am waiting for your solution

    no answer for my question
    is this thread is a write place or I have to move my query to another part of the forum
    thanks

  • Linking multiple Nike+ Sensors to 6th Gen Nano

    Is there a way to link multiple Nike+ sensors to a 6th Gen Nano? I have the Nike+Sports kit with that sensor. I would like to link the sensor that I use with my touch to the nano also.
    Please point me in the directions of the correct instructions.
    I've tried to link, but the Nano doesn't see the new sensor.
    thanks
    marc

    anyone have any experience with this?

  • Linking multiple documents in solar01

    Hi Guys,
    Linking multiple documents in SolMan is a pain, and I am trying to find out if anyone of you have a way that allows linking multiple documents in SolMan at a go.
    We need to do a 3 way match between document types - Say Doc A, Doc B and Doc C. All Doc As have corresponding Doc Bs and Cs.
    So each Doc A must be linked to the corresponding Doc B and C; Doc B to the corresponding Doc A and C and Doc C to the corresponding Doc A and B.
    Any ideas !!
    Cheers,
    Nishant

    Hallo Bernd
    I HAD Reader 8.0 but it could not be used for a pdf form for my bank, that's why it updated.
    I much prefer 8.0. I have just downloaded it again.
    Ich HATTE Reader 8.0, aber ich konnte es nicht für ein pdf-Formular von meiner Bank benutzen, deshalb hat meine 8 sich quasi in 9 umgewandelt :-(
    Ich hatte 8.0 viel lieber, habe es gerade runtergeladen.

  • Can I link multiple project files together?

    I'd like to link multiple project files together so that they will play one after another. Can you do that in Captivate?

    Hey Leslie,
    Yes, you can create several projects in Captivate and publish them as Flash (SWF) format. There is an aggregator project in Captivate where in you can combine all these published projects (SWF) into a single output.
    Do you have any other requirement as well?
    Thanks,
    Anjaneai

  • Can I link multiple iPhoto Events into a single slide show?

    I keep iPhoto Events based upon date and activity.  For example a European trip my be 3-4 events with one per country.  I also have Applw TV.  My question is can I link multiple Events into a single sideshow.  I have a lot of pictures, so doing this selection at the picture level will be tedious at best. 

    Not sure where you are going but my suggestion is not to work at the photo level - you simply select all of the photos in an event and create an album then drag all of the photos in each other event to that album giving you an album with all of the photos from the desired events in one place - then sleect them and make a slideshow - no working with indivitual photos at all
    LN

  • Linking Multiple Symbols!

    In adobe illustrator CS2, which I currently have, I have to link one symbol at a time.  I'm looking at adobe illustrator CC.  It is critical that I can link multiple symbols with this application but I'm having trouble with the variables window and don't quite understand how to use it.  If that is what I'm even supposed to use when linking multiple symbols at once.  PLEASE HELP!
    I also have adobe illustrator cs5 and will soon have a computer to run that application, if you can help with this program, I would also appreciate it.

    The gcc man page say for the "-c option":
            "...the -c option says not to run the linker."
    To *compile*, source file to object file (.c -> .o):
    gcc COMPILER_FLAGS_HERE -c SOURCE_FILES
    note: the position of the "-c" option doesn't matter, it just tell gcc to not try to link.
    To *linking*:
    gcc LINKER_FLAGS_HERE [-o EXECUTABLE_NAME] OBJECTS...

  • User clicking same Browser link multiple times

    Hi,
    We have a really weird issue on user clicking a link multiple times from browser, and that request sent to server multiple times, which is resulting into other DB errors.
    We are using JSF "commandLink" component.
    How do I transale user duplicate request into one.
    thanks

    Kiros,
    That's really a big change for me. I have 30 JSF pages, and an average 2 links per page. So, I'm touching more than 60 places to implement this change.
    I know for sure that Java Script solution will not work.
    thanks,
    Amit

  • Multiple dropdowns

    I read Forta's tute on multiple dropdowns using cf8.  Cool.  Works great.  My question is... How do I make the second dropdown contain a blank row if there isn't a blank row in the dataset that is returned from the cfc?
    Example
    Dropdown 1: Pick a state (values = Michigan, Pennsylvania, Washington)
    User pics Michigan
    Dropdown 2: Displays all cities in Michigan without any blank values.
    Without inserting blank rows into the db, how can I make the first row of Dropdown 2 a blank selection in case the user does not want to select a city...

    That seems like a more elegant solution than what I came up with.
    I ended up doing a UNION where the firs SELECT just returns an empty row.
    Doesn't matter. A solution is a solution, whatever tickles your fancy. For the benefit of those who come after you, just write your solution below, and mark it as the correct answer.

  • When creating my own form... is there a way to to link multiple drop down fields  to other drop down fields?

    when creating my own form... is there a way to to link multiple drop down fields  to other drop down fields?

    And in what program? You need to be more specific. Creating conditional forms is of course possible, but the procedures will depend on the actual program and target medium. HTML forms work differently from PDF...
    Mylenium

Maybe you are looking for