Moving Listbox values in the other drop-down lists

Hi - I am an advisor to undergraduate students. I am trying to create a planner of degree two page. Page 1 of the Planner keeps track of the required courses. See this link for my inspiration. Page two helps students during the sequence. Here is an example of page two of something I did in Livecycle.

My vision is for students to complete what they have completed on page 1, the poster form the unfinished journey in a main list at the top of page two and students can delegate classes to any sentence they want. I have attached a work in progress at this post for your comment.

Here's my problem; I'm new to javascript. If you looked at the example, you can see that I figured out how to create a dynamic drop down and fill the list box on page 2. I need help, find ways to move values between the areas of list on page 2. Is it still possible?

Thanks in advance.

-Brian

Form1. Page2.Term1Button::click - (JavaScript, client)

Form1. Page2.Term1.AddItem (form1. Page2.ListBox1.RawValue);

Tags: Adobe LiveCycle

Similar Questions

  • reset the number of subform based on the value of the selected drop-down list

    Hello

    I have a questions.  I have a form called request.  Inside of the application form, there is a subform called MultiForm, which is repeatable.  Application form has a drop down DropdownList1.  MultiForm has buttons 'Add profile' and 'delete profile '.

    The form is the first launch, query appears with DropDownList1, MultiForm button "Add Profile".

    That the user clicks on "Add Profile", a second MultiForm is insert.  On this second MultiForm, there is the 'Add Profile' button and 'delete profile '.

    When the user change the value of the DropDownList1, I want the number of MultiForm reset so that it has only this MultiForm.  The 2nd, 3rd, etc., MultiForm is deleted.

    Also, I want the "Add Profile" button to show only on the first MultiForm, not the subsequent MultiForm.

    I came with the scripts below:

    Remove MultiForm (added under the change event for DropDownList1.

    function resetMyForm (myForm) {}

    var vCount = myForm.count;

    If (vCount > 1) {}

    If (vCount == 3) {}

    myForm.removeInstance (2);

    myForm.removeInstance (1);

    } ElseIf (vCount == 2) {}

    myForm.removeInstance (1);

    } else {}

    do nothing

    }

    } else {}

    do nothing

    }

    }

    -The reason this function works for me because I'm only accommodate max 3 MultiForms to insert and there is always a MultiForm on the page.  I'm looking for a more "dynamic" script instead of the 'static' script above.  Any suggestions would be greatly appreciated.

    Also, I have another question: I want the "Add Profile" to be present on the first MultiForm only.  As new MultiForm added, I don't want the "Add Profile" button to display on the subsequent MultiForm (with the exception of the first form)

    Is there an example of a function that I can use?  Where should I insert this function?

    Thank you very much for your help.

    Hello

    A quick fix would be the setInstances() method.

    I'm surprised you found removeInstance() to work without calling instanceManager or trait shorthand (_) underscore.

    _myForm.setInstances(0); // remove all instances
    _myForm.setInstances(1); // create a new blank instance
    

    Hope that helps,

    Niall

  • How to create the link between the two drop-down lists

    Hi all

    I've created a form in which there are two drop-down lists.

    Let's say a drop-down list contains three elements A, B, C

    and another drop-down list contains three elements, Apple, banana and cherry.

    So, my request is how to create a relationship between these two drop-down lists, so that if I choose 'A' in the 1st drop-down list, Apple will be selected automatically in the 2nd drop-down list.

    Thank you

    Stéphane

    Hi Scott,.

    Niall is great. You can also use a hidden field to update the second drop-down list value.

    The first drop-down list change event script.

    Select var = xfa.event.change;
    var Items = List1.resolveNode("#items[0]").nodes;
    for (var i = 0; i)
    {
    if(Select == items.) Item (i) .value)
    {
    break;
    }
    }

    If (List1.Length > 1)

    {

    var Items_List2 = SecondDropdownlist.resolveNode("#items[0]").nodes;
    HiddenTextField.rawValue = Items_List2.item (i) .value;
    SecondDropdownlist.rawValue = HiddenTextField.rawValue;

    }

    Thank you

    Sidonie.

  • If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.

    If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.
    So I have to change the default to Google Maps then back to Google to search for one.

    I have it! It's the topic: config "hiddenoneoffs" where the 3 elements of google, maps and mcafee have been included. There was no space between Google and maps. I put one in from Google Maps. She appeared in the first box-ff, but not sure about the search in the second time zone. I went back to the subject: one-offs. Safe search was shown with a space after Secure. I took out the space. Safe search arose in the 2nd single search box!
    Weird! This is contrary to how they show in the search parameters.
    Can I have messed that when Firefox has been reset all the search engines on an update, but I do not.
    Either incidentally, I tried to re-installation characteristic but the file comes down as a .dmg that I'm not familiar with and don't apparently is 8.0 to win because he couldn't open it. Thank you once again.

  • The firefox drop-down list in the upper left corner is missing

    I do not have the firefox drop-down list box in the upper left corner.

    View > toolbars = uncheck the Menu bar

  • How to remove the old google browser displays the start menu in the internet drop-down list box?

    Original title: Start menu

    When I go to the taskbar and start menu properties I go in Start menu, and then click Customize. then at the bottom where it says see the start menu in the box, it shows an old browser I don't have how to remove it is the browser drop-down list internet google ch

    Hi OliveBrook,

    You can try to uninstall entries of Google chrome under programs and features and check if it appears in the start option of Internet link menu.

    See the link below to uninstall a program.

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

    Hope this information is useful.

  • A drop-down list can do the calculation based on the value selected in a drop down list?

    Form Acrobat X Pro Adobe

    Can I have a drop down list create a calculation based on the value selected in the menu drop-down?

    We have a set lunch and want the user to choose to be "A lunch', 'Lunch B'"C Lunch"or"just the milk. "

    It is for each of the 5 days of the week. There are therefore 5 drop downs, which have all the same 4 above choice.

    If the user chooses among the 3 lunches and then put $2.00 in the total box at the end of the line. If 'Just the milk' may put 0.50 in the box.

    The total area at the end of the line must keep a record of all 5 days and give a total.

    So if someone chooses lunch A LUN, sea and Sun and just milk for Tuesday and Thursday and then the total for this week must be $7,00

    Is it possible by using code or something?

    I did it in Excel, but we need it is an Adobe pdf file.

    TIA

    OK the total box has a 10 all the time to make it look like $ 2.00 for

    everything.

    Before even that I chose something there are 10 in the box.

    I am a newbie to Adobe scripting Total used VB/A .NET etc ' 1980

    However.

    Can you do any debugging in code?

    Initialize the sum

    var sum = 0;

    Make a loop on the drop-down list boxes and add the cost of the invoice sum

    for (var i = 1; i)< 6;="" i="" +="1)">

    Sum += getField("Week1Day"_+_i).value == 'just milk? 0.50: 2,00;

    }

    Set this field to the amount

    Event.Value = sum;

  • Prepopulate the resulting drop-down list of selections in other areas

    I wonder if anyone can help?

    A form with radio buttons group containing two boxes 'Yes' and «»

    The radio buttons here's a drop-down list that has three items in the list "option A, option B and option C.

    That, here's another drop-down list, with three points, "10000", "15000" & "20000".

    How can I do the following?

    What radio button 'Yes' is selected and the drop-down list "option A is selected, it prepopulates what"10000"in the drop-down list below.

    What radio button 'Yes' is selected and the drop-down list "option B is selected, it prepopulates what"15000"in the drop-down list below.

    What radio button 'Yes' is selected and the drop-down list "C is selected, it prepopulates what"20000"in the drop-down list below.

    Thanks in advance!

    See the pdf attached here: http://groups.google.com/group/livecycle/web/DropDown.pdf

    Is this what you need?

    Nith

  • How to remove the filter of the table drop-down list

    Hello

    Jdev: 12.1.3

    I have a table of readonly in my page. On the one hand of the column, I've defined LOV (VO attribute is ID and name will appear in the LOV) in the VO. So in the filter of the Table, he comes as a drop-down list. How can I change this drop-down list for the field of plain text.

    When the user types text in the search field and press ENTER, it must filter the table with the name you entered.

    1.JPG

    See you soon

    AJ

    Johny

    I made a few changes in your application, added a transitional and populated with lov accessor and applied the filter on departmentid of this transitional

    Check it out, in the same way, that you can do for other attributes

    In fact I think that it is the default when you apply lov on certain attribute and then filter works in this way, or you enter the string full or just the value of the id

    Ashish

  • User entered values to populate a drop-down list.

    I created a form with a fixed number of lines dynamically.  Each line has a drop-down list field that is initially empty.  I want to add user input to the list to be used on the ground in the following lines.

    Hello

    Here is an example that could help.  https://sites.Google.com/site/livecycledesignercookbooks/home/ReferenceNode.PDF?attredirec ts = 0 & d = 1

    This form allows you to add a drop-down list item value and id which is then picked up by the drop-down list control.  The main problem is having to do a xfs.form.remerge (), which can reset certain properties that are not related to something, usually border error and others.

    Does not seem to need a reinstall, so for the new line is not necessarily a problem.

    Concerning

    Bruce

  • Tabs aren't appearing online with the Firefox drop-down list button.

    Here is a screenshot of the problem: http://i.imgur.com/y2binxI.png

    The tab bar is not the tail with the drop-down list button, and nothing I've tried yet fixed.

    Things I've tried:

    - Un-maximising and re-maximising the window (this has worked in the past when I have this problem, but not this time)
    - Moving things around in the Customize screen to see if something got moved out of place
    - Restarting with add-ons disabled
    - Checking for any toolbars to hide/unhide
    

    I have not yet tried to do a full uninstall/reinstall again because, well, that would be a little pain.

    Any suggestions?

    You run Firefox with an enlarged screen?

    You can set the Boolean pref browser.tabs.drawInTitlebar true on the topic: config page to see if that helps.

  • How can I disable the menu drop-down list on the back button?

    I use a laptop and my hands are not too clever. Whenever I click on the 'back' button, I get the drop-down list, which means that I must then back up my hand to the pad (gently!) to move the pointer, and then try again. It may take me several attempts to turn back a site now!

    I searched for hours how activate the drop-down list, nothing is done and even looked through all the settings in: config to try to find a way around it. Seriously impact my ability to use my laptop on the web now, so if someone can you please come up with a way to return to the old back button, with no menu when my finger slow old cannot move pretty fast down the key, I would be very grateful.

    There are two other ways to return to a page.

    • Right click on a box empty page you visit and use the dos command
    • From the keyboard, press {Alt + left arrow}
  • expand the category drop-down list table in the model of checkbook

    Using version 2.3 of numbers 09.  Try to understand the model section for checkbook and to expand the available categories in the menu drop-down allows to assign a category to an entry in the checkbook.  Where would we go to learn this procedure.

    Hi Robert,.

    This is as good one place as any.

    If you have started using the model and have defined categories for all operations, make changes to the cells in these rows. Fill the pop-up menu edited cells wil also reset the value of each cell filled to the currently selected value in the source cell to this filling.

    Add new categories to a cell in the context menu

    In the Transactions table, click any cell to the row and column reference tabs appear.

    Line control grip (red arrow in the image below) and drag to the bottom to add a new line. The new line will contain a new copy of the cell from the popup menu in the category column. Click this cell to select it.

    In the bar of buttons above the workspace, click the Inspector button to open the Inspector, and then click the format cell [42] button to go to the cell format Inspector.

    You will see the list of the menu items for the selected cell. The list below are a pair of buttons marked + and - (blue arrow). To add a new item to the menu, click on the button +.

    The new item appears at the bottom it has the list, with its highlighted text as shown. Type the new category name.

    Repeat for as many new features that you need.

    You can also edit the items already in the list.

    Double-click an existing item to select the text. Type the new name for the item.

    When you are finished, close the Inspector.

    The menu changes are applied immediately and affect only the menu in the modified cell, and cells, this version of the menu is filled in. If you add a new line to the bottom of the table, for example, the edition menu of line 15 will be filled in the new line.

    Add a new category to the account categories table

    The new category is not automatically added to the category table account. When you add it, ensure that there is an exact match between the label of the table and the category in the menu.

    Click any cell in the account categories table to select it.

    Enter the line control handle and drag down to add as many lines as necessary.

    Note that the totals in a footer line moves down and the new lines are added above it.

    Fill in the new lines of the new category (or categories). *

    If you have completed transactions for these categories, these will be totaled in the B column and adds the total in the footer line, but not yet appear on the pie chart.

    Add the new categories on the pie chart

    Click the pie chart to select it and show its data source.

    Data for the graph comes from the cells defined by the selection (in blue) rectangle. The cells shown in white on a background come from the chart legend labels black in column A of the table in the colors of the wedge can be seen in the box beside the category name (and can be changed by clicking on the box, and then choosing a new color in the fill color in the toolbar).

    To add the new category to the table, place the mouse pointer on the small handful (circle in the lower right corner of the selection rectangle. When the pointer changes into a Black plus sign, click and drag down to lock the new categories, which will be instantly assigned a color and added to the graph.

    Click anywhere outside the objects onscreen to deselect all objects, and then save your work.

    * To ensure matched spelling between the menus and the list of categories, select one of the new cells of menu and copy. Select one (or all) cells new category on the table of the types of accounts and paste. Specify each menu to the new categories, and then select all the cells in the new category. In the format of cell Inspector, use the context menu to change the format of these cells to the text. This removes the attribute from popup menu of the cells, leave the text as it was when the last value.

    Kind regards

    Barry

  • How to make the menu drop-down list with a scroll bar

    Hello

    I have a drop-down list that is filled with different table sizes.

    I have a size of 30-element array.  Some of the last items just go off the screen at the bottom of the Simulator PB.

    Is it possible for me to add a drop-down scroll bar?

    DP = new DropDown();
    dp.rowHeight = 24;
    DP.prompt = "stuff";
    DP. Height = 34;
    DP.width = 230;
    DP.x = TitleTB.x + 170;
    DP.y = Title.y-3;
    addChild (dp);

    Some of the tables look like this-

    case 'List 1':
    dp.rowCount = 2;
    for (var i: int = 0; i<2;>
    {
    if(i==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"blahblah"});)
    }
    else if (i == 1) {}
    DPP.unshift({label:"foofoo"});)
    }
    }
    dp.dataProvider = new DataProvider (dpp);
    addChild (dp);
    break;

    case "List2":
    dp.rowCount = 30;
    for (var n: int = 0; n<30;>
    {
    if(n==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"lalalala"});)
    }
    Else if (n == 1) {}

    **********

    Delete the existing table using splice (0);

    then I add the new array of labels.

    Before, when I didn't have the splice (0), I only had the .unshift () and sometimes got bays combined together and a scroll bar appears automatically in the Simulator.  But then the berries were mixed.

    Thanks for the help!

    Hey mlin13,

    from the looks of it, your property rowCount is set too high. the rowCount property represents the number of lines displayed on the screen when the drop down menu is open. so if the number of rows is less than the amount of items on the list, it will create a scroll bar with a drop-down list for you. try to set the number of lines to a default value of 10 and and keep it manipulate your list from there. and see if you get the desired results. Good luck!

  • Data from the field drop-down list does not clear when the reset button is activated

    Acrobat Pro XI

    All field boxes are checked in the tab properties of the button actions... but when I click on the reset button of the form I created only the data in clear text fields, not any of the data that has been selected in a drop-down list.  What I am doing wrong?

    The 'rest shape' command returns the fields to their default values. If this

    value is not empty, that's what he'll be back.

Maybe you are looking for

  • How to auto hide the Sidebar Bookmark?

    Y at - there an app for that! It would be so convenient!Thank you!

  • Its P100-102 of satellite crackling under windows

    Hello now that my CMOS problem is fixed, I thought to post the following. Before it seems as if I'm a newbie, I can say that I am really experienced with desktop computers and I never had such problems. It seems as if everything changes when you swit

  • Problem installing windows XP on the IdeaPad G550

    Last week, I bought lenovo G550. It came with Windows Vista. I want to install Windows XP on it. I found that lenovo has driver for windows XP, which will make my life easy :-) But when I try to install windows XP last night, I got blue screen severa

  • Loading time of LabVIEW tool to compare files from the repository

    I have the LabVIEW compare the configuration of the tool of the differences for .ctl and .vi files in the source Surround SCM control system.  The source code control system is running on a network server.  My PC is on the same network as the server.

  • Disorder of the transition in Movie Maker

    I use Windows Movie Maker and running Vista. Some of my transitions between the photos will not play but the transtition even between different photos will play well.  I have deleted and then replaced by another transition, but it still does not go p