Report region in a Form (page) format

Hello,
All the report templates I saw using a table format. Is it possible to display a Report region in a Form format – each item on a new line, and a "next" button to fetch the next record (instead of the usual report pagination)?
Thanks for the help,
Arie.

Hi Vikas,
Thanks on your reply. I saw that template but the option 'Number of rows' eluded me. Anyway, although your reply was perfect match to what I asked, its not exactly what I have in mind. Allow me to describe what I'm trying to do, and maybe you, or others, will have a better solution/idea to give me.
I have 2 tables with similar characteristics. The original table – TableA – and a new, empty one – TableB. In one column on the page, I wish to display the records from TableA, one record at a time. In the parallel second column, I wish to have an empty form, based on TableB, that the user wick fill according to the information on the first column. The submit process should fetch a new record, from TableA, to the first column, and save the data from the second column to TableB.
Why your first reply is not a perfect match for me? Well, I thought to incorporate several "shuttle buttons" near several of the items in the first column, that will allow the user to copy the original field data to the new item, on the second column.
Do you think it can be done with HTML DB? Any idea will greatly appreciate.
Many thanks,
Arie.

Similar Messages

  • Apex 4.2 dynamic action to refresh a report region on a different page

    Hi,
    I open up a pop up window from a report region. When the user is done in the pop-up window and closes it, can I trigger a refresh on the report region using dynamic actions without actually reloading the whole page? I know I can use dynamic action on a page to refresh the report region on the same page.
    Thanks,
    Sinan

    Sinan,
    So long as the region to be refreshed is still loaded, you can do this. I don't know how you are loading your pop-up or unloading it but, the principle should be the same as what I provide below.
    Assume that you have set the static ID for your report to MY_REPORT. (Be sure you have checked "Allow Partial Page Refresh" in the Report Attributes).
    $('#confirmBox').find('div#userConfirmationMessage').html( '<span class="userInputRequest">Would you to Refresh your Report?</span>' );
    $('#confirmBox').dialog(
        autoOpen: true,
        modal: true,
        title: 'Refresh Conformation',
        buttons:
            'No': function ()
                $(this).dialog('close');
            'Yes': function ()
                $(this).dialog('close');
                 $('#MY_REPORT').trigger('apexrefresh');
    -Joe

  • 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

  • Understanding Margins in Smart Forms/Page Formats

    Okay I have completed all my forms by rendering out all the data and now need to adjust the style to my liking.  One issue that I am having is understanding the margins of a smartform and how they are defined?  From what I have researched, the page formats are defined in T-code SPAD where the width and height of the page is set.  However, I don't understand where the margins are determined.
    I have placed a window that contains a table at x-position 0 with the width of the window and table the full page width (DINA4 = 210mm).  In print preview, the document renders out fine with the table row stretching from end to end, but when I actually print it there is a 7mm left margin and a 10mm right margin, which cuts off the end of my table row.
    So my question is, where are these margins set?  Or is this because I have not/did not configure my printer settings correctly to communicate with the printer correctly?  Once again I would like to reiterate that my print preview works correctly but the print output does not.

    Okay from what you just said, translated to simple terms is pretty much: You cannot set the margins of the ACTUAL printout.
    Here are my current settings:
    Page format = LETTER
    Left margin of all windows = 0.0
    Window width = 21.00cm
    device type = LX4039 (Lexmark Optra T616)
    On the print preview The tables are left justified with no left margin, and there is a right margin that appears to be 8mm wide.  This is great if it actually printed this.
    When I actually print it though, I get this output:
    Left margin of all windows = 7mm
    Right margin of all windows = 5mm
    All windows that were on the right side of my document are cut off early and the tables only have a width of about 20.7cm.
    I could shrink my tables to make them fit but then they will not look centered, and I am trying to make every aspect of this form as professional as possible since our customers will see them.  Can anyone fix or acknowledge that there is no setting I can alter to fix this?

  • Smart form page format.

    Daer All,
    A very good  morning to all of you......
    I want to know that If I have dot matrix printer. Then which page format do i need to select to print data in smartforms. As I need in urgent. Plz give me the answer.
    Thanks & regards.....

    Hi
    We use DINA4 page format for most of the times.
    check with that format and see.I think page format doesn't have much effect on the printer.
    Check the print out on 2 to 3 printers and see.
    Reward points if useful
    Regards
    Anji

  • I need to display my Blob image in my report (and also on form page)

    Scott,
    I followed the APEX advanced tutorial for uploading and downloading files. I have created a form on a table and that table contains a column of datatype BLOB. Now I want to be able to display the (Blob) images that I have uploaded.
    As I research the topic, I get the feeling that displaying the BLOB image can only be done in APEX 3.1 and up. Is this true? I have that version of APEX installed on my laptop and have successfully completed the "Defining and Viewing BLOB Data in Oracle Application Express 3.1" tutorial found here: http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm
    But I could not do it on the company server that runs APEX 3.0
    Even if I did get the approval to have the company APEX application upgraded to 3.1, there still is the issue of scaling the images so that they are not so large. I understand that there is a UTIL.APEX function "GET_BLOB_FILE_SRC" that would do this for me. I read the documentation at:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/api.htm#CHDICGDA
    After reading it, I was still not clear as to how to use it correctly. Is there any documentation on how to implement this function in APEX?
    I did find something that I was hoping would help me. The article is entitled "Show Blob of other table in APEX Form" by Dimitri Gielis can be found here: http://dgielis.blogspot.com/2008/07/show-blob-of-other-table-in-apex-form.html
    I tried to import the file "blob_support.sql" application (on both APEX 3.0 and APEX 3.1 systems) but got errors. I'm not having very much luck here and would appreciate the help in pointing me in the correct direction.
    Help!!
    Thanks
    LEH

    Hello John,
    Your information was helpful. I can now see my images in my form.
    OK, now I would like to be able to call the image using a Region Source of type SQL instead of the HTML Expression. The reason for this is because I need to use logic to determine if the file is an image or not and to determine wether to show a thumbnail or just a link. I did find a "GET_BLOB_FILE_SRC" Function on the internet that suggests that I could do this but I need some help in making it work in my application.
    Here it is as a Region Source of type SQL:
    SELECT ID,
    NAME,
    CASE WHEN NVL(dbms_lob.getlength(document),0) = 0
    THEN NULL
    ELSE CASE WHEN attach_mimetype like 'image%'
    THEN '<img
    src="'||apex_util.get_blob_file_src('P4_DOCUMENT',id)||'" />'
    ELSE '<a
    href="'||apex_util.get_blob_file_src('P4_DOCUMENT',id)||'">Download</a>'
    end
    END new_img
    FROM TEST_WITH_BLOB
    If anyone can help me with this that would be appreciated.
    Thanks
    LEH

  • Voucher print form - page format

    Hi friends,
    Im facing problem in voucher printout...since it's a predefined one and getting the output thru on dot matrix printer(EPSON)....
    i've assigned  the LETRA as a pageformat for my vocher form(in form attributes)...but while taking printout in the predefined sheet...its going more than the actual one (my actual size)
    i.e.,
    like my vocher form height size is 9cm but in printout after the info got printed...the paper/sheet coming out more as standard of the dotmatrix paper/sheet than the required one.
    Pls help me how to fix the size and solve this issue.
    thanks & regards
    sankar.
    Edited by: sankar babu on Apr 17, 2008 2:31 PM

    Are you trying to print on a continuous paper? If so, you'll need to adjust the paper size in the printer options. You'll find the detailed instructions here:
    http://friendlyabaper.blogspot.com/2007/01/there-is-something-about-printer.html

  • Adding and linking report region to a page with an existing report region

    I have page that has a report region. It is based on a master table.
    I want to add another report region to the same page for the detail.
    I have added the region of tpye HTML and entered the query in the source section.
    How do link this detail region with the master region. That is join the detail to query after the master based on the master row selected.

    This tutorial should help you:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/rprt_drill.htm#CIHGBADI
    It shows how to do it using two pages, but putting both reports on one page is pretty much the same.

  • How to insert an username from the login page to the form page

    Hi friends,
    I created one database apex application in which it consist of three pages...
    1)login page----->1
    2)form page along with report page(in same page) i.e. i created a report region within a form region
    3)form page(this page appears when i click the edit option in my previous report page
    (i.e.) my 3rd form page depends upon my 2nd report page, as soon after i click the edit option of each and every row in my report which is in 2nd page it has to go to the corresponding 3rd form page for making an updations in each and every row...
    I have created my above listed applications....
    But the scenario for me is since the login page contains two fields, that is
    user name:
    password:
    so i will be giving my name in the user name and also respective PW for accessing to my 2nd and 3rd page in my application...
    Since my 2nd form page consist of following fields like
    *) user name---------->
    *) assigned to
    *) status
    *) start date
    *) priority
    so my requirement over here is soon after i logging into my application through the user name and PW into second page, while coming to the second form page
    my user name field in my 2nd form page has to get inserted automatically with the user name that i have entered in the login page...
    example: my user_name in login page is :harry
    after going into the second form page with the user name "harry"
    the field of my 2nd form page "username" has to get automatically generated with the name "harry"
    Whether it is possible friends to do this in my application....i doesn't have any idea of it...Kindly help me friends to solve my scenario...please explain each and every steps in detailed manner...
    Since the user_name: harry, is of I got from the admin side as a developer for the workspace......
    Thanks in advance
    Harry....

    Hi Karthik,
    I made the following changes that you said, but there is just a one change in it...
    You told these changes
    Source Used: always, replacing any existing values in session state.
    Source Type: Database column
    Source value or expression: (respective column name)
    and in Default: u need to give-----> &APP_USER.(exactly the same including the full stop)....
    Thanks for your help Patel....I just worked and inserting for me in table of the corresponding user name who login.....

  • "Output could not be issued" when using custom page formats

    Dear all,
    I created a custom page format using SPAD. Its dimension is 7.5cm x 10cm (190mm x 254mm). I also created this page format in windows and set as the default paper size in my printer. However, when trying to print a smartform using this size, the message "Output could not be issued" is given. When I use the standard paper sizes (e.g., LETTER, DINA4), the form prints OK.
    Can you point me to the direction to solving this?
    Thank you!
    Kyle

    Issue resoved.
    For those who are encountering the same problem, here's what I did. I tested the smartform by itself and it reported the specific error: the page format is not supported in device type SWIN. I added it in another device type SAPWIN. This was just a simple miscommunication between the admins and the developer. I added the format in SWIN and everything works fine.
    Kyle

  • Displaying AJAX refreshed report regions

    Hi,
    Following on from my GetAsync help yesterday I have another question. The next part of the puzzle is I have a tree on the left hand side of the page which, when a node is clicked, causes two reports on the right hand side of the page to refresh. If I use the method described in John's Pro Apex book that works fine.
    However what I would ideally like to be able to do is use the GetAsync method again to allow the browser to remain responsive when a node in the tree is clicked. So far I can either insert the whole page into the div - it works, but isn't exactly elegant, or get an XML document from an application process - but this only displays something like "object: [XML document]" (not exact, I don't have it to hand).
    I have a feeling I've been looking at this too long, I've looked at trying to insert XML with XSL for formatting but haven't yet got that working (again a complete newbie to XML/XSL pretty much which is probably why...), other options I can think of are traverse the XML document and, with javascript, create a table in the DIV (doesn't feel right), or somehow an adaptation of John's method whereby I somehow traverse the DOM grabbing the content between the BOX_BODY tags.
    Any suggestions/ideas gratefully received!
    Many thanks,
    Gareth.

    Ben,
    Haven't tried implementing this either but how about:
    - you have 5 regions on a page, 1 for each report
    - these regions each contain nothing but a div in each case
    - each div initially contains nothing but a "Loading..." animation/images/whatever
    - You have 5 other pages, each of which are based on a blank page template
    - each page contains one report region
    - when your original page loads, you kick off 5 asynchronous ajax requests to these other 5 pages
    - when the the asynch request completes (i.e. when each page has loaded) you replace the contents of the relevant div (the "loading..." animation) with the contents of the other apex page you have just retrieved with ajax.
    I think that should work.
    Or, for more flexibility, you could make Application Processes which generate the HTML for each of your required reports. You could then call these via the Ajax requests instead of calling the 5 new Apex pages. (This would mean that the reports are far less easily changeable, however.)
    Andy

  • Populating report region using values in another region

    Hi,
    I have a scnerio. Help on this would be greately appreciated.
    Following is the explaination based on department/employy example
    On a single page, i want to show a region which will display a list of departments and every value of department will have a link to the list of employees working in that department.
    On clicking a department, i want a report region on the same page to populate with the list of employees in the department.
    So, when page will be loaded first time, no department will be selected so a single message i.e. "Select a department" will be displayed on the region dedicated for departments and will be populated when user will click on a department.
    I am able to create two regions. On the left region, i am able to display a list of departments. I can also create links for the department values but i don't know how on first load i just display a message on right region (Select a department) and then on clicking the department, loading the report on the right region.
    Thanks in advance
    Salman

    Thanks for your help.
    I am able to do it but initially when page loades, it returns error message because it executes the query when page is loaded first time. My actually scenario contains a database link (which is assigned dynamically to the query). SO on first page load, no database link was found because hidden field contains NULL so it displays error message that "failed to parse SQL query:ORA-01729: database link name expected". How to solve this?
    Mean while i also need help to generate an interactive report on the basis of a dynamic query. I have used a PL/SQL block returing a query to build a report for non interactive reports and it works fine but i want to do same for an interactive report. Can you please also help me how to do this?
    Thanks
    Salman
    Edited by: Salman Qureshi on Aug 25, 2009 7:05 AM

  • IF Form region AND report + search tool in same page THEN = problem

    Helllo everybody
    I posted an initial and now the advanced as I received helpful comments but still is unsolved:
    Problem:
    If I have a Form, and a Report With a Search feature on the same page the problem is that when I click on the button of Search to find records in the Report, the page reloads as it goes and returs to the server. Alright, however, that reloading causes the Form to submit data while there is no data because I was not working with the Form. When the report gets the "submission of the Form" it receives all empty data and it complains as it cannot have Null values in its rows.
    Solution:
    The thing would be to tell the form not to submit anything unless expressley pressed the button Create or Save. It seems that these buttons activate when the page is reloaded I mean reloaded by haiving pressed the button Search of the Reports region.
    The helpful comments were in the direction of going to Processes, Automatic Row Processing and then choosing a conditional for processing of the Form, that it, it would only activate (submit itself if that condition is met)
    So I go to PL/SQL Function body Returning a boolean and I paste this: RETURN :REQUEST IN('SAVE','CREATE');
    but the problem continues unsolved, that doesnt help. It must be very close but there is something I am missing
    thank you very much
    Alvaro
    Edited by: user12155340 on 18-Nov-2009 15:04

    Hi,
    I think this is double post.
    BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS
    Please read my last comment from that link.
    Application express forum might give you better and precise answer.
    You need just figure out how set conditions
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref149
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref237
    Br, Jari
    Edited by: jarola on Nov 19, 2009 12:51 PM
    BTW, I remember that there was just few days ago same kind question answered in Application Express forum.
    I post link if I find it. You may try find it also

  • How to make a link in a report open a Form in a different region of the same page ?

    Hi,
    I developped a report and a form for the same table. I also created a link and used it in my report so that when I click on the link of one record, the form is opened and display this record.
    My problem is that when I include my report as a portlet and I click on a link, the form is opened in full screen mode by replacing the page containing my report.
    What should I do in order to open this form in another region of the same page ?
    Thanks a lot

    I presume that the two regions are working fine with their individual buttons and your issue is how to make them both save with one button.
    Here is how
    a. You will have 2 ApplyMRU and 1 ApplyMRD processes for each of the regions. Right? Lets say you have 2 "Save" (i.e. label=Save) buttons, one has name SUBMIT and the other SAVE ( SUBMIT and SAVE being the requests that will be sent when they are clicked , respectively)
    b. Make the Display condition on one of the buttons 'Never'. Now it won't show when you run the page. Lets say you made SAVE's conditional Display 'Never'
    c. Go and change the condition on all ApplyMRU and ApplyMRD processes from "When Button Pressed" to "Request is contains in Expression1". In Expression1 enter SUBMIT,SAVERegards

  • Read Only page/region attribute - Tabular form

    APEX 4.2.1/Oracle 11.1
    The new readonly attribute at the page and region level works very nicely to make a page readonly without having to set the readonly condition individually on each page item. Great job.
    But I noticed that tabular form inputs don't honor this setting. Is there a easy way to make a tabular form readonly as well i.e. make it look like a classic report instead of showing input (even disabled) fields?
    I guess we can clone the region as a classic report region and conditionally show one or the other but that's not ideal from a maintenance perspective.
    Thanks

    Marc - Thanks for logging the enhancement request. Couple of observations
    1. The Copy Region wizard allows us to copy a tabular form region (along with its associated processes and buttons) but running the page raises errors since APEX only allows one tabular form per page. Perhaps the Copy Region wizard should check for this
    2. Most tabular form regions are customized after the wizard creates them. Column headings are changed, display types, number/date formats, column links, etc. Re-doing all this to create a copy of the tabular form region as a classic report region is a bit of a chore. Maybe you can think of a easier way to do this in 5.0. Really all that needs to happen is change the Display As for all the tabular form INPUT fields to Display as Text and preserve all other customizations.
    Thanks

