In the report header font substitution

I have a weird problem. I am trying to add a set of headers above the typical report column headers in a report. I inherited it from another developer long gone...

What they did was to build a div wrapped around a table to get the formatting they wanted, but the table cells have a try to substitute the body css tags...

I looked for a few hours today and has spent enough time trying to...

If all goes well, there's a css guru who can offer comments!

Running under Oracle 11 g, APEX 4.x

I posted an example of the code on the hosted site for oracle:

Workspace: homeworld
User name: demo
Password: demo

Application ID: 28970
Page: 2

Thank you

Tony Miller
Dallas, TX

Hello
This is the < strong > tag that caused the problem.

I removed this tag, and he began to accept the styling.

Kind regards
PS: Don't ask me why very disturbing, I don't know. 8 2

Published by: Dominique on May 31, 2012 10:43

Tags: Database

Similar Questions

  • TS2012 - SequentialModel customization to include the version of sequence and the path in the report header

    I was able to add a PreUUT reminder to a single sequence to allow me to understand the SequenceFile.Version and the SequenceFile.Path to the header of my report.




























































    The station ID: TESTENG6-DMA
    Serial number: NONE
    Date: Friday, October 17, 2014
    Time: 09:35:09
    Operator: pbrooks
    Run time: 14.0482135 seconds
    Number of results: 25
    The result of the object to measure: Past
    Reference number: 423 00079
    Name of the manufacturer: *******
    Reference of the manufacturer location: *******
    Test mode: Production
    Version of the sequence: 0.0.0.130
    Path of the sequence: C:\Sonus\UX\UX Common.seq

    The recall, I get the sequence using RunState.SequenceFile.AsPropertyObjectFile file reference.

    I don't want to add this reminder to each test sequence, so I want to change the sequence of SequentialModel PreUUT to add the SequenceFile.Version and the SequenceFile.Path to the report header instead.

    Should what technique I use to get a reference to the file of the sequence on the process model PreUUT running?

    Phillip,

    You can use RunState.ProcessModelClient to access the file from the client's sequence in the process template.

    I hope that helps!

  • Check box in the report header

    Hi all.
    I have a simple question, but couldn't find the answer myself.
    I need to create the check box in the report header and clicking on it to check all lines.
    Something like in this example ] of Denes Kubicek.
    And another question: How can I do this in interactive report?

    Thanks for your replies.

    Hello

    Go to the attributes of the report of the report and in the header field, add...

    
    

    Also, make sure THAT SQL the source in your area has a column of the box...

    select
    APEX_ITEM.CHECKBOX(1,COLUMN_HERE) "Check",
    .....
    

    I hope this helps.

    -Chris

  • The encapsulation of text in a classic report, bleeding in the next row with the report header template fixed.

    Hi all

    APEX 4.2.5

    XE 11.2

    Report Header fixed

    (25 and 26 theme)

    I have a classic report, and I use the fixed header template.

    If I set the width of a column unless the width of the text in the column, then the data encapsulates as it should, but instead to increase the height of the cell in the row to greet him, he bleeds into the rank and writes on the following lines.

    If I change the report to the standard model, it wraps correctly and increases the size of the cell to accommodate the text.  Not sure if it is a bug, or Im definition something wrong.

    If anyone can help to give advice on how to solve this Id be grateful.

    Ive set the maximum width of the CSS report report. and set the width of the column in the column report.

    I have reproduced it on APEX...

    workspace: VRS

    user: test/test

    Application: 291

    Page: 1

    Thank you very much

    Richard

    Richard Legge wrote:

    Hi all

    APEX 4.2.5

    XE 11.2

    Report Header fixed

    (25 and 26 theme)

    I have a classic report, and I use the fixed header template.

    If I set the width of a column unless the width of the text in the column, then the data encapsulates as it should, but instead to increase the height of the cell in the row to greet him, he bleeds into the rank and writes on the following lines.

    If I change the report to the standard model, it wraps correctly and increases the size of the cell to accommodate the text.  Not sure if it is a bug, or Im definition something wrong.

    This is because of rules CSS theme on cells and rows in the report fixed header table:

    {table.uReportFixedHeaders > tbody > tr}

    display: block;

    height: 28px;

    }

    {table.uReportFixedHeaders > tbody > tr > td}

    padding: 4px 8px;

    border-top: 1px solid #DDD;

    border-bottom: none;

    line-height: 20px;

    }

    I wouldn't really classify it as a bug, more as a hypothesis that the model would be used with data that will not be returned on multiple lines in a cell.

    It is easily fixed by substituting equal to line of table and the row height of the cells in the Inline CSS page, as indicated at page 586:

    {table.uReportFixedHeaders > tbody > tr}

    height: auto! important;

    }

    {table.uReportFixedHeaders > tbody > tr > td}

    line-height: inherit! important;

    }

  • ToolTip for the report header classic of report column using the PL/SQL function

    Good afternoon

    I need to add tooltips to my report header, when a user points to the topic title column I need to display the full title.

    Theme 101, Apex 4.2, Oracle 11g

    code below:

    {code}

    DECLARE

    CLOBL V_HEADINGS

    vusr VARCHAR2 (5);

    V_ERR_MSG VARCHAR2 (15);

    BEGIN

    SELECT SME_C

    IN vusr

    OF SME_LU

    WHERE SUPERIOR (SME_LU. SME_USERID) = v ('APP_USER');

    V_HEADINGS: = ' ';

    SELECT 'UTC' |': ' |' UIC' | ' :'|| SUBSTR (HEADING1, 1, INSTR(HEADING1,'-',1)-1) |': ' | TITLE2 |': ' |' TITRE3 |': ' | CHAPTER 4: ': ' | ... AT HEADING25

    IN V_HEADING

    OF FORCE_GEN_UNIT_REPORT_HEADINGS

    WHERE FORCE_GEN_SME_CREATOR_C = vusr;

    RETURN V_HEADINGS;

    EXCEPTION

    WHEN NO_DATA_FOUND THEN

    V_ERR_MSG: = ' ';

    END;

    {code}

    The header will display like this 4.1 4.0 MCT MCT...

    The substr () /instr () in the first section, that's what I want to display.  I looked at other messages and I am confused on how to do it.  Any help is greatly appreciated.

    Thank you

    Mary

    It's the great Mary.

    Please report the thread as "Correctly answered" so that others can benefit from this information.

    Thank you

    -Jorge

  • Change the column header font size

    Hi all

    In the view of the table, I am able to change the size of the font of a column, but this does not affect the column header.
    This translates into having the data in a single font size and position of the original size.
    I tried to update the class column header in view.css (analytics\res\s_oracle10\b_mozilla_4):
    . {ColumnHdg}
    color: #3c3c3c;
    border-style: solid;
    border-color: #c9cbd3;
    border-width: 0 1px 1px 0;
    background-color: #cfe0f1;
    do-size: 8pt;
    make-weight: bold;
    vertical-align: bottom;
    padding: 1px 2px 2px 3px;
    text-align: left;
    }
    but this does not at all affect the size of the text.

    NB: I refresh and clear the cache of the browser every time I make a change in the CSS file.

    One knows what the problem is. ??

    Concerning
    Adil

    Hello
    To change the column heading, go to the properties of column-> data format-> next to the column name, you can see change format-> give the font size of the column header.
    Is that what you want?

    Kind regards
    Srikanth

  • Change the report header using an expression

    Hi all

    I would like to know if we can change the header of report programmatically? Essentially, I would like to add a few lines in the header.

    I can think of two ways:

    1 ModifyReportHeader reminder - this is not really an option for me, that we must make the implementation during a custom step.

    2. replace the default reportgen_txt.seq and reportgen_html.seq value and change them if necessary - this one looks a little ugly to me.

    Any other ideas?

    Thank you and best regards,

    aCe

    Hi aCe,.

    How you progress with this?

    You can find these useful document:

    Modify the HTML report headers to include custom information in TestStand

    Generation of reports explained

    Lewis

  • How change the style header font in Spark DataGrid?

    I'm looking for the week last for a way to change the font style of the header in a DataGrid of Spark control. It make me crazy that I can't find a way to do this. Have anyone a idea how? Any help is appreciated.

    Thank you

    -Artur

    Hello

    Some styles will not work because some styles of hardcoded in Label text of the DefaultGridHeaderRenderer. You will encounter this problem not only with the DataGrid headers, but also things like title of the Panel and other places where we have the text. To work around this problem is to create your own custom its based on the default and then redefine the part of skin its in the skin.

    First, create a subclass of the DefaultGridHeaderRenderer and twist the "labelDisplay" to your liking (or even just out of all styles and style on your own that you were previously using the name of your custom header rendering engine). Example below (I named it "CustomHeaderRenderer"):

    
    
    
        
    
            
            
        
    
    
    

    Next, create a simple skin of DataGrid by creating a subclass of the spark.skins.spark.DataGridSkin in MXML and setting a new component its in the fx:Declarations section. Example below (I named it "CustomDataGridSkin"):

    
    
    
        
    
            
            
                
            
    
        
    
    
    

    Finally, assign your new skin as the skinClass of your DataGrid (be it in MXML or as a style):

    
        ....
    

    I know it's not pretty, but it is the result of trading off between having fully customized skinning vs having buttons to set all styles. I hope this helps.

    -Kevin

  • not able to view the report header on each page of the rtf report

    Hi all

    I used <? Start: body? > and <? : slim body? > in rtf to repeat the value of the region as a header on each page. The region is displayed when there is a change in the region, it does not display on each page in the pdf output. Any suggestion. I can send the rtf

    Sushil

    If you want to repeat the value of the region on each page, you must make sure that the region field is placed above the tag. In addition, you must use @section for the code group. I responded to your email as well. Take a look at the model that I sent to see if the output is acceptable.

    Thank you

    Bipuser

  • Update ATML report header with the data collected during the execution of the test?

    I need to add data obtained during the tests to the report header (ATML TR5/6_Horizontal.xsl). I tried to implement all update features I've seen here, nothing done. I can get some added things if I do during the PreUUT, but I do not have these data. Does not work try the same commands (use the Parameters.UUT.AdditionalData container). I have not been able to get either the recall of ModifyReportHeader to do. Help and I saw others examples of support seem to be about half of what I need to this implementation. Any help is appreciated.

    -Randy

    Hello

    ModifyReportHeader would be the first thing I would try - what kind of problems did you have when you tried this?

    Have you read through the following knowledge base?  How to change a report XML TestStand header

    Kind regards

  • Display the font vs. font substitution original document

    Everything was very good. Then a pop-up Adobe came one day and asked me to set up preferences and I clicked on a bunch of stuff. Now the font that appears on the screen is something other than the font used in the original document, and it is a boring font I can't cope.

    Adobe Acrobat Reader DC made this substitution of fonts even across all documents, regardless of the original font. And it drives me crazy!

    How to change this back to the display of the fonts exactly as in the document itself?

    Thank you very much!

    OK I actually found my answer just after I posted this.

    In Adobe Acrobat Reader DC under change, click Preferences.

    Under rendering: smooth text, select monitor.

    This corrects the problem of font substitution.

    Phew! I hope this helps someone!

  • date picker, hidden behind the interactive report header

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Thank you!

    Dan

    Hi DanGillis,

    DanGillis wrote:

    We are experiencing a problem where, when displaying, a date picker is hidden behind the fixed headers for an interactive report. During the initial inspection, it seems apparent to the z index of the interactive compared to the report header date picker...  Has anyone else seen elsewhere?

    Yes. There is a bug in 5 APEX.

    Modify your interactive report-> report attributes-> position-> value 'None '.

    Reference: Datepicker dates behind the report header when you try to pick a date

    Kind regards

    Kiran

  • To show multiple values in the report?

    Hi all

    I have to show the value of prompt in demand from a prompt of dashboard.

    If the type drop-down list command prompt, a single value, I can use variable presentation.

    But I have a problem when multiple selection prompt property...

    How to display selected prompt in the report header values?

    Thank you

    Impossible to display the different values in a report header, but here is a workaround to display the selected values.

    (1) create a report smaill with just a single column, the column that is used in the multiple selection prompt.

    (2) put a filter on this "is invited" to receive the values selected from the prompt.

    (3) to customize the header and enter, "selected to request values.

    (4) place this report on the regular report.

    Now, when the user selects values, the list of values will appear at the top of your report.

  • Displays the name of the report in the view 'no result '.

    Hi guys,.

    It's 10.1.3.4.1

    In the * 'No result' view *: is it possible to retrieve and display the name of responses dynamically?

    I found two sons:

    Do not change the default value, no results text
    http://forums.Oracle.com/forums/thread.jspa?MessageID=8312398 & #8312398

    Show the title of the report (header) when no results
    http://forums.Oracle.com/forums/thread.jspa?MessageID=4575238 & #4575238

    but these solutions require customization on a per report basis, and the name of the application must be hardcoded.


    Ideally, I would like to have something like:

    ' Not found for report < script type = "text/javascript" > print report.name < /script > '

    I can actually put in the noresults.xml file, which would affect all applications that include the display 'no result '. Replace the section of scorecard or hard code them the name of the application in the results not seen is not easy to manage.

    Any ideas or recommendations?

    Thank you, best regards.
    Alex. -.

    Hi Alex,

    Ideally, I would like to have something like:

    ' Not found for report '

    First thing is seen results no. He's not accepting the "HTML/JavaScript", so we cannot reach the above syntax

    Second... There is no option available in results view dynamic name no.

    You can do this for the title, but as you say manual labor he's be there

    Thank you
    Angelique Varanasi

  • How to reduce the width of the report?

    Hi all

    I need to change the width of my changing region code 'report' without models. The present report displays full page with width. I want to reduce the width to my default size.

    Can anyone suggest it please how do I do this?

    Thanks in advance.

    Kind regards
    Hari

    Hello

    If you do not want to set your model (you can create a new template based on your existing and adjust if you want to?), you need to encapsulate the report in a div that has a fixed width.

    This can be done by adding the following in the report header of the report parameter:

    <div style="width:500px">
    

    and the definition of the following in the status report footer:

    </div>
    

    The browser will attempt to limit the TABLE of the report tag in this width, but you may need to allow only the report is too large to do this (this will be the case where there are long words that cannot be coiled on a new line). In these cases, you will need to allow for the scroll - so change the header region setting to:

    <div style="width:500px;overflow-X:auto">
    

    Andy

Maybe you are looking for