Tabbing order in addInstance subforms

Hello,
I am trying to set my tabbing order in an addInstance subform. The tabbing works as I expect it to until the user adds an instance of the subform...and then those fields are not addressed until the entire form has been tabbed through.
Does anyone know if there is a way to include these added subforms in the tabbing order either through LiveCycle or with some code?
Thanks so much,
Theresa

For some reason Designer 8 has the tab order as references to incorrect next fields (correct if it was static, not for dynamic). For example label_equals on replacement subform is pointing to sqfttotal field in the totals subform, which is why any new instance of the repeating subform added is being skipped. The last focus field Button3 traverses to label_equals then to Text2 and then to sqfttotal. Since the middle 2 are non-fields, they are skipped.
If you want to see where a field really points too in the source, open the XML Source Tab and click on label_equals in the hierarchy for example, you will see a block of xml which looks like
<traversal>
    <traverse ref="Subform1[0].Text2[0]"/>
</traversal>
Not good. Tried moving the tab order around so that Button3 is the last object in the subform, but the binding stays in Designer 8. In Designer 9, when i move Button3 to be the last object, it correctly removes the tab binding and so fixes the issue. Im thinking that this is a bug at the moment, since i cant see any way through the UI to change the last tab focus of an object to be the correct one (once it has been set).
However, we can can get around this:
* Move Button3 in replacement to be the last object in the tab order of the repeating subform
* When you addInstance of the new Subform, set the intial focus to be the first field
* on Button3, add the following script to the initialise event to remove the bad tab binding
this.resolveNode("traversal.#traverse").ref = "";
You dont need Enter / Exit events to set the focus then