Maybe you are looking for

  • If I rename a clip in PPro, is there a command to change the actual file name like in FCP7?

    In FCP7 I could rename a clip in FCP and then use a menu command to change the actual file name to match: Can I do this in PPro or Prelude? Thanks! MtD

  • Exchange rate (decimals)

    Hi All, I got a problem here. Exchange rate is being picked up without decimals example USD doc. currency , INR local currency exchange rate being picked up in a report is INR 3900 where as i want INR 39.00 Please help Thanks, Prashanth

  • Change data capture - ignore delete?

    Hello, I'm trying to solve an issue I met on a synchronous change data capture : I created a CDC table with the DBMS_LOGMNR_CDC_PUBLISH.CREATE_CHANGE_TABLE procedure: BEGIN    DBMS_LOGMNR_CDC_PUBLISH.CREATE_CHANGE_TABLE (       OWNER             => '

  • FI-FM : BAPI/RFC for Funds reservation Creation ?

    Hi, I was asked to web enable the creation of funds reservation (= web enable what transaction FMX1 does). I have searched for available BAPI's/RFC's for this but I didn't found one. Since I'm not familiar with FI and FI-FM I maybe didn't search well

  • AR Cube Activation from BC

    Hello BW Experts, 1_I am in the process of activating the AR cube 0FIAR_C03. Could you please let me know the steps in involved in activation of this cube from the business content. Cube, Update rules, Underlying ODS, Infosources, Infobjects need to