Tab sequence

Dear all
I have a problem of sitting the tab sequence of the
textFields on my applet.
I could not control the sequence of tab jumbs on my controls on the aplet.
ANY HELP
HIGHLY APPRECIATED
thanx

I believe components tab in the order they are added. Just add in the order you want.

Similar Messages

  • Tab Sequence for Forms, Changing

    Is there a quick way to change the tab sequence on a form?
    E.g. Production Order form opens with cursor at field Product No. For users who aren't creating prod orders, just looking up exisitng ones, it would be handier if the cursor were postitioned in the production order number field. Can this be done without programming?
    Thanks.

    Cindy,
    Just a suggestion but there is an addon solution that does this very thing, and alot more
    [http://www.b1up.net/]
    There is a video demo on the site
    Hope this helps,
    Lucas

  • Tabbing sequence incorrect after emailing

    After I emailed my forms to my boss she told me the tabbing sequence is out of order.  I checked back over my forms and it looked fine.  Do I need to lock all fields before emailing to prevent this problem?

    I using Acrobat 8 to edit my forms. I opened one of my forms and looked at the  "Form Properties" it says...
    Form Type: Acrobat 6 (Static) PDF Form
    Text Formatting: Version 7
    Event Model: Version 7
    I also use Adobe Reader 9.
    I emailed one of my own forms to myself and opened it with Adobe Reader 9 and saw the same problem.
    If I open the form back up in Adobe 8 then my tabbing order looks just fine.

  • How to assign TAB Sequence ?

    Hey..
    Can anybody tell me how to assign tab sequence...? I mean if I have some buttons & controls on the front panel try to visualize front panel of login ; whenever I press TAB from keyboard i want the selection of the buttons & controls should be in sequence... Can anyone tell me how to do this...?  
    Solved!
    Go to Solution.

    See Edit\Tabbing Order and, right-click on control Advanced\Key Navigation
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • How To Provide Tab sequence

    Hello All.
    How to provide the tab sequence in WDA applications.
    I want to provide the option of moving to various fields by the click of the tab button in my application.
    Rite now its going in a random way.
    How to achieve this.
    Regards,
    SampathKumar G

    Dear Sampath,
    I have never tried this,but from the posts of others i have understood that, first time you can set the focus on first ui element by coding.
    lo_view_contr->request_focus( EXPORTING context_element = lo_element
    attribute = 'MATNR' ).
    You can write this piece of code in WDDOMODIFYVIEW.
    Next  your requirement is when you press tab it should go to other field, for this the fields should be in sequence (input1,input2,savebutton).
    try to put all the 3 fields in a transparent container and then
    try 1 ) input1 -matrix data
              input2- matrix data
              input3 -matrix data
    or try 2)
              input1 -matrix head data
              input2- matrix data
              input3 -matrix data
    or try 3)
              input1 -matrix head data
              input2- matrix head data
              input3 -matrix head data
    among all the above 3 one may work....let me know which one worked for you.
    Regards
    Sajid

  • Tab Sequence In OAF.

    Dear Friends ,
    I have a OAF page developed with some text inputs and Lov items . I would wish to have
    a tab sequence attached to my page .
    Is there any way that we can perform the tab sequence in OAF ? if so , i would certainly
    appreciate if you could share your idea and suggestions .
    Thanks & Regards,
    Antonyraj.M
    Edited by: AntonyRaj on Sep 15, 2011 3:17 AM

    thanks camickr .
    i have solved my problems becouse of u r help
    thanks and regards
    sachin

  • Tab sequence on conditional forms?

    I have a form with several conditional parts stored in fragments. I found some odd behavior with the tab sequence: Using LC Designer v8.2 I set the appropriate tab sequence for both container document and fragements. But when running the form it seems like part's appearing conditionally (based on user interaction) are positioned after regular form-parts in tab sequence. Even though the conditional parts are in the middle of the form! :S
    Does anyone has an idea how to solve this?

    I'm familiar with this new tab-feature and actually did use it to set the proper tab-order. But as a result I get this weird behavior on conditionally shown parts.
    The "geographic order" would be OK for me... if it would work like that, but it doesn't: the tab-indexes of subforms shown in the middle of the form are sequentially ordered AFTER parts that were visible at startup. So now when walking through the form by hitting tab, it skips the conditional parts until the end of the form is reached and than it jumps back to the conditional parts.
    Can it have something to do with fragments that are hidden by default? In the tab-index list you see the indexes of all items. Also the objects part of underlying fragments. But objects part of hidden subforms or fragments disappear in this list and seems not be indexed any longer.
    Any idea on solving this?

  • Can we change the tab sequence in UWL task - ep 7 ?

    Hi all:
         We are running ess/mss in ep7. Currently the UWL task display the 4 tabs ( alerts, task, notification, traces ).
         Can we change the sequence from alerts-task-notification-traces to task-alerts-notification-traces ?
         Thanks a lot.

    Hi Jianhong,
    U have a option at right side corner,right click and u go in personalization.Please see the below blog for more details.
    Customizing Default actions of items in UWL
    Universal Worklist - when you only need a single tab
    Thanks
    Regards
    Santosh
    Reward if helpful !!!

  • Tab sequences in adf

    hi how can i tab from one inputtext to another in verticaly way not horizontal,for example i have firstname,lastname,countrycode,username,when i tab from username i what to go to below inputtext not the next inputtext,am in jdeveloper 11.1.1.6.0
    <table border="0" height="280">
          <tr>
            <td width="154" height="24">
              <af:outputLabel value="Username" id="ol1" showRequired="true"/>
            </td>
            <td width="220" height="24">
              <af:inputText simple="true"
                            required="#{bindings.Username.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Username.hints.precision}"
                            shortDesc="#{bindings.Username.hints.tooltip}" id="it1"
                            value="#{bindings.Username.inputValue}"
                            autoSubmit="true" autoTab="false">
                <f:validator binding="#{bindings.Username.validator}"/>
              </af:inputText>
            </td>
            <td height="24">
              <af:outputLabel value="Branch" id="ol18" showRequired="true"/>
            </td>
            <td width="507" height="24">
              <af:selectOneChoice value="#{bindings.Branch.inputValue}"
                                  required="#{bindings.Branch.hints.mandatory}"
                                  shortDesc="#{bindings.Branch.hints.tooltip}"
                                  id="soc10" simple="true">
                <f:selectItems value="#{bindings.Branch.items}" id="si15"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Persal Number" id="ol5" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.PersalNumber.inputValue}"
                            simple="true"
                            required="#{bindings.PersalNumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.PersalNumber.hints.precision}"
                            shortDesc="#{bindings.PersalNumber.hints.tooltip}"
                            id="it7">
                <f:validator binding="#{bindings.PersalNumber.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Offices" id="ol6" showRequired="true"/>
            </td>
            <td height="32" width="507">
              <af:selectOneChoice value="#{bindings.Office.inputValue}"
                                  required="#{bindings.Office.hints.mandatory}"
                                  shortDesc="#{bindings.Office.hints.tooltip}"
                                  id="soc9" simple="true">
                <f:selectItems value="#{bindings.Office.items}" id="si14"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154" height="27">
              <af:outputLabel value="Surname" id="ol3" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Surname.inputValue}"
                            required="#{bindings.Surname.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Surname.hints.precision}"
                            shortDesc="#{bindings.Surname.hints.tooltip}" id="it3"
                            simple="true">
                <f:validator binding="#{bindings.Surname.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Practitioner Number" id="ol24"/>
            </td>
            <td height="27" width="507">
              <af:inputText value="#{bindings.Accreditationnumber.inputValue}"
                            simple="true"
                            required="#{bindings.Accreditationnumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Accreditationnumber.hints.precision}"
                            shortDesc="#{bindings.Accreditationnumber.hints.tooltip}"
                            id="it12">
                <f:validator binding="#{bindings.Accreditationnumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="First Name" id="ol2" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText simple="true"
                            required="#{bindings.Firstname.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Firstname.hints.precision}"
                            shortDesc="#{bindings.Firstname.hints.tooltip}" id="it2"
                            value="#{bindings.Firstname.inputValue}">
                <f:validator binding="#{bindings.Firstname.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Business Role" id="ol13" showRequired="true"/>
            </td>
            <td width="507">
              <af:selectOneChoice value="#{bindings.Roleaccesscode.inputValue}"
                                  shortDesc="#{bindings.Roleaccesscode.hints.tooltip}"
                                  id="soc7"
                                  simple="true">
                <f:selectItems value="#{bindings.Roleaccesscode.items}" id="si12"/>
              </af:selectOneChoice>
              <af:inputText value="#{bindings.Usertype.inputValue}"
                                                 simple="true"
                                                 required="#{bindings.Usertype.hints.mandatory}"
                                                 columns="#{bindings.Usertype.hints.displayWidth}"
                                                 maximumLength="#{bindings.Usertype.hints.precision}"
                                                 shortDesc="#{bindings.Usertype.hints.tooltip}"
                                                 id="it13" visible="false">
                <f:validator binding="#{bindings.Usertype.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Initials" id="ol4" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Initials.inputValue}" simple="true"
                            required="#{bindings.Initials.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Initials.hints.precision}"
                            shortDesc="#{bindings.Initials.hints.tooltip}" id="it4">
                <f:validator binding="#{bindings.Initials.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Email" id="ol7" showRequired="true"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Emailaddress.inputValue}"
                            simple="true"
                            required="#{bindings.Emailaddress.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Emailaddress.hints.precision}"
                            shortDesc="#{bindings.Emailaddress.hints.tooltip}"
                            id="it5">
                <f:validator binding="#{bindings.Emailaddress.validator}"/>
                <af:validateRegExp pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}"
                                   messageDetailNoMatch="The value provided is not a valid email address"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Title" id="ol16" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneRadio id="sor2" layout="horizontal"
                                 value="#{bindings.Gender.inputValue}"
                                 rendered="false">
                <af:selectItem label="Male" value="M" id="si2"/>
                <af:selectItem label="Female" value="F" id="si8"/>
              </af:selectOneRadio><af:selectOneRadio value="#{bindings.Gender.inputValue}"
                                                     shortDesc="#{bindings.Gender.hints.tooltip}"
                                                     id="sor3" layout="horizontal"
                                                     rendered="false">
                <f:selectItems value="#{bindings.Gender.items}" id="si9"/>
              </af:selectOneRadio>
              <af:selectOneChoice value="#{bindings.Titlecode.inputValue}"
                                  shortDesc="#{bindings.Titlecode.hints.tooltip}"
                                  id="soc1"
                                  valueChangeListener="#{pageFlowScope.InternalUserBean.titlevalue}"
                                  simple="true">
                <f:selectItems value="#{bindings.Titlecode.items}" id="si1"/>
              </af:selectOneChoice>
            </td>
            <td>
              <af:outputLabel value="Confirm Email" id="ol11" showRequired="true"/>
            </td>
            <td width="507">
              <af:inputText label="Confirm Email" id="it9" simple="true"/>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Gender" id="ol17" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneRadio id="sor4" layout="horizontal">
                <af:selectItem label="Female" value="F" id="si7"/>
                <af:selectItem label="Male" value="M" id="si10"/>
              </af:selectOneRadio>
            </td>
            <td>
              <af:outputLabel value="Mobile Number" id="ol8" showRequired="false"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Mobilenumber.inputValue}"
                            simple="true"
                            required="#{bindings.Mobilenumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Mobilenumber.hints.precision}"
                            shortDesc="#{bindings.Mobilenumber.hints.tooltip}"
                            id="it8">
                <f:validator binding="#{bindings.Mobilenumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Date Of Birth" id="ol12" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputDate value="#{bindings.Dateofbirth.inputValue}"
                            required="#{bindings.Dateofbirth.hints.mandatory}"
                            shortDesc="#{bindings.Dateofbirth.hints.tooltip}"
                            id="id1" simple="true" columns="20">
                <f:validator binding="#{bindings.Dateofbirth.validator}"/>
                <af:convertDateTime pattern="#{bindings.Dateofbirth.format}"/>
              </af:inputDate>
            </td>
            <td>
              <af:outputLabel value="Business Number" id="ol23"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Businessnumber.inputValue}"
                            simple="true"
                            required="#{bindings.Businessnumber.hints.mandatory}"
                            columns="#{bindings.Businessnumber.hints.displayWidth}"
                            maximumLength="#{bindings.Businessnumber.hints.precision}"
                            shortDesc="#{bindings.Businessnumber.hints.tooltip}"
                            id="it10">
                <f:validator binding="#{bindings.Businessnumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:selectOneRadio id="sor1" layout="horizontal"
                                 value="#{bindings.chckid.inputValue}"
                                 autoSubmit="true" immediate="true">
                <af:selectItem label="ID" value="1" id="si6"/>
                <af:selectItem label="Passport" value="0" id="si16"/>
              </af:selectOneRadio>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Identitynumber.inputValue}"
                            simple="true"
                            columns="20"
                            maximumLength="#{bindings.Identitynumber.hints.precision}"
                            shortDesc="#{bindings.Identitynumber.hints.tooltip}"
                            id="it11" partialTriggers="sor1"
                            visible="#{bindings.chckid.inputValue eq '0'}">
                <f:validator binding="#{bindings.Identitynumber.validator}"/>
                <f:convertNumber groupingUsed="false"/>
                <f:validateLength minimum="13" maximum="13"/>
              </af:inputText><af:inputText value="#{bindings.Passportnumber.inputValue}"
                                           simple="true"
                                           columns="20"
                                           maximumLength="#{bindings.Passportnumber.hints.precision}"
                                           shortDesc="#{bindings.Passportnumber.hints.tooltip}"
                                           id="it6" partialTriggers="sor1"
                                           visible="#{bindings.chckid.inputValue eq '1'}">
                <f:validator binding="#{bindings.Passportnumber.validator}"/>
              </af:inputText>
            </td>
            <td nowrap="nowrap">
              <af:outputLabel value="Professional Category" id="ol9"
                              showRequired="true"/>
            </td>
            <td width="507">
              <af:selectOneChoice value="#{bindings.Profcatcode.inputValue}"
                                  label="#{bindings.Profcatcode.label}"
                                  required="#{bindings.Profcatcode.hints.mandatory}"
                                  shortDesc="#{bindings.Profcatcode.hints.tooltip}"
                                  id="soc2" simple="true">
                <f:selectItems value="#{bindings.Profcatcode.items}" id="si4"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Expiry Date" id="ol22"
                              showRequired="#{bindings.chckid.inputValue eq '0'}"
                              partialTriggers="sor1"/>
            </td>
            <td width="220">
              <af:inputDate value="#{bindings.Passportexpdate.inputValue}"
                            shortDesc="#{bindings.Passportexpdate.hints.tooltip}"
                            id="id2" simple="true" partialTriggers="sor1"
                            disabled="#{bindings.chckid.inputValue eq '1'}">
                <f:validator binding="#{bindings.Passportexpdate.validator}"/>
                <af:convertDateTime pattern="#{bindings.Passportexpdate.format}"/>
              </af:inputDate>
            </td>
            <td width="163" height="33" nowrap="nowrap"> </td>
            <td width="507" height="33"> </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Country" id="ol10" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneChoice value="#{bindings.Countrycode.inputValue}"
                                  shortDesc="#{bindings.Countrycode.hints.tooltip}"
                                  id="soc3" simple="true" autoSubmit="true">
                <f:selectItems value="#{bindings.Countrycode.items}" id="si3"/>
              </af:selectOneChoice>
            </td>
            <td width="163"> </td>
            <td width="507" align="right">
              <af:commandButton text="Submit" id="cb3"
                                action="#{pageFlowScope.InternalUserBean.onSaveRecord}"/><af:selectOneChoice value="#{bindings.Commcode.inputValue}"
                                  label="#{bindings.Commcode.label}"
                                  required="#{bindings.Commcode.hints.mandatory}"
                                  shortDesc="#{bindings.Commcode.hints.tooltip}"
                                  id="soc4" visible="false">
                <f:selectItems value="#{bindings.Commcode.items}" id="si5"/>
              </af:selectOneChoice>
            </td>
          </tr>
        </table>

    but my values are not inside the forms they are inside html table
    <table border="0" height="280">
          <tr>
            <td width="154" height="24">
              <af:outputLabel value="Username" id="ol1" showRequired="true"/>
            </td>
            <td width="220" height="24">
              <af:inputText simple="true"
                            required="#{bindings.Username.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Username.hints.precision}"
                            shortDesc="#{bindings.Username.hints.tooltip}" id="it1"
                            value="#{bindings.Username.inputValue}"
                            autoSubmit="true" autoTab="false">
                <f:validator binding="#{bindings.Username.validator}"/>
              </af:inputText>
            </td>
            <td height="24">
              <af:outputLabel value="Branch" id="ol18" showRequired="true"/>
            </td>
            <td width="507" height="24">
              <af:selectOneChoice value="#{bindings.Branch.inputValue}"
                                  required="#{bindings.Branch.hints.mandatory}"
                                  shortDesc="#{bindings.Branch.hints.tooltip}"
                                  id="soc10" simple="true" autoSubmit="true">
                <f:selectItems value="#{bindings.Branch.items}" id="si15"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Persal Number" id="ol5" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.PersalNumber.inputValue}"
                            simple="true"
                            required="#{bindings.PersalNumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.PersalNumber.hints.precision}"
                            shortDesc="#{bindings.PersalNumber.hints.tooltip}"
                            id="it7">
                <f:validator binding="#{bindings.PersalNumber.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Offices" id="ol6" showRequired="true"/>
            </td>
            <td height="32" width="507">
              <af:selectOneChoice value="#{bindings.Office.inputValue}"
                                  required="#{bindings.Office.hints.mandatory}"
                                  shortDesc="#{bindings.Office.hints.tooltip}"
                                  id="soc9" simple="true">
                <f:selectItems value="#{bindings.Office.items}" id="si14"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154" height="27">
              <af:outputLabel value="Surname" id="ol3" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Surname.inputValue}"
                            required="#{bindings.Surname.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Surname.hints.precision}"
                            shortDesc="#{bindings.Surname.hints.tooltip}" id="it3"
                            simple="true">
                <f:validator binding="#{bindings.Surname.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Practitioner Number" id="ol24"/>
            </td>
            <td height="27" width="507">
              <af:inputText value="#{bindings.Accreditationnumber.inputValue}"
                            simple="true"
                            required="#{bindings.Accreditationnumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Accreditationnumber.hints.precision}"
                            shortDesc="#{bindings.Accreditationnumber.hints.tooltip}"
                            id="it12">
                <f:validator binding="#{bindings.Accreditationnumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="First Name" id="ol2" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText simple="true"
                            required="#{bindings.Firstname.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Firstname.hints.precision}"
                            shortDesc="#{bindings.Firstname.hints.tooltip}" id="it2"
                            value="#{bindings.Firstname.inputValue}">
                <f:validator binding="#{bindings.Firstname.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Business Role" id="ol13" showRequired="true"/>
            </td>
            <td width="507">
              <af:selectOneChoice
                                  shortDesc="#{bindings.Roleaccesscode.hints.tooltip}"
                                  id="soc7"
                                  simple="true"
                                  valueChangeListener="#{pageFlowScope.InternalUserBean.InternalType}"
                                  value="#{pageFlowScope.InternalUserBean.userType}"
                                  partialTriggers="soc10">
                <af:forEach var="item"
                            items="#{pageFlowScope.InternalUserBean.childRoles}">
                  <af:selectItem value="#{item}" label="#{item}" id="tu7g"/>
                </af:forEach>
              </af:selectOneChoice>
              <af:inputText value="#{bindings.Usertype.inputValue}"
                                                 simple="true"
                                                 required="#{bindings.Usertype.hints.mandatory}"
                                                 columns="#{bindings.Usertype.hints.displayWidth}"
                                                 maximumLength="#{bindings.Usertype.hints.precision}"
                                                 shortDesc="#{bindings.Usertype.hints.tooltip}"
                                                 id="it13" visible="false">
                <f:validator binding="#{bindings.Usertype.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Initials" id="ol4" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Initials.inputValue}" simple="true"
                            required="#{bindings.Initials.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Initials.hints.precision}"
                            shortDesc="#{bindings.Initials.hints.tooltip}" id="it4">
                <f:validator binding="#{bindings.Initials.validator}"/>
              </af:inputText>
            </td>
            <td>
              <af:outputLabel value="Email" id="ol7" showRequired="true"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Emailaddress.inputValue}"
                            simple="true"
                            required="#{bindings.Emailaddress.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Emailaddress.hints.precision}"
                            shortDesc="#{bindings.Emailaddress.hints.tooltip}"
                            id="it5">
                <f:validator binding="#{bindings.Emailaddress.validator}"/>
                <af:validateRegExp pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}"
                                   messageDetailNoMatch="The value provided is not a valid email address"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Title" id="ol16" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneRadio id="sor2" layout="horizontal"
                                 value="#{bindings.Gender.inputValue}"
                                 rendered="false">
                <af:selectItem label="Male" value="M" id="si2"/>
                <af:selectItem label="Female" value="F" id="si8"/>
              </af:selectOneRadio><af:selectOneRadio value="#{bindings.Gender.inputValue}"
                                                     shortDesc="#{bindings.Gender.hints.tooltip}"
                                                     id="sor3" layout="horizontal"
                                                     rendered="false">
                <f:selectItems value="#{bindings.Gender.items}" id="si9"/>
              </af:selectOneRadio>
              <af:selectOneChoice value="#{bindings.Titlecode.inputValue}"
                                  shortDesc="#{bindings.Titlecode.hints.tooltip}"
                                  id="soc1"
                                  valueChangeListener="#{pageFlowScope.InternalUserBean.titlevalue}"
                                  simple="true">
                <f:selectItems value="#{bindings.Titlecode.items}" id="si1"/>
              </af:selectOneChoice>
            </td>
            <td>
              <af:outputLabel value="Confirm Email" id="ol11" showRequired="true"/>
            </td>
            <td width="507">
              <af:inputText label="Confirm Email" id="it9" simple="true"
                            columns="20"/>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Gender" id="ol17" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneRadio id="sor4" layout="horizontal">
                <af:selectItem label="Female" value="F" id="si7"/>
                <af:selectItem label="Male" value="M" id="si10"/>
              </af:selectOneRadio>
            </td>
            <td>
              <af:outputLabel value="Mobile Number" id="ol8" showRequired="false"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Mobilenumber.inputValue}"
                            simple="true"
                            required="#{bindings.Mobilenumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Mobilenumber.hints.precision}"
                            shortDesc="#{bindings.Mobilenumber.hints.tooltip}"
                            id="it8">
                <f:validator binding="#{bindings.Mobilenumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Date Of Birth" id="ol12" showRequired="true"/>
            </td>
            <td width="220">
              <af:inputDate value="#{bindings.Dateofbirth.inputValue}"
                            required="#{bindings.Dateofbirth.hints.mandatory}"
                            shortDesc="#{bindings.Dateofbirth.hints.tooltip}"
                            id="id1" simple="true" columns="20">
                <f:validator binding="#{bindings.Dateofbirth.validator}"/>
                <af:convertDateTime pattern="#{bindings.Dateofbirth.format}"/>
              </af:inputDate>
            </td>
            <td>
              <af:outputLabel value="Business Number" id="ol23"/>
            </td>
            <td width="507">
              <af:inputText value="#{bindings.Businessnumber.inputValue}"
                            simple="true"
                            required="#{bindings.Businessnumber.hints.mandatory}"
                            columns="20"
                            maximumLength="#{bindings.Businessnumber.hints.precision}"
                            shortDesc="#{bindings.Businessnumber.hints.tooltip}"
                            id="it10">
                <f:validator binding="#{bindings.Businessnumber.validator}"/>
              </af:inputText>
            </td>
          </tr><tr>
            <td width="154">
              <af:selectOneRadio id="sor1" layout="horizontal"
                                 value="#{bindings.chckid.inputValue}"
                                 autoSubmit="true" immediate="true">
                <af:selectItem label="ID" value="1" id="si6"/>
                <af:selectItem label="Passport" value="0" id="si16"/>
              </af:selectOneRadio>
            </td>
            <td width="220">
              <af:inputText value="#{bindings.Identitynumber.inputValue}"
                            simple="true"
                            columns="20"
                            maximumLength="#{bindings.Identitynumber.hints.precision}"
                            shortDesc="#{bindings.Identitynumber.hints.tooltip}"
                            id="it11" partialTriggers="sor1"
                            visible="#{bindings.chckid.inputValue eq '0'}">
                <f:validator binding="#{bindings.Identitynumber.validator}"/>
                <f:convertNumber groupingUsed="false"/>
                <f:validateLength minimum="13" maximum="13"/>
              </af:inputText><af:inputText value="#{bindings.Passportnumber.inputValue}"
                                           simple="true"
                                           columns="20"
                                           maximumLength="#{bindings.Passportnumber.hints.precision}"
                                           shortDesc="#{bindings.Passportnumber.hints.tooltip}"
                                           id="it6" partialTriggers="sor1"
                                           visible="#{bindings.chckid.inputValue eq '1'}">
                <f:validator binding="#{bindings.Passportnumber.validator}"/>
              </af:inputText>
            </td>
            <td nowrap="nowrap">
              <af:outputLabel value="Professional Category" id="ol9"
                              showRequired="true"/>
            </td>
            <td width="507">
              <af:selectOneChoice value="#{bindings.Profcatcode.inputValue}"
                                  label="#{bindings.Profcatcode.label}"
                                  required="#{bindings.Profcatcode.hints.mandatory}"
                                  shortDesc="#{bindings.Profcatcode.hints.tooltip}"
                                  id="soc2" simple="true">
                <f:selectItems value="#{bindings.Profcatcode.items}" id="si4"/>
              </af:selectOneChoice>
            </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Expiry Date" id="ol22"
                              showRequired="#{bindings.chckid.inputValue eq '0'}"
                              partialTriggers="sor1"/>
            </td>
            <td width="220">
              <af:inputDate value="#{bindings.Passportexpdate.inputValue}"
                            shortDesc="#{bindings.Passportexpdate.hints.tooltip}"
                            id="id2" simple="true" partialTriggers="sor1"
                            disabled="#{bindings.chckid.inputValue eq '1'}">
                <f:validator binding="#{bindings.Passportexpdate.validator}"/>
                <af:convertDateTime pattern="#{bindings.Passportexpdate.format}"/>
              </af:inputDate>
            </td>
            <td width="163" height="33" nowrap="nowrap"> </td>
            <td width="507" height="33"> </td>
          </tr><tr>
            <td width="154">
              <af:outputLabel value="Country" id="ol10" showRequired="true"/>
            </td>
            <td width="220">
              <af:selectOneChoice value="#{bindings.Countrycode.inputValue}"
                                  shortDesc="#{bindings.Countrycode.hints.tooltip}"
                                  id="soc3" simple="true" autoSubmit="true">
                <f:selectItems value="#{bindings.Countrycode.items}" id="si3"/>
              </af:selectOneChoice>
            </td>
            <td width="163"> </td>
            <td width="507" align="right">
              <af:commandButton text="Submit" id="cb3"
                                action="#{pageFlowScope.InternalUserBean.onSaveRecord}"/><af:selectOneChoice value="#{bindings.Commcode.inputValue}"
                                  label="#{bindings.Commcode.label}"
                                  required="#{bindings.Commcode.hints.mandatory}"
                                  shortDesc="#{bindings.Commcode.hints.tooltip}"
                                  id="soc4" visible="false">
                <f:selectItems value="#{bindings.Commcode.items}" id="si5"/>
              </af:selectOneChoice>
            </td>
          </tr>
        </table>

  • User Create/Manage Form - how to set tab sequence

    hi all,
    I'm trying to set the tab seq of the oim user create/manage form such that after 'Last Name' it goes to the UDF 'Date of Birth'. So far I have tried setting the order and as well as the setting it in the formmetadata.xml with not luck.
    any suggestions would be most welcome.
    kind regards,

    Hi Mahesh,
    Use this below code to set the Tab Order.
    Private Sub SetTabVertical()
        Dim i, t, diff As Integer
        Dim oEdit As SAPbouiCOM.EditText
        diff = 50
        For i = 20 To 29
            oItem = oForm.Items.Item(i.ToString)
            oEdit = oItem.Specific
            oEdit.TabOrder = i + diff
        Next
    End Sub
    Private Sub SetTabHorizontal()
        Dim i, t, left, right, diff As Integer
        Dim oEdit As SAPbouiCOM.EditText
        left = 1
        right = 2
        diff = 100
        For i = 20 To 29
            oItem = oForm.Items.Item(i.ToString)
            oEdit = oItem.Specific
                If i < 25 Then
                    oEdit.TabOrder = left + diff
                    left = left + 2
                Else
                    oEdit.TabOrder = right + diff
                    right = right + 2
                End If
        Next
    End Sub
    Regards,
    Noor

  • Change the sequence of the tabs

    Experts,
    I would like to know if there is a way to change the sequence of the tabs.
    For example, under the Projects' area I can see the tabs in the following sequence:
        -    Header, Schedule, Suppliers, Forms, Costs, Accounting.
    Is it possible to change their sequence to:
        -    Header, Schedule, Costs, Forms, Suppliers, Accounting.
    Thanks and Regards,
    Igor Nakamura

    Hi
    I don't think there is any way you can change the sequence of the tabs. However, you can modify the Label on the tabs using page customization.
    If it is absolutely essential for you to change the sequence you can try interchanging the label on the tabs "suppliers" and "costs" and then create all custom fields within each hiding the standard one's. I would suggest though to use the standard tab sequence only.
    Regards
    Mudit Saini

  • How do I restore tab behavior back to the way it was in FF 3.5??

    I just upgraded to FF 3.6.13, I generally wait to upgrade until any new bugs have been identified and corrected. In FF 3.5, when I opened a new tab from a link, the new tab appeared to the right of the current tab (NOT at the very end of the tab bar) and the focus STAYED ON THE CURRENT TAB. If I opened multiple new tabs, they each opened to the right of the previously opened new tab, as in <original tab sequence> Yahoo Facebook GMail MyBlog <New tab sequence after opening links> Yahoo Facebook NewFBLink1 NewFBLink2 NewFBLink3 NewFBLink4 GMail MyBlog, with the focus remaining on the CURRENT TAB (in this example Facebook, from which I was opening the links). In 3.6.13, the tabs SOMETIMES open to the right of the current tab, sometimes at the end of the tab bar, and no matter how I fiddle the settings, I cannot make them CONSISTENT. Have tried the extensions 'Tab Mix Plus' and 'New Tab at End' - these do not give me consistent behavior - sometimes they do as I wish, sometimes not. In addition, sometimes the focus stays on the current tab (which is what I want) - sometimes the focus changes to the new tab just opened, sometimes it stays on the current tab until I've opened 3 or 4 new tabs, then jumps to one of the new ones. In the 'options', I do NOT have 'when I open a link in a new tab, switch to it immediately' checked; yet sometimes it does, sometimes it doesn't. HOW do I achieve consistent behavior?? This is why I don't upgrade often. Very frustrating. I have not changed any plugins, other than trying Tab Mix Plus and New Tabs at End after upgrading to 3.6.13, once I realized that the tab behavior was not consistent. How can I go back to FF 3.5 ???

    First of all, sometimes Extensions can interfere with one another. That '''''<u>MAY</u>''''' be the case with your using both Tab Mix Plus and New Tabs at End. They both have a function that you can set for where new tabs appear. TMP has options concerning focus on new tabs.
    My suggestions are:
    #Un-install New Tabs at End (Tools > Add-ons > Extensions, click New Tabs at End, click Uninstall, then exit and restart Firefox).
    #*If using no other extension that affect where tabs appear (to the right of current tab or at end of all open tabs), a simple preference change can affect that change for you, <u>and you have one less extension to be concerned with</u>. I have also made this change as TMP did not have the Focus options to do this when the "new tab at end" feature first appeared or when I first started using the version of Firefox in which this feature appeared:
    #*#Type '''about:config''' in the URL bar and press the Enter key.
    #*#*See: http://kb.mozillazine.org/About:config
    #*#If you see the warning, accept it (promise to be careful).
    #*#Filter = browser.tabs.insertRelatedAfterCurrent
    #*#Look at the "Value" column ('''false'''=open at end, '''true'''=open after current tab); Value = true is the default.
    #*#Double-click that preference to toggle the value from true to false, or false to true
    #*#Restart Firefox (File > Restart Firefox)
    #*#See: http://www.mydigitallife.info/2010/02/01/change-firefox-to-open-new-tab-at-far-right-end-of-tabbar-disable-insert-next-to-current-active-tab/
    #Tab Mix Plus settings
    #*Open the Tab Mix Plus Options (Tools > Add-ons > Extensions, click Tab Mix Plus, click Options)
    #*Click on Events > Tab Opening
    #*#Place a check mark before "Open new tabs next to current one"
    #*#I have checked "Open other tabs next to current one"
    #*##I have un-checked "Only if related to current tab"
    #*##I have un-checked "Change opening order"
    #*#I have checked "Open duplicated tabs next to original"
    #*Click Events > Tab Focus
    #*#If you ALWAYS want to stay on the current tab and let the new tabs open in the background, un-check everything. These selections will/should over-ride Tools > Options > Tabs, "When I open a link in a new tab, switch to it immediately"
    See if the above changes give you the results you are seeking. Tab Mix Plus has lots of options. You may need to change one or two settings at a time until it behaves the way you desire. Keep track of the changes you make so that you can easily re-trace/re-set when the results are not what you want.

  • 'Role Data' tab appearing twice in Business Partner master data

    Hello,
    The 'Role Data' tab is appearing in the master data of business partner for TWO times. The contents of both the tabs are identical. So I know that the only thing that I probably need to fix is the screen sequence. I have followed note 695714 and could not find anything wrong. Can someone please help me with the following queries:
    1. Identifying where we maintain the tab sequence for business partner master data, ie the transaction code or the path in BDT
    2. What is the name used in BP for the 'tabs'... I mean they are not called TABS but I suppose as Screens or Screen Sequence. So, what is the correct name for a Tab in BP master data.
    3. How I can hide the extra tab of Role Data from the BP master data screen
    4. How do we control the sequencing of the tabs, ie whether the address tab should be the first one or the third one or the last one.
    Regards
    Suvarghya Dutta

    Hi Kiran,
    Can you post the query here, which you used in fromatted search.
    I believe you mean to say that by this formatted search, user will have flexibility to choose the field and enter the search value.
    thanks in advance,
    Samir Gandhi

  • 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.

  • Enter key instead of TAB key

    Hi folks,
    I'd like to make the ENTER key behave the same way as the TAB key in
    the system I'm developing. I thought I would be able to do it by setting
    the ENTER as a function key (using Window.SetAsFunctionKey), and
    then after detecting an ENTER key press, request focus on the current
    fieldwidget's 'NextTabField'. However, this attribute defaults to NIL unless
    you override the default TAB sequence. And I don't really fancy setting
    the Next and Prev TabField for every onscreen field.
    Anyone done this before using a simpler method?
    By the way, I don't really want to get into a long thread about whether it is
    good practice to bypass Windows (TM) standards or not. We require
    fast data entry, and keyboard entry is essential for that.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Duncan,
    The application we are building will replace legacy application and had similar
    requirements to accommodate the current users. We solved this problem by creating a
    special frame, appropriately named as the "Terminal Frame". It is distributed as
    part of the Scaffolds framework.
    The Terminal frame implements ENTER instead of TAB key. As you know the tabbing
    order in a terminal frame (top to bottom, left to right) is different than windows
    tabbing order (left to right, top to bottom). The Terminal frame solves the tabbing
    problem by constructing a "field traverse list" which includes all the fields in a
    window including nested views ordered according to their X,Y co-ordinates. It is a
    recursive method works on the same lines as described by Sakharov, Nickolay in
    earlier mail. The method also sets the NextTabField, PrevTabField references for
    each field in the traverse list.
    This framework is working very well for us. In a terminal frame world, you still
    have some user training issues as some of the fields (OutlineField, DropList,
    ArrayField, CheckBoxe etc.) behave differently for ENTER and TAB keys. But these
    are minimal compared to a complete change in style.
    Hope this is helpful.
    Good Luck,
    Shirish
    Duncan Kinnear wrote:
    On 22 Jun 99, at 23:47, Jeanne Hesler wrote:
    Do the math on this one. Be sure your users understand the cost and the
    lack of payback. I have no problem going against common practice when
    there is a good reason, but this reason just doesn't add up. Even if it
    did slow them down, which it won't, they would never lose enough time to be
    worth the work that it would take to implement.Jeanne,
    Thanks for your reply (even though it doesn't help me!).
    Don't get me wrong, I'm not advocating we abandon the TAB key
    functionality in favour of the ENTER key. I just want to ADD the ENTER
    key as a navigational aid for our 'legacy' users (and we have many). If it
    is done right, there should be no need to tell the user about it. Their
    transition to the new product would be virtually painless.
    Since I posted my original question I've realised that the cost of
    implementation is actually fairly low. And this is why. I have just
    discovered that the default tab order defined by Forte (left to right, top to
    bottom) is essentially useless for most of the windows we will be creating.
    Therefore, we will need to override it by explicitly setting the
    "NextTabField" and "PrevTabField" attributes of our input fields in virtually
    every window. As I am writing the framework for our new product, I will
    have to implement the facility to do this in the framework itself. And if we
    have our tab order defined, then adding the ENTER key functionality is
    minimal extra effort (see my original post). In fact, if I implement it in my
    "CoreWindow" (the root of my windows framework inheritence tree), then
    no-one will ever have to deal with it again.
    The TAB key is not even much of a windows data-entry standard. Many
    of our customers have defined secondary systems using Microsoft
    Access, and it uses the ENTER key (along with the TAB key) to move
    from field to field. Will these customers not complain that they cannot
    use the ENTER key to move between fields if we don't implement it?
    As we do not have the resources to completely rewrite our existing
    COBOL system (over 2 million lines of code) in one go. We will be rolling
    out the new system module by module. This means that a lot of our users
    will be switching between the new windows interface and the text-based
    unix telnet sessions. When I switch back and forth between windows
    editors and 'vi' on the unix host, I experience first-hand how mixed
    navigational facilities can hamper productivity!
    Anyway, I was just hoping there might be a little setting somewhere in
    Forte to switch this on, but as no-one has pointed it out, it seems unlikely.
    Thanks again for your input, lively discussion is always welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>--
    Shirish Kulkarni <mailto:[email protected]>
    Sage IT Partners <http://www.sageitpartners.com>
    44 Montgomery St. Suite 3200 San Francisco, CA 94104
    (925)210-6965 Office (415) 399-7001 Fax
    The Leaders in Internet Enabled Enterprise Computing
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Maybe you are looking for

  • HP ENVY dv6 Notebook PC no longer recognizes my iphone

    why won't my HP ENVY dv6 Notebook PC no longer recognizes my iphone or flash drives, It uses  windows 8.  I did refresh my computer due to viruses.  All are cleared but won't recognize devices

  • Transfer attachments from Shopping cart to Backend ?

    Hi again everybody, one more problem ... We try to transfer an attachment from the SC to the Requisition or PurchaseOrder in the Backend. We implemented the two BAdi's BBP_CREATE_BE_RQ_NEW BBP_CREATE_BE_PO_NEW The method 'FILL_RQ_INTERFACE' contains

  • Nokia C7 to Dial Up Modem

    I'm trying to use my nokia C7 as a modem with usb cable, but it doesn't work anyone knows why? Is it need a driver? If yes please give me the link to download the driver. Thanks before

  • Birtdays in shared calendar

    Birthay information from the address book only seems to appear in the local ical, but not in the icloud ical. Is there a remedy? Also, is 'birthday' the only annual event that's marked with a special symbol. Are there no similar facilities for recurr

  • Scrolling long folder names in Mailboxes pane

    Is there a way to horizontally scroll long folder names? I have several folders with long names and deep sub-folder hierarchies. Stretching the Mailboxes pane and then selecting the folder and hiding the pane to get back screen real estate works but