Mutilp regions in one page

I am using ADF BC and Jdev11g 1.1.4,
Search for the samples or documents for multiple regions in only one page, but can not get it, Can the expert let me have it ? Thanks!!!!
Rgds!

Why I asked this question because I have a application, user wants to 'edit' the master table as af: form and two it's detail tables as af:table with 'edit', 'delete' and 'add' operation on the same page, I have no idea how to syn them on the same page. So I think may use multiple regions instead. any good idea or sample from you? Thanks!!!!

Similar Messages

  • Need to remove the header and footer regions on one page

    Hi,
    I have a requirement to remove the header and footer regions on one page only. The regions I'm referring to contain the following:
    Header:
    Company logo, Home link, Logout link, Preferences link
    Footer:
    Copyright info, Privacy Statement, Home link, Logout link, Preferences link
    These are the standard Oracle header and footer regions/page items, so I am not specifying a particular page name, although it would be the create time cards page we want to modify.
    Also, we only want to remove these regions/items from ONE page, not an entire responsibility.
    Any help is greatly appreciated.
    Thanks!
    Suzanne

    Hi,
    In order to hide,
    Home link, Logout link, Preferences link
    Use this code in the processrequest of the controller on the page on which you want tohide these
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.prepareForRendering(pageContext);
    page.setGlobalButtons((oracle.cabo.ui.UINode)null);
    And for hiding the Copyright info, Privacy Statement:
    Click on Personalise page link
    then Click on Choose Context
    Choose "OAFooter" as Scope
    and click "Apply"
    and then Personalise the Copyright and Privay Statememnt icon and set rendered as False.
    Thanks,
    Gaurav
    Edited by: Gauravv on Aug 25, 2009 8:36 PM

  • Taking a REGION from one page to another

    Hi,
    is it possible to take a REGION from one page to another page ? If yes how ?
    Many thanks.

    You can copy it to the new page and delete it from the first one.
    To copy it:
    1. Open your page that contain the region.
    2. In the Regions division is icons for 'Edit All','Copy' and 'Create'. Click on copy.
    3. A list of your regions will show. Choose the one that you want to copy / move.
    4. The next screen asks you to which page you want to copy it. You can also specify if you want to take the items and buttons with.
    5. Click Next.
    6. Click Copy Region.
    Just remove it now from the first page.
    Elsie

  • Submitting just one form region of 2 form regions on one page

    Hello,
    i've got 2 form regions on one page. Is it possible to submit just one of them and not the whole page?
    Thank you!
    Best regards,
    Lena

    Hi Lena,
    a very important thing to understand when working with Oracle APEX is that it is a Webbrowser-Application and behaves exactly like this. APEX just generates a HTML Page and lets the Browser deal with it.
    When you press a submit button the whole page (all form input elements) are sent from the browser to the server where APEX processes them.
    You can't really influence this behaviour.
    But you can work with REQUEST-Keywords and conditional processes, so that only those processes are executed (and therefor save data) you want to.
    Btw. the REQUEST Keyword is set by the button, there it is defined which REQUEST is set when submitting the page.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • More than one multi row update region on one page - how ?

    Hi.
    I have a page on which i want to use two multi row update regions ( updateable report with three buttons like new/delete/save ).
    But i do not find a setting for the MRU-Process oder "Add-New-Line" Process that lets me reference this process to a specific region.
    The problemm is, that after adding the second region to the page, the "Add-New-Line" - process only adds the new line to the second region and not to the first region anymore.
    How can i make two processes where one adds a line to region1 and the second adds to region2. Same question is with updates too. How can i say that process on updates the changes in region1 and the other process updates the changes in region2 ?
    Thanks for help.
    greetings
    bernd

    Unfortunately, the builtin MRU process supports only 1 updatable region per page.

  • How to display region from one page on the other page?

    Hi,
    I'd like to ask if someone know how to display region created on page X on page Y.
    I've tried to create a "URL" region on Y but this doesn't work and I generally think this is blind way.
    Next I've found an internal function "flows_020100.wwv_flow_disp_page_plugs()" that works pretty well (PL/SQL type region with calling the function) except that is displaying only regions on the same page. I know it's dirty hack but ...
    Any ideas or hints how to solve this? Thanks ...

    have a look here ...
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_best_practices.pdf

  • Multiple Regions on one page

    Hello,
    I am using APEX 4.0.1. I am having hard time in designing my page. I have 4 regions in the format like below:
    Top1 Top2
    Bottom1 Bottom2
    - Top 1 is a report region
    - Bottom 1 is a Chart region
    - Bottom 2 is a report region
    - Top 2 contains 2 chart, one HTML Chart and second flash pie chart.
    I am not sure how to create these regions.
    Thanks in Advance,
    Suman
    Edited by: user546012 on Oct 22, 2010 11:48 AM

    Please do the following:
    1) Change your username to something more friendly.. We are a friendly group here (for the most part..) and we like to know who we are talking to.
    2) Please DO NOT post here about having a STRICT deadline. We are are working class people here and do NOT get paid to do this.. It's whats called FREE SUPPORT. You can ALWAYS get a refund, but don't spend it all in one place..
    Try looking at the APEX 4.0 feature called sub-regions..
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.

  • MultiRegions on one Page

    I have two regions on one page. My first region returns a list of hyper-link user_id's from an application table. While the second return no data, which I would expect.
    When I select a hyper-link from the first query table, I would like to pass the user_id from the hyper-link to the query of the second region.
    I am able to select the hyper-link but the second region query returns no data.
    How to I get the hyper-link passed into the second region query?

    Never mind. I got it to work.

  • How to add more than one tabular region in a page?...

    How to add more than one tabular region in a page?
    i have a page, that page contain form and tabular region. when i trying to add another tabular region it showing error
    1 error has occurred
    Updatable SQL Query already exists on page 2. You can only add one updatable SQL query per page. Select a different page.
    but i have to add the tabular in that page.
    Is it possible?
    pls help...
    Thanks and regards,
    skud

    hi,
    even i am searching for some thing similar.
    i want to have 3 calendars in one page.
    getting same message calendar already exists on page 2. You can only add one calander per page. Select a different page.
    pls help.

  • Copying single page ,region from one application to another application

    Hi,
    I need information regarding How to copy single page or region from one application to another application in the same workspace

    Hi - have a look at this thread: -
    Synonyms
    Cheers,
    Mike

  • Submitting one region on a page

    All,
    I need help with partial submit of one region on a page. Ive a file browse item on one region and when i click the "attach button" on this region i want to attach only this file but not to submit the entire page, can someone help i'll appreciate.
    apex 4.1.1/oracle 11gr2
    thanks,

    ...or can you suggest to me a better way to attach a file via "file browse" item without SUBMIT the page?I'm not really tracking here. I just went to one of my apps that is designed to upload files and has a 'File Browse' item. When using IE, I click the 'Browse' button. I select a file. I click 'Open'. The file is now displayed in the file-browse page item. None of these actions have caused the page to be submitted. That is one definition of 'Attach' -- I don't think that's what you mean.
    I am guessing based on what you indicated in your first message that you have another button on your page called 'Attach' that performs a function to submit the page and run processing code to attach the file thus identified to the record on-screen. If this is the case, then you have control over what happens when that button gets pressed.

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • How do i allow multiple pages to open in one page?

    Hi there,
    I want to be able to have one page with a left navigation where the viewer can click on the nav and get page content opening up on the right.  With each click of a new button on the nav, the content changes.  Like the apple site : http://www.apple.com/iphone/tips/
    Does anyone know how to do this?  I realise that frames used to do this i think but i know that's not the way to go.  Can anyone help?
    Cheers
    Nic

    No no no.
    What I'm saying is put the contents of what_is_it.html into the <desc> tag with CDATA to retain html elements. So your <desc> tag should look something like this:
    <desc><![CDATA[This is the desc area <b>with html elements</b>]]></desc>
    Which will render in your spry detial region as:
    This is the desc area with html elements
    Read this to see what I'm talking about.
    i wasn't able to view your XML
    One of my dynamically-generated spry xml datasets is located at http://DWFAQ.info/files/tutorials.php (view the source code to see xml syntax with embedded CDATA) If you store your info in a database and write your xml dynamically it is much, much easier to have control over your xml dataset. Then you can add, edit, and remove xml data dynamically by using insert, update and delete record server behaviors in Dreamweaver. Look Here to find out how to generate xml from a database dynamically although granted this may be a little over your head at this time since you're working with static html pages.

  • Using eprint to print photos with email text on one page

    I have been using Presto eprint services for several years for my Dad, and I really like how it works and allows me to print the email (from, to, text in the body of the email), plus any attachments, all on one page using full letter size paper  However, my parents would like to get rid of their land-line phone, so I'm looking for options to replace the Presto printer.  I was thinking that HP eprint might be a good option, but based on some initial tests with a friends printer, it seems to just print photos as full page images, without the email content.  Is there anyway to confirgure the HP eprint function to print the email text and photos or PDF file attachment on one page?  Thanks.

    Hello @Joseph_TX ,
    Welcome to the HP forums.
    I understand that you want to know if a way to configure the HP ePrint.
    I would like to help.
    Unfortunately there is no way to reconfigure the ePrint.
    When you send an email to the printers ePrint address, it will print the body of the email and any attachments.
    It will not print the subject line or who the email is from.
    Also the ePrint feature will not resize pictures sent.
    What you send is what you get.
    You can get more control over ePrint with the ePrint app, but I don't believe that will suit your needs.
    Please call our Cloud Services at 855-785-2777.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Hours:
    Mon-Fri. 8am - 11pm, Sat. 9am-8pm - EST
    Mon-Fri. 7am - 10pm, Sat. 8am-7pm - CST
    Mon-Fri. 6am - 9pm, Sat. 7am-6pm - MST
    Mon-Fri. 5am - 8pm, Sat. 6am-5pm - PST
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • How To Create New Region in standerd Page?

    Hi Friends,
    i got the requirement in OAF. i am in new oaf pl z any one help to me..
    My requirement is in SSH R Responsibility add the new custom region how to add the custom Region in Standered Page.
    Thanks.
    Srini

    Hi,
    Thank full for replaying...And i have one more doubt in SSHR Page having Table RN in Competences Region my requirement is here Table get the 1.FUNC Values and 2 BEHV Values so we split the both things how?
    i am approaching in this way first i create the 2 view objects through vo extension because it will came the same vo so i create the 2 vo's now how to add the competences RN.
    plz help me this is urgent......

