In table form: lines No.

How to increase the no. of rows displayed in on page in Tabular Form?

Is there any functionality like in interactive report where 'ALL' option when selected displays all the rows.

Also i would like to know if we can increase the width of the column in Tabular Form.

The  style="width: 200px;" in element attributes is not working..

Sanjay
Published by: user12957777 on February 14, 2012 23:16

Hello Sanjay

>
How to increase the no. lines displayed on the page in a table?
>

Go to the section report attributes-> layout and Pagination of your tabular form and change the Number of Rows attribute for the number of lines required.

>
Is there any feature like interactive report where 'ALL' option when selected displays all lines.
>

Run your interactive report and go to Actions-> lines per Page-> ALL.

>
Also I would like to know if we can increase the width of the column in a table.

The style = "" in the element attributes does not work... "
>


  • To increase the column width in a table:

    
    

    Write the code above in the footer area of the tabular form and replace the NAME with your column alias that you want to increase the width.


  • To increase the width of the element in the form:

    Go to the report-> column attributes attributes section and change the width of the element of appropriate value.

In order to get the answer correct or appropriate, you must include at least the following information with your question:


  • Full version of APEX

  • Full version of database

  • Server Web APEX (EPG, SST or APEX listener) architecture

  • Browser (s) and version (s) used

  • Operating system with version architecture(32/64)


The above information will help you the members of the forum to set the context for the problem and post an answer.

