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

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

    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.

  • 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 Pages in OAF .pleas help urgent !!!!!!!!!!!!!!!!!!!!!!!!!!

    Hi,
    I have a requirement in my project, where in i select a customer from a list of values and tehn click the go button.
    this will list the records in a subtab layout which has a table layout in which the valeus are displayed.user can edit existing record or create a new record.i will be using an oracle api when clicked on save button to save the changes in the base tables.
    my queries:
    if i click on add: a new row should be added to the table.i would like to know how can this be done.
    if i click on save: i should be able to know , i am in which tab so that i can pass the appropriate values to the api.
    i would like to the tab region name.
    please do help me.its urgent !!!!!!!!!!!!!!!
    thanks
    Ramya

    Ramya,
    Go the ADD Rows section in Advance table topic in the developer guide -- for adding new row in the table.
    to know the tab -- use oapagecontext.getFunctionId()
    thanks,
    Kumar

  • 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

  • How to create tab in OAF page

    Hi,
    is it posssible to create tab button in OAF,if yes then how? If anybody knows then please let me know.
    Thanks & regards
    divya

    Hi,
    How to create HTML Tabs ON pages
    To achieve this effect in your application:
    1. Create a function for each page that you want to display.
    2. Create a menu of type "HTML Tab" for each tab you want to display.
    3. Add each function to its corresponding tab menu. Do not specify any Prompt values.
    4. Create a menu of type "Home Page."
    5. Add the tab submenus to the "Home Page" menu.
    Add the tab menus in your desired display sequence from left to right. The leftmost tab should be
    added first.
    Remember to specify Prompt values for each tab submenu. These values display as the tab text.
    6. Add your "Home Page" menu to your responsibility menu.
    7. Make sure your user has access to this responsibility before you try to test the menu.
    Please go through Dev Guide Tabs/Navigation.
    Thanks,
    Gaurav

  • 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

Maybe you are looking for