With the help of fo:page - instruction in such number?

To Preface my question, I try to get another heading (none in fact) on the first page of a template as the rest of the pages with RTF output.

As others have noted, the "Another header on first Page" feature of the Word works very well for the PDF output, but not for the RTF.

What I was hoping I could do is just add a simple conditional statement the header text so that the header will be printed only if the value of fo:page - number is greater than 1. I tried to do several things such as:

<? If: fo:page - number = 1? > header <? end if? >
<? If:? fo:page - number? > = 1? > header <? end if? >

And nothing seems to work. I'm pretty ignorant when it comes to the substance of xsl fo, so I was hoping that my problem is just something with the syntax. I have, however, read a few things that may indicate such things does simply not work.

Any help would be greatly appreciated.

Hi TNE

The Page number is calculated at the end of the treatment cycle and is not available at the time where your statement is processed. Therefore, it will not work like that.

To put a more simple way, unless the publication engine treats all the logical instructions, he won't know how many pages long the output will be, so after all the processing is done, then only the page numbers are assigned.

-Karine

Tags: Business Intelligence

Similar Questions

  • ow change titles &amp; dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    How to change titles & dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    With the help of Mac 'Pages '.

    A typing mistake?

    If it is and you mean Photos Date of Mac are modified by selecting the photos using the Image menu == > adjust the time and date of order and changes made to the metadata such as keywords, location, etc. are made by selecting the photos and find the info and registering metadata in the Info window

    These are detailed in the help topics of pictures - a good place to look for help on the Photos

    View and add information about the photos

    You can view and add information about your photos. For example, you can see the date and time a photo was taken, the information about the camera that took the photo and badges that indicate the status of the photo. You can assign titles and captions to photos, add or change the location of the photos and change the date and time for them information. You can select multiple photos in an instant and add or change information about them all at once.

    Open pictures for me

    View and add information about the photos

    To view or change information for the photos, you select one or more photos, and then open the information window.

    • Open the Info window: Double-click a photo to view it, and then click the Info button in the toolbar or press on command I.
    • Add or change information: Change the following.
      • Title: Enter a name in the title field.
      • Description: In the Description field, type a caption.
      • Favorite: Click the Favorites button to mark the photo as a favorite. Click the button again to deselect.
      • Keywords: Enter the keywords in the keywords field. When you type, Photos suggest keywords that you have used before. Press enter when you have finished a keyword. To remove a keyword, select it and press DELETE.
      • Faces: Click on and type a name to identify a face. Click on several times, and then drag the identifier of the face different faces to identify many faces in a photo.
      • Location: Enter a location in the location field. When you type, Photos suggest places you can choose. To change a location, you can search a different location or change the location by dragging a PIN on the map. To remove location information, delete it or choose Image > location, then choose Remove location or back to the original location. You cannot assign a location if your computer is not connected to the Internet.

    Show titles, other metadata and badges

    Change the date and time of photo

    You can change the date and time associated with a picture. You can do this if you are traveling to a location in another time zone, and your camera affect your dates photos and periods that are correct for your House, but not the place you visited.

    1. Select the photos you want to edit.
    2. Choose Image > adjust Date and time.
    3. Enter the date and time you want in the modified field.
    4. Click a time zone on the map, if necessary.
    5. Click on adjust.
  • With the help of Master pages and blocks of text

    Hello

    I created a text frame on a master page and you have specified a style

    Can I add my custom text on the text block by pressing ctrl + Maj + text block.

    If I change the style, it applies to all pages.  But if I move or resize the text block on the page master it does not apply to all pages because it has become its own layer on this page.

    What do you do before you can change the text block and the master page and still be able to add your own content in pages that depend on the master page.

    Thanks a lot for your help

    Why do you need to replace the title of the page?

    Use either a text variable, a section marker or create another master page based on this master page with a different text in the placeholder. Only the content will appear on the pages, everything else, like running headers or page numbers or artifacts have a place on the master page without replacing them.

    When you later create accessible PDF or EPUB this difference is important. You can read high voice content in Acrobat for accessibility, that text on the page, not the master is used for this, and when you export an EPUB page only elements, not the master are included as it should.

    If you need text to expand, when something changes, create your page with margins and borders that will help to make changes later.

  • With the help of a page instead of on open print

    In my code below, I use a print to insert the date and time. On the machine that we should print this on event printing does not work. Peut

    I use some type of on event open pdf to insert the date and time, it will appear when the pdf file is printed?

    app.addSubMenu ({cName: "Footer", cUser: "Set Date of manufacture", cParent: "file", Nonprofits: 20});

    app.addMenuItem ({cName: "Set Date of manufacture (Filename) ', cParent: 'Footer', cExec:" SetFooter (1) "" ""});

    app.addMenuItem ({cName: "-", cParent: "Footer", cExec: "{}"});

    app.addMenuItem ({cName: "remove Date time (Filename) ', cParent: 'Footer', cExec:" RemoveFooter (1) "" ""});

    function SetFooter (ARG)

    {

    var inches = 72;
    var p = this.pageNum;

    If (ARG == 1) {}
    aRect var = this.getPageBox ({nPage: p});
    aRect [0] += 6.20 * inch; from the left edge
    aRect [2] = aRect [0] + 1.5 * inch; from the upper left corner of the page.
    aRect [1]-= 7.08 * inch; top edge of the paper
    aRect [3] = aRect [1] - 18; and height 24 points


    var fd = this.addField ("date", "text", p, aRect);
    fd.textFont = fonts. HelvB;
    fd.textSize = 10;

    }

    var myWillPrintScript = ' var fd = this.getField ("date"); \r'
    + ' fd.hidden = false; \r'
    + ' var d = new Date(); \r'
    + ' fd.value = (util.printd ("mmmm yyyy", d)); \r'

    var myDidPrintScript = ' var fd = this.getField ("date"); \r'
    + "fd.value =" ";" \r'
    + ' fd.hidden = false; \r'

    Now define scripts to run on the will / did print events.
    this.setAction ("WillPrint", myWillPrintScript);
    this.setAction ("DidPrint", myDidPrintScript);


    }


    function RemoveFooter (ARG)
    {

    If (ARG == 1 |) ARG == 3) {var x = this.removeField (' date') ;}

    If (ARG == 2 |) ARG == 3) {for (var p = 0; p < this.numPages; p ++)}

    {

    var x = this.removeField (String ("xftPage" + p + 1)); }

    } }

    You can use the event DocOpen.

  • With the help of a page and write to two tables?

    Request Express 3.1.0.00.32


    I have 2 pages each point at their own separate table. All things considered, the two pages can be combined into a single, but the structure of the table must remain intact.

    I copied the region of page 2 on page 1, them flowing properly so that the user does not have a problem, enter the information in the form.

    However I'm unable to have the information entered to engage in two different tables.

    All the information in table 1 (page 1) will save however will not be the information in the region on the page 2 (table 2). I've referenced the source as the page element (P3_EMP_ID), as well as the name of table.column and have had no luck.

    Is this possible and how?

    Hi Leland,

    You should look into the clause of the insert statement VOTE: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9014.htm#i2171131

    Or, on a line of the XXX process on a form, you also have a key to return to the setting of the article - if you have this process, you can enter P23_PK_PROJ_MASTER_ID
    in there.

    Andy

  • With the help of Windows to the top. -J' changed my settings on the page to backup several times, and now when I try to back up my computer it keeps default.

    TODAY, I CHANGED MY SETTINGS ON THE BACKUP OF THE PAGE WITH THE HELP OF WINDOWS BACK UP TO SEVERAL TIMES AND NOW WHEN I TRY TO BACK UP MY COMPUTER AGAIN, HE GUARD DEFAULT.
    I HAVE WINDOWS VISTA PREMIUM 64 BIT.
    I WOULD APPRECIATE YOUR RESPONSE

    Hello

    1. do you receive any error messages?
    2. what exactly happens when you try to backup data?
    3 have. what settings you changed?

    Please answer these questions. This will help us assist you better.

    Try to perform the clean boot.

    Refer; http://support.Microsoft.com/kb/929135

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    I have customized a widget and want to reuse on another page. How save, copy or reproduce them? With the help of the iMac and Muse 2015

    You can just copy/paste the enchilada itself on another page, pretty easy!

    If you want to reuse more often, you can open the library or libraries CC , to store and later hanging out once again. Note: for the creation of an article in the 'old' library, you must select the element on the page and click on the new icon in the " library " window To create an element of CC libraries , you can simply drag something in and out of the window libraries CC .

  • Is it possible to delete a plot with the help of the mouse select the chart control?

    For example, when I use the plot to draw thousands of lines on the chart control, I want to delete some of them, but there are thousands of generated plotHandle.

    How can I get the plotHandle of the specific line on the chart control with the help of the mouse to select the option?

    If I save the information from the lines, such as the plotHandle and the coordinates on a table or list, etc, I compare information lines for the plotHandle of the specific line.
    Is it all a user-friendly way to remove a track selection on the chart control?

    I can't give you a reasonable way to solve this problem, since as you have already noted plot do not snappable plots.

    A possible warkaround would be to replace the plot of individual instructions with a PlotXY matching with 2 bays 2 points each, which correspond to the x 1, x 2, y1, y2 parameters to plot. PlotXY plots are snappable, so you can enable this procedure select the plot and remove it.

  • With the help of HP printers in Windows 8

    Windows 8 is the latest operating system produced by Microsoft, Inc.  There are a few differences in the way that you access functions such as printing and scanning from older versions of Windows operating systems.

    Whenever you install a printer in Windows 8, there are a few options to do: complete features in OS driver or driver from Windows Update.  There are similarities between the various drivers, but not everything works the same.

    However, HP has released a document with detailed instructions on the use of HP printers in Windows 8. The document can be found below:

    With the help of HP printers in Windows 8

    Good impression!

    Hope this helps everyone!

  • OEBS 12.1.3 purchase request for approval Notification - SOUL with the help of approvals.

    1. We discovered that the version of the SOUL of this notification is generated via a framework of OA.
    2. We have a requirement for the company to add details of the additional topics to the part of the notification.  These fields are not standard for objects of view OA executives Business so an extension of necessary view.
    3. With the help of this and other sites, I was able to extend the view object in the favorite jDeveloper IDE and transfer it to my development OEBS instance.
    4. I see my view extended on the OFA Page, when you look at the content of 'About' from the page.

    My problem is when I try to 'Customize' and add a column of extended view, errors Page OAF that I am trying to come back since the customization session.

    I joined "Personalization_Error_when_adding_new_column_from_OA_Extended_view_object.docx" detailing what I try to run.

    Support of Oracle said that extension of the view OFA is considered a "customization" and that he does not want to help.

    Can anyone advise on what I should look at to solve this error?

    Any feedback/assistance would be greatly appreciated.

    Best regards

    Rich

    The View attribute is referred to as "LAST_UPDATE_DATE". If this is what we call in the SQL query, the attribute of the view object might be different like "LastUpdateDate". Please check back in the XXVO.xml.

    If that has not solved the problem, its running diagnostics by activating the option FND:Diagnostics profile. Then you will get the link 'click here' link on the error page to get the error stack. You can stick the stack of error here.

    Thank you

  • With the help of JavaScript condition in the dynamic action of JQuery selector

    Hi guys,.

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Any advice would be appreciated.

    Chris

    Cashy wrote:

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Simple solution is to hide the region containing the element of text by default, using the style = "" view: no ' in the property of the attributes of the area in the region. " It will be always hidden when the page initially, but its visibility will be controlled by the DA subsequently.

  • With the help of Windown 10, not all pdf documents launch Adobe Reader DC.  As a result, I have not all normally available printing options.  How can I get Reader to open the default player.  I need to clear, step by step direcitons, please.  Thank you

    With the help of Windows 10, not all pdf documents launch Adobe Reader DC.  As a result, I have not all normally available printing options.  How can I get Reader to open the default player.  I need to clear, step-by-step instructions, please.  Thank you

    Hello

    Please visit the following link to set the reader as default PDF reader.

    Restoration of Adobe Acrobat Reader in the default PDF Viewer

    Concerning

    Sukrit diallo

  • Upgrade to LR5.7 and PS Elements 13.  With the help of an SSD that is more complete! Can I remove older versions of these programs without affecting the functionality of the new programs?

    Upgrade to LR5.7 and PS Elements 13.  With the help of a Solid State Drive, which is more complete! Can I remove older versions of these programs without affecting the functionality of the new programs?

    Yes, there is no need to keep older versions of the software on the SSD (or your computer).

    In addition, you mentioned but if the photos are on the SSD, you must move them off the SSD for a typical hard drive, by following these instructions: Adobe Lightroom - find folders and files moved or missing

  • Need the pdf file must be stored directly in the database with the help of jasper

    I use the package of integration of jasper... www.opal-consulting.de
    using apex 4 and am now able to generate the invoice pdf... with the help of jasper and store it in a database... Board.

    I need to generate the pdf in the background... without dispalying invoice in my screen...
    Without having to download on my computer... And store directly in the database table.
    *.. *

    Is this possible...
    All information is very appreicated.


    Here is my part existing code... Kindly Guide.


    DECLARE
    l_blob BLOB;
    l_mime_type VARCHAR2 (100);
    BLOB l_blob2;
    l_mime_type2 VARCHAR2 (100);
    MPort varchar2 (200);
    mrserver varchar2 (20);
    BEGIN
    Warn('fsubdno'||:P103_SUBSCRIBERDNO);
    commit;
    mrserver: = rserver();
    MPort: = ' http://'|| mrserver | ' / JasperReportsIntegration/report ';


    ------------------------------------------------------------------------
    -generate the report and return to BLOB
    ------------------------------------------------------------------------
    xlib_jasperreports.set_report_url (mport);
    Warn ('firststrikeeee');

    xlib_jasperreports.get_report
    (p_rep_name = > 'reinvx',)
    p_rep_format = > "pdf."
    p_data_source = > 'failures. "
    p_rep_locale = > 'de_DE ',.
    p_rep_encoding = > 'UTF - 8',
    p_additional_params = > ' & Psubscribe_no ='. : P103_SUBSCRIBER_NO | ' & Psubscribed_no ='. : P103_SUBSCRIBERDNO,.
    p_out_blob = > l_blob,
    p_out_mime_type = > l_mime_type
    );
    WPG_DOCLOAD.download_file (l_blob);
    Warn ('secondstrikeee');

    WPG_DOCLOAD.download_file (l_blob);
    BLOB_LOADB (MID (),: P103_SUBSCRIBER_NO, NULL, 'RENEWAL_INVOICE', 'RENEWALINV' |: P103_SUBSCRIBER_NO, L_MIME_TYPE, L_BLOB);
    ------------------------------------------------------------------------
    -free resources
    ------------------------------------------------------------------------
    DBMS_LOB.freeTemporary (l_blob);
    ------------------------------------------------------------------------
    -judgment of the APEX page
    ------------------------------------------------------------------------
    apex_application.g_unrecoverable_error: = TRUE;
    EXCEPTION
    WHILE OTHERS
    THEN
    xlog (SQLERRM, "PRC_GET_REPORT_TUNNEL", "ERROR");
    LIFT;
    END;

    Published by: susf on 16 July 2012 08:47

    Hello

    try to do a procedure from your original like this code:

    procedure make_pdf(p_subscriber_no in number, p_subscriberdno in number)
    is
       l_blob blob;
       l_mime_type varchar2 (100);
       l_blob2 blob;
       l_mime_type2 varchar2 (100);
       mport varchar2(200);
       mrserver varchar2(20);
    begin
       warn('fsubdno'||p_subscriberdno);
       commit;
       mrserver := rserver();
       mport := 'http://'||mrserver||'/jasperreportsintegration/report';
       -- generate the report and return in blob
       xlib_jasperreports.set_report_url (mport);
       warn('firststrikeeee');
    
       xlib_jasperreports.get_report
          (p_rep_name => 'reinvx',
          p_rep_format => 'pdf',
          p_data_source => 'chess',
          p_rep_locale => 'de_de',
          p_rep_encoding => 'utf-8',
          p_additional_params => '&Psubscribe_no='||p_subscriber_no||'&Psubscribed_no='||p_subscriberdno,
          p_out_blob => l_blob,
          p_out_mime_type => l_mime_type
          );
       blob_loadb (mid(),p_subscriber_no,null,'renewal_invoice','renewalinv'||p_subscriber_no,l_mime_type,l_blob);
       -- release resources
       dbms_lob.freetemporary (l_blob);
    exception
       when others
       then
          xlog ('prc_get_report_tunnel', sqlerrm, 'error');
          raise;
    end;
    

    Then, you can call this procedure in a database job that you create with an apex as this process:

    begin
      dbms_scheduler.create_job (
        job_name        => 'make_pdf_job',
        job_type        => 'PLSQL_BLOCK',
        job_action      => 'begin make_pdf(' || :P103_SUBSCRIBER_NO || ',' || :P103_SUBSCRIBERDNO|| ') end;',
        start_date      => systimestamp,
        repeat_interval => null,
        end_date        => null,
        enabled         => true,
        comments        => 'Make pdf job from Apex page 103.');
    end;
    

    Kind regards
    Erik-jan

  • With the help of measures advances/variables to display a summary list

    I use Captivate 5 to develop a tool that guides people through an application process and indicates the probability of this request is successful or not.

    What I would like is to have a legend at the end that displays a summary list of the reasons for which the application could be delayed or declined.

    For example, one of the questions may be: have you ever traveled abroad?  The user then selects Yes or no.

    On the last slide, he needs to post a topic (for example, your application is likely to be delayed for the following reasons) and any other reasons that are taken into account that the user is working on throughout the process.

    At present, there are 13 questions, so 13 reasons possible.

    Is it possible to use variables and advanced actions to get these to display in a list?

    I assigned to a variable for each response and action that adds 1 to the variable, if the answer is chosen.  I thought then to add another variable, called reasons which would then post the grounds with the help of a tip action (eg. If variable = 1 to allocate patterns with a variable containing the text of the summary).

    It does not, because it will only display the last answer that triggered an action, not a list.

    I've also thought about using actions to show/hide captions, but I think that will make gaps appear in the list if some of the reasons do not appear.

    Someone at - it other suggestions that might work?

    Thanks in advance for any help you can give me.

    The possibility to display all variables in a text caption and to see if they had a value of 1, didn't work...

    Now, I think the only option is to display all the legends, an action to show or hide the options that don't apply, based on the responses throughout the questionnaire.  Variables and advanced actions do not seem to be able to be used in the way that I was hoping - in other words, the variables are displayed only if certain options are selected (as a summary on a web form page).

Maybe you are looking for

  • Firefox on this machine will take me only not Gmail - trys to force registration

    This is a windows machine 8. I can still access my gmail using Explorer, but when I try in Firefox I am intercepted and taken to a gmail registration screen. It offers no options,

  • All USB 2.0 ports had ceased to work on the Satellite P750-135

    All USB 2.0 ports had stopped working on my Toshiba Satellite P750-135 Bought this laptop about half a year ago has been mostly reliable, but a couple of days ago two of my USB ports stopped working and now the third.Just the USB 3.0 port works. Not

  • all printers dashed after systemupdate

    After a recent update 10.11.2 all my printers have been removed. I contacted support and they said that they had removed all printers which are no longer supported. I checked with brother, but they offer only support for OSX 10.10 so far. Is there a

  • Unable to connect to internet on my windows xp service pack 3

    I went to my programs installed and removed a lot of things. It turns out that I also deleted the ethernet adapter software and now I can't connect to the internet. I have run the command prompt and reset the ip address, because the Messenger told me

  • E280 is dead!

    Hi just post a few problems with my Sansa e280 8 gb. Worked fine in the morning, but when I turned on the afternoon that it froze right after playing a song and be reset. Played a video, it was very good, I went back to the music and froze again. Cam