Maybe you are looking for

  • DVD won't play on DVD-player

    I burned a DVD on iDVD, and it plays on the computer fine, but it doesn't play on a DVD. Does anybody know why? I appreciate any help I can get.

  • What are the ways to Copy Firm Planned Order from one ASCP Plan to another?

    We run two EDD Plans with very similar options, but with different plan horizons. To have the suggestions synchronized, we need to copy the "Firm Planned Orders" from one plan to another. We tried inserting the records in MSC_ST_SUPPLIES with Order t

  • 'Database logon failed (LO 26603) - Please HELP ME!

    Hi everybody... i need your help for an authentication issue whit LIVE OFFICE connections from Xcelsius2008 to Crystal Report Server 2008. I've just connected other reports data in Xcelsius2008 but generating the SWF sometimes the SWFs can not logon

  • Importing multiple .psd files

    I have nearly fifty Photoshop files (all 8x11) that I need to import into Pages. Is there some way I can import them by folder rather than dragging them one by one into separate document pages? Same goes for Keynote. Thanks in advance, Guys!

  • Safari 10.5 Crashing

    My Safari has always worked fine until I updated it to 10.5. Every time I open Safari only the title bar at the top pops up and no window pops up...I have tried clicking a favorite site but nothing happens and then I receive the following error. Help