A htmlb:form for each htmlb:tabStripItem ?

I have a BSP-page with a htmlb:tabStrip with several tabStripItems that are rather large.
I'd like to have a htmlb:form for each tabStripItem or even for parts of the Items.
This is not possible, right?
If I use onSelect of the tabStripItems and there is no htmlb:form around the entire tabStrip, I get a shortdump. And if there has to be a from around the entire tabStrip. I cannot place additional forms inside the tabStrip.

yes, there seems to be a (quite dirty) JavsScript-Hack.
I just placed a small form somewhere in the code
<htmlb:form id = "hidden_submitter_form"
            method = "POST" >
<DIV style="display:none;">
  <htmlb:inputField id="i1" value="initial"/>
  <htmlb:link id="submit_link" onClick="do_it" text="invisible"/>
</DIV>
</htmlb:form>
And in my tab, instead of having an onClick, I have a button with a onClientClick, that does something like this:
  document.getElementById("i1").value = "some_value";
  document.getElementById("submit_link").click();
So you just copy the values you want to submit into inputFields and then click the link or button with JavaScript. This will fire a serverEvent and only submit the inputFields you need.
This probably only works for IE (haven't tested it), and your still, proposal with subcontrollers is probably more elegant..

Similar Messages

  • Payment advice form for each payment method

    Hi,
    We have Check, RTGS and Bank Transfer payment methods in single company code, I have assigned different payment programs in OBVCU for payment methods C,R & T and seperate payment advice form to each payment methods in OBVU, and also I have maintained the varaints in F110 under printout tab, but still system by defualt picking the payment advice form of Check only, it is not considering payment advice forms per payment methods when i run print job.
    Does the by default picks the payment advice form per company code?
    It should be  possible to print the payment advice per payment method in single company code.
    Can someone help to achieve this....
    regards,
    Aman

    Hi
    Check this [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8054ff25-52b3-2d10-a5be-9f8b1147bcca?quicklink=index&overridelayout=true] by Ramanuja Chary Sripada. The idea is use the report RFFO* . Run it with SE38 and read the documentation (info icon). Set the flag for advices and run it.
    Regards
    Eduardo

  • Calling form for each tab

    A form is having mulitple tabs and I want to allocate
    the functionality of each tab to a different person.
    To achieve this can I CALL A FORM at each tab. Is
    it possible to do and if yes then how
    Please Help
    null

    Hi Frederick,
    You can use the following :
    IN the WHEN-TAB-PAGE-CHANGED trigger
    declare
    Form_id FORMMODULE;
    begin
    form_id := FIND_FORM(<modulename>);
    IF NOT id_null (form_id) THEN
    CLOSE_FORM(form_id);
    end if;
    open_form(<new form_module>);
    end;
    The closing and opening of the respective forms can be done
    basing on the Tab page you are in .
    Hope this helps ...
    Bye
    Bulusu
    Fredrick Macwan (guest) wrote:
    : A form is having mulitple tabs and I want to allocate
    : the functionality of each tab to a different person.
    : To achieve this can I CALL A FORM at each tab. Is
    : it possible to do and if yes then how
    : Please Help
    null

  • Access Parameter Query by form, returns a form for each returned value

    I have a form set up with a parameter query. It returns data from multiple tables. My problem is it returns the data for say 7 records, but then it repeats the entire form 7 times, the forms are identical with all the data included. I want it to return
    the data on one form. It must be a setting, or statement that is lacking but I can't seem to find it.

    Hans,
    Thank You for the response. I first changed the setting in the SubForm Query, same result. Then I changed it in the Report, still no difference. After reading some information in other forums it may be because I am pulling the data from the Tables using
    the InvoiceNum field from one table, on both the Report and the SubForm, and I have the Report and Subform linked by this field. The InvoiceNum field is the Foreign key created to pull the desired data, if I don't use it I get all the data in the tables, not
    just the data I need.

  • Seperate Adobe Form printing for each order

    Hi,
    I have a scenario where i need to print Adobe Form for each order.
    Right now i am handling this from print program(Executable) by looping at the Adobe form FM for each order.
    So it will print seperate Adobe form for each order with corresponding Header & Item Data.
    To get next order i need to hit on right & last arrows etc...
    So right now i am handling it through Print Program.
    Is there any way it can be handled directly at Adobe Form level.
    By passing all orders to Adobe FM at a time (Intsead of looping) and handling Adobe Form printing for each order at Adobe Form level itself!
    Thanks in advance.
    Thanks,
    Kumar.

    simple,
    create one new program  not driver program . Then u have to call that FORM
    1.Get all the data created during the dates.
    split the data into , based on the date ranges.
    2.
    loop at itab1.
    perform open_form
                write_form
                close_form
    endloop.
    loop at itab2.
    endloop.
    1) I need to print the form automatically when an Order is created.<b>---->COnfig</b>
    2) Every June 15th and Dec 15th I need to print the form for that Order
    automatically with some other data.
    <b>---> what ? what u split ?</b>
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    <b>---> Config+ABAP</b>
    How can I trigger the Form automaticall for the above requirement
    Regards
    Prabhu

  • One Corporate Account for multiple departments or seperate accounts for each

    I would like to know if I can have one central account that can be shared among different departments. Or I would need to purchase seperate account for each department.
    Thank you for your help.

    You can have a master paid  account which create forms for each of your departments and have each deparment have their own account (could be a free account). The paid account can create the forms and share each form with the right deparment. This way each deparment have access to their own data only and can't mess up the other deparment forms and data.
    Really though.... I would recommand for each department to have their own paid account so that they are in full control of their forms.
    Gen

  • Separate project for each ADF task flow?!

    Hi,
    We have a BPM process application which is having a few human tasks. The form for each of the human tasks is similar. We’d like to be able to share some page fragments or code between them and create single web application to handle all the human tasks for this BPM process application. Then I found the following in the Oracle document “Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1.4.0)”:
    “If the SOA composite contains multiple human tasks, create a separate project for each ADF task flow associated with each human task.”
    I wonder if we have to do that and if so, what is the reason.
    Do you have any clue? Please help.
    Thanks a lot,
    Helen

    This is answered in SOA forum: Re: Why Dev Guide says "create a separate project for each ADF task flow ..."

  • Why Dev Guide says "create a separate project for each ADF task flow ..."

    Hi,
    We have a BPM process application which is having a few human tasks. The form for each of the human tasks is similar. We’d like to be able to share some page fragments or code between them and create single web application to handle all the human tasks for this BPM process application. Then I found the following in the Oracle document “Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1.4.0)”:
    “If the SOA composite contains multiple human tasks, create a separate project for each ADF task flow associated with each human task.”
    I wonder if we have to do that and if so, what is the reason.
    Do you have any clue? Please help.
    Thanks a lot,
    Helen

    Hi Helen
    1. I do not know the reason why they mentioned like separate project for each human task. NO, this is not required and we can have just one UI Project like MyTaskForms and have all the JSPs in this same project for each Human Task.
    2. On our side, we have like 10 Human Tasks, all using the same Payload. So we have 10 .task file. For the very first .task file, we used Auto Generate Project and gave project name like OurAppTaskForms. The reason we did this is, so that it adds all the required dependent libraries, tag libs etc properly. For all remaining 9 .tasks file, we did NOT use auto generate. Instead we used standard New -> JSF From Human Task and select one task at a time and follow the steps. These steps are covered in the online documentation. At the end in our BPM App, we have just one UI Project with all the 10 screens.
    3. ALSO, all the 10 screens have some common data. This we put in a reusable JSF Fragment page. And associated a custom Managed Bean for this to set and get values from this fragment and also some Actions for some buttons in the JSF. Then we included this JSF in each taskform jsf file, uisng the include tag. We added this include tag, somewhere in the top. So all screens share common jsf fragment page.
    4. We can refine the above stuff further. As per above, we still have 10 JSF screens for each one of the 10 .tasks. Ofcourse all these 10 jsf have same common jsf fragment. BUT instead of 10 individual jsf screens, we can have only ONE Jsf screen also. Refer online docs for the details. The challenging part is, since we have only one jsf, there may be some bussiness stuff, validatoin stuff to take care of in custom ValidationCallback Handler classes. Say for Task1, we had to show some buttons, but NOT for Task2. So we had to handle this logic. Also in validation call back, we can always get each Tasks, title also. So we can workaround this issue also. We are in the process of doing this right now. But first 3, we already did and they are working fine.
    My personal suggestion is first go with single jsf fragment and include in all tasks jsp files. Any changes to common elements need to make only in one place i.e fragment page.
    Thanks
    Ravi Jegga

  • Custom edit forms for XMLForms

    Using XML Forms in EP 6.0 SP9, I've created a default edit form and another custom edit form. The idea is that users will only see the default edit form, while content administrators will be able to see the more detailed custom edit form.
    I've noticed that the XMLForms project has a property for the default edit form, i.e. you can change this while designing your project in XMLForms Builder. Is there any way of changing this property when someone clicks on the 'Save' button on the default edit form?
    Thanks,
    Danie.

    Hi ivicapro,
    According to your description, my understanding is that you want to create a custom New/Edit form for each content type from an announcement list with mulitple content types.
    You can do it via SharePoint Designer 2013. Firstly, open your site with SharePoint Designer, then go to the list, and click “New…” in
    Form section. And when you create a custom form, you can select the type of the form and the content type. If you want to use the custom form as default form for the content type, you can select “Set as default form for the selected type”.
    There is a screenshot for your reference:
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Regarding Print of Single Form for multiple Transfer Order  ( LT03 )

    Hi All,
    When user creates Transfer Order and if transfer order items are more than 22 then split of Transfer Order occurrs and multiple TO's get created in system.  The standard prog. RLVSDR40 prints form for each TO's , however the requirment is to print only one form for multiple TO ( Actually TO Form containes info. abt delivery, but triggering point should be from TO creation ) .
    There is one prog. RLKOMM40 which is used for multiple processing,  whether this prog. will be useful for above requirement.  Or is there any exit available for above requirement .
    Thanks for help.

    Hi,
      is there any routines used in Copy controls from order - delivery .- re-check once.
    as your post, everything seems fine. I didnt see any reason for not creating single delivery.
    is it happening only with this customer or respective ship to's? if yes, something gone wrong in CMR - i.e. complete delivery / order combination etcc., ( just an assumption)
    Regards,
    ReazuddinMD

  • Completing the same form for additional products

    We are collecting data from manufacturers as to the products being displayed on their exhibition stands.  In order for the data to be collected for each product, so it is listed on a seperate line in an excel spreadsheet I have put together the questions for each product on one form.  The manufacturer then needs to complete the form for each product displayed, which could be 30 - 40 items.  Is there a way to ask them if they wish to enter another product and if they answer yes they are given the form again to complete but without having to add their company and email address again?  In effect I want the company and email address to appear automatically on all forms completed after their initial entry or any additional forms after their first entry to link to the first one so we know who it has come from and the entries are linked when exporting to excel.  I also have the same issue with another form where we are asking delegates to book to attend an event and the same person is booking for 4 or 5 different delegates from the same company.  It would be easier if they did not have to re-enter their company details each time.
    I hope this makes sense.
    Regards,
    Karen

    Forms cannot be "connected", data cannot be filled in from another form.  You can build a more complex product ordering form with "Show/Hide" logic that will show another set of form fields based on a response, but data is not populated from one field to another or one form to another.
    Thanks,
    Josh

  • Can I use different booking forms for different events?

    My client has multiple events running at the same time. Some paid, some free. I've created seperate booking forms for each, but can't figure out how to apply them to the events.
    Anyone know how to do this?
    Online chat doesn't answer and suggested that I post it here.
    Thanks!
    jerry

    Yes, it's working, but still in the process as the site is undergoing other changes. Learned the detailed work-through from two tutorials on kiyuco, including one for a web app.
    Still, it's an odd process where you need to pay a subscription fee to a third party for tech support which should be coming from Adobe. Also noticed that BC's "new, improved help and support" is little more than links to bcguru tutorials, another paid subscription service.
    Thanks for the follow up!
    - jerry

  • Export database information into pdf forms for printing

    I'm hoping that this is doable and isn't extremely hard.
    I have an access database that contains customer information.  From this information I would like to export it into an existing pdf form (for each individual customer) and save it for printing at a later time.
    Is this possible?
    Thanks for any help!!

    If you are using Acrobat 8 or above, you will want to use LiveCycle Designer.
    Connecting a Form to a Database by Stefan Cameron

  • I designer I want to create forms for web client, does each client have to purchase form central to access the data?

    I designer I want to create forms for web client, does each client have to purchase form central to access the data?

    Hi,
    In this scenario, you can share the document with the clients to and provide co-author privileges.
    Co-authors can edit the form design, options, responses, and summary report (everything that you can do).
    Note:- They do not require a paid subscription to view the responses, free subscription users can become co-authors.
    Please refer to the following thread to know how to share a form with others:-How do I share a form I created with others?
    Regards,
    Nakul

  • The Submitter form cannot be validated if I don't fill the fields for each member of team (3). is it means that a team less than 3 persons cannot participate ??

    The Submitter form cannot be validated if I don't fill the fields for each member of team (3).
    is it means that a team less than 3 persons cannot participate    ??

    A team with less than 3 persons is eligible. One, two and three member teams are all eligible. I will remove the requirement to fill out the information for all three participants.

Maybe you are looking for