Similar Messages

  • Tab Order of Dynamic Table or subform

    Hi,
    I have a page with few subforms. At this subforms are dynamic tables or dynamic subforms. How does the tab order works in this kind of layout.
    Some time I have a few subforms or tables group together when activiate the tab order form the menu [View->Tab order]. I have the tab order arranged for a dynamic subform. When I preview and add a few instance of the subform (call it subform A), the first instance tab order follow what was set. But when tab to second instance of subform (subform A), the cursor just when to another subform (subform B). Why is that so? Shouldn't it just continue to the second instance?
    Thanks for any help.

    Hi Mike,
    I have faced with the same problem also. So as a temporary solution, in the exit event of the last item in the table, I changed the focus to the next instance's first item. Not a good way. If there is any different solution, waiting also.
    Asiye.

  • Is different tabbing order behavior between Custom and Automatic order a known issue?

    Good morning,
    I'm trying to debug a tabbing order issue where tabbing jumps over the instances of a repeating subform added at runtime only to return to them at the end of the tabbing sequence.
    Is this a know issue? If so, has it been fixed in newer version of Reader or Designer? I'm 98% sure this used to work before we installed service pack 1 for LC Designer ES. Here are the product versions currently used:
    LiveCycle Designer ES 8.2.1.4029.1.523496
    Adobe Reader 9.4.0
    Additional Information
    The hierarchy view looks like so (omitting fields for simplicity purposes):
    form1
         Subform1 (repeats)
         AddButton (button adding instances of Subform1)
         Subform3
    tabbing result after adding instances of Subform1:
    1. Subform1[0]
    2. AddButton[0]
    3. Subform3[0]
    4. Subform1[1]
    5. Subform1[2]
    expected results:
    1. Subform1[0]
    2. Subform1[1]
    3. Subform1[2]
    4. AddButton[0]
    5. Subform3[0]
    I built a simplified version of the form to isolate the source of the problem and noticed that I can reproduce the problem only when tabbing order is set to 'Custom'. The 'Automatic' order works fine. However most of the forms we're working on uses Custom order.
    I've tried removing the 'operation' tag in the XML Source as it sometimes fixes issues however it didn't this time. Using script to set focus on the exit event is currently considered but not ideal. It does not handle backward tabbing and will need to be manually removed later when forms are migrated to a newer version of ES/Reader.

    Yes, that behaviour is as expected. Out of order logging affords some performance improvements, particularly on machines with many CPUs.
    In iWS 6.0, you can set buffers-per-file="1" on the Init fn="flex-init" line to force iWS to log accesses in order.

  • Tab order shows correctly, but doesn't work in PDF

    Does anyone else have the problem, or know how to solve it, where you go through and set up the tab order correctly numbers for each page, but then when you tab through the preview pdf or the saved pdf, it will jump between pages instead of going through the tab order you just setup?  I'm completely frustrated, as it seems to work with some perfectly, barely work with some, and sometimes if i take a working form and add even just one text box, it blows the entire tab order out.

    Thanks everybody.  I went through and checked the aligning of the hundreds of checkboxes i have.  I also had to end up giving names to some of my pages and
    subforms to help fix the issue.  honestly i can't tell what fixed it but i think a combination of all them helped.  maybe it was too confused with so many unnamed subforms, checkboxes, etc.
    I think it'd be a huge win for Adobe if for the next version they could just fix the bugs and try automating/making things easier.  it took forever to design this and with a high learning curve.

  • Tab Order setting does not persist

    Hi There,
    We have one specific form (a dynamic, flowed form, with repeating subforms and fragments), that we need to have automatic Tab Ordering.
    We have found that (for this form only) the Tab Order keeps resetting to Custom.  We are working on the xdp file, and it means that we need to remember to reset it to "Automatic" just before saving everytime (when we save the PDF).
    Is there something in the xdp that would cause it for an individual form?  Is this something we can fix?
    Thanks

    I have also been having issues in regards to the tab order. We contacted Adobe and they apparently had trouble understanding what our issues were. We had the same thing you are running into with the tab order resetting, but never could figure out why it did. When we sent our file to Adobe, they told us it was working fine when they looked at it and they closed our ticket stating that our issue was resolved.
    Well it isn't resolved and here we sit with forms that don't tab correctly if we don't reset the order EVERY time (sometimes even if we do set the tab order it goes wonky on us).
    So if you contact them and get an answer please share!

  • Setting Tab Order

    Hi All,
          I have a Subform with one TextField, and it flows, say 10 number of times i.e. 9 instances are added.
    When using Tab, the control only goes to the origianal Subform, and not to its instances.
    How to set the Tab Order to the Text Fields inside the Subform instances?
    Thanks,
    Prabhakar.

    Hi Prabhakar,
    I'm not sure if I understand you exactly. You can use menu View->Tab Order for setting the tabbing order.
    Michal

  • Setting Tab Order in LiveCycle Designer 7.1

    Hi,
    I am trying to set the tab order in a dynamic form. In my form instances of subforms are added on runtime depending upon the no specified by user. It has atleast 7 pages.
    I have tried with View >> Tab Order but to no use.
    Please help.
    Thanks
    Neha

    This question is better asked in the LiveCycle or Designer forums...

  • Tab order not working when adding rows through Javascript

    I am having trouble with my tab order in LiveCycle Designer 8. When I "add instance" for a row from a button, my tab ordering skips the new row. How can I get the new rows to fall line up correctly in the tab order?
    Here is my Javascript code:
    "click" - Table.Product1.Product12.Product13.instanceManager.addInstance(1);

    do you have the tab order set as automatic or custom?

  • Tab-order in sub-forms

    Hello,
    I have a problem to define tab-order in sub-forms. I am using the instance manager (addinstansces) to generate subforms (dynamic), but have problems to define the tab's to go horizontal and not top-down. I.e. if I have defined 3 subforms with ID: 1, 2, 3, and the text fields name and address the orders will go from ID:1, name:1, address:1, etc. My wish is to go from name:1, name:2, name:3, address:1, address:2 etc
    Any help out there?

    Hi Rebecca,
    By tabs do you mean the form fields? If yes, then you can simply rearrange them by repositioning the other fields using mouse.
    However, the e-mails that are received on submission of the forms show the original sequence of the fields.
    Regards,
    Neha

  • Tab order direction and table size

    Hello.
    I have a form with a table that should be filled by the user. The default tab order is Left to Right, and I need it to be Right to Left. I tried to set the tab order from the Tab Order tab, and it worked on the first row, but when adding rows their tab order is left to right again. How can I change the default tab order?
    And one more thing - How can I get the size of the table (number of rows) with JavaScript?
    Regards,
    Arik

    Hi Arick,
    This is a standard functionality provided by Adobe form. You can see 'Tab order' under options, and using the shift key, decide the order in which you want the tab to move.
    for the number of row, use the following ( i dont know if theres any standard function, but since its repeated nodes of a subform, you can calculate  it in the following way)
    I am assuming that the table is called 'Table1' defined under the root node, and has only headerRow defined. No FooterRow is defined
    var count = 0;
    var nNumRows = form.Table1.nodes.length;
    for (var nNodeCount = 0; nNodeCount < nNumRows; nNodeCount ++){
    if (Table1.nodes.item(nNodeCount).className == "subform") {
    if (Table1.nodes.item(nNodeCount).name != "HeaderRow"){
    count++;
    the value of count is the no. of rows in the table

  • Table tab order

    Is there a way to change the tab order in a table so that it goes down a column instead of across?
    Likewise, I would like cells to build in down the column by cell instead of across, i.e. all of the first column comes in one cell at a time and then the next one cell at a time. Is this possible.
    Thanks.
    Carole

    Hi Arick,
    This is a standard functionality provided by Adobe form. You can see 'Tab order' under options, and using the shift key, decide the order in which you want the tab to move.
    for the number of row, use the following ( i dont know if theres any standard function, but since its repeated nodes of a subform, you can calculate  it in the following way)
    I am assuming that the table is called 'Table1' defined under the root node, and has only headerRow defined. No FooterRow is defined
    var count = 0;
    var nNumRows = form.Table1.nodes.length;
    for (var nNodeCount = 0; nNodeCount < nNumRows; nNodeCount ++){
    if (Table1.nodes.item(nNodeCount).className == "subform") {
    if (Table1.nodes.item(nNodeCount).name != "HeaderRow"){
    count++;
    the value of count is the no. of rows in the table

  • Dreadful tab order

    Hi!<br /><br />I'm using Lifecycle Designer v7. In a document with many nested, repeatable subforms I tried to set the tab order by using the internal tab order function (View->Tab Order). I clicked all the fields in the right order, and even the <traversal> tag is set correctly. But it doesn't work anyway. The first few fields work just as they should but some fields later it jumps to some other locations and even to the top of the page. At that location tab doesn't work any more.<br /><br />Do you have any ideas how to solve that?<br /><br />Thank you in advance!!

    Hi! Try going to the hierarchy view. See if the fields are all in order there. Then do the tab order thing. Sometimes this works, sometimes not!
    Sorry!

  • Achieve the tab order for dynamically added section

    Hi friends,
    I'm facing the issue with tab order.
    How to achieve the tab order for dynamically added sections?
    Could you Plaese suggest me in this.
    Thanks,
    Susila S

    Hi,
    Thanks for your reply.
    Ya. I'm adding rows in a table dynamically which is grouped in a subform which is flowable and the buttons are placed in the same subform. At the end of the row I'm having the hidden fields.
    So what I want is without focusing the tab on hidden field I want to traverse the first field of the next dynamic row. For that I have used the access property as protected on hidden field, but its not working properly.
    Please help me on this ASAP.

  • Help, my tab order will not work? Tried to troubleshoot, no luck!

    I created a form used the manual tab order and it would not work. I adjusted the hierarchy and erased all the traversal's in the XML. The tabbing order is now automatic but still out of order pretty badly. Can someone please guide me in the right direction. I really want this form to be over with.

    Hope you considered following point.....When you set the Tab order you set the order starting 1 to n with in each subform. Setting taborder across the subforms is not an option at least in LC 7 and 8. However there is workaround for this, using setFocus() method.... look more in the help.
    Example: xfa.host.setFocus("xfa.form.form1.TextField1");
    If you still have difficulty attach a copy of your template and explain in detail what you try to do.

  • Setting tab order to form fields contained within a table, Indesign CS6

    I have created a form in ID CS6, and have put all the tabs in order so that people can easily navigate it when filling it in. However, all of the form fields that are contained within tables are not in order, and I can't find any way of putting them in order without changing them in acrobat after I have made the interactive PDF. This means that every time my client makes changes to the form I have to manually put all the fields in order again, which is time consuming. Is anyone able to help?

    This tab order dialogue box is nearly useless if you have a complex form with hundreds of form fields as there is no way to interact with the document when the dialogue is open and clicking on an entry in the list does not highlight the respective field. Furthermore, if you have arrays of radio buttons, or check boxes acting like radio buttons, ie all with the same form field name, there's no way to know which order they should be arranged in since they can't be selected or identified while this dialogue is open!
    That is immensely frustrating to say the least.
    It's quite ridiculous that Adobe hasn't fixed this bug in years and this user interface is shockingly bad.

Maybe you are looking for

  • Lumia Denim - Q4 2014

    Lumia Denim will be released in Q4 2014 for Nokia 830, 930, Icon, & 1520 with Windows 8.1 Update 1 per this article:Full of features: Lumia Denim Update - Conversations : now part of Microsoft. Verizon testing will put this into Q1 2015 i'll bet.

  • Setting the classpath

    doing a jsp page which calls for: <%@ page import="java.sql.*" %> <%@ page import="javax.sql.*" %> <%@ page import="sun.jdbc.rowset.*" %> <%@ page import="java.util.*;" %> at the top of the page , so i downloaded the jar files that i needed and set t

  • Send a Formulas as Email

    Hi every body, I have a Proble i must send a Smart FOrms Form as Email how can i do it. Thank very much Zouhair

  • Web crashing at startup

    running osX server 10.4.10 on an old quicksilver, having it working for a while but suddenly the web service wont start anyone it gives at crash when im trying to start it it gives an error and tells me to check the crashlogs. i found this, i dont kn

  • Creating button in cap 2

    I just downloaded Cap 2. Previously in Cap 1 you where able to creat your button image and insert the three different states. in Cap two when i want to insert the button states it only takes the one image and uses it for all three states. Is there a