The font size in the Standard report

I've looked everywhere in the forum over the last three days at least to learn how to simply change the font size of the data in a standard report.  Nothing works. I have a lot of parts on a form page. I've done some parts read-only, and where necessary took some of the elements of a region read-only. We have no BI Publisher (nor the company, I work to buy it) and this is my way to allow the user to print it. Must I increase the font size for the reports on the page. I don't know that all of your answers are correct; I'm simply not being implemented properly.

My apologies: I tried to format the raw underside like html and syntax highlighting > plain - which does not seem to be clean. The additional lines of < span > < span >... are added and when I add ECMA as above is my opinion superimposed on itself - so I removed the formatting.


Here is what I tried:

This added to my page template and page header
< style >
.t12standard tr td {make-size: 16px ;}}
< / style >

In a column in the report, change the HTML Expression to
& lt; span style = "do-family: Times New Roman;" font-size: 110% "& gt;" #MY_COLUMN_NAME # & lt; / span & gt;

This added to the attributes of the element field in the column attributes section
< a style = "make-weight: bold;" font-size: 16px; "color: black".

It seems that it should be so simple, but jeeezumcrow I'm frustrated!


As always, thanks in advance for your answer!

Alexandra

Request Express 4.2.2.00.11

Jeeeezum crow:

#ISO_NUMBER #.

That's all that I needed.
Detective Conan.

Nice to see you, Tony.

Thanks for all your time.

A

Tags: Database

