Report and Form on same page

I used the wizard to create a report and form on a table. When the user hits the edit link on the report, it brings up the form (so they can edit) on a new page. Instead of this, I want the form to show on the same page as the report. What is the best way to do this? Should I create 2 regions on the same page (1 for the report and 1 for the form)?

Bob,
take a look at
Re: How to get a form to appear on the same page when a button is clicked?
at the end you can login to a (my) workspace to see how it's done.
Leo

Similar Messages

  • How to get an option to create a page type as "Report and Form"

    Hi,
    When creating a new application, APEX 2.1 gives an option to select a page type as "Report and Form". Once we have already created an application, how to get the same option?
    Thanks,
    Hozy

    Got it thanks.
    I'm still not able to make the search/go and reset buttons work. When I use to create these pages at the time of application creation, these use to come as default. Any clue on it?

  • More than one column retrieved in "report and form" page

    HELLO!
    let's see if anybody can help me with this... i'm sure it's a stupid problem but i really don't know how to solve it.
    when i create a new application with APEX, i want to add a "report and form" page. i select the table where de data is, and then click on add page. then i go to the page definition for the form that just has been created but there's no option for selecting more than one column as the link column...
    i mean, i want to show a report with all the columns from the table and then, by selecting one of them, the form should display that column but the problem is that the primary key of the table is formed by 6 columns and i always receive the "more than one column retrieved" message as it's trying to retrieve the information using only one column. is there any way to make the link column be composed by 6 or 7 columns??

    APEX can handle 2 primary key for one table (if you are using the automated fetch row and the automated process row).
    In your case, you'll have to create your own "fetch process (page rendering)" and "DML process (page processing)".
    Flex
    Homepage : http://www.insum.ca
    InSum Solutions' blog : http://insum-apex.blogspot.com

  • How to print Header and footer in same page

    Hi All,
    I am using Oracle Report 10g. How can I add header and footer on same page as my body? Right now when a generate a pdf file, it is printing individual pages instead of 1 one page. Please help me.
    Regards

    HI
    First of all,
    Unless otherwise you selected some option like page break after/before - both body and header/footer will print on same page in report, so in pdf as well.
    If you have difference on report and PDF that you should look into your setup.
    If you want more help, please be particular on your issue
    james. wrote:
    Hi All,
    I am using Oracle Report 10g. How can I add header and footer on same page as my body? Right now when a generate a pdf file, it is printing individual pages instead of 1 one page. Please help me.
    Regards

  • Two forms on same page..save state of one form while submitting other.

    Hi....
    I have 2 form on same page....
    first is form on table....
    nd another is tabular form.....
    now if I make an entry in both table ,,,,and after entering data in tabular form if click on submit button of tabular for the data of tabular form get submitted,,but the data I have been enter in first form get erased.....
    now my question is how can I save state of my first form even after clicking on submit button...........
    pls,help.

    Hi Shirish,
    in your scenario you can write manual process for one form in your both forms, using this way you can achieve you functionality.
    do the above and for that manual process keep the button name as your second form button means, for two forms saving with only one button.
    i am not sure in this, but you can try something.
    Thanks
    Chandran
    Edited by: Chandran on Nov 28, 2011 2:21 AM

  • How to create a master detail form on same page in apex 4.2.1

    Hi All,
    i need to design a master detail form on same page i am not finding an option in wizard from where i can do that.
    will appreciate your suggestions.
    Thanks

    Hi James,
    I think that Mike is suggesting that you create a SQL View over the table and join together the individual primary key values into a single, unique, pseudo primary key. You can still include the individual columns in the SQL but you can then use this new column as the primary key on a form. However, you would also need to create INSTEAD OF triggers to handle inserts/updates/deletes as SQL will not allow you to update tables through a view. (See: [http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/create_trigger.htm#i2064426] for the Oracle details on this or Re: How to update view resp. table for an example within Apex).
    Ideally, though, you should only really need one key column - is there any need for four?
    Andy

  • Passing multiple parameters between two report portlets on the same page

    Hi,
    I want to pass multiple parameters between two report portlets on the same page.
    I have been succussful passing a single parameter between two portlets. The
    following are the steps :
    (1) Created first report based on the query
    SELECT htf.anchor('http://192.168.0.84:7778/servlet/page?&_pageid=97&_dad=portal30&_schema=portal30&_mode=3&dept_code='||DEPTNO,DEPTNO) Department, ename FROM EMP;
    (2) Created 2nd report
    select * from EMP where DEPTNO = :dept_code
    (3) Added pl/sql code before display page on the 2nd report
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values,
    p_reference_path||'.dept_code',portal30.wwv_standard_util.string_to_table2(nvl(g
    et_value('dept_code'),10)));
    (4) Created a page and added these reports as portlets.
    Sofar it works fine for one parameter (deptno) . Now I want to add one more
    parameter say empno to my first report query and would like to pass both the
    parameters deptno and empno to the 2nd report. Please tell me how to pass multiple parameters ?
    Thanks
    Asim

    Hi,
    You will have to do the same thing
    The select will be like this
    SELECT htf.anchor('http://toolsweb.us.oracle.com:2000/servlet/page?_pageid=97&_dad=mb&_schema=mybugs&_mode=3&dept_code='||DEPTNO||'&empno='||empno,DEPTNO) Department,ename
    FROM EMP
    In the additional plsql code do the same for empno like this
    mybugs.wwv_name_value.replace_value(l_arg_names,l_arg_values, p_reference_path||'.dept_code',mybugs.wwv_standard_util.string_to_table2(nvl(get_value('dept_code'),10)));
    mybugs.wwv_name_value.replace_value(l_arg_names,l_arg_values, p_reference_path||'.empno',mybugs.wwv_standard_util.string_to_table2(get_value('empno')));
    Thanks,
    Sharmila

  • How to Delete KE30 Reports and Forms?

    I want to delete some KE30 reports and forms associated with them. The QA and PRD environment are in synch in regards to the number of reports, but Dev environment is not in synch with the QA or PRD system. What would be the best to do in this case? Can we delete these reports directly in the PRD system? If that is possible, I can first delete these reports in QA and then same reports in PRD so the two boxes remain in synch.

    Hi,
    You can delete in each client independently. But, normally in Production client you will not have authorization to delete. Best business practice is to develop the report in Dev and then transport to QA > PRD.
    As your development box is not in sync with the other two boxes, probably, in your system the reports are directly created in Production client.
    Thanks
    Murali.

  • Importing Reports and Forms from Oracle to Portals

    Hi,
    I have read somewhere that it is possible to import all ready created reports and forms from Oracle and view them as a Portlet in Portals. Is this actually possible and if so where do I begin??
    Could there be an issue with rights, this is all new to our DBA and we have only just got permission to publish forms created in Portals to the repository. Any ideas??

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • Report and Form

    I created an application and added a Report and Form page.
    I cannot get the form to link properly to the source in the Report. When I click on the edit link in the report - only the columns set as link columns in the Interactive Report Attributes show data. There are only 3 fields provided on that page to link columns to. How do make all my form fields link to the the row clicked on the report?

    thanks for responding. It doesn't seem to work for more than 3 form fields. The first 3 work fine but after that any other field just shows the name of the column in the text box and not the actual value from the database/report. I did exactly what you told me to - clicked on the edit in Report Atrributes tab next to the column in my form "Acctnum" -> chose Link -> then Name/Value - set Item 1 to P2_ACCTNUM and Value to #ACCTNUM# - applied the changes and still doesnt work when i edit the form. All i see is "acctnum" in the field instead of the actual acctnumber.

  • Submit form to same page?

    how to submit form to same page.
    <%@ page contentType="text/html; charset=iso-8859-1" language="java"
         import="java.sql.*" errorPage=""%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <script>
    function sample()
         document.form_Configure.submit();
    </script>
    </head>
    <body bgcolor="#FFFDF3">
    <FORM name="form_Configure">
    <center>
              <p align="center"><br />
              <% String[] serverNames={"Server1", "Server2", "Server3"};%>
              DataBase Type     : <select name="DatabaseTypes"
                   ONCHANGE="sample()" style=" width:211; height:211">
                   <% for(int i = 0; i < serverNames.length; i++)
                    %>
                   <option><%=serverNames%></option>
                   <% }     %>
              </select>
    </center>
    </FORM>
    </body>
    </html>
    cheers
    rasmi

    Put the name of the page in the action attribute of the form, just like you always would :s
    Or perhaps you mean that you want to submit to a different frame or something? In that case you use the target attribute and give it the name of the frame you want to submit to.

  • Report and Form - Nothing in Session

    Version 2.0
    I have a Report and Form combination. The "Edit" link is set to the seq_id. When the "Edit" link is clicked on the report and the form populates with the information, I then clicked on the Session link in the dev bar and there is nothing in session state except for my seq_id.
    I would have expected to see all my information that is populated on the form. Am I missing something (except for my information in session :) )?
    Thanks,
    Joe

    Arie,
    That's what I have in my HTML Header section:
    function compute_total_cost()
    document.getElementById('P2_TOTAL_COST').value =
    parseInt (document.getElementById('P2_DATA_COLLECT_FORM_PREP').value) +
    parseInt (document.getElementById('P2_PRINT_COST').value) +
    parseInt (document.getElementById('P2_MAIL_COST').value);
    and a call of onChange="javascript:compute_total_cost();" in each of the costing HTML Form Element Attributes. But if there's noting in session, how can the values be accessed.
    I also did start a new thread for this per Scott's instructions :)
    Thanks,
    Joe

  • I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1"

    I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1" How do I do this?

    Hi H4S,
    Click at the end of the Tile page.
    Menu > Insert > Section Break.
    Click in the second Section. Insert a page number in the Header or Footer.
    Inspector > Layout > Section:
    Regards,
    Ian.

  • Book for reports and forms

    Could any suggest a very good book for Oracle reports and forms which has all the details of the reports and forms from the fundamentals?

    Oracle tutorial..
    Although the first two of the following links are for older Forms versions, the concepts are still valid across all Forms versions.
    A Tutorial on Oracle9i Forms and Reports
    iSelfSchooling - Basic Introduction to Forms
    Oracle Forms 10g: Demos, Tips and Techniques
    http://www.dotnetspider.com/resources/22433-Triggers.aspx---Different Trigger types
    http://sheikyerbouti.developpez.com/index_en/
    http://www.slideshare.net/magupta26/oracle-forms-tutorial
    http://www2.cs.uh.edu/~ceick/3480/Customized_Oracle_Forms.pdf ---Creating Customized Oracle Forms
    http://www.youtube.com/watch?v=0BBiHvHzPYE -- video
    Hope this helps,
    Oracle Reports Tutorial...
    Here few link...
    1. http://docs.oracle.com/html/B14364_01/title.htm
    2. http://www.scribd.com/doc/3960412/Basic2-Oracle-Reports-10g-Tutorials
    Video Tutorial
    http://www.youtube.com/watch?v=Fum3MJm5yKU
    Hope this helps
    If someone's response is helpful or correct, please mark it accordingly.

  • 6i Reports and Forms Download Software

    I am not able to fine the 6i Reports and Forms from OTN download. I am at 11.5.9 using Sun. Can you help me to find where I can download the tool? I am new at the company. Thanks!

    Hi,
    Use the following link and click on "Download" option for Oracle Softwares.
    http://www.oracle.com/technology/index.html
    Regards,
    Sailaja

