Can we have one submit button for mutliple report regions querying same tbl

Hello,
I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
Can anyone please help me out with this one.
thanks,
Orton

First you'll almost certainly need to roll your own - the built-in stuff is fairly basic and more than likely won't help.
It sounds like your process flow should be something like:
1) Person clicks button.
2) You do a select for update in the process to get the loan id and put it in the person's queue. At this point you may want to flag that column as having been assigned so it can't be assigned again.
3) You then forward them to the form to enter data. Personally I would create my own items and processses and forgo the built-in form stuff but you may be able to use the Automated Row Fetch. If you do your own, you just reference the objects like:
insert into table
values(:P1_1, :P1_2, :P1_3)Edit - Another way would be to use a regular form and insert Stop/Start Tables - so it can look like a different section, but it really is just a label. Thats another option.

Similar Messages

  • HT1660 how can I use one single library for all users on the same laptop?

    how can I use one single library for all users on the same laptop?

    You are most of the way there. Each user having access to hard drive is the key. If users are limited in file privileges this is harder.
    Any files you add to your library and any files she adds to her library are available to the other. Just not automatically. Each user must add the files to their own library using the add file or add folder option from menu bar.
    What I have done is set library location to a location outside of My Documents\My Music. On my network storage I have a folder names s:\itunes. Both accounts iTunes are set to use this location for the library.

  • Can I have multiple submit buttons on the same form?

    Hi!
    I'm creating a web page that allows the user to build a mail filter, and I would like to have to submit buttons, one to add more fields to the filter and another one to save the filter... I could insert the two buttons on the, but I don't know how to distinguish them while doing the process of the form on a jsp page. Any ideas?

    You can create additional submit buttons using Javascript buttons:
    <input type='button' value='Add Fields'
    onClick='this.form.action="/servlet/AddFields";this.form.submit()' />
    <input type='button' value='Save Filter'
    onClick='this.form.action="/servlet/SaveFilter";this.form.submit()' />
    The value of "onClick" is a block of Javascript, so you can all a function to validate the form before submitting, etc.
    Mike W.

  • Can we have two submit buttons in one form

    please someone help me. my problem is i want two submit button in one form.one to insert data and other to search data .how can i do this.

    hi!
    it is possible but impragmatic to supply a single form with 2 submit buttons.
    albeit, rather that use submit button you may just do the following (alternatively):
    a. put a default action url to your form's action attribute;
    b. replace all your submit button with just button (form element) and put a unique id on each;
    c. then put a function name (javascript) on its onClick attribute;
    d. in your javascript function, you may now reference your button through their id's and using an if-then statement, assign the proper url that will serve as the new action for your form;
    e. on the last line of your function, execute the line formname.submit()doods72
    http://www.ingenium.com.ph

  • How can I get one Submit button to perform three actions?

    I have a 2-page form. One page is completed by an HR person, entering fields that describe a new role, new pay, new hours or a new location for an existing employee. The second page automatically repeats the name, location and job role fields, but also completes the IT requirements linked to the job role (such as whether or not the role needs access to a particular piece of software or not).
    The users of the form will have varying degress of IT capability. I wan to enable them to press a single Submit button that does three things: first, print the first page of a two-page form AND e-mail the same page to one e-mail address. Second: e-mail the second page only to a DIFFERENT e-mail address.
    I am not a Javascript expert - or even a beginner. Can anyone help? I need to get this ready for Tuesday! Thanks in advance

    You will need two buttons on your form to be able to do this.
    One is the actual submit button (this will interact with th email system and do the submit). Note that you cannot write programs on a submit button. You will need to make this button invisible to the user. The second button will be a regular button which you can write programs on. Use teh click event of that button. This one will have logic to accomplish the things that you want ...here is some pseudo code to do this:
    use print command and one of the parms indicates which pages to print.
    Set up the submit button to hold the email address of the person recieving it.
    Programmatically click the hidden submit button.
    Note that the user will recieve a dialog from the mail client to OK before teh form will be sent.
    Set up the submit button to change the email address
    Programmatically click the submit button again
    User will recieve another dialog to OK the email submission
    Also you cannot email part of the form it will have to be the whole form. You coudl get a little more sophisticated and hide parts of the form but the whole form will be sent with the emails. This will need more programming on your part.
    Paul

  • Can I have one Apple ID for personal (music) and one for work (syncing contacts and mail)  on the save device

    Between my husband and I we have 6 devices and we are only allowed to share our Apple ID across 5.  Some of the devices are for music and outlook and some are just for music - can I have a separate Apple ID for my mail and contacts.  ie. Can you use two different Apple ID's on the same device?

    Oh maybe ipads and iphones aren't counted in the five

  • I don't have one single button for Firefox menu in spite of downloading Firefox 5 Version. The page presentation has File, Edit, View, History, Bookmarks, Tools and Help. Why my page is different from the feature shown in your product presentation ?

    I have not Windows NT.
    '''I have Windows 7'''

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top
    * http://www.mozilla.com/firefox/features.html

  • Can you have one calendar you for personal use and another for sharing

    I have my personal calendar, but I need another calendar for business purposes I need to share with the ability of both parties to view and add events.  Is this available to MAC users?

    Definitely! 
    iCloud: Share a calendar with others

  • How To Create On Submit Button For Master_detail Page ?

    I have adf page that is master And detail view.
    i want to have one submit button for master and detail block

    Duplicate of  How To Create On Submit Button For Master_detail Page ?
    Please don'r post your question multiple times.
    Timo

  • Mutliple report regions on the same page querying same tbl

    Hello,
    I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
    Can anyone please help me out with this one.
    thanks,
    Orton

    Sure, here are some details:
    Oracle apex version: Product Build:4.2.3.00.07
    Tables :
    STUDENTS - rows : student_id(PK), student_name ...
    COURSES - rows: course_id(PK), course_name, course_credit
    STUDENT_COURSE - rows: student_id(FK), course_id(FK), student_course_id(PK)
    I have a page where I show student's details. On this page I have access to student's id. The name of the field (on the page) is P9_STUDENT_ID. On the same page I want to have a table which is linked to an sql query that lists a student's courses, their credits, names etc.
    My sql query is the following:
    SELECT courses.course_id, courses.course_name, courses.course_credit
    FROM student_course INNER JOIN courses
                        on courses.course_id = student_course.course_id
                        WHERE student_course.student_id = 1
    Currently it displays all courses of student with Id = 1. I just want to replace this '1' with the actual student_id for the student we are currently displaying information for. Or, in this case P9_STUDENT_ID field's value. Don't know if this is the right way to do this, but still reading for options

  • Can we have one sender and mutliple receivers in XI processing

    Hello,
    I will explain a scenario where you will have one sender channel and mutliple receiver channels.
    There is a sender channel along with Sender Agreement where u mention the interface name and namespace.
    There are two receiver channels along with two Receiver Agreements one for each with different interface names and namespaces also.
    Now the processing is like this,
    Sender sends some data and depending upon the agreements the corresponding receiver receives the data.
    Will the process is correct or is there any other way to run the scenario?
    Thanks,
    Prakash

    Hi Prakash chitti,
        Of course the scenario that you were telling is possible.. Take the case of file-to-multiple file scenario, where single file sends the source xml and multiple receivers gets the file.. For that you need to have
    1: one sender channel
    2: two receiver channel
    3: one sender agreement
    4: two receiver agreement
    5: One interface determiniation
    6: One receiver determination
    at the receiver determination, goto the tab 'Configured Receivers', and specify the number of recievers; and ensure they are present at the 'Configuraton overview for Receiver Determination'..
    You can even set conditions for receiver determination from the source point..
    This will help you.
    Thanks
       Vinod V
    Help me with points

  • I have one Itunes account for myself and children.  Can we facetime each other on different devices?

    I have one Itunes account for myself and my children.  Can we facetime each other on different devices?

    Yes, you can.
    See here: https://www.apple.com/ios/facetime/

  • I have one apple ID for both my Iphone 4S and Ipad. My Ipad was stolen from me and when I checked the iCloud, it can only locate the Iphone 4S. How can I locate the Ipad device?

    I have one apple ID for both my Iphone 4S and Ipad. My Ipad was stolen from me and when I checked the iCloud, it can only locate the Iphone 4S. How can I locate the Ipad device?

    Welcome to the Apple Community.
    You can only locate your device when it is logged into iCloud and 'Find My Phone' is enabled, additionally the device will need to be switched on and connected to a wifi or cellular network.
    Unfortunately, you cannot activate iCloud or 'Find My Phone' remotely.

  • How can I add more than one submit button in a jsp without use of javascrip

    I want to add more than one submit button in a jsp without use of javascript

    you can do add multiple submit button with this way
    <input type="submit" value="Previous" />
    <input type="submit" value="Next" />
    <input type="submit" value="Finish" />

  • Can I have one apple ID and two iCloud accounts for different devices.

    can I have one apple I'd and numerous iCloud accounts for different devices?

    Yes you can, you just need to go into settings and into icloud, once it says account, login to your desired account

