How to force a page break if report is only one page long

Hi all.
I've been asked to ensure an XMLP report is always 2 pages long, even if the data fits on one page. Does anyone know if it is possible with the Word Add-in to check if a report is only 1 page long and get it to force a page break for the extra page?
Thanks for your time,
Joy

Hello Joy,
We are working on a bi report that has duplex printing and facing the issue in skipping an extra page when printing multiple people at the same time.
Please let us know did you already have a solution for this.
Thanks in advance for your time and solution.
Best Regards,
Vinodh

Similar Messages

  • When I open Firefox another tabed wed site opens aswell, I don't want it to how do I stop this from happening? So only one tabed home page opens?

    when I open Firefox another tabbed wed site opens as well, I don't want it to how do I stop this from happening? So only one tabbed home page opens
    == I bookmarked a sight

    I'm sorry I've never done that before - just tell me how to reach about:config!
    Karen

  • How do I get The ipad locked to run only one application for customers (perhaps a webapp)

    how do I get The ipad locked to run only one application for customers (just one web app, or video- instructions, or just safari). What I really want is that my customers to only use one app that has all my services. It is an interactive app so I would not like them to go surfing elsewhere while they are in my store.
    Is it possible to do this on the iPad ?

    Try this:
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    checkbox - clusters_MOD.vi ‏23 KB

  • How to use Mac Mini Server as NAT with only one port??

    How to use Mac Mini Server as NAT with only one ethernet port??

    But why did apple sell me this server that does NAT with one port? I don't get it.

  • How to query on a single row form using only one page

    Hi APEX experts, I am just a beginner in apex and I face several problems on development. Despite that the forum helps me a lot and your answers to other people are valuable , I have stacked into something. Could you please someone tell me : if there is a way to define a single row form page based on table in which I could query and update without using a tabular page (to call the single row form). I want only to use only one page. Does APEX has this functionality? Thank you very much?

    I haven't tried it, but I am going to guess that yes it's possible (or if I were going to do this, this is what I'd try and I suspect it will work).
    If you take a moment and step back and look at what the wizard does when building a "form on a table with report", all it does is build two pages with page 1 (report overview with drill-down Edit button or link usually) calling page 2 (form) and setting the PK field on the page 2 form with an automated row fetch process and built-in DML processes. It's not that hard.
    Page 2 really doesn't care what the calling page was in order to query a single row; it just cares that ANY caller sets the primary key value for the ARF process to fetch a row. So I would just make page 2 call itself. This is what I'd do (and you might have to fine-tune little things that I might not have forseen but I think this will work).
    For the sake of example, let's say our table is PARTS and in it is a PART_ID, PART_NUMBER, PART_DESCRIPTION, PART_COST, etc. Assume PART_ID is the primary key and sequentially assigned by the DB in a trigger and is functionally meaningless to the user and is for PK purposes only. Let's assume PART_NUMBER is a unique key (although not the PK) by which the user will "know" a unique row (since the PK of PART_ID is more internal and not meaningful to the user). Assume PART_DESCRIPTION, PART_COST, etc. are just attributes.
    1. Use the wizard and build a "form on a table with report". This is just to get the handy dandy ARF process and DML processes, validations, etc. all generated for you. Let's assume the report page is Page 1 and the form is Page 2.
    2. When done, delete the report page entirely (so delete page 1).
    3. Edit the form page (page 2) and change any branch references from the nonexistent page 1 to now be page 2.
    Now here's the part where something has to set the internal P2_PART_ID field when page 2 is run. So why not set it from itself from something the user will uniquely enter?
    4. Create a P2_PART_NUMBER_FETCH item (text item is fine or if you want a LOV or whatever that's good too....whatever works. For clarity, you might even want to create a separate "search" or "query" region separate and above your existing form region to set this field apart visually so users know it's a search field. Source for this field should be "only when current value in session state is null".
    5. Created some sort of "GO" button to go along with the P2_PART_NUMBER_FETCH field.
    6. Make sure none of your existing post-submit processes fire when GO is pressed (edit all of the computations and validations and processes and ensure that they have conditions such that they do not fire when the submit value is "GO", so like a PL/SQL expression and set to v('REQUEST')<> 'GO').
    7. Add a new validation to your page that only fires when GO is pressed. Have it validate only when GO is pressed. Have it validate that P2_PART_NUMBER_FETCH is not null.
    8. Add a new PL/SQL process to your post-submit processing that only fires when GO is pressed. Have it look up to the database based on P2_PART_NUMBER_FETCH and get the PART_ID that corresponds to the part number the user entered and set the part number, something like this (even better for style and reusability if you embed this in a DB package function and call it):
    SELECT part_id
    INTO :P2_PART_ID
    FROM PARTS
    WHERE PART_NUMBER = :P2_PART_NUMBER_FETCH;
    9. Not sure if the branches that were generated will suffice for this (might need to add a new one...review what you have and see) but the bottom line is that the page should branch to itself (page 2) and not clear the cache.
    10. When the page repaints, since :P2_PART_ID is now populated in session state (again, page 2 should not care how it got populated...only should care that it did get populated by anything (including itself)), the automated row fetch (ARF) should fire and query up the row from the database for editing.

  • How to force the "Bluetooth Communicat​ions Port" to be one of COM1 to COM8 ports?

    Dear Lenovo Community, Happy Holidays to you all and wish you a great happy new year. Recently purchased a Bluetooth OBDII device and have difficulty making it to work with its provided software on my T61 (running original XP Home). My short story and question/problem is that I can open "My Bluetooth Places" and pair with the OBDII device as an "OBDII SPP Dev", but my T61 assigns serial port COM19 to it. The OBDII software which came with the device only can let user set to one of the COM1 to COM8 ports and in the properties of Bluetooth pairing, there is no way that I can select which COM port to use. I looked at the Device Manager and I do see these COM port assignments: COM4,5,6,7: Sierra Wireless (the HSDA modem in the laptop which I have never used BTW) COM 9,10,11,12,13,14,15,16,17: Bluetooth Serial Port COM 18, 19: Bluetooth Communications Port and I don't see anything for COM1,2,3, and 8 My question is how to force the computer/OS to assign one of the COM1 to COM8 ports to my device upon pairing? Can I disable the Sierra Wireless model from the COM ports list and hope this will happen? Thanks for your help and inputs beforehand. Regards, AL

    Hi, AL_K
    Have you attempted to change the port number in device manager itself? If you navigate to Device Manager and open the list of Ports, you can right-click on the device you wish to assign a different port number. After right-clicking, click Properties. There should be a tab called Port Settings. In here, you should find a setting to manually assign a port number.
    Good luck, and let me know how it goes,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • How to make the page longer

    I'm having an issue fitting everything I need into the space provided by the program. Is there any way to make the page longer in order to fit everything I need into it? Thank you in advance.

    Taffypro wrote:
    What is the best width setting so that my website appears to take up the full screen
    Gary ~ Apple's own design award-winning site at apple.com mostly has a width of *980 pixels*. Apple's developer guidelines for the iPhone/iPod touch say: "Safari on iPhone also sets the viewport width to *980 pixels*, the width of most webpages." And: "...if your webpage is less than *980 pixels* wide causing it to scale too small on iPhone..."

  • Pass value of column when report has only one row

    Hello everyone,
    Sorry for not being very accurate with the title of the thread.Here's my situation:
    I have an item that, when modified(key pressed) refreshes an interactive report. All the report column have link to a javascript function, so when the user clicks the row it passes a value to another item on the page.
    To be more specific it goes like this: the user enters a numer in the item, and as he presses a key the report is shrinked down based on the number that it's made.(asynchronous search like google)
    Here's my problem:
    I have made all this working(using dynamic actions and a little javascript), but, for the sake of making it user-friendly i want that when the report is shrunk to only one line, the value of a column in that line to be auto-passed to a page item.(or a javascript function)
    Thanks a lot!
    Kind Regards,
    Cearnau Dan
    PS: APEX 4

    I am currently work on something similar, sort of, unless it's not.
    Anyway, the first function called by the action, onChange in my case, returns a count of items. If there is an exact match, meaning a one is returned, the function branches one way. Otherwise, it branches another way.
    In the case of an exact match, I run some other JS/AJAX to populate other details on the line. If not an exact match, in my case, I show a <div id="searchCriteria"> for the user to refine their search or accept what they typed in the first box and get a list of all possible matches. Obviously yours would behave differently.
    Hope this helps,
    Gregory

  • Can I use Prime to create a WLAN report for only one controller?

    I have multiple controllers all configured with the same WLAN/SSID, like most people probably do. 
    I am trying to get a report on one WLAN/SSID from only one controller.  I don't want a report for the WLAN/SSID that contains information from all controllers - just one controller.
    Has anyone ever figured out how to do that?  Am I missing something?

    We're close to that, anyway.  I have a guest WLAN configured on each controller, and I want to see how metrics on the guest SSID, but would like it broken out per controller.
    The guest network client count almost equals our production client count, and all that traffic is getting tunneled across the backbone.  I want to explore local connectivity options - possibly dumping the guest WLAN traffic out at the controller instead of it traversing the corporate backbone.
    Can't seem to figure out how to get a report to show that - seems like it's "all or nothing"...

  • Report generation only one time successfull

    Hi @all,
    we are facing the problem that the report generation process is only working one time successfully, the next time it ends with error. After restarting the service on the WWI server the next generation is successfull, but the second one will be "Error" again.
    Does anybody faced this issue before and can provide a solution?
    Thank you in advance for all contributions!!!
    Best regards,
    Christoph
    PS: in the meantime we created the respective service again on the server - no result, still only one successfull run at a time.
    Edited by: Christoph Giehl on Sep 6, 2011 5:18 PM

    Hello Christoph
    we never have had similar problems. May be these hints might help:
    a.) check wich generation server is used during the generation and if any of the potential servers "stop" (WWI process does not proceed etc as explained by you).
    b.) check if "report from template" works (assuming that use use the "old" fashioned client WWI version) => if this works than there might be a problem with SAP <=> connection (RFC) ...
    c.) check please if only this WWI report (more precisely combination of generation variant and language) gives result to the "crash" of WWI process and no other one => in this case you should check WWI template
    Reading you explanation I assume:
    1.) there was no change in SAP set up
    2.) there was no change in WWI set up (number of servers, WWI version etc.)
    and we are talking (??) about a new generation variant/language combination which has never been used before (?).
    With best regards
    C.B.
    PS: Check Marketplace. You will fond there an OSS note called "WWI Cookbook" and furthere related OSS notes poviding FAQs etc. regarding WWI topics.
    Edited by: Christoph Bergemann on Sep 6, 2011 9:00 PM

  • About daily report for only one resource

    hi
    I had many resources as target resource but scenario is when user are provisioned from OIM to AD at the end of the day i need report of only AD the form of flat file or csv file..
    regards
    Avinash

    hi Avinash,
    Please check this link: http://docs.oracle.com/cd/E23943_01/doc.1111/e14309/refsched.htm
    What they've explained above is: 1- You can create a java class with Schedule tasks reqs and this java class can create(add and append) results related of your OIM environment.
    1.1- http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/allclasses-noframe.html
    2- If you are no familiar or have difficult with the first step. Use BIPublisher: http://docs.oracle.com/cd/E14571_01/doc.1111/e14309/understanding.htm#LLBFHHPQ
    I hope this helps,
    Thiago Leoncio.

  • How to force print  page breaks (line feeds) in printed documents

    setup:
    Illustrator CS4
    Windows 7
    I've created a longish document of various pieces of text in 2 diffeent fonts.  No graphics.
    Can I insert linefeeds into the document where I want page breaks when it is printed? If so, what is the technique.
    I come from linux/unix background where one can insert a Ctrl+L (line feed) to cause the printer to start a new page
    at that point.
    I got many hits on a search of this forum on `line feed' but those I browsed didn't really get to the question I'm asking.
    Its a little confusing too because it appears from some of the hits that a line feed is different on windows and even does
    something different.
    Or if that isn't the right approach, how can I make the long document print out in some sensible way?
    I'm using a common inkjet printer (epson R800)

    Can I insert linefeeds into the documentwhere I want page breaks when it is printed? If so, what is the technique.
    This is why I mentioned art boards. A new line or line feed is created when you hit the enter or return key. (I mention both keys as i do not know whether you have a mac or PC though I am leaning to pc since you mention linux/unix.
    You should find the folowing link will tell you everything you need to know about artboards.
    http://help.adobe.com/en_US/Illustrator/14.0/WS0939CFEE-49EF-4c6f-B337-8897EC89DF89.html

  • How to force selection screen in WAD Report

    Hi Gurus,
    How do we force a variable selection screen in WAD Report. We are in SP 10.
    Thanks
    Syed

    Hi Karthik,
    Iam not sure for some reason, when I select web_template and click on Web Parameters, there nothing available below Behaviour section. However when I create a new Analysis Item and see its properties, the Behaviour section shows only Allow Navigation & Only Hierarchy options.
    Should I reinstall my front end. We are in SP10.
    Appreciate your response.

  • How to force AMSN to open in 2nd monitor only?

    Hi
    I've been trying to force amsn to only open on my 2nd monitor with no success. Other programs, such as iTunes, Mac MSN messenger all stay on that monitor but amsn always reverts back to primary.
    Does anyone know how to solve this?
    Thanks for your help.

    If you want to save the tabs in multiple windows in the sessionstore.js file when you close Firefox then you have to use the Firefox Exit/Quit menu item or button in the "3-bar" Firefox menu button to close all open windows at once.
    Otherwise you only save the tabs in the last closed window and you may have to look for History > Recently Closed Windows or "History > Restore Previous Session" to reopen closed window.

  • How to force Windows Mobile Professional device to use only Wi-fi network provisioned through Afaria 7 SP4

    Hi
    We are deploying Windows Mobile Professional devices on our environments. All the devices connects only to internal network through Wi-fi.  Our security policy do not allow these devices to be connected to any other network (Other Wi-fi, Cellular etc).  Is there any way to force the devices to use only the Wi-fi network provisioned through Afaria.
    Tags edited by: Michael Appleby

    I have the same problem with an early 2013 macbook pro. gfxCardStatus ( http://gfx.io/ ) will allow you to force integrated and not do dynamic switching, however the external display still doesn't work.

Maybe you are looking for

  • Help Needed for Internet Security Driving Test!

    Hi I came up with a few basic rules for family and friends that I put together in order to try to prevent them from continually installing spyware, toolbars, keyloggers and viruses on their computers (and as a result, to try to prevent them from cont

  • Web Filtering / URL Filtering

    Dear All, I am looking forward to buy the cisco ASA Firewall with the below mentioned part number. ASA5525-SSD120-K9 kindly please let me know whether it supports WEB Filtering / URL Filtering. or do i need to go for any other model or license. Await

  • Protect Mode with APP-M

    Hello, I have a problem with Adobe Reader XI Protect Mode. When we open a PDF document through the APP-V layer I have an Access Dennied: Look the LOG: [12:11/13:40:07] NtCreateFile: STATUS_ACCESS_DENIED [12:11/13:40:07] real path: \??\mailslot\Lilo17

  • Adobe MEdia Encoder Crashes with big files inputed

    Hello, There isn't a forum for the Adobe Media Encoder, so I thought this would be a good spot. I am an after effects and Premiere user who likes the idea Adobe seems to have of using the media encoder to cover all my encoding needs. My typical workf

  • Please check the below Cursor Procedure and correct that code Please

    Hai Every One. Please check the below code I have two issues in that code 1. Invalid cursor 2. Record must be enter Please correct this code and send me pls its urgent.I cont understand where i done mistake PROCEDURE fetch_detail_PROC IS cursor c1 is