Maybe you are looking for

  • How can I get a .indd file to a .inx file?

    Hi, I'm a translator and got today a big project to work with. I downloaded a trial version of Indesign CS5 and could open the file, but now I cannot get the .inx extension, which is needed to work with this file in my CAT-Program. Could you please h

  • BPM Object Presentation - array items - (add / delete rows dynamically)

    Hi, We have a BPM Object presentation which uses a 'group' inner object to display ROWS of data. The presentation has an 'array0' created by default to handle the 'group' of rows. It also has the '+' and '-' buttons by default. There is a field at th

  • Help Files Not Displaying

    My customer's help files are acting strangely.  When I try to access them the Help Window displays but every topic shows as u201CThe Page cannot be displayedu201D. We have tried downloading to the shared and local folder, and neither work. Any pointe

  • BASH script to determine most recent/used user account

    Hi everyone, I'm trying to patch a script I have to copy user data and set permissions accordingly. I'd like to have the script sense the most-logged-into user account and set permissions on the corresponding home folder, is there a way to do this in

  • Installation hangs - OSX upgrade on MacBook Air

    I am attempting to upgrade OSX on my MacBook Air.  The installation hangs at "Time remaining: Less than a minute" and eventually cycles off.  The error log indicates "missing CoreServices." This has been going on for > 24 hours.  Any advice?