Display No Results Found in APEX page

I have a page with two regions the top region is an html region where users enter query criteria and generate an interactive report in the second region.  The second region only displays if there are results from the query in the first region.  I would like to display a "No Results Found" message rather than a blank screen if there are no results found.  However, I don't know exactly how to do that.  I tried to do it in the Interactive Report region, however, once I added the Conditional display to only when exists rows in the Interactive Report from the query criteria.
Any help is much appreciated.
Thanks.

If I understand correctly, you'll want to add an exists condition to your second region (then IR correct?) that uses the basic same SQL with the criteria, but doesn't need to return all the rows (select 1 from ...). Then you'll want to add another HTML region (a 3rd region) with your friendly message in it and with the same SQL condition as before but with a "not exists" so that it's the opposite situation. Basically the regions will flip on or a off based on the results.
thanks
Jorge

Similar Messages

  • Display search results on the same page

    I have a text box with a submit button to the left. Once the user enter the a number in the search field my select query executes.
    My question is how can i display the reult on the same page? I have been able to display results on the same page but my table headers are also displayed at the same time while user is trying to enter the item number.
    i tried using <c:if> but its not wokring, Any help?
    <%@ include file="/WEB-INF/jsp/include.jsp" %>
    <html>
    <head>
    <title>VDP QOH UPDATE</title>
    </head>
    <body>
    <spring:bind path="quantityOnHand">
      <FONT color="red">
        <B><c:out value="${status.errorMessage}"/></B>
      </FONT>
    </spring:bind>
    <P>
    <FORM name="quantityOnHandForm" method="POST" action = ''>
    <CENTER>
    <table BORDER=0  CELLSPACING=0 CELLPADDING=5 WIDTH=600>
        <tr>
              <td COLSPAN=2 BGCOLOR="#003366"><P ALIGN=CENTER><B><FONT COLOR="#FFFFFF" SIZE="2" FACE="Arial,Helvetica,Univers,Zurich BT">Query</FONT></B>
              </td>
         </tr>
         <tr>
              <td WIDTH=215 BGCOLOR="#336699"><P ALIGN=RIGHT>
                  <B>
                     <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">
                        Item No:
                      </FONT>
                   </B>
              </td>
              <td ALIGN=LEFT><spring:bind path="quantityOnHand.itemNumber">
                      <input type="text" maxlength="30" size="10" name='<c:out value="${status.expression}"/>' value='<c:out value="${status.
                             value}"/>'>
        <td><font color="red"><c:out value="${status.errorMessage}" /></font>    </td>
           </spring:bind>
              </td>
         </tr>
        <tr>
            <td BGCOLOR="#336699" WIDTH=215> </td>
            <td>
                <input type="submit" name="Submit" value="Submit" >
           </td>
       </tr>
    </table>
    </center>
    </form>This is basically all of my search jsp code. Now i've added my other code after </form> to display the results.
    </form>
    <table BORDER=0  CELLSPACING=0 CELLPADDING=5 WIDTH=600>
        <tr>
              <td COLSPAN=2 BGCOLOR="#003366"><P ALIGN=CENTER><B><FONT COLOR="#FFFFFF" SIZE="2" FACE="Arial,Helvetica,Univers,Zurich BT">Quantity On Hand Search Results</FONT></B>
              </td>
         </tr>
         </table>              
    <c:choose>
    <c:when test="${empty qohInfo}">
             <div align="left" style="color:#336699;"><b>No records Found.<br><br></b></div>
    </c:when>
    <c:otherwise>
         <table width="602" height="92">
              <tr>   
                   <th ALIGN=CENTER BGCOLOR="#336699" width="110" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Item Number</FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="115">
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Vendor Id </FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="120">
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"> Inventory Date</FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="130" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Update Date Time </FONT>
                       </B>
                   </th>
                   <th ALIGN=CENTER BGCOLOR="#336699" width="100" >
                       <B>
                          <FONT COLOR="#FFFFFF" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Quantity</FONT>
                       </B>
                   </th>
              </tr>
              <c:forEach var="qohInfo" items="${qohInfo}" varStatus="loop">
        <tr BGCOLOR="#99CCFF">
          <TD align="center"><c:out value="${qohInfo.itemNumber}"/></TD>
          <TD align="center"><c:out value="${qohInfo.vendorId}"/></TD>
          <TD align="center"><c:out value="${qohInfo.inventoryDate}"/></TD>
          <TD align="center"><c:out value="${qohInfo.updateDateTime}"/></TD>
          <TD align="center"><c:out value="${qohInfo.quantity}"/></TD>
        </TR>
      </c:forEach>
      </table>
      </c:otherwise>
      </c:choose>As you can see that the table headers are always shown but i would like to hide the table headers and everything until and unles user clicks on submit button. Any help is appreciated.

    Thanks balusc for your reply. I was curious how would you have used the c:if statement to display the table and hide the table if a user have not clicked the button.
    I wanted to stay away from javasscript

  • Displaying database results on the same page

    I am relatively new to dynamic pages and have only just
    recently created a PHP SQL setup using Dreamweaver CS3. I have no
    issues in displaying items from a recordset on a page. I have even
    used the "Master detail page set" function in CS3 to have a small
    selection of records from my recordset on the page as reference
    points to then open up a detail web page showing all the records
    for that item. But this is not what I want to do.
    I have used CSS to created a two columm page, which I have
    then saved as a template (left sidebar and then main content on the
    right). The scenario is that the database has membership details. I
    want to be able to have the membership numbers displayed in the
    left sidebar, with the main content of the database record for that
    member displayed in the main section of the page. If I click on a
    different membership number in the left column I want the main
    content to change and display the records for that member.
    I guess what I am trying to say is I want the "Master detail
    page set" functionality but rather than opening a seperate web page
    for the detail, I want it displayed on the same page.
    As I said, I am new to dynamic pages. A way I thought of it
    being done was to use frames but I don't really want to do that as
    it means making up a whole new set of templates. Is there a simple
    way of doing this?
    Thanks in advance
    JJ

    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    http://java.sun.com/docs/books/tutorial/javabeans/index.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    http://java.sun.com/developer/onlineTraining/index.html
    http://java.sun.com/docs/books/tutorial/index.html
    http://developers.sun.com/events/techdays/codecamps/index.html

  • Displaying the  results without refreshing the page

    Hi,
    I need to show the items added to the basket within a list box which is on the top frame without refreshing the page.the page is a jsp page.Could you please give me idea how this could be done.
    The problem is, there are 2 frames, one above and one below.In the below frame I select a product and add to the basket, at the same time I need to show these items in above frame within the list box, the above frame should not refresh, it should show the items as soon as the items are added.
    Thanks

    The cart bean is on the server? Then you will have to send a request to the server to get it added. How do you do that? You post a form. How do you post a form without submitting a page? You don't.
    You need to make a design decision. If you want all of your logic on the server, you will have to be content with client-side refreshes. If client-side refreshes and their inherent delays are not acceptable, you will have to learn to be savvy with JavaScript but realize that anything you do on the form is still only on the form until you submit it.

  • DetailVO via View Link Results in "No Results Found"

    I have a MasterVO with two detail VO's; Detail1VO and Detail2VO.  A page contains an advanced table region bound to the MasterVO with a detail region bound to Detail1VO and another advanced table region as a sibling of the MasterVO advanced table region bound to the Detail2VO.  The data is displayed as expected for the MasterVO and Detail1VO but the region bound to Detail2VO displayes "No results found".
    The AM tester form shows that all of the relationships work as expected.  So I see the Detail2VO data as it relates to the MasterVO data.  It's just in the page where the Detail2VO data is not displayed.
    Does anyone know why the Detail2VO would not display the associated MasterVO data?  It seems to me it may have something to do with the page components since it works as expected in the AM test form.  Does a detail bound advanced table region always need to be placed in an advanced table's detail region?
    Thank you

    Thank you for your response to my request for help.  However, I'm not sure I understand your directions.  Are you saying that for the second detail VO table region I should set the properties for Detail View Attribute and View Link Instance?  Or are you saying that I need to ensure that these properties are set on the master table region which is where they are presently both set.  But both of my detail VO table regions only have their View Link Instance property set and do not have their Detail View Attribute property set while the Master VO table does have its Detail View Attribute property set.  But the Master VO can only have one detail table.
    What I have done so far to provide both sets of detail records tied to the master is to create a new region for the second detail table that is outside of the master table's advanced table bean.  Since OAF is not providing the records in the detail table that is defined outside of the master VO advanced table I have manually defined the logic to query the second detail VO in the page's controller.
    Here is the page layout.  Hopefully the formatting remains.
    PageLayoutRN
      |
      |--MainRN
          |
          |--MasterVO advanced table
          |
          |--advanced table components
              |
              |--detail
                  |
                  |--Details1RN
                      |
                      |--Detail1VO advanced table
             |
             |--tableSelection
                 |
                 |--selectMaster
          |
          |--Detail2RN
              |
              |--Detail2VO advanced table
    Thank you

  • Display other results in an iframe

    Hi All,
           I have this issue:
    i am currently one abc.aspx page. and i have couple of search params on this page. when i search and click a button i need to display the results on a diff page.
    following is the approach i am following.
    when user clicks search.. taking all the necessary params and throwing them onto querystring which opens a new page.
    when page opens reading these params from query string and tryin to assign it to an iframe [ to open that page ] .
    but i cannot assign iframe src on fly.. below is the  code. am i missing something ??
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <script type="text/javascript">
    var tech = GetQueryStringParams('QS'); // actual funtion is on other page which reads querystring params.- this is workin
               fine.
    alert(tech);
    </script>
    <script type="text/javascript">
    $(document).ready(function(){
    function myFunction1()
    //if(tech != undefined)
    //alert('Hi:' + tech);
    alert('Hi');
    $('#iframe_a').src = tech;
    </script>
    <iframe id="iframe_a" name="iframe_a" width="1000" height="1000" onload="myFunction1()"></iframe>
    </asp:Content>

    Go it guys,
                   Somehow,  $('#iframe_a').src = tech; not workin instead tried
    with 
    $('#iframe_a').attr("src",
    tech);
    looks cool :)
    thank you anyways.

  • How to access oracle in javabeans and display the result in jsp

    In my project ,i use the javabean to access the database and do the calculations and i display the result in the jsp page,,,
    any body can help me with your precious codes
    kodi...

    any body can help me with your precious codesStepped in the wrong place, try reading something on JDBC.

  • Button results as a same page

    Hi all,
    I am using html db 1.6.
    I am created one form is called Search, and placed on two buttons A and B.
    What i want is, now i am click on the button A( using query1), the results display on the bottom.
    I click the button B(Using query2) , display a results in a same page.
    Hide the A button result. Only show the B button result.
    How to do this one.
    Any example codes?
    Thanks!

    Here's a way I do it.
    In the HTML header, put in a script section that defines the JavaScript. (I borrowed this from another thread a LONG time ago):
    <script language="JavaScript" type="text/javascript">
      function callEmpPopup (formItem1) {
        var formVal1 = document.getElementById(formItem1).value;
        var url;
      url = 'f?p=&APP_ID.:1055:&APP_SESSION.::::P1055_OFFICE_ID:' + formVal1;
      w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
      if (w.opener == null)
      w.opener = self;
      w.focus();
    </script>Next, in the report definition, go to the Link section and set the target to be URL, and use the following
    javascript:callEmpPopup('P0_ORG_ID')You'll need to actually create the page to be used for the popup. Notice that I am passing in the Page Item whose value I need to work with on the popup page, and that the new item also must exist. Also keep in mind that you'll only be able to have one of these popup windows open at a time. There might be a way to get around this, but I haven't really wanted my users opening up every popup reference...
    This could potentially answer both your questions.

  • Change standard message 'No result found' of AB of overview page CRMCMP_CMG

    Hi,
    I have a requirement, that if not result is found in views table, of assignment blocks in overviw page. Then we see a stadard message 'No result found'
    I want to show different messages in different assignment blocks.
    One way is to handle at Do_output_result method of each view and display different messages in different views called in overview page. However i think this is not the best solution.
    Kindly guide how to achive this result?
    Where do i have to do the changes to get different message?
    Kindly help!
    Thanks
    Ekta

    Hi,
    maybe you can have a look at the Message Replacement Functionality by which you can replace a standard message everywhere by another custom message. But I don't know if it is possible to create different custom messages for the same standard message.
    For the Message Replacement Functionality:
    1. Go to sm34 and create new entry in view cluster BSPWDVC_MSGREPLS
    2. Assign the new Profile you created to your business role, using the Function profile MSG_REPLACE
    Kind regards,
    Carl

  • Servlet could nt able to Display the Result Page By Page ( Paging Problem)

    Hi, I want to display my result set Page by page... i wrote the code but it is not working properly... just it is showing intial record page(i.e 0 to 5) and page number links, But when i click on those number hyper links, just it is coming empty pages...
    plz help me out Thanks a lot in advance..... and my code is
    package tauvex;
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import java.sql.DriverManager.*;
    public class TauvexDataServlet extends HttpServlet {
    Connection con=null;
    Statement statement=null;
    ResultSet resultset=null;
    public void init(ServletConfig config) throws ServletException {
    try {
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    con = DriverManager.getConnection("jdbc:mysql://localhost/fitstestdb","root","");
    } catch (ClassNotFoundException ex) {
    System.err.println("ClassNotFoundException: " + ex.getMessage());
    throw new ServletException("Class not found Error");
    } catch(java.lang.InstantiationException ie) {
    System.out.println("instantiation exp:"+ie);
    } catch(java.lang.IllegalAccessException ia) {
    System.out.println("illegalaccess exp:"+ia);
    } catch (SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    protected void processRequest(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    +*// From Here My problem Starts*_+ 
    // Code For Paging starts
    int pages=0;
    try{
    Connection ocon = null;
    Class.forName("com.mysql.jdbc.Driver");
    ocon = DriverManager.getConnection("jdbc:mysql://localhost/fitstestdb","root","");
    Statement stmtt = ocon.createStatement();
    ResultSet rc = stmtt.executeQuery("Select count(*) from FitsData ");
    rc.next();
    pages = rc.getInt(1);
    out.println("Count of Records : " + pages + "<br>");
    catch (ClassNotFoundException ex) {
    System.err.println("ClassNotFoundException: " + ex.getMessage());
    throw new ServletException("Class not found Error");
    } catch (SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    int cPage;
    cPage = (pages / 5) + 1;
    if ((cPage * 5) + 1 >= pages)
    cPage++;
    out.println("Count of Pages : " + (cPage - 1) + "<br><p><p>");
    int p;
    for(p = 1; p < cPage ; p++)
    out.println("<a href=TauvexDataServlet?mv=" + p + ">"+ p +"</a> | ");
    out.println("<hr>");
    // paging
    int cpage;
    int currentRs;
    String pt;
    pt = request.getParameter("mv");
    if (pt == null)
    currentRs = 0;
    else
    cpage = Integer.parseInt((String)pt);
    currentRs = 5 * (cpage - 1);
    out.println(cpage + "<br>");
    //Paging Code End here
    *// My problem ends here ...!!!*
    String RA=new String();
    String DEC=new String();
    String DATE=new String();
    String DATE1=new String();
    String FILTER=new String();
    String Radious=new String();
    String ShowRA=null;
    String ShowDEC=null;
    String ShowFile=null;
    String ShowQuery=null;
    String ObservationDates=null;
    String Telescope=null;
    String Filter=null;
    RA=request.getParameter("RA");
    DEC=request.getParameter("DEC");
    DATE=request.getParameter("DATE");
    DATE1=request.getParameter("DATE1");
    FILTER=request.getParameter("FILTER");
    Radious=request.getParameter("Radious");
    ShowRA=request.getParameter("ShowRA");
    ShowDEC=request.getParameter("ShowDEC");
    ShowFile=request.getParameter("ShowFile");
    ShowQuery=request.getParameter("ShowQuery");
    ObservationDates=request.getParameter("ObservationDates");
    Telescope=request.getParameter("Telescope");
    Filter=request.getParameter("Filter");
    String query = "SELECT * " +
    " FROM FitsData limit "+currentRs+",5;";
    try {
    Statement statement=con.createStatement();
    ResultSet resultset=statement.executeQuery(query);
    if(ShowQuery != null && "on".equals(ShowQuery))
    out.println("<font size=4 color=black>The Selected Query is :</font><br/>");
    out.println("<font>");
    out.println(query);
    out.println("</font>");
    out.println("<hr>");
    if(resultset.next()!=false) {
    out.println("<html><head>");
    out.println("</head><body>");
    out.println("<table cellspacing=1 cellpadding=1 border=1>");
    out.println("<tr>");
    if(ShowFile != null && "on".equals(ShowFile))
    out.println("<td> Filename </td>");
    if(ShowRA != null && "on".equals(ShowRA))
    out.println("<td> RA_START </td>");
    if(ShowRA != null && "on".equals(ShowRA))
    out.println("<td> RA_END </td>");
    if(ShowDEC != null && "on".equals(ShowDEC))
    out.println("<td> DEC_START </td>");
    if(ShowDEC != null && "on".equals(ShowDEC))
    out.println("<td> DEC_END </td>");
    if(Telescope!=null && "on".equals(Telescope))
    out.println("<td> TELESCOPE </td>");
    if(ObservationDates !=null && "on".equals(ObservationDates))
    out.println("<td> STARTOBS </td>");
    if(ObservationDates !=null && "on".equals(ObservationDates))
    out.println("<td> ENDOBS </td>");
    if(Filter!=null && "on".equals(Filter))
    out.println("<td> FILTER </td>");
    out.println("</tr>");
    while(resultset.next())
    Object o1 = resultset.getObject(1);
    Object o2 = resultset.getObject(2);
    Object o3 = resultset.getObject(3);
    Object o4 = resultset.getObject(4);
    Object o5 = resultset.getObject(5);
    Object o6 = resultset.getObject(6);
    Object o7 = resultset.getObject(7);
    Object o8 = resultset.getObject(8);
    Object o9 = resultset.getObject(9);
    out.println("<tr>");
    if(ShowFile != null && "on".equals(ShowFile) && o1 != null)
    out.println("<td>"+o1+"</td>");
    if(ShowRA != null && "on".equals(ShowRA) && o2 != null)
    out.println("<td>"+o2+"</td>");
    if(ShowRA != null && "on".equals(ShowRA) && o3 != null)
    out.println("<td>"+o3+"</td>");
    if(ShowDEC != null && "on".equals(ShowDEC) && o4 != null)
    out.println("<td>"+o4+"</td>");
    if(ShowDEC != null && "on".equals(ShowDEC) && o5 != null)
    out.println("<td>"+o5+"</td>");
    if(Telescope!=null && "on".equals(Telescope) && o6!=null)
    out.println("<td>"+o6+"</td>");
    if(ObservationDates !=null && "on".equals(ObservationDates) && o7!=null)
    out.println("<td>"+o7+"</td>");
    if(ObservationDates !=null && "on".equals(ObservationDates) && o8!=null)
    out.println("<td>"+o8+"</td>");
    if(Filter!=null && "on".equals(Filter) && o9!=null)
    out.println("<td>"+o9+"</td>");
    out.println("</tr>");
    out.println("</table>");
    out.println("<br>");
    out.println("</body>");
    out.println("</html>");
    else {
    out.println("NO MATCHING RECORDS FOUND");
    } catch(java.sql.SQLException sqle) {
    System.out.println("sql exception:"+sqle);
    out.close();
    protected void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    protected void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    public String getServletInfo() {
    return "Short description";
    }

    I also did a Servlet Paging but I later found a Paging example that used MVC architecture which I found to be more efficient.
    This post has a good example in this link: http://forums.devshed.com/java-help-9/paging-in-jsp-85968.html?p=382695#post382695
    After I downloaded the example I made alot of changes and got rid of the scriptlets in the JSP and brought it more up to date using JSTL.
    Also check out a pre-built tag: http://displaytag.sourceforge.net/

  • How to display query result in seperated page.

    How to display query result in seperated page, if the results are very big (more than 5000 records) and there are so many concurrent users (about 500 - 1000 users).
    Are there any solutions or frameworks?
    Plese help me .........
    thanks,
    --bhasin

    Hi,
    How to display query result in seperated page?I think RowSet will be the better technology to use in this
    situation.For more information on this please visit http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html
    which explains in detail about RowSets.
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support/

  • How to do display results in a few pages

    Hi Everyone,
    I am now currently doing my project, i doing something like a search (E.g. google) i know how to search but i cant display the results.
    Here is one situation:
    When i search for Java. Then it will go database and get the records related to Java and display the results. I can display all at one time but i want to display it in a form like it can only display a max of 10 results and having a next link or button to display another 10 results on the same page.
    Can anyone help me with this. Thank You

    I have done a simple mecanism in jsp which do exactly what you want:
    <%
        int showNum = 5;   // number of items per page
        int startNum = Utilities.parseInt( request.getParameter( "start" ), 0 ); // parses with a defaultvalue 0
        java.util.List userList = new ArrayList( aCollection );
    %>
    <td colspan="3">
    Pages:
    <% for ( int i = 0; i < ( ( userList.size() / showNum ) + (userList.size() % showNum > 0 ?1:0) ); i++ ) { %>
    <a href="list.jsp?command=list&start=<%= showNum * i %>"><%= ( i + 1 ) %></a>
    <% } %>     
    </td>Hope the above helps
    /regards Per Jonsson

  • Display apex page inside iframe........

    Hi,
    Im trying to put the apex page(http://apex.oracle.com/pls/apex/f?p=44015:3:2304706657174469:::::) inside a iframe. but i cant achive it. when i run the below code the page cant able to display inside the iframe.
    <html>     
    <head>
    <title>HTML Test</title>
    </head>
    <body>
    <iframe src="http://apex.oracle.com/pls/apex/f?p=44015:3:2304706657174469:::::" width="800" height="400">
    </iframe>
         </body>
    </html>i.e, i want to display a page(google) like below,
    <html>     
    <head>
    <title>HTML Test</title>
    </head>
    <body>
    <iframe src="http://www.google.com" width="800" height="400">
    </iframe>
         </body>
    </html>what's wrong in my code?
    Thanks in advance...

    What kind of error does the page give?
    I see that you have your session info in your url.
    If you put it like this:
    <iframe src="http://apex.oracle.com/pls/apex/f?p=44015:3" width="800" height="400">does that work?
    Robin

  • JQuery dialog to display an apex page

    I am well on the way to integrating Jquery into Apex.
    What I would like to do is popup a modal JQuery dialog with the contents being a complete Apex page.
    I have tried an iframe as the contents of the dialog and calling the page, but this doesn't seem to load or execute JS or CSS.
    I have also tried the htmldb_Get method to get the page and populate the dialog, again this has the same problem as the above.
    Does anybody have any ideas?
    Thanks in Advance
    Ian

    Ian,
    Did you also encounter the error: document.wwv_flow.submit is not a function?
    Because a second page is loaded in the dialog all my page processes (called by a generated apex javascript submit) stopped working...
    I am at a loss...
    With regards,
    Frank.

  • Using Pagination, but Defaulting initial page to display all results

    Ok, I've inherited a JSF application that uses pagination to display results in a table. There's an enhancement request to initially display all the results of a table yet allow end users to "go into pagination mode." I've looked all over the web and played around with the code. Currently, I'm setting paginationbutton to true, but paginationcontrols to false. This remove the pagination navigation buttons, and initially displays all the results. Users can even go from displaying all results into pagination mode. However, the navigation is lost since paginationcontrols is set to false.
    Anybody know of a way to achieve what I'm looking for?
    Thanks,
    James

    Hi,
    When you execute any query on web, it actually uses a standard template which is present i.e. 0Analysis_Pattern and shows the report accordingly. Hence, your output will be based on the settings done in this template.
    So, I guess, you need to modify the number of rows to be visible at a time in the standard template.
    Hope this helps ..!
    -Pradnya

Maybe you are looking for