Please read the FAQ [url https://wikis.oracle.com/display/Forums/Forums+FAQ] and [url https://forums.oracle.com/forums/ann.jspa?annID=1324] instructions to forum for more information on the use of the OTN forums effectively.

Please update your profile of the forum with a real handle instead of user12957777.

I hope that helps!
Kind regards
Kiran

Tags: Database

Similar Questions

  • ScrollBar in table form

    Is it possible to put the region in a table for a height/width set with a vertical scroll bar, allowing users to scroll the rows if several lines appear that what is permitted for the height?

    If this is not possible, is it possible to have a region move with the page? For example, I have 2 regions on the page (display in 2 columns). A region is an updated report which shows 25 rows of data in a spreadsheet pre-filled the other region is a region which list availability that users can use to help determine the data for information entry in region 1. The tabular presentation requires scrolling to display all records if then the user loses sight of the valuable information contained in region 2.

    Any help would be appreciated.

    Thank you!

    Hello

    Very quick and dirty will be added to your presentation tabular region header somethinglike

    and at the foot of the region

adjust the style width and height to your needs

But as table form is the same as classic report, you can use the method for example from this post
Scroll to report but I want the column headings to stay where they are

And if you look in the forum there is same more friendly messages

BR, JAri

Published by: jarola November 4, 2009 01:02

  • Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database. can you please explain, where the value in frontend comes? It differs from the flow_status_code in oe_or

    Sales order form, line status code is displayed as "WITHDRAWN". but the same code appears as "AWAITING_SHIPPING" for the same line in the database.

    Where the value in the frontend is filling?

    It differs from the flow_status_code in oe_order_lines_all?

    Thanks for the correction.

    He slipped right out of my mind!

    Here is a detailed explanation of this case:

    Status of orders picked and picked partial

    Kind regards

    Bashar

  • How can I recover file in table form in a modal window with the id of the request.

    Dear all,

    I use Apex 4.2 worm.

    I've created classic report with 5 columns and add additional column with the name "ADD COMPONENT" link in classic report.

    I call in a table in a modal window, click on link add COMPONENT classic report. .

    Modal window is popup when I click on the link add COMPONENTS , but it does not have any record of respective "Reservation_id and Res_line_id" I have place in link add COMPONENT report Classic.

    How can I view respective folder of reservation_id and res_line_id in table form in the modal window.

    I create in my account. You can view using

    Workspace: APEX_ISSUE

    User:               [email protected]

    Password: kaushik1@34


    Application 71690 - questions

    Page not 13

    Tab: In the form of modal window.

    Thank you

    Hi Maxence,

    CORINE wrote:

    It is wounderfull but I use the Apex 4.2 worm. There is no dialogue option and page mode.

    So how can I do that in Apex 4.2 worm.

    Check this old similar thread that runs in 4.2 APEX where I explained step by step: How to extract the values inside the jquery element dialogue modal rigion

    Also check the options of the iframe for your application sholud be set to 'Allow' or ' Allow from same origin.

    Edit Application Properties-> security-> the browser-> Embed security Connectionwithsuchprocedures-> is set to 'Allow' or 'Allow same origin'

    Hope this helps you,

    Kind regards

    Jitendra

  • JHeadstart - how to configure the form to be modal window in the style of table-form available?

    JHeadstart release 11.1.2 Relase

    When you use the Application JHeadstart Editor, I chose "table-form" style of layout for the field.

    Issue. When the field editing either way, by clicking on the edit button, which will be the user to the form, is it possible to have the form opens in a modal window?  If Yes, where and how configure this option?

    Summary: currently, the flow is as follows: field displays in a table.  The user clicks on the button Edit and screen refreshes the field in a form.  What I want is to have the form to be displayed as a modal window with the table in the background.

    Thank you.


    I think you could do this with 2 different versions of the JHS group.  A configured as 'table' and set up the other as a 'form '.  Then, add a groupLink item in the table to open the form in a modal popup.  (you might even be able to link the group to itself, but then you will need to do some adaptations to prevent it to generate the default table-form link)

  • Linux - Nimbus LookAndFeel: Table grid lines do not come

    I use in my java application NimBusLookAndFeel. I tried to show grid lines in the table.

    Following the code works perfectly fine on windows but not on Linux (table grid lines don't appear under linux)

    UIManager.setLookAndFeel ("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
    UIManager.put ("Table.showGrid", true);
    UIManager.put ("Table.intercellSpacing", New Dimension (1,1));

    Following are details of java version on linux

    Java version "1.6.0_12" Java (TM) SE Runtime Environment (build 1.6.0_12 - b04) Java hotspot Server VM (build 11.2 - b01, mixed mode)

    I also tried on JDK 1.6 update 30, but in vain

    It takes overrive after Nimbus UIDefaults http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/_nimbusDefaults.html

    try {// UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
                    if (info.getName().equals("Nimbus")) {
                        UIManager.setLookAndFeel(info.getClassName());
                        UIDefaults defaults = UIManager.getLookAndFeelDefaults();
                        defaults.put("Table.gridColor", new Color (214,217,223));
                        defaults.put("Table.disabled", false);
                        defaults.put("Table.showGrid", true);
                        defaults.put("Table.intercellSpacing", new Dimension(1, 1));
                        break;
                    }
                }
            } catch (Exception e) {
                //e.printStackTrace();
            }
    
  • Refresh table-form query on table only for pages in .jsff

    I have a group being generated as a presentation of table form. I would like for the page of the table to always refresh, and submit the form to refresh page after.
    I saw a thread about how to do this on a .jspx page: Refresh table-form query on table only

    Unfortunately, this does not work for me because I use the .jsff pages and they do not have access to the facesContext. Does anyone know how to do this for a .jsff page?

    Thank you
    Michelle

    Michelle,

    The taskflow 11 ADF in the equivalent of the region of this expression would be

    #{jhsPageChanged and controllerContext.currentViewPort.viewId=='/MyGroupTaskFlow/MyGroupTable'}

    Unfortunately, this currently does not work because there is an error in the JhsNavigationHandlerImpl class we're going to fix in the next release.
    You can apply a work around by creating a subclass of JhsNavigationHandler and replace as follows:

    ' public Sub handleNavigation (FacesContext facesContext, string action,
    The string result)
    {
    String oldPageFragmentId = ControllerContext.getInstance () .getCurrentViewPort () .getViewId ();
    super.handleNavigation (facesContext, action, result);
    String newPageFragmentId = ControllerContext.getInstance () .getCurrentViewPort () .getViewId ();
    If (! oldPageFragmentId.equals (newPageFragmentId))
    {
    JsfUtils.storeOnRequest (JHS_PAGE_CHANGED, Boolean.TRUE);
    }
    }

    To use your subclass, create a custom template for the facesConfig.vm and modify the navigation Manager to use your subclass.

    Steven Davelaar,
    JHeadstart team.

  • In table form, addition of line, enter the key

    I have a tabular presentation.  The user must enter the number of items; Sometimes one, sometimes thirty. There is a field to display in the report, i.e. 11111 22222 33333... By default, we can enter an element using the ten key pad, press TAB and jump on the add a line button, press ENTER and a new line is created.  But the cursor happened somewhere else in the form.  I would then put the Add button a line sets the cursor to the new line of tables so that the user can quickly add multiple numbers without having to use the mouse to click in each new domain. Thanks in advance...

    Also, is there anyway to notify if the user enters a number double?

    Hello

    I have add to your page sample 3 new JavaScript function in the HTML page header

    function validateAndAddNewRow(){
    
    /* get all input tags */
    var lInput=$("input[name=f06]");
    
    /* array to hold input values */
    var lValues=[]
    
    /* collect input values to array */
    lInput.each(function(i){
      lValues.push(this.value);
    });
    
    /* get unique values */
    lValues=$.unique(lValues);
    
    /* compare input count to unique values count */
    if(lInput.length !== lValues.length){
    
      /* if there is duplicate values */
      /* alert about duplicates and exit */
      alert("Duplicate values");
      return false;
    
    }
    
    /* no duplicates. so we add new row */
    addRow();
    
    /* set focus to last row */
    $("input[name=f06]:last").focus();
    
    }
    

    And add a line button target has changed

    javascript:validateAndAddNewRow();
    

    This seems to work ok in your example when I run with Firefox.

    I noticed that on page 3, you have little JavaScript in the HTML Body Page attribute.

    You should not write here all the JavaScript functions. You must fix this.

    After you have correct this problem and try my proposal in your own environment return message it works.

    If it doesn't, the control is there are JavaScript errors, for example by using Firebug.

    Kind regards

    Jari

  • A default value for a field in a table form, didn't get saved with line

    Hi people,

    I have a simple form on a table. A column, CUST_ID, must be filled when I create a branch to this form. So I change the element, set the source to 'Element (Application or page item name)' and then add the name of the source element. It works fine, the correct CUST_ID is entered in the CUST_ID field as expected. But when I add data to other fields and apply the changes, all data is saved on the line, except the CUST_ID. Am I missing simething simple here?

    Thank you very much

    -Adam vonNieda

    It's a slow Tuesday :)

    Return to the database and do not forget to enter the name of the field to the source value and specify the source used only when current value is Null to avoid that it be replaced by DML research.

    By default, enter PL/SQL Expression as type and: Field_Name (you load with). or you can also enter static text such as type and use & Field_Name. format instead, I think. Include the. After Field_Name.

  • Apex 4.2: The button "Add a line" does not not in table form

    Hello

    We have an application migrated from 3.2 to 4.2 Apex

    Afterwards, the 'Add Row' button does not work. When I try to click that, new line is not get added.

    I even tried to delete the tabular form and creates a new array of 4.2 Apex environment itself, but of no use, new line is not get added.

    "Also, is to launch a page fault"Message: 'length' is null or not an object"

    Browsed little of the previous announcement in OTN for this problem and found that by changing the theme, this problem can be solved.

    'Length' is null or not an object for tabular forms V4 error

    Apex 4: the 'Add Row' button doesn't work is not in tabular form

    The user is comfortable with the current theme and does not change the theme.

    Current theme used is "blue-gray - 13.

    Is it by a patch or workaround, we will be able to do the work of button "Add a line" normal.

    Kindly guide me in this issue. Thanks in advance.

    Kind regards

    Shiva

    OK, my dyslexia kicked in.  Modify the report model and correct the field before the lines replacing the #STATIC_REGION_ID # #REGION_STATIC_ID #.

    ***

  • Add filter slot table form to show the lines with null values

    Hello

    I have a tabular presentation where we need to add a filter with two values (selection list) so that if one of the columns in a table (column1) is zero, then I need to display all records where column1 is null.

    I was wondering how do I put this in the Source of tabular forms where condition. This filter has only two values,

    All the
    NULL for the error

    So when the user selects all, then all the records in the table are shown
    If the user selects 'Value Null in error', while the records where Column1 is null will be shown

    For example
     column1        column2
                           A
                           B
          1               C
          3               D
     
    If the user selects, then

    all four files will show up. Else, only the first and the second will be returned.

    Thank you

    Hi, Ryan.

    Try a static LOV like this

    STATIC2:;,--- All ---;--- All ---
    

    and a Where clause, like this

    where column1 is null or :p1_filter like '%%'
    

    Jeff

  • Total of a column when the check box is selected in table form

    Hi all

    Total of a column when the checkbox is enabled in the form of tables, but is not work, help

    https://Apex.Oracle.com/pls/Apex/f?p=82062

    My credentials for my worksapce:

    https://Apex.Oracle.com/pls/apex/

    Workspace: GB

    USERNAE: [email protected]

    PASSWORD; GB

    Thank you.

    abb.JPG

    abcd.JPG

    abcde.JPG

    Kind regards

    GB

    Hi user13028844,

    user13028844 wrote:

    Please change your login username of "user13028844" to something meaningful. Reference: Video tutorial how to change username available

    The second button is a javascript function call, which is not a summary. the javascript function has a problem

    This function has the problem help me correct, whereas we can summarize the amount of lines checked

    I have made changes to your page. Check the "Display of Javascript" button, now it shows the correct amount for active items.

    Made the following changes:

    • The following are removed from the section "run when Page Loads:
    Declare
      p_qty          number;
      p_total_qty    number := 0 ;
    Begin
    for i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
      select nvl(qty,0) qty into p_qty from DURATION
        where id = to_number(APEX_APPLICATION.G_F01(i));
       p_total_qty := p_total_qty + p_qty;
    end loop;
        --htp.prn(p_total_qty);
    htp.prn('');
    apex_application.g_print_success_message := 'Checked total qty:'||p_total_qty  ;
    End;
    

    NOTE: The section "run when Page Loads" is intended for JavaScript code to perform the loading of the Page and NOT PL/SQL code.

    • The following code removed from the section "Header HTML":
    
    

    This code was going nowhere, so removed and replaced with code below.

    • Added the following code in the section "function and Global Variable declaration:
    function enableButton() {
        // code goes here
    }
    
    function total_checked() {
       var total = 0; var qty = 0;
       $( 'input[name="f01"]' ).each(function() {
         if ( $(this).is(':checked') ){
           qty = $(this).closest('tr').find('td[headers="quantity"]').text();
           total += parseFloat(qty);
         }
       });
       alert("Checked Total Quantity : " + total);
    }
    

    Your APEX_ITEM. BOX calls a JS "enableButton" function, but it has no definition, dummy definition so added.

    Kind regards

    Kiran

  • SELECT_LIST_FROM_QUERY_XL in table form

    Hey,.

    I created a SELECT_LIST_FROM_QUERY_XL element in my sub form of table, but when I click on "Add line", the coresponding to the new line element is null, not a selection list.

    No idea why this is happening?

    Here's my query for the form:

    SELECT
        TLT.LABONUMMER, TLT.TEELTCODE,
        APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(
                                        1,
                                        (select initcap(omschr) 
                                         from prt_teksten
                                         where groep = 'STDTEELT'
                                         AND OMSCHR IS NOT NULL
                                         AND CODE = TLT.TEELTCODE), 
                                        'select initcap(omschr) D, 
                                                code R
                                         from prt_teksten
                                         where groep = ''STDTEELT''
                                         AND OMSCHR IS NOT NULL
                                         ORDER BY OMSCHR')
                                        "Omschrijving",
     TLT.ZAAIDATUM,
     TLT.OOGSTDATUM
    FROM 
     EXP_INOUT.CSLIM_TEELTEN_30 TLT 
    WHERE 
      TLT.LABONUMMER = :P26_LABONUMMER
    

    And here's a screenshot of what I get:

    query.PNG

    Version of the APEX is Application Express 4.0.2.00.07

    Thanks in advance,

    J

    Hi Julijan,

    Julijan wrote:

    I have to return it especially as a CLOB, I guess she did this because I use a PART of the APEX.
    What I need, is essentially that the user selects a value from the drop-down list, then clicking on submit, the new row is inserted in the database.

    It is a wizard based as a right. Why you mix APEX_ITEM with assistant based in a table? As both use the APEX_APPLICATION. G_FXX tables for treatment there is clash with index and create a mess. There is no equivalent SELECT_LIST_FROM_QUERY_XL in tabular form based Wizard, but there is a solution, instead of the selection list using the popup LOV.

    Create a LOV named in the shared components and associate it with the column popup LOV.

    I hope this helps!

    Kind regards

    Kiran

  • Problem of update in table form (after validation fails)

    Hello.

    I have a problem on the shape of tables using APEX 4.2.5.

    Application page has a table and a filter element to filter results in a table.

    The default value of this element is 0 (zero). This means that all the records are retrieved.

    SQL WHERE clause look like where deptno = decode(:P1_deptno,0,deptno,:P1_deptno)

    I created testcase: https://apex.oracle.com/pls/apex/f?p=4000

    W: nlzoh

    SUP: test01

    P: test

    The application name is A1.

    Everything works fine (insert and update), until there are validation error - due to an incorrect value in the column form.

    If I add by example in the second row (ename BLAKE) in the column WORK 1111 - so it would look like MANAGER1111 I get a validation error.

    Then I remove 1111 so validation would be ok, form insert 16 records (all). I is not updated that one record, it inserts all records.

    This allways happens after the validation error.


    When there is no validation error, changed row is updated as expected

    Insert also didn't happen, when there are value DEPTNO in filter.

    So the unexpected result is because of that where would adopt.


    So I have two questions.

    1. Why does it inserts all lines after the validation error? When there is no validation error, only the changed rows are updated - even if there is no DEPTNO in the filter.

    -Why modified column id drop apex?

    2. How can I change where clause, so iz will not work correctly.


    I hope it's understandable.


    Kind regards

    Dean


    Hello

    I created a new shape similar to your condition. His work with no problems.

    Please check Page 2 of application A1

    BR,

    Patrick

  • ADF Table - current line does not prepare the first time.

    version 12.1.3

    I try to display data from a rest service as ADF table (select read-only, a single line). I added the edit on the last column button, so each line has its own button change (it is a requirement). By clicking on edit takes you to the next page to change the selected line in the form layout.

    The question that I am running is, when first loading of the page and display the table and if I select a line any except first and click on 'Edit', it still gives me the first row. It works as expected when I click on other lines in a subsequent attempt.

    How can I solve this problem?

    Thank you very much.

    Found the fix. I have just the property "immediate" of the button to true.

  • Maybe you are looking for

    • How to restore 32-bit by default?

      I accidentally bought the wrong operating system for my touchsmart. I have a HP Touchsmart IQ504. In the beginning, my touchsmart had Windows Vista Home Premium, I see the label on the back with the product key. I accidentally bought a Windows 7 Prof

    • Impossible to install the software

      Please can you advise The scanner has recently stopped working on my printer HP B109NZ all-in-one. The error message indicates that another program has control of the scanner. After reading the Articles from HP, I uninstalled the HP software from my

    • How can I delete my computer DivX?

      I tried to uninstall via Add / Remove programs without result.

    • error code 8000FFFF installed fixit has still not fixed problem

      had to install a new hard drive in my computer. Because of the updates of windows, but always impossible to update this update. Guard's fault.

    • HP OfficeJet 4620 - not the router's IP address

      Hello! I have a HP Officejet 4620, who worked until yesterday under power and off the fine. Yes, digitization is a PITA, but well, it was a gift In any case. Since yesterday my 4620 won't get an IP address from my router. I use a router TP-Link WiFi