Multiple regions on 1 page

I know that I can only have 1 Tabular Form on a page.
I know that I can have multiple regions on a page.
Can I have multiple HTML regions on the same page, with Text Fields?
And, if so, do I need separate submit buttons for each region???
Thank you -
Marion

Marion:
Can I have multiple HTML regions on the same page, with Text Fields?Yes, you can. However,you are not allowed to submit more than 100 page-items.
And, if so, do I need separate submit buttons for each region???All page items regardless of what region they are on are submitted on the submit action. Hence one 'Submit' button will suffice.
varad

Similar Messages

  • 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.

  • Non scrollable headers for multiple report regions on a page. Please help!!

    Hi everyone,
    I am having two report regions on my page and am trying to have the static/non scrollable headers for both the report regions. I followed on of the threads in the forum and was able get the static headers for one region, but am not able to for second region. I put my app on apex :
    http://apex.oracle.com/pls/otn/f?p=38724:1:1083512384327081:::::
    workspace:sk
    username : guestdev
    password :guestdev
    Can anyone please help me? Appreciate your help.
    regards,
    Suma.

    Hello Suma,
    The first parameter of the MakeStaticHeader() function is your table id, and it defines the "playground" of the function. If you want to apply static headers to two reports, you need to define two unique IDs, one for each report.
    Change your SKstandard… report template, and define the table ID to be "table_grab1". Duplicate this template, and change the ID to be "table_grab2". Applied the templates to your reports, and use the correlated IDs as parameters to the MakeStaticHeader() function.
    Regards,
    Arie.

  • Multiple region printing to PDF (including charts)

    Hi,
    Has anyone created PDFs using FOP or Cocoon to print multiple report regions from a page. One of the regions I wanted to print to PDF is a chart !
    Or is BI Publisher the only option ?
    Thanks a lot
    A

    I do have the same problem..Gurus can you please help on this?.

  • Very intermittent missing page regions / report rows / page item values

    My goals in making this posting are twofold:
    1. I'm looking to see if anyone else has experienced this type of issue before.
    2. I'm looking for ideas about what can be done to debug such an infrequent bug with serious implications.
    Synopsis
    I'm having a weird problem where very infrequently I will load a page and I'll notice that one or more page regions, report rows, or page item values are missing. If I reload the page the missing parts appear as they normally should.
    By "very infrequently" I would say it happens to me somewhere between 1 in 100 and 1 in 1000 page loads, of course at my last project demonstration in happened twice in 10 minutes to my demo participants. I've attempted to debug this, but most of the techniques I know of involve reloading the page or reposting the form data and (of course) everything looks fine then.
    Environment
    * This has happened on multiple different pages, under ApEx 3.1 (Linux) and 3.2 (Solaris).
    * I believe that so far I've only ever seen this under Firefox 3/3.5 under OSX, but since I do the vast majority of my development with this browser it's not reasonable to conclude that it only happens under Firefox.
    Logs
    * No application errors during this timeframe.
    * Nothing of significance in the database alerts log (just thread notes and log sequences).
    * Nothing of significance in the webserver log (just the usual mod_ossl connection errors).
    Thanks for your attention,
    Jason
    Edited by: Jason G on Jul 24, 2009 12:43 PM

    Well, thanks for reading the post anyway.
    While working through some debugging steps I realized that I was populating some of the regions as the page rendered using AJAX -- this would pause the page rendering until the AJAX request returned. I believe that a hanging AJAX call was the likely culprit of the very intermittent symptoms I was seeing.
    I moved the AJAX calls to the last region of the page and added a javascript function that "watches the page load" by checking for regions by ID and looking at javascript boolean flags to let me know when the page is fully rendered. If this process takes longer than 5 seconds it notifies the user that something happened and offers to reload the page for them in an effort to fix the issue.
    So far, so good -- but it will take a lot of testing to convince me that this case is solved. I hope my documenting this is helpful for others in similar situations.
    Good luck,
    Jason

  • Jump to specific region on a page

    I have a page with multiple (10+) sql report regions. What I’m looking to do is let users select one of the regions from a list thereby jumping (moving focus) to that specific region on the page.
    If possible I’d like to do this without submitting the page again.
    If anyone has tips or has seen a thread with this answered already, please let me know.
    Thank you

    Give each report region a unique ID using the region's Static ID property, for example emp-report.
    These can be referenced as fragment identifiers in URLs:
    <a href="#emp-report" title="Go to Employee report on this page">Employees</a>
    Re: Lists that go to items.

  • Multiple Region PDF's

    I just finished installing BI Publisher and have successfully created pdf documents from reports. Now I have a page with multiple regions (4 to be exact). It seems that the printing options are on a region by region basis.
    Is there a way to print a whole page as a PDF?? Ideally, it would be like a 'printer friendly' report (without tabs etc.) but contain the entire page not just one region .

    Scott,
    There's no print-friendly PDF version of a page. So you're right, it's on a region by region basis. There are however report queries available under shared components. Those report queries allow you to use RTF based report layouts, which can include multiple regions, combinations of regions and charts, and you can include the values of you application and page items, if you want to display those values in your PDF as well (e.g. form values).
    You can find samples for RTF templates on the BI Publisher OTN site:
    http://www.oracle.com/technology/products/applications/publishing/index.html
    Regards,
    Marc

  • 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!!!!

  • One save button, multiple regions question

    Hi. I have a question dealing with multiple regions in APEX 2.2. I would like to have a page with two regions. The top displays account transactions for the current period. Due to the nature of the application, there are a fixed number of transactions per period and all fit in one page.
    The bottom regions displays the ROI value for the current period. It pulls from a table that has exactly one row per period. The period is always the same for the top and bottom region.
    The current generation of the page shows the account transactions. The region was generated using the wizard and has a type of "SQL Query (updateable report)." As it, it works nicely.
    When we added the new region for the ROI, we used the wizard, too. The ROI region has the same type ("SQL Query (updateable report)." We have just one SAVE button on the page and it does the submit.
    The problem is that when we save, we get an error:
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process.
    If we delete the bottom region then we don't get this error.
    The fields that it shows are always from the top region, even if we're only updating the ROI. From what I understand, APEX thinks that the cached values have been updated in the database. Since we're testing on a dedicated box, I know that no one else is making updates. I've also seen this error when we've accidentally rearranged the order of the fields in the report query. I think that's not the case here since deleting the new region makes the page work as expected.
    My question is how can we get the two regions to work together on the same page?
    Thanks
    Mike

    Hi,
    When working with report regions only one could be updateable report. You need to delete the region that's not updatable and recreate it as an non-updateable report.
    If need to update another table use a process (PLSQL) called when your save button is pressed.
    Hope could help you.

  • Multiple regions

    Hi
    If you have reports in multiple regions, Is it possible to print all the reports at once instead of indivdually in their respective region.
    Marco

    Hi Dimitri,
    I've done that on my OTN workspace app. I created the report query using "select empno, ename from emp order by 1". Did a page button and got the pdf as I would expect. I then went back and added a second query "select deptno, dname from dept order by 1", applied changes to save the query and again to save the report query. Went back to my page, and the pdf still only shows the emp report. Went back to the report query, the second select statement is definitely there but even the Test button only shows the emp query. Is there something else I need to do?
    Andy

  • Moving regions on a page not just items

    Apparently you can arrange items/portlets within a region but cannot re-arrange regions within a page.
    Given three regions: a,b,c is there any way to move region to the right of region [c]?
    [  a   ]
    [b] [c]
    Seems like only option is to split region [c] into [c] [d] then delete region [b] moving all its items to region [d] and manually copying all region properties of [b] onto [d]. If you have 3 regions on the right to move to the left then this becomes very time consuming and error prone if there are any custom forms or URLs within the portal that are referring to those region ids [e.g. hardcoded page/region ids].
    Editing views: Graphic, Layout, List do have options to move/arrange items and split regions NOT moving a region.
    When you end-up with multiple regions, some with tabs, it's not apparent how to add/move a region without re-creating the whole page.
    Any help would be appreciated.
    Thanks.
    --jason                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Jason
    No real way to do this and save the region settings (maybe someone can prove me wrong). As you pointed out, you will need to create at least one new region, move the content into this region and update the region level settings. You should definitely avoid using hard coded URLs and instead use direct access URLs for linking to portal content.

  • Multiple transactions on a page

    This may be a basic issue, but I can't find help on it.
    Most of my pages require multiple types of transactions to occur on a single page, ie. a page created with the 'Create Dynamic Form Wizard' is also the detail page of a Master Detail Page Set. No matter which order I create the transactions, ADDT adds a new set of recordsets for each one. As I can't modify the tNG_recordset that gets created by the Form Wizard, I can't set up the recordID variable required for the detail page.
    I have the same problem with Nested Region/Master Detail Page Sets.
    Thanks for any help,
    Sherle

    Hi Bipuser
    To the same existing report I need to add ward totals at the end of each and every ward
    and those totals I would be fetching from another SQL and when I added the second sql to the existing report , and choose the option as "concatenated sql data source"
    and save and when I go to template to choose the fields from second data set ... it does not show up , it shows
    only first data set ... and by default it is disabled in the table wizard window to select another one
    please and let me know how I can go about this
    Would appreciate your prompt response
    Thanks
    Rads
    Edited by: Rads on Aug 30, 2011 9:46 AM
    Edited by: Rads on Aug 30, 2011 10:26 AM

  • CURSOR across multiple Regions

    Hello,
    I have a page that I need to display around 300 fields with custom html mixed in. Instead of creating all the page items, I want to just creat a CURSOR and use htp.print. My problem is that its a LOT of code. I want to break it apart across multiple regions. Is their a way to OPEN a cursor so that multiple regions can use it?
    Or, back to the PHP days, is their an ARRAY that this can be loaded into and printed like a cursor when needed?

    Is their a way to OPEN a cursor so that multiple regions can use it?You can have a process run before all regions to insert records into a collection(by a package call or PLSQL region).
    Then refer to this collection in your regions(s)
    <li>If you want to separte or split the content across, multiple "regions" , you cab generate them in the same PLSQL code that you posted.
    For instance, you have a single PLSQL based region without any template which generate the HTML code that renders like multiple region.
    In the Source, you can generate the HTML code for the region(s) in addition to printing out the data.
    An Apex region normally consists of div or table elements given some styling using builtin classes(and matching the theme). So if you generate the same HTML, it would render the same as a region.You can copy the HTML content of any region template(or from the rendered page) and add that within the "htp.p" codes.
    <li> A third option would be to generate the enclose different sections of your data in some identifiable HTML element and use Javascript to move them under the appropriate region.
    Having said this, I have to agree with replies above,there could be a better way of displaying your data than generating the entire HTML yourself.Since you say about using a cursor, I guess multiple SQL reports regions would be a good starting point as they are used for displaying lots of records. You could tweak the look'n'feel with some kind of customized template, rather that redo the whole thing yourself.

  • Pulling multiple regions

    Carl:
    Regarding your example at http://htmldb.oracle.com/pls/otn/f?p=11933:48
    The report region is rendered on some hidden (i.e. not displayed) page and pulled into whatever region needs it using the htmldb_get object.
    gReturn = get.get(null,'<htmldb:BOX_BODY>','</htmldb:BOX_BODY>');In this case, it extracts the fragment of that hidden page between those 2 markers.
    If I need to pull more than 1 report region in this fashion, it seems inefficient to call get.get() again, it should be possible (?) to get all the page fragments using just 1 call.
    Comments?
    Thanks

    Hello,
    Just put your multiple regions within that tag anything within that tag will be pulled out as one big chunk.
    Or if that doesn't work for you ,if your putting the returned regions in different spots or need to do more specialized formating, pull the whole page and parse the return string yourself to get whatever you need.
    I would stay away from multiple calls to the same page for one interaction if you don't need to do them.
    Carl
    Message was edited by:
    Carl Backstrom

  • How do I attach multiple files from the pages app to my email

    I'm trying to attach multiple documents from the "Pages" app to my email.  I'm using an ipad.  It is only letting me attach one at a time and send each document as individual emails.  I would like to be able to send one email with all 4 documents at the same time.  Any suggestions?
    Another thought- When I go to my gmail app to compose an email, I have the following to send:
    to:
    cc:
    subject:
    But there is not a paperclip to click to attach any documents either.  Is this all connected and something in my ipad settings needs to be adjusted?

    You can only attach one file at a time to email in the Pages app
    You cannot attach files in the mail app. If you want to email a file, you do it from within the app where the file is saved such as what you did with Pages.

Maybe you are looking for