Similar Questions

  • How to know all of the standard reports available under EBS R12

    Hi all

    How to know all of the standard reports available under EBS R12?

    Is there a SQL seeking standardized reports (finance, HR, OM.. etc) available under EBS R12?

    If you have advice or a solution, please update your comments freely.


    Kind regards

    Hi all

    I see notes 561585.1 and found the SQL

    Concerning

  • Customer wants to know all the standard reports available under EBS 11i &amp; R12.

    Hi all

    Customer wants to know all the standard reports available under EBS 11i & R12.

    Is there a document that lists all of the standard reports available under EBS 11i & R12?

    If you have advice or a solution, please update your comments freely.

    Kind regards

    Hi all

    I see notes 561585.1 and then found SQL.

    Kind regards

  • How to change a field that is the "Standard report column" when adding new line

    Hello

    With apex 5.0 and database 12 c, I have created the query as follows:


    APEX_ITEM. HIDDEN (2, TRANS_M_CODE).

    APEX_ITEM. HIDDEN (3, TRANS_D_CODE).

    APEX_ITEM. HIDDEN (4, TRANS_TYPE).

    APEX_ITEM. HIDDEN (5, CO_CODE).

    APEX_ITEM. HIDDEN (16, DR_LOCAL).

    APEX_ITEM. HIDDEN (17, CR_LOCAL).

    APEX_ITEM. POPUP_FROM_LOV (6, ACC_CODE, 'GL_ACCOUNT') ACC_CODE,


    This field is a Standard report column, when there are data without problems, but when you add news is disabled showing null.



    Any Suggestions please

    use the query

    Select

    "ROWID",.

    apex_item. Hidden(1,empno) | EmpNo as empno,

    ENAME ename,

    "JOB."

    "BISHOP."

    "HIREDATE",.

    "SAL."

    "COMM"

    "DEPTNO".

    of ' #OWNER # '. " EMP.

    Empno as hidden item and ename like textbox to display as a tabular presentation

    apex_item. Hidden concat with hidden empno point for your use

  • OnClick event in the Standard report form row / table

    Hi all

    We have complex requirements and could use your help here. In the Application (referred to hereinafter OTN), we need the following:

    Whenever user clicks anywhere on a line, the values in the fields of disabled text (or we can modify if necessary disabled text boxes) in the region down should come from the corresponding columns in the row that is clicked. for example when the user clicks any where on the line with Empid have 1, text fields with disabilities should show as "Christel" Empname and Departmentname as ' Application to the.


    Reference of the application:
    URL: [http://apex.oracle.com/pls/otn/f?p=12190:3]
    workspace: VCS
    UserID: *.
    password: *.

    Please let us know.

    Concerning
    Christel

    Published by: Sandra on January 26, 2009 10:02

    Hi Sandra,.

    Now have a look.

    I created a line template for the report that uses the following definitions:

    Before the lines:

    <table>
    <tr>
    <td> </td>
    <td><b>Empid</b></td>
    <td><b>Empname</b></td>
    <td><b>Salary</b></td>
    <td><b>Departmentid</b></td>
    <td><b>Departmentname</b></td>
    </tr>
    

    Model line 1:

    <tr onclick="javascript:passValues('#4#','#7#');">
     <td>#1#</td>
     <td>#3#</td>
     <td>#4#</td>
     <td>#5#</td>
     <td>#6#</td>
     <td>#7#</td>
    </tr>
    

    Note that #1 # refers to the first column in the SQL #2 # is the second column etc empname is #4 # and departmentname is #7 #- so these are those used in the javascript code.

    After the lines:

    </table>
    

    And the header HTML of the page parameter:

    <script type="text/javascript">
    function passValues(ename, dname)
    {
     $x('P3_EMPNAME').value = ename;
     $x('P3_DEPARTMENTNAME').value = dname;
    }
    </script>
    

    Note that I also added a dummy field at the end of the SQL report. This was done because the hidden field EMPID is added at the end of the last displayed field - in this case, the field departmentname and you want not included in the data transmitted to the substantive fields. The model line, however, does not include this column, this dummy field will not appear on the page.

    Andy

  • Change the line color of the standard SQL report

    Hello

    I'm trying to follow this post to change the color of a line in the APEX SQL report. Change the color of line - report SQL Oracle APEX

    It is a little outdated and trying to figure out how to get to this page: http://img7.imageshack.us/img7/4782/columntemplate.jpg 4.2 APEX where I can put under condition of background color.


    I use Theme 13 (inheritance) and make a copy of the report area. Published, but could not find an equivalent section of this screenshot of the apex 3.1.

    Any help appreciated.

    William Wallace says:

    I'm trying to follow this post to change the color of a line in the APEX SQL report. Change the color of line - report SQL Oracle APEX

    It is a little outdated and trying to figure out how to get to this page: http://img7.imageshack.us/img7/4782/columntemplate.jpg 4.2 APEX where I can put under condition of background color.

    I use the theme 13 (legacy)

    Ugh.

    and make a copy of the report area. Published, but could not find an equivalent section of this screenshot of the apex 3.1.

    This suggests that you look at the definition of region page, or even simply the definition of region model. What you need here is a copy of the report model.

    1. go in Home > Application Builder > Application > shared components > models.

    2. Select theme 13 theme filter, the Filter Type reports and click OK.

    3. create a copy of the Standard report model by using the icon copy in the list.

    4. Select the new report template and edit it as shown in the thread linked to above, paying special attention to the content of the second post. (It is of generic column template definition page that contains the section in the screenshot).

  • Need help with Javascript to get the value of standard report column

    Hi all

    Apex 3.1 version

    I have a query SQL (editable report) region where I need to do validations using a process of OnDemand and javascript. For this posting, I need to use the serial number and id of this same report line item. The function is called when the serial number is changed. I can get the serial number easily because it is a text field, however, the item id is a standard report column (which actually a text field or hidden gives me a checksum error, long story). How can I get the value of the standard report column to set the value of an element of the Application to use in my process of application as well as the serial number? Here is my code below.
    <script>
    
    function f_ValidateSerial(pThis)
    {
        
      // The row in the table
    
      var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
    
        //alert('Row is '+vRow);
    
    
      // Display the serial number
        //alert('The Serial Number is '+html_GetElement('f21_'+vRow).value);
    
      
     var get = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=ValidateSerial',0);
     get.add('F101_SERIAL_NUMBER',html_GetElement('f21_'+vRow).value);
     get.add('F101_INVENTORY_ITEM_ID',+html_GetElement(?????+vRow).value);   // Here's where I need to get the item id to set application item!!
     
     gReturn = get.get();
     
    if (gReturn)
        { 
          alert(gReturn);
        }
     
      if(gReturn)
        { 
          html_GetElement('f21_'+vRow).value = '';
        }
               
    }
    </script>

    Hello

    Ok

    Item ID is standard report column.
    If you enter this Expression HTML column

    #ITEM_ID#
    

    I guess that the substitution of column item Id is #ITEM_ID #.

    Now, you have hidden input form that is not submitted.
    Then in JavaScript

    get.add('F101_INVENTORY_ITEM_ID',+html_GetElement('item_id_'+Number(vRow)).value);
    

    Kind regards
    Jari

  • Background color of the current line in the interactive report

    Hello
    Sobebody could tell me if there is anyway simple changing of style in IR to set up the background color of the current line. In the Standard report, it is easy. Just click for the shared components > models > modify a report model
    and in the section line pointing out it is an attribute to change a color.

    Can someone tell me how to do in interactive report?

    I want to just split one row of the other using a line color.

    Thanks :)

    Published by: rafix 2009-11-23 09:42

    Cool. Where is my correct score then: P

    Mike

  • ACS standard reports: must see attrib [04] "NAS-IP-Address.

    Hello

    We have the following topology.

    NAS--> another RADIUS of the seller (proxy)--> ACS 4.0

    AUTH works very well, but we have problems with the standard reports offered by ACS.

    The past auth report that we must see the address IP SIN original, attrib [04]. The radius of third party (acting as agent) send the attrib as expected (we check using sniffer captures GBA).

    What selection need allows us to see this attrib on report?

    thnks

    Juan

    Ahhh. I see the problem.

    The report "past authenications" uses the internal dictionary ACS (who manages the two RADIUS & GANYMEDE +).

    When CSRadius writes a sound entry using the AAA client ip address (IE peer address) as the value for NAS IP rather than the actual NAS-IP-Address attribute.

    Years ago I coded this part and I don't remember why I chose to use peers instead of the nas IP address. I suspect its because in the network config, you add the address of peers (existantespourlesproduitsphytopharmaceuti) and not to the original device. If the the auths newspaper spent has peripheral origin ip would not match the network configuration.

    I think that this can be corrected, ACS has an attribute called "Source NAS" but which I think has been added, never used. The service of CSRadius could stuff the nas-ip-address there.

    But of course I do not work for Cisco more - so you don't have to ask them to make the change!

    Mounira

  • APEX 5 - bad position for standard report view break column

    Hello

    in the standard report, if I put in the set break-shaped section, the first column as a column break and style of "repetition position break."

    the first position 'closed' break is inserted after the headers, the following text is in the right place

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

    user: test

    PWD: test

    concerning

    JM

    jmniard wrote:

    in the standard report, if I put in the set break-shaped section, the first column as a column break and style of "repetition position break."

    the first position 'closed' break is inserted after the headers, the following text is in the right place

    It is a bug. For an explanation and workaround, see Re: first group header below displays under the column headers using the model 23 classic report with the help of repeat titles on break

  • Problem of standard report "Refresh"?

    Hello!

    I work with Application Express 5.0.1.00.06, universal theme.

    Created a project with a page that contains 16 standard reports (in different tabs), 3 Graphics (complex) etc...

    In a specific report, I have a large number of files so I need to paginate it.

    I have used almost every parameter unique different pagination but the result is the same. When I click on next page or at least different control pagination of the report DISAPPEARS COMPLETELY! only if I update (button refresh the browser) the entire page, it shows the good page on this report. It happens all the time, so I have to update whenever I change the page!

    PPR is enabled on the standard report, but here's all of the parameters:

    Page layout

    Number of lines Type: static value

    Number of lines: 25

    Appearance

    Model type: theme

    Model: Standard

    Model options: default

    CSS classes

    Display Null values as

    Paging

    Type: Search 1,2,3,4 (defined according to the pagination) engine

    Partial Page refresh: Yes

    Messages

    When no data: no data found

    When more data is found:

    Break the formatting

    Report sum Label

    Columns break: no pause

    Advanced

    Custom attributes

    Maximum number of rows

    Strip HTML: Yes

    Sort NULL values: last

    Section

    Field type: Custom

    Download

    Enabled CSV export: no

    Print

    Activated: no

    External treatment

    Activated: no

    I don't know if it's the complexity of the page that has that effect or a problem of Standard report, but it is very difficult for me to take the page to the cloud and have it checked...

    I must also say that the report itself used to "play well" in earlier versions of the page... If anyone has seen similar behavior I would be grateful if it could enlighten me

    Thank you!

    Menno Jipping wrote:

    It should work fine with the automatic line extraction. However it seems that the extraction of the line sets all the values of the elements.

    Make sure that the items on the page use "Column of the database" as source type and ' Always, replace the existing values.

    Nikolas Saridakis says:

    OK, if I understand correctly there is a problem with the values in session state, because I do not see the values that I use in my queries in session state (hidden or display items)...

    These elements are based on extraction of line that happens before the header once per visit to the page. Is it possible to extract these values after update or something like that or the only option is to write my own SQL (Select...... these elements) to run after update?

    ... Now I understand why this page used to play well, because I was using a Select... into...

    but because I have many elements of the page I turned on automatic extraction of line, but I can't trigger it after a refresh... or can I?

    The item retrieved by ARF process values are not saved in session state permanent during the page processing, only in the HTML elements in the rendered page.

    If the report depends on the values of session state, then they must be put in a PL/SQL process, until the area is displayed.

  • Double portion of standard report pagination

    Hello

    Is it possible to reproduce the part of the pagination of a standard report so that pagination links appear both up and down the list of results?
    I tried to copy the standard report template and put the #PAGINATION tag # in the section 'before lines", but this doesn't seem to work, the tag is not replaced and just like watch" #PAGINATION # "?

    Oh yes! APEX version is 3.2.1.


    All ideas are welcome!

    Matthias

    Matthias,

    Try this in your preceding article lines

    #TOP_PAGINATION #.

    Bob

  • Change the font size in the standard State

    Hi all

    Sometimes little things can be very tricky in the ApEx. I fought to change the font size in a report. I learned that I can achieve in column report edit and modify the HTML Expression, for example:

    & lt; span style = "do-family: Times New Roman;" font-size: 60% "& gt;" #EMPNAME # & lt; / span & gt;

    But one of my reports has more than 30 columns, it takes forever to change one by one, as you can imagine, also, I don't think it's a good way to do this. I guess I have to change my model. For example, I now use a standard report template 12 theme. I made a copy of the report template and rename it in smaller font Standard. I'm new to CSS, how do I change the template to the report apply to a class of pre-defined fonts?

    I created the demo on my workspace, please feel free to take a look at:

    http://Apex.Oracle.com/pls/OTN/f?p=4550:1:919023757986432

    workspace: CAN
    user name: demo
    password: demo

    Thank you very much for your time and your help.

    Pete

    Hello

    Add this to your page template or page header.

    
    

    If you just starting out with CSS, I suggest that you spend an hour or two going through this website [http://www.w3schools.com/Css/default.asp] he will teach you the basics of CSS and how to use it and make you save hours later.

    Kind regards

    Carl

    Kind regards
    Carl

  • Set the font size in the generation of explicit report using a model

    Does anyone know how to set the font size using the generation of explicit report with MS Word?  I have trouble getting my 11th column to fit the correct size with the imported data table.  The values end up being off the screen.  Any ideas?

    I suspect that the answer is somewhere within MS Word instead of LabVIEW.  However, I tried it figure out in both and had no luck.  In WORD, I updated all fonts size = 10.  However, the table is imported to the format = 12.  In addition, the table cells are the same size, regardless of the number of columns is imported.

    David

    Just for future visitors to this question are aware, it is a known problem with the generation of report express vi.  There is no solution at this time and the problem will be resolved in future versions of LabVIEW.

  • How can I create report Master Standard to the standards of the customer.

    HI gurus,
    We create reports somany. each time, to redraw the same work... My client has certain standards each report should even look like. I mean, Logo, name of the Client, bar color, the font size, Style, Format, back ground color etc...
    Is there a way we can create a report of master with my client of all standards. Then the developers no need to do the same work over and over again in each report.

    Please help me on this issue, it will help a lot of our time to developers.

    Thanks in advance for your help

    Access the results of a report. Just below the field "Compound Layout" is an icon that looks like a brush. Click it and you can import the formatting of another report. Therefore, create your standard model. In other reports, click the icon and import. It will save you time.

Maybe you are looking for