Maybe you are looking for

  • Lock screen no longer works on iOS 8.0.2

    Updated to iOS 8.0.2 Now my ipad2 never goes to lock screen after 2 mins, or when I close the cover. "Genius bar tech" seems to think that the functionality has been removed. So when you close the cover tye screen stays on what ever app you were usin

  • Index size bigger than table name? why?

    I have a table student_enrollwment_item_tbl with primary key "pk_stu_enroll_item" - STU_ENROLL_ID, TASK_ID, PART_ID, ITEM_ID. Table structure is as following: Name Null? Type STU_ENROLL_ID NOT NULL NUMBER ITEM_ID NOT NULL VARCHAR2(15) PART_ID NOT NUL

  • Strange email effect...help?

    Can someone tell me why if I scroll down to the bottom of a long email message, then simply move to the next [long] email message (without scrolling back to the top of the message), I find myself far down the next message's body rather than at the st

  • Approval step without adhoc capability. No preview possible

    Hi All, I'm using the standard n-step approval workflow (SRM 5.0) for shopping cart and have implemented the workflow badi. It works good for the approval process. While the user rejects the cart it works good until the 2nd level of approvers. But fr

  • Javax.naming.LinkRef fails

    Weblogic JNDI does not appear to handle LinkRef's properly. THe following snippet illustrates://create Sun RMI Registry on//non-standard portjava.rmi.registry.Registry reg = java.rmi.registry.LocateRegistry.createRegistry(10099);//get WL init context