Populate textbox in succession

hi everyone
sorry for my bad English, I have a series of textboxes that are populated with buttons, but I would like that if a textbox is already occupied, the following is populated. I'm making an order for the products, and each button is a product. I'll post an example.
var f = this.getField("cod")
f.value = "art51";
var f = this.getField("desc")
f.value = "coppia di contenitori 120X80";
var f = this.getField("prez")
f.value = "300";
i have a 10 textbox cod.0 - cod.10
             10 textbox desc.0 - desc.10 ecc..
I hope I did understand my problem and can help me thanks to all

thank you MichaelN
this is a screen of the final table with buttons that go to add data to the form. I wish that when I click on one of the buttons at the bottom of this adds the data to the table progressively so that if the first line is already busy, it goes to add it below. Hope it is not an impossible thing to achieve. Thanks for the reply

Similar Messages

  • Auto Populate Textbox in sharepoint Visual Webpart

    Hi all,
        I have requirement in My organization. all the web users need to be auto populating while typing letters.
       I have done this earlier in .net with web method  but web method scenario  is not working in visual webpart
     Can any one help me out ....
    Thanks 
    Nag

    Hi Nag,
    From your description, my understanding is that you want to ac auto populate/suggest  all the users from current web  in textbox  in visual webpart.
    You could use jQuery to AutoComplete text box in SharePoint 2010 Visual Web part. Please refer to this article(you need to replace the data source ”availableTags”
    in the demo):
    http://sharepointwings.blogspot.in/2012/05/autocomplete-textbox-using-jquery-in.html
    Please refer to this article about how to add jQuery to SharePoint Visual Web part:
    http://sharepointdragons.com/2012/04/18/adding-jquery-to-a-visual-web-part-and-then-implement-parentchild-radio-buttons/
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Populate textbox with radio box output

    I have 2 sets of 5 radio boxes.
    Set 1 - CHESTQTY
    option1 - 100
    option2 - 200
    option3 - 300
    option4 - 400
    option5 - 500
    Set 2 - BACKQTY
    option1 - 1100
    option2 - 1200
    option3 - 1300
    option4 - 1400
    option5 - 1500
    Basically I'm making an order form. When a user selects any option from the CHESTQTY radio box set, I need to output a specific number to a TOTAL box. The total is always $35.00 for any option selected from CHESTQTY.
    But, they also have an option of also selecting from the BACKQTY radio box set. They are required to select at least a CHESTQTY but are not required to select a BACKQTY. But if they do select a BACKQTY also, I need to add an additional $85.00 to the previous $35.00.
    I'm kind of new to Javascript, but a total rookie when it comes to Javascripting in Acrobat. I've searched the web forever and cannot find anything like this.
    What it comes down to is this:
    CHESTQTY is required. Adds $35.00 to a text box if any of the options are selected.
    BACKQTY is optional, but if selected, also needs to add $85.00 to the previous $35.00.
    Can anyone help with this?

    If I understand what you're trying to achieve, the custom calculation script for the text field could be:
    // Custom calculation script for text field
    (function () {
        // Get the field values
        var v1 = getField("CHESTQTY").value;
        var v2 = getField("BACKQTY").value;
        // Create a variable for the sum
        var sum = 0;
        // Add 35 to the sum if any of the radio buttons is selected
        if (v1 !== "Off") sum += 35;
        // Add 85 to the sum if any of the other radio buttons is selected
        if (v2 !== "Off") sum += 85;
        // Set this field's value to the sum
        event.value = sum;

  • Data Services 4.0 error when running job - not updating repository table

    Hi All,
    I am hoping someone might have come across this error before.
    When running a data services job, from within Data Services Designer, when trying to re-run the same job, I get the following error messages:
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     SQL submitted to Oracle Server <BO3> resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     >. The SQL submitted is <INSERT INTO AL_BW_REQUEST (REQUESTID,TYPE,VALUE,DF_NAME,CREATION_TIME) VALUES (
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     'REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU', 3 , '29', 'DF_XXXX_Data_DW1Date',  to_date('2011.10.17 10:38:39', 'yyyy.mm.dd
    9332     2572     DBS-070300     17/10/2011 10:38:39 AM     hh24:mi:ss') )>.
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     |Data flow DF_XXXX_Data_DW1Date
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     Cannot save <RequestID info> into the repository. Additional database information: <SQL submitted to Oracle Server <BO3>
    9332     2572     REP-100109     17/10/2011 10:38:39 AM     resulted in error <ORA-00001: unique constraint (DS3_ADMIN.SYS_C005632) violated
    When I go and look into the Data Services repository AL_BW_REQUEST  table, the first time the job is run, all five fields in this table populate with data successfully. When re-running the job, on 3 out of the five fields within this table are populated but the VALUE and DF_NAME field are not populated, hence causing the primary key violation.
    Here is the data below from the AL_BW_REQUEST  table:
    REQUESTID                                      TYPE  VALUE     DF_NAME                               CREATION_TIME
    REQU_4NIVIZ1G9S5B7LUY0HHP65ZJU     3                      10/17/2011 10:38:38 AM
    REQU_4NJ503RVIFD3VLBJJEKBJ3OE2     3                       10/17/2011 10:33:37 AM
    REQU_4NJ4ZHSP9F93L3OAUDV6RHCMY     3                       10/17/2011 10:32:31 AM
    REQU_4NIV1NKP9645E394E7H12Q796     3                      10/17/2011 9:53:53 AM
    REQU_4NEYFNI2U68MBJOEWFJWVWWU2     3  24     DF_XXXX_Data_DW1Date      10/17/2011 9:47:58 AM
    If I truncate this table and re-run the DS job, it will not populate the VALUE and DF_NAME fields. 
    Does anyone know what could be causing this? The target source is BW.
    Seems like a bug to me.
    Thanks,
    Ainsley

    Hi Ramesh,
    Am a HANA apps consultant in India, would like to get in touch with you. but don't know how
    regards,
    Tilak

  • Simple Request - How Do I Print a Spool Request in 3.1i?

    Here is the scenario:
        I have created an FI Misc Credit Memo for a customer who wants a hard copy of the document. Using transaction code FB12, I generate a correspondence. Then using transaction code F.64, I attempt to print the document. This generates a spool request with a number like 86,007.
    From there I go to system>services>output control which takes me to the spool request screen. From there, I am missing the next step.
    This screen has fields for:
    Spool request number (attempted number given when spool request was generated - 86,007, field only fits 5 characters so comma has been excluded)
    Spool request name ( I think this is my problem as I have no idea where to find this)
    User name (field is populated)
    From date  (field is populated)
    Client  (field is populated)
    Output device (have entered desired printer name)
    Format (usually self-populates once a successful print request is entered)
    Title (unnecessary field I believe)
    Recipient (unnecessary field)
    Department (unnecessary field)
    No one on our staff has been able to help me with this issue so I've turned to the community. I am an end user (Tax Analyst) who possesses little technical knowledge. My apologies. Thank you in advance for any help given!

    Hello,
    remove values from all the fields in the selection screen and enter only your spool number. The Execute wiht 'F8' and if the spool request is found, with the "printer" push-button you can print it.
    Best regards,
    Andrea

  • Accessing Control in Excel Worksheet

    My company has a Winforms App written in VB.Net that populates textboxes in a Excel 2010 Worksheet. This application has been working flawlessly since the days of Office 2003. Last week, several updates for Office and Excel were pushed out by Microsoft and
    my user community installed them. Since then, when our Winforms App attempts to populate the textboxes, the following kind of error occurs:
         "Public member 'txtVENDOR_NOTE' on type 'Worksheet' not found."
    I have verified that the text boxes exist in the worksheets and I have recreated the worksheets in Excel 2010, but the problems continues to persist. I have uninstalled all the Excel updates as well as several of the Office updates, but the issue still continues.
    Has anyone else experienced this issue recently and, if so, how did you resolve it? Since this issue began after the last batch of Office and Excel updates were pushed out by Microsoft, which we installed on December 12th, does anyone know what update might
    have caused the above problem?
    Thanks in advance for your help.

    Dear All,
    The following updates blocked our Winforms VB.Net App from accessing controls in Excel:
    Security Update for Microsoft Office 2010
    KB2553154
    KB2553284
    KB2687423
    KB2850016
    Uninstalling these updates resolved our problems and allowed us to continue with our business and interactions with our customers and vendors.
    The purpose of these security updates follows:
    "A security vulnerability exists in Microsoft office 2012 64-Bit Edition that could allow arbitrary code to run when a maliciously modified file is opened. This update resolves that vulnerability."
    These updates need to be installed with caution.
    Regards!

  • Logging the entries daily into a Z table Vs Volume

    Hi Experts,
    Am working on a Billing EXTRACTing report, in this system approximately 1,000 invoices will be created per day.
    After filtering the selection as per user selection criteria, approximately 200 (per day) invoices will be seleted by my report, but, functional guy(business analyst) is asking me to insert all these 200 per day into a Z table (say log table). But, am thinking it's not a good practise!! because adding/log these 200 entries per day to a Z table, dont know How big this Z table will become after 1 year!!
    So, pls. suggest me Is there any other way/idea to get resolved this requirement?
    Thank you

    Sorry for not writing all my requirement in my posting.
    Necessity: As soon as my prog. writes a Invoice record entry of VBRK into application server, I hv to create/insert a record with this Invoice into my Z table (which contains a Z field-say STATUS FLAG field), by adding a FLAG saying that, this Invoice sent to appication server (and there by to a legacy ssystem), say STATUS FLAG shuld populate with "S"-Successful....so that, next  execution of my prog. will avoid/skip this Invoice re-sending again!!
    Thank you

  • Midlet Application : opening new form

    Hello,
    I want to create a midlet aplication. I am using Sun's wireless toolkit. in the application, the user is presented. with the uname and psswd textbox. on successful login, after displaying the alert, I want to show another form, where the user can input some data, and then saves the form. How can display some different form from this midlet app. suggest please. below is my code.
    the function doLogin verifies the user authentication.
    import javax.microedition.midlet.MIDlet;
    import javax.microedition.lcdui.*;
    public class UserLogin extends MIDlet implements CommandListener
         private Display display;
         private TextField userName,password;
         public Form form;
         private Command login,cancel;
         private Image img, imge, img2;
         public UserLogin() {
              form = new Form("Sign in");
              userName = new TextField("LoginID:", "", 30, TextField.ANY);
              password = new TextField("Password:", "", 30, TextField.PASSWORD);
              cancel = new Command("Cancel", Command.CANCEL, 2);
              login = new Command("Login", Command.OK, 2);
              try{
                   img = Image.createImage("/logo.png");
                   imge = Image.createImage("/front_left1_bad.png");
                   img2 = Image.createImage("/Congratulations-1.png");
              }catch(Exception e){
                   System.out.println(e.getMessage());
         public void startApp() {
              display = Display.getDisplay(this);
              try{form.append(img);}catch(Exception e){}
              form.append(userName);
              form.append(password);
              form.addCommand(cancel);
              form.addCommand(login);
              form.setCommandListener(this);
              display.setCurrent(form);
         public void pauseApp() {}
         public void destroyApp(boolean unconditional) {
              notifyDestroyed();
         public void validateUser(String name, String password)
              String result = DoLogin.doLogin(name,password);
              System.out.println("THE RESULT IS:"+result);
              if(result.equals("T"))
                   showMsg();
              else if(result.equals("F"))
                   tryAgain();
         public void showMsg() {
              Alert success = new Alert("Login Successfully", "Your Login Process is completed!", img2, AlertType.INFO);
              success.setImage(img2);
              userName.setString("");
              password.setString("");
              display.setCurrent(success, form);          
         public void tryAgain() {
              Alert error = new Alert("Login Incorrect", "Please try again", imge, AlertType.ERROR);
              error.setTimeout(900);
              error.setImage(imge);
              userName.setString("");
              password.setString("");
              display.setCurrent(error, form);
         public void commandAction(Command c, Displayable d) {
              String label = c.getLabel();
              if(label.equals("Cancel")) {
                   destroyApp(true);
              } else if(label.equals("Login")) {
                   validateUser(userName.getString(), password.getString());
    }

    Hello,
    First of all thanks for the reply. Is there any IDE to write the midlet application which like highlights the keywords and shows format etc. I am using wordpad and Sun's WTK, as I am new to midlet development its a bit hard to find the mistakes using those.
    Once again, If in a form I want to generate variable number of textboxes based on a database reply How should I do it, I did the following but it didnt work. It didn't also added the command buttons to the new screen. I bolded the part didnt work in my code.
    public void showMsg() {
              Alert success = new Alert("Login Successfully", "Your Login Process is completed!", img2, AlertType.INFO);
              success.setImage(img2);
              addCform = new Form("Add Concern");
              userName.setString("");
              password.setString("");
              display.setCurrent(success,  addCform);
              title = new TextField("Title:", "", 10, TextField.ANY);
              desc = new TextField("Description:", "", 30, TextField.ANY);
              addCform.append(title);
              addCform.append(desc);
              *cancelC = new Command("Cancel", Command.CANCEL, 2);*
    *          save = new Command("Save", Command.OK, 2);*
    *          form.addCommand(cancelC);*
    *          form.addCommand(save);*
              *for(int i=0;i<5;i++)*
    *               txtbox= new TextField("Text","",10,TextField.ANY);*
    *               addCform.append(txtbox[i]);*

  • Can i return a SYS_REFCURSOR from a programmer defined TABLE type in a fn?

    Good morning,
    I have a function that i declared a record type, and corresponding table type for that record in.
    Throughout my function , i populate my record type, then add the record to the table.
    At the end of my function, i'd like to return a sys_refcursor to my table.
    is that possible?
    everything seems to work up until i try to create a cursor from the table. my records populate the table successfully, and i can use a for loop at the end of my fn() to iterate through the table and echo out my data to dbms_output. what i'd like to do instead, is pass a cursor to my table to the caller of the function.
    works:
    FOR i IN t_my_tab.FIRST .. t_my_tab.LAST
    LOOP
    DBMS_OUTPUT.put_line('record: ' || t_my_tab(i).fieldname);
    END LOOP;
    doesn't work:
    OPEN my_cur FOR select fieldname from t_my_tab;
    RETURN my_cur;

    Bad idea.
    Why? Because this so-called "table" is in fact a PL/SQL array. It resides in the PGA - dedicated memory belonging to the Oracle process running the PL/SQL code.
    Now you want to open a refcursor against it - this only works against SQL data. So the data needs to be shipped from the PL/SQL engine to the SQL engine. Then a cursor needs to be created against the temporary set of data in memory.
    This is slow. This is cumbersome. The SQL Engine's "temporary data" structure is called a global temporary table. This is a proper SQL table - not a very simplistic array structure that has to be twisted into looking like a SQL table. It already resides in the SQL engine.
    The best place for data in Oracle is in a SQL table.
    So why then use PL/SQL arrays? For the same reason as you would use them in Pascal, C/C++, Java, Visual Basic, Cobol, Fortran, etc. Dealing with local program specific data and data structures - not as a stand-in for a SQL table.
    And as soon as you contemplate running a SQL against a PL/SQL array, you must ask yourself if this is the correct thing to do. 99% of the time, the answer will be "No. This is the Wrong Thing to Do".

  • Getting NetConnection.Connect.Rejected

    I signed up with a FMS hosting service. They have a nice
    interface where I was able to install an application. I called it
    "simple", cause its bare bones simple. After installing, it gives
    me the rtmp connection string. Problem is - I get
    NetConnection.Connect.Rejected every time. I tried removing it, and
    installing again. But same thing.
    This is in frame 1. Is there something wrong with this?
    my_nc = new NetConnection();
    my_nc.onStatus = function (info) {
    switch(info.code)
    case "NetConnection.Connect.Success":
    textbox.text = "success" + "\n";
    break;
    case "NetConnection.Connect.Rejected":
    textbox.text = "rejected" + "\n";
    textbox.text += info.application.msg + "\n";
    textbox.text += "Event: " + info.code + "\n";
    textbox.text += "Type: " + info.level + "\n";
    textbox.text += "Message:" + info.description + "\n";
    break;
    case "NetConnection.Connect.Failed":
    textbox.text = "failed";
    break;
    case "NetConnection.Connect.Closed":
    textbox.text += "Connection closed.";
    break;
    my_nc.connect("rtmp://exx3333.rtmphost.com/simple");
    (I didn't put in the exact rtmp string in there, since this
    is a public forum)
    The result I get printed out in the text box is:
    rejected
    undefined
    Event: NetConnection.Connect.Rejected
    Type: error
    Message:[ Server.Reject ] : (_defaultRoot_, _defaultVHost_) :
    Application (simple) is not defined.
    But - the hosting service's interface panel shows that
    application "simple" is there. I sent the hosting service a support
    request, but I probably won't hear back from them until
    Monday.

    Hi Cisco_s,
    Your code looks good - I think there's nothing you can do
    other than wait. Apparently there's something wrong with the VHOST
    configuration on their side.

  • Populate texbox from list on the basis of value in another textbox

    To achieve the above situation i have used the ontextChanged event of textbox.
    But the problem is on postback the value in another texbox get lost .How to handle it ?
    Any Suggestions?

    Hi,
    I had tested again per your description,
    called the same OnTextChanged method for both the textboxes, they were still worked well.
    When I type the value in the first textbox, the second auto populate the value, and vice versa also.
    Test1:<asp:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged" AutoPostBack="true"></asp:TextBox>
    <br/>
    Test2:<asp:TextBox ID="TextBox2" runat="server" OnTextChanged=”TextBox2_TextChanged” AutoPostBack=”true”></asp:TextBox>
    protected void TextBox1_TextChanged(object sender, EventArgs e)
    TextBox2.Text = TextBox1.Text;
    protected void TextBox2_TextChanged(object sender, EventArgs e)
    TextBox1.Text = TextBox2.Text;
    You can create a new simple project, then check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Auto populate Infopath 2013 fields after entering a data into a textbox.

    Firstly can I please say I am sorry to be revisiting this but I just can sort it out!!
    I have 3 fields in a SharePoint 2013 list, Code, Section, SubSection, after some guidance I am trying to use rules to populate Section/SubSection when a Code is entered.  I am getting the Data for the three Fields from an XML file. The form can see
    the XML data fine. Here's the BUT.. I cant seem to get the quering correct to autofil the other two fields.
    I promise this is the last time I shall ask for help on this!
    TIA
    Jon

    Thanks Cameron.
    No that’s not what I need, not Cascading Drop Downs, I want TextBox’s to be populated.
    I have 3 fields, Code, Section, and SubSection, when a user enters a code into the first box, a rule queries the list, I(I have XML or SharePoint List) to populate the Section/SubSection with
    the data relating to the Code.
    So far I have a rule that on FormLoad when the Code field changes it queries the XML list for the info.  The problem I have it I can’t get the query correct.
    Thanks
    Jon

  • Enterprise manager will not populate after successful login

    Hi Guys
    I have done a clean install on 11.1.1.6 and all I can get BIP, OBIEE Home and Weblogic fine. When I log onto Enterprise manager under http://host:port/em , I get to the log in screen and log in successfully but then I am not able to populate EM. I have tried changing the Browser to no avail.
    Please help

    user601798 wrote:
    Very helpful.
    But when asking for the Listener port number (during the emca create) where do I specify (if at all) the port I want the emctl agent to listen on? In the past I have used a port other than 1521 for the emctl agent, e.g. 1158 and 5502.
    http://docs.oracle.com/cd/B28359_01/server.111/b28319/emca.htm#BABJHAHA
    BTW - does this process (emca .... drop) bring down the database or does it require that the database be in another state besides 'open'. I ask this because I see from the logs that the process is 'queiscing' the database so I was wondering if all user sessions had to be terminated. Otherwise, this process will just 'sit there' as if doing a 'shutdown normal'. It is taking a while....
    Dec 13, 2012 5:19:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/cfgtoollogs/emca/db1/emca_2012_12_13_05_19_08.log.
    Dec 13, 2012 5:19:29 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Dec 13, 2012 5:19:35 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ... <---?
    Database can remain up and running, but will be placed into quiesced mode -
    http://docs.oracle.com/cd/B28359_01/server.111/b28318/consist.htm#CNCPT1329
    This may take a while if the database is active
    ThanksHTH
    Srini

  • Code for Textbox in 2nd form not firing to populate 1st form

    I have some forms with lots of data.
    It's basically machine parts.  When a machine is chosen from a listbox, a group of textboxes on 2 different forms are populated.
    Form1 has 2 textboxes that are based on a group of textboxes from Form2.
    For some reason, the textboxes on Form1 won't populate with the Form2 data unless I physically click on the listbox.
    I choose a machine and the non-dependent textboxes in Form1 populate, I open Form2 and all of the textboxes populate, I go back to Form1 and the dependent textboxes say Name?...however, if I click on the chosen machine in the list box on Form1, it populates
    properly.
    I am using the following in the Control Source of the dependent textboxes in Form1:
    =[Forms]![Form2]![Text32]
    Text32 is the textbox in Form2 that contains the contents of several textboxes concatenated and it works fine.  I don't understand why it would need that extra click in the listbox before it fires.
    I have to use 2 forms because there is a LOT of data and I ran out of textbox room.
    Thank you in advance for any help you can give me.
    Gee

    I stuck in some requeries and that made it fire.
    Gee

  • How to populate value into textboxes

    Hi,
    I'm working with oracle forms for portlet and need help populating a certain value into textboxes. There are 40 textboxes, 40 checkboxes, and a textbox for a user to enter a value. When a user checks the preferred checkboxes then enters the value into the textbox, I want this value to be populated into those 40 textboxes.
    Please help...
    Thx in advance,
    Thuly2

    Hi Adi
    If ZVal is your value node then,
      DATA: lref_entity    TYPE REF TO cl_bsp_wd_value_node,
            lref_bo_coll   TYPE REF TO if_bol_bo_col,
            lref_data TYPE REF TO <<your ZStructure>>,
             ls_data type <<your ZStructure>>.
    ls_data-<<field1>> = 'XYZ'
    ls_data-<<field2>> = 'XYZ'
         CREATE OBJECT lref_bo_coll TYPE cl_crm_bol_bo_col.
          CREATE DATA lref_data.
          CREATE OBJECT lref_entity
            EXPORTING
              iv_data_ref = lref_data.
          lref_entity->set_properties( ls_data ).
          lref_bo_coll->add( lref_entity ).
          typed_context->ZVal->set_collection( lref_bo_coll ).
    Hope this was helpful.
    Best Regards,
    Lakshminarayana

Maybe you are looking for

  • HP B9180 Photosmart Pro Printer - Specialty Media Tray Not Working

    HP B9180 PHOTOSMART PRO PRINTER SPECIALTY MEDIA TRAY PROBLEM I’ve had my HP B9180 Photosmart Pro Printer for about 2-1/2 years. My computer operating system is Windows XP (with up-to-date service packs) on a Dell XPS PC. The printer is connected dire

  • How do I edit out a small section of a clip?

    I have a movie clip that's 3 minutes long. I need to edit out 12 seconds in the middle of the clip. I've looked for video tutorials, but haven't found one for this. Can someone walk me thru how to do this please. Sorry, I'm a newbie to iMovie 09. Tha

  • New desktop MoonLightDE not yet ported to Arch.

    Staff, the little time I heard about a new linux desktop called MoonLightDE, tried searching the web one PKGBUILD unsuccessfully. Found on the page of a topical where developers said they needed someone to create packages for compilation in AUR. 'm N

  • How to compress a video to fit in iDvd?

    I am brand new to iMovie/iDVD but think I'm going to love them. However, I have a newbie question about "shrinking" a movie to fit. Originally I created a movie in iMovie. No chapters, just two short transitions. Exported it as "Large" to Media Brows

  • PE 10: Picture Slide Show

    The slide show starts with custom music and 4 slides in order, and then starts randomly selecting what was originally my custom order.  What is going on?