How to control page eject

I have this report that has to print the payslips. What currently happens is that after each payslip, it ejects to the next page to print the next payslip. What the user wants is that since around 4 - 5 paylips can fit in one page, after the printing of a payslip, it would eject but still in the same page. Each payslip is 2 inches in height. So after 2 inches, it will eject and print the next payslip in the same page.
Is there a set up for this in APPS?

Hi,
It sounds like you are running an Oracle Report through the concurrent manager, and the report definition has one of the following scenarios:
1. A repeating frame which has the "Maximum records per page" set to 1
2. A frame that is almost as large as the page, has vertical elasticity as expand or fixed rather than variable, and/or has "Page Protect" set to yes
3. A frame that has "Page Break Before" or "Page Break After" set
Alternatively you printer driver in $FND_TOP/reports/*.prt could have "height" set to an arbitrarily low number to match the number of lines on your payslip.
Gareth
http://garethroberts.blogspot.com

Similar Messages

  • How to control page transitions?

    Hi all,
    I would like to know if anyone knows how to easily control page transitions in a web application.
    The goal is to maintain a coherent session state even when the user uses browser navigation buttons (back, forward) and direct link to internal application pages (bypassing the login).
    Thanks for your help.
    Bruno
    http://www.practicalsoftwarearchitect.com

    This might help you too :
    http://www.theserverside.com/articles/content/RedirectAfterGet/article.html
    ...and direct link to internal application pages (bypassing the login).I 've used J2EE Filter implementations to ensure this kind of authentication/authorization issues.

  • How to control Page privilege?

    Dear all:
    Thanks you at first;
    1.First we to browse that web page www.umc.com;
    2.Immediately after, the main page of that website mainly make it be divided into 4 parts, the single column of the main course of the top is the first part, the detailed menu column of left and next Cape is the second part, the right and next Cape also is the third part;Rest we temporarily call it as four-part divide;
    3.We see, the first part control the second part, the second part control the third part, I want now does the third part open the oneself to control for end user, do like this how to do?
    Can you give me the best solution in this problem?
    Thanks!

    hi chen,
    have you already read the Portal documentation related to this topic ? i describes very well the security model that we use and how to best leverage it.
    chapter 2 and 6 in the portal configuration guide:
    http://download-west.oracle.com/docs/cd/B14099_01/portal.1012/b14037/toc.htm
    and also very interesting the portal users guide:
    http://download-west.oracle.com/docs/cd/B10464_03/portal.904/b10358/toc.htm
    this should provide answers to the scenario you are trying to implement.
    regards,
    christian

  • How to control page breaks in PDL documents

    We have a strange output in our Purchase Order that prints all but the last line on the same page.  The last line goes to the next page (usually page 2).
    How do I remedy this in the document structure?  I can't determine what's causing the document to print in this manner.

    ok this seems to be it along with an "Area: End of Report" section at a height of 229. 
    then how do you change the footer?  i've tried to change the Footer without taking all of the objects off?  on resizing the area i snaps back to the original dimension height.

  • Suppress Page eject control character...

    Hello,
    While generating a report in text mode, Report Builder adds a page eject control character(i.e. ctrl-l) at the end of report.
    We don't want this control character. So how can this be removed ?
    We are using Reports 6i.
    Thanks
    Kiran.

    When running a character mode report it uses a .prt file to determine the printer escape characters. There is a dflt.prt which contains the page break character value. If you remove this then you will remove the page breaks from your character output.

  • How to control X-UA-Compatible  tag  in page head section?

    Hello !
    We are developing WebCenter Portal applications using JDeveloper 11.1.1.5.
    All our pages are based on ADF.
    Currently, we have 2 similar projects (actually – they are two different branches of same source project).
    But the have one unexpected difference - when I check html-code of generated pages in one project I see
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html class="p_AFMaximized" dir="ltr" lang="ru"><head><meta http-equiv="X-UA-Compatible" content="*IE=8.0*"><link rel="stylesheet" charset="UTF-8" type="text/css" href="/portal/adf/styles/cache/portal-desktop-3kotcg-ltr-ie-8.0.css"> ...
    And in another:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html class="p_AFMaximized" dir="ltr" lang="ru"><head><meta http-equiv="X-UA-Compatible" content="*IE=7.0*"><link rel="stylesheet" charset="UTF-8" type="text/css" href="/portal/adf/styles/cache/portal-desktop-dkw9cq-ltr-ie-7.0.css">
    We have no ideas why one generate content="IE=7.0" and another content="IE=8.0".
    We compared all possible configuration files, but have not find any difference.
    I've googled, but found only post by Frank Nimphius that is applicable to 11.1.1.4. As far as I understand in that version ADF didn't put meta http-equiv="X-UA-Compatible" in page head section.
    The problem is that our pages looks awfully in IE7. And we don’t have to provide IE7 compatibility.
    So, my question is - why one project generate content="IE=7.0" and another – 8.0 and how to control it?
    Thank you in advance,
    Boris

    Just to prove this...
    IE8 running in INcompatibility mode, User-Agent string from the outbound header (e.g. sniffed using Fiddler):
    .......request.......
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    ......response.......
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html class="p_AFMaximized" dir="ltr" lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=8.0">
    And the same IE8 running in normal mode:
    .......request.......
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    .......response.......
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html class="p_AFMaximized" dir="ltr" lang="en"><head><meta http-equiv="X-UA-Compatible" content="IE=7.0">

  • HT4356 When printing from the iPad how to control how many pages of the document to print?

    When printing from the iPad, how to control how. Any pages of the document to print?

    You got me curious (even though I've never used coupons.com, and I have an AirPrint printer).  So I checked out coupons.com in the iTunes Store and found the following two reviews that I think explain everything:
    Based on the above, my conclusion is coupons.com is set up to print on wireless HP printers from an iPad.  You could print to a non-AirPrint HP printer as well using an app from the iTunes Store.  But the non-AirPrint printers do offer considerably less compatibility with Apple's iPad applications than the AirPrint ones do.  For example, in the Epson case, non-AirPrint Epsons can print from Safari but not from email.

  • How do i set tab control page size programmatically?

    Hi,
    I have a tab control in my program and each page has different amounts of controls on it. I would like to know how I can make the tab control pages resize automatically, only to fit the controls on the page and not have extra space underneath that other pages require.

    romulus wrote in message news:<[email protected]>...
    > Hi,
    >
    > I have a tab control in my program and each page has different amounts
    > of controls on it. I would like to know how I can make the tab control
    > pages resize automatically, only to fit the controls on the page and
    > not have extra space underneath that other pages require.
    You can use the tab control property 'PaneDimension' to
    programatically change the size of the tab control. To
    programatically find the areas occupied by the controls on each page:
    Use the 'Pages' property of the tab control to get a reference to the
    desired page; wire that to a property node and select the
    'ControlsOnPage[]' property; iterate through all the control
    refere
    nces, getting the position and bounds of each control, using
    'Max & Min' and shift registers to find the extent occupied by the
    controls.
    Paul Cardinale

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • CRM Web UI :- How to Control number of session of Web UI for a user

    Hello Experts,
    We do have very specific requirement which SAP doesn`t recommend in terms of multi-sessioning for a user.So we are little worried upon the challeges.Could you please share your ideas/Experience on following?
    1.How to Control number of Internet explorer session for the web UI (may be 2 or 3).?
      Though SAP doesn`t recommned more than one but our client requires 2 or more than that but we need to fix it either 
      2 or 3.
      So we are looking for specific setting for this.
    2.What are the challenges we need to face if we implement option 1?
    3.Specially in interaction record management
        a. Is there chance of loosing the data if agent has opened more than two session.
        b. In which session interaction record data will get stored,the one on which agent picked up the call or in the latest 
            one?
    Please let me know if I am not clear enough on any point.
    Thanks in advance,
    Shailendra Tolambiya

    Hi Shailendra,
    The following wiki page might be useful in this respect:
    http://wiki.sdn.sap.com/wiki/x/gxdKDQ
    Best Regards,
    Shiromani

  • How could control the scroll events in ALV OO?

    Hello experts!
    I'm programing a report, inside there is a field that need time of processing. I'm using ALV OO.
    I have thought that it could only calculate the field for the lines that visualize.
    How could control the scroll events to calculate the field of the visualized lines?
    I'm using CL_SALV_TABLE class and cl_salv_events_table to control the events, but there aren't any event to control the scroll.
    best regards!

    Hi Sriram,
    I did view the information that you was attaching, but this don't resolve my problem. With methods get_scroll_info_via_id and set_scroll_info_via_id, we can get and put information of selection and view rows in the screen but we don't control when the user click in the scroll for advance or to back down a page.
    I would like to refresh the data in ALV when the user view news rows.
    I want your genial ideas.
    Best regards!

  • How to control the processing of the request?

    I have something like this:
    <h:inputText value="#{sessionController.currentRowData.settlementId}"/>
    <h:inputText value="#{sessionController.currentRowData.remark}"/>
    <h:inputText value="#{sessionController.currentRowData.fromDate}">
         <f:convertDateTime pattern="yyyy-MM-dd"/>
    </h:inputText>
    The currentRowData object is the currently selected row of a data model.
    Problem is, the model is updated with the value of the components whenever the form is submitted,
    and regardless of whether the value of the components has changed or not.
    (Actually, the behaviour depends on the type of the property, as ie. Date is treated differently from String or int.)
    This causes unwanted changes to the model, and, if a new row is selected, it will at once
    be updated with the values of the previous row (from the current state of the components).
    I want the above components to update the model only if the user wants to, ie. only if a
    specific command button is pressed.
    How to control this?
    Let a PhaseListener check the request, and do renderResponse on the FacesContext if
    the "selectRow" request is found in the request parameter map?
    This is not very elegant, and it does not seem to work either. If setting PhaseId to APPLY_REQUEST_VALUES, the action itself (selecting row)
    will not be executed, and if using UPDATE_MODEL_VALUES, the value of the components is set from the request (even if unchanged), and not updated according the the new data in the model (the rendered values does not reflect the values of the properties of the object the components are bound to)
    Another solution might be to let the "disabled"-attribute of the inputText tags be dependent on whether
    a specific "edit"-button has been pressed (disabled inputText tags are rendered correctly after a row change).
    But a better solution would to have the ability to control the behaviour, something like
    "for these components, no updating of state should be done unless the condition c is true"
    (I'm not sure what condition this could be, though).
    Whatever solution I may end up with, the real problem seems to be that the state (and hence the model)
    is updated from the request also in the case where the value in the request is the same as the current value of the component.
    Or maybe there is something I have missed here?
    erik

    This one is a tricky problem - a side-effect of JSF doing a lot of things automatically is that sometimes it does too much.
    I don't have a great solution, but here's a couple of ideas:
    (1) Try using multiple <h:form>s on your page (not nested one inside the other, but separate). Data will only get updated in the form that contains the button that got pressed.
    (2) Use an intermediate model layer, and discard updates as appropriate.
    Neither of these are beautiful solutions - the second is way ugly - but they might help. Long-range, I'd love to see something like "subforms" supported in JSF that can provide finer grained control over what gets processed (validations, model pushes, etc.) and what doesn't without resorting to the blunt hammer of multiple HTML forms.
    I'm a little confused about "the model is updated with the value of the components whenever the form is submitted, and regardless of whether the value of the components has changed or not.", because JSF is checking the old value and using ".equals()" to see if its changed. Note, however, that it's not caching the old value across the request, but simply going back to the model on the subsequent request, which may (or may not) explain the behavior you're seeing.
    -- Adam Winer (EG member)

  • How to control the permission for reports in share folder?

    Hi Experts,
    In OBIEE 11.1.1.6.0.
    I have created two folders in share folder,one is sales folder which contains some sales reports,and the other is dashboard folder which contains some dashboard pages that have these sales reports.
    So I want to new users who do not access the sales folder, but can view the sales reports in dashboard pages.
    How to control the permission for reports in share folder? Thanks for your help.
    Note: Dashboard pages have whole sales reports for showing.

    Hi User,
    1. Give access to the users for all reports.
    2. Give No Access to Retail Folder
    3. GIve read or full access to dashboard folder.
    To set the permission , click on the object/folder bottom left you will find Permission. you set there.
    Mark if correct,
    fiaz

  • How to control print over laps?

    We are printing several lists on the same printer from different users using different print jobs.
    For each page of the list, a file is generated which is picked up by the interface and sent to a printer. The files are numbered with date and time stamp.
    However the docs are getting over lapped when the jobs are released simultaneously.
    When Job A and Job B are released at the same time from different points:
    The first doc prints from Job A, second doc is from Job B - again 3rd and 4th will be from Job A etc.
    How to control this in such a way that the Job A completes and then Job B starts printing?
    {I am not sure if locking the printer helps - as this may lead to failure of subsequent jobs}.
    Thanks.

    no answer - closing

  • How to controll Applet

    iam displaying two applets in one page.
    how to control left applet initilize and load before right applet initialize and load.
    bcs in first applet iam retriving data from database using servlet.
    same data is using back in right applet.

    I believe applets on the same page can communicate with each other.
    So maybe put the time-critical stuff in a place in the applet where it will not be invoked until the other applet gives the OK.
    Just an idea.

Maybe you are looking for