Tabs in the form

I have a question. In a table if the data is stored as 3 tabs, 4 tabs etc
can we create tab forms dynamically based on the data in the database?

Hi venu,
this involves three steps.
1) download the data from application server into internal table
2) downlaod the datafrom internal table into presentation server
1) u can use open dataset /read dataset for this
2) you can use the FM GUI_DOWNLOAD with the option Field seperator as X
plz let me know if u need further details

Similar Messages

  • I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission,

    I have a pdf registration form on my website.  It has a link that take the user to a payment page within my website.  They pay then submit the form.  The link currently opens in the same browser tab as the form and the user thinks that is the submission, which it is not.  I want my link to open into a new browser tab.  How do I do that?

    You can use the following JS code:
    app.launchURL("http://www.example.com", true);

  • How to activate a TAB in the form

    hi all,
             In my form 3 tab's are there....in each tab there is a matrix.Initially when the form opened tab 1 will be displayed.so in particular situation that is in validation point if null value is there in tab 2 means then the control should got to tab 1 to tab2....so how to raise the event to shift from tab1 to tab2..(is there any click event to click on TAB 2)
    regards,
    shangai.

    Hi,
    PLz check the below modifications,
    If Double.Parse(IIf(NoOfPcs.Value = "", "0", NoOfPcs.Value)) = 0 Then
    objSBO_Application_Tag.MessageBox("Row : " & I.ToString & " No. Of PCS should be greater than zero")
    *<----In this point my form should open tab2 & show the column in matrix,but it shows the tab1 only-------------------->*
    'LOad ue form here.. and after load Click on the tab_2
    oItem = oForm.Items.Item("tab_2")
    oItem.Click()
    'Now u set the pane level of the form.
    oForm.PaneLevel = 2 'Whatever the pane level is for tab_2 plz set that here.
    *<--tem id for tab 2 is 'tab_2'->    
                                                objMatStone.Columns.Item("NoOfPcs").Cells.Item(I).Click(BoCellClickType.ct_Regular)
                                Return False
                            End If
    Hope it helps,
    Vasu Natari.

  • To display the records enetered in another block in the form of LOV

    Hi,
    I've a situation where in the user enters the dependants of an employee and in the same form(In other tab canvas), He tries to enter some more info, like the travel info of the dependants. If the user saves the dependants and then tries to enter the data in the tab canvas, it is working fine. But in the case where he just enters the data in the dependants tab and then tries to get the dependant's code in the tab canvas, the form does not return any rows(as the commit_Form is not executed). Can u please tell me how can i solve this problem.
    Regards,
    Alok Dubey

    I tried it in both the dependant item codes' Key next item and the Post text item . Still could not succeed. Can u please send me the code if any thing more is to be added. I did the following excercise just for testing my form.
    i do enter query and then execute query and then again to query it.Even though nothing is changed physically, it is asking that do you want to save the changes.
    Regards,
    Alok Dubey

  • Print the form only when valid

    Hello,
    I have a PrintButton on my PDF form which activates the form validation. The print dialog appears only when the form is valid. However, users still can print the form using the File Menu or Toolbar. I tried to deny printing in the PDFSecurity tab of the Form Properties and re-enable it once the form is valid (xfa.PDFSecurity.SetAttribute("1","print")) but it does not work.
    Is it possible to force the user to print only with my print-validate button? What would be the appropriate way to do that?
    Thanks
    Julie

    Hi Johnny,
    The only way that Acrobat or Reader can vouch for the integrity of the digital signature is from within the application. Once you print the file Acrobat/Reader has no way of verifying that the printed document is cryptographically sound (which is what a digital signature proves). As such, we specifically inhibit printing the signature status.
    Another way to think of this is, the validity of an electonic document can only be guaranteed in the electonic environment. Once the document moves into the physical world Acrobat (or any application that processes digital signatures) has lost control.
    Steve

  • Why does the form close?

    I've created a new form. Upon testing it and returning to the form I find that it's closed.
    Is that because of my cache?
    I want to be sure customers are able to access the form and complete it.
    Thank you

    Hi,
    In order to change the form status to open, please follow the steps mentioned below:-
    Open Adobe FormCentral- Go to the form- Distribute tab- Change the form state to- Open
    Regards,
    Nakul

  • When filling out a form, some fields copy to others when I tab to the next. How can I make this stop?

    When filling out a form, some fields copy to others when I tab to the next. How can I make this stop?

    You can't using Adobe Reader. It looks like whomever created the form used the same identifiers (names) for various fields. Each field with the same name will populate with the information used in another field of the same name. This is intentional.
    Normally when I see this, it tells me that someone created an initial field then copy/pasted it to make additional fields but forgot to change the names.

  • How can I change the behavior of the Green Enter button when filling out a field in a form? Current it submits the entire form, I would like it to tab to the next field instead

    When using Firefox for Andriod:
    When filling out a field on a form, they keyboard has a Green Enter button that submits the entire form. However, there are multiple fields on the page, and I would like it to tab to the next field. At the very least not submit the form.
    Also, is there a way to configure the keyboard that shows up for each html5 input type?

    They keyboard that shows up has the large "Green Enter" go button, a backspace and some arrow keys, but no tab button.

  • Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Is there a way that you can have two different text fields (email, phone) that one at least one of them must be completed before submitting the form? Can it be done using javascript in the validation tab? if so, how?

    Here is one solution:
    // mouse up action for submit button;
    function GetField(cName) {
    // get field object for cName field with error checking;
    var oField = this.getField(cName);
    if(oField == null) app.alert("Error accessing field named " + cName + "\nPleae verigy field name, spelling and capitalizeation.", 1, 0);
    return oField;
    } // end GetField function;
    var oPhone = GetField("phone");
    oPhone.required = oPhone.value == oPhone.defaultValue;
    var oEmail = GetField("email");
    oEmail.required = oEmail.value == oEmail.defaultValue;
    if(oPhone.required && oEmail.required) {
    app.alert("Missing required fields.", 1, 0);
    } else {
    app.alert("Submitting form", 3, 0);
    // additional code for submission;

  • I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades?

    I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades? I've done some in the past and would like to do some more and can't figure out how anymore.

    I  would like to convert former purchases to DRM free. Where did the tab on the right side of iTunes Store go. What's it labeled? Can I still do these upgrades? I've done some in the past and would like to do some more and can't figure out how anymore.

  • The Forms LAF Project - Gradient Color for Tab Canvases

    Hi,
    I have the following two issues.
    1. It appears that the Gradient Color works only for the first Tab.
    The rest of the tabs are not changed.
    1.1 I can see some delays during the 'coloring' process. Basically I can see the original color and then the Gradient color being applied.
    2. I can also observe the original color around the tabs. Not all canvas is colored.
    This is also is visible in a doc images in a white paper.
    Please advise.
    Thanks,
    Michael

    Hello,
    This is true that the Forms standard Java function used to set the background color of the unselected tabs does not make the job, and I do not know why (no action and no error). I think that it could come from the colorscheme selected.
    Secondly, the delay comes from the fact that the tab is painted after the Forms standard process.
    In fact, it is not always possible to overwrite all the Forms standard behaviours, I'm affraid.
    Francois

  • What type of form need to be using to get Display tab on the Section Properties of my Optional Section?

    What type of form need to be  using to get Display tab on the Section Properties of my Optional Section?
    CRISTINA&amp;amp MICROSOFT Forum

    Hi perezco,
    Are you using SharePoint?
    Please provide more information and screenshots about this issue.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Download XL in the form of tabs

    Hi Guru's,
                I want to download the data from sap application server  to legacy system , the data want to save in XL Sheet . i am generating report which is contain three deferent report data .
                i want to save the three types of data into one XL sheet ,in the form of tabs.  is there any function module , or any existing program ,
    thanks and regards,
    venu m b

    Hi venu,
    this involves three steps.
    1) download the data from application server into internal table
    2) downlaod the datafrom internal table into presentation server
    1) u can use open dataset /read dataset for this
    2) you can use the FM GUI_DOWNLOAD with the option Field seperator as X
    plz let me know if u need further details

  • Submitted the form on tab change t:pannelTabbedPane

    Hi,
    I am working on a form which has 3 tabs under one tabbedPane.
    All the three tabs display the same information but from various prespectives.
    So, I would like to keep one bean with contains the table information which can be displayed on the first tab. But when the user changes to tab2, I would like to capture the tab selected and then repopulate the table with different values which can be showed in tab 2.
    I tried used onclick=this.form.submit(), which is working when the tab is changed, but I am not sure which method will be called when this form is submiited......and how do I make sure a particular methos is called when a form is submitted....
    Any ideas would be highly appreciated...
    Thank you for your time...
    aquaponni

    I found a previous post that appears to work.  Since the netbook doesn't show an OK in the preference window, I just had to hit enter to accept and change the setting. 
    Thanks to all.

  • How do I change the bahavior when I tab in a form? When I tab it moved down - I want it to go to the right.

    I want to tab through a form in firefox from left to right. When I tab it tabs down. I am on a Max OS X. When I use Safari it works from left to right.

    See http://kb.mozillazine.org/accessibility.tabfocus
    Note: In OS X (as of 2005-01), if this preference is not explicitly set, the “Full Keyboard Access” setting in System Preferences will be honored. All builds before that date (e.g., Firefox 1.0.x) will ignore that setting.
    This pref doesn't exist by default, so if you want to use it instead of the system settings then you need to create a new Integer pref with the name accessibility.tabfocus and set the value to what you want (7 is to tab through all the fields).
    See also http://kb.mozillazine.org/about%3Aconfig

Maybe you are looking for

  • My ipod hates my new mac!!!

    I have had a 5th generation ipod 30GB video for about a year and a half that I have been using with a PC. I recently received a macbook for Christmas and it has been giving me fits when I tried to connect it to my new laptop. I connected the ipod and

  • Sound in SWF not working in PDF

    Hi all, I did a childrens book some time ago and I just reopened it in CS 5, applied the page turn animation to it and output it as SWF. It worked fine as an embedded SFW in the pdf - no problems. I then decided to add sound to each page and set the

  • New bee - accessing CIS from java

    Hi , On the same line. I want to access the CIS from Java. Can you guide me on how I can implement this . Both from a standalone java program and from a web layer ? I have installed content server 10gR3. I want to acess this server from Java. Any hel

  • Place Multiple objects

    anyone know a script, plugin or any other way of placing multiple pictures / objects at once the same way Indesign CS3 does? ie.. selecting 5 epicures and clicking 5 times instead of: file>place select photo - put in document file>place select photo

  • Error in installing workflow

    i installed complete 9ias, and then trying to install workflow, by specifing infrastructure_home(as oracle home), while installing workflow, i am getting the following exception, "unable to find product oracle.swd.jre(1.1.6, 1.1.7.27) in oracle inven