Trying to break pages

I need to send to printer several tickets. I use af:inputText's for that. One ticket is one af:inputText. I set page-break-after: always; in the inlineStyle to separate tickets in order to print every ticket on its own page. It works.
But I don't like this decision. Because I can't know how many tickets I will get the next time. So I have to reserve 15 several af:inputText's for them. It's not nice. I decided to insert tickets into af:table getting its value from the ListArray of tickets. Every af:inputText in the table has page-break-after: always; too. The picture on the screen is ok but it doesn't want to break pages on the printer yet. Why does page-break-after: always; work sometimes and why not sometimes? Thank you!
Studio Edition Version 11.1.2.4.0

A layout document is made of several sections of a single page.
So the insert Section break is disabled.
This is why it behave as you described.
The fact that you get a document described as WordProcessing with insert Section break disabled seems odd.
May you send it to my mailbox (compress it in a zip archive)
Click my blue name to get my address.
Yvan KOENIG (from FRANCE vendredi 13 février 2009 17:09:37)

Similar Messages

  • I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    Hi Crushed,
    Numbers doesn't have pages. It has a canvas that holds objects such as tables and charts.
    Drag the objects from the bottom of the canvas onto the white space above. That will reduce the number of "pages" (sheets of paper) that will print.
    Regards,
    Ian.

  • I am trying to delete pages from a PDF file. I opened the bookmarks, selected the pages to delete and choose Edit Delete. The selected pages are not deleted. Note: I have to open the file using a passport provided by an external party.

    I am trying to delete pages from a PDF file. I opened the bookmarks in the PDF file, selected the pages to delete and choose Edit > Delete. The selected pages are not deleted. Note: I have to open the file using a passport provided by an external party.

    Resolved

  • Firefox stops responding when trying to "save page" or "save image"

    Windows 7 64 bit and Firefox 28. When trying to 'Save Page' or 'Save Image' the save dialogue window is nearly blank, then info bar shows 'not responding'. I have tried all the tips in the support pages. Resetting Firefox, Starting Firefox in 'Safe Mode'. Upgrading graphics driver to latest version. Turning off 'Hardware Acceleration' in options. Nothing resolves the problem. This issue has only recently started, the last time I tried saving an image it worked fine, certainly prior to Microsoft's most recent 'upgrade Tuesday'.
    Edit:
    Checked the save dates of the last images I successfully saved from within Firefox and compared them to my windows update log. The Microsoft March 'Update Tuesday' was installed on March 14th. My last successfully saved Firefox images were saved the following day on March 15th. Thus it is unlikely that the Firefox saving issue is a result of a Windows Update corruption. So the question is what changes have Mozilla made to Firefox between 15th and 24th March 2014 ???

    I understand that finding a root cause is ideal, and I would be happy to further investigate this with you.
    Since it is still happening in Safe Mode [https://support.mozilla.org/en-US/kb/troubleshoot-issues-with-plugins-fix-problems please try to troubleshoot the plugins and extensions]
    The other route is to troubleshoot the downloads folder and antivirus to make sure the downloading of the image is not having an issue either. [http://mzl.la/LJ0h2w]
    In the meantime there is an add on that enables this [https://addons.mozilla.org/en-US/firefox/addon/save-images/ Save Images]
    Please post back with your results, there have been other reports, but no issue filed yet.

  • I am trying to use pages.  When I open a blank document and enter text, nothing appears on the document.  What is the problem?

    I am trying to use pages.  When I open a document and begin entering text, nothing shows up on the document.  I cannot see what I am typing.  What is the problem and what am I doing wrong.

    Thanks Jerrold.  But I am opening a word processing document.  The same thing happens when I select a blank layout page.  I try to put in shapes and nothing appears.  When I click around on the blank word processing document the verbage will appear in a green color but when I type, I still cannot see what I am typing. I have tried to uninstall and reinstall and this did not help. 
    Thanks Again

  • When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application." Using OS X 10.6.8

    When trying to open Pages 4.0.1 I get a message stating "Pages cannot be opened because of a problem, check with the developer to make sure Pages works with this version of Mac OS X. You may need to reinstall the application. Be sure to install any available updates for the application and Mac OS X."
    I've run the software update several times. Pages is located in my iWork '09 folder in Applications. Using OS X 10.6.8

    Delete and reinstall it.
    (104030)

  • Report in text format show break page !!

    when i generate a report in char mode, in a text file, it show a break page between the head section and the principal section. there is any way to delete this break page (a line command or properties ( i specify a desformat no_ff)).
    thanks.

    To get a output data to a text file that contains no form feeds ( page breaks ), or other control characters in the output), do followings:
    Modify the printer definition file to eliminate form feeds
    a. Invoke a text editor and open the file dflt.prt.
    b. Move to the following line:
    after pages control(L)
    Remove "control(L)" so the line appears as shown
    below:
    after pages
    Removing the control sequence from the printer definition file will keep the output from breaking between pages when the report is formatted.
    Thanks
    The Oracle Reports Team

  • I have Acrobat XI and am trying to add pages to a pdf. Tutorials instruct to use Tools, Options or Page Thumbnail to get to a drop down command of Insert Page, does not appear as my choices.

    I have Acrobat XI and am trying to add pages to a pdf. Tutorials instruct me to use Tools, Options or Page Thumbnail to get to a drop down command of Insert Page, but I have few choices in any of those places and Insert Page is not any of them.

    What do you see, then?
    On Thu, Feb 26, 2015 at 4:14 PM, lindab5415 <[email protected]>

  • Someone's trying to break into server

    Hello,
    According to my directory service log, someone is trying to break into our server by trying to log in as 'root' and 'admin'. DirectoryServices senses this and delays the failed authentication return.
    Okay, how do we backtrace this fellow's IP and where do I get a detailed log of this apparent hacker's attempts?
    Thanks!

    In my strongly felt opinion, using denyhosts is mostly a bandaid to a problem, rather than properly addressing it.
    The one and only time I have used it was when I was battling a situation not entirely under my control. No need to go into those specifics, but it was indeed a bandaid to a situation in which I could not properly secure the server. That has since changed.
    I can't state this with enough emphasis: the proper maintenance of server security should totally negate the need for DenyHosts.
    1) Shut off ssh access ("remote login") completely if that is an option
    1) Shut off root access via ssh entirely
    Said quickly: edit /etc/sshd_config and change the section to appear as follows:
    # Authentication:
    PermitRootLogin no
    AllowUsers myserveradmin
    where "myserveradmin" is the shortname of a desired user, and should categorically not be "admin" "administrator" "test" or anything else painfully obvious.
    Restart ssh.
    Furthermore !
    3) Shut off password access via ssh completely. Use access by ssh keys only.
    See the tutorial by Mike Bombich (of Apple) here:
    http://www.bombich.com/mactips/rsync.html
    starting with "Before you start: Security Briefing"
    Or this article at another excellent resource:
    http://www.afp548.com/article.php?story=20040816224717742
    note the further information about how to limit commands available via ssh.
    Having done this, edit /etc/sshd_config and add:
    # To disable tunneled clear text passwords, change to no here!
    PasswordAuthentication no
    PermitEmptyPasswords no
    and restart ssh.
    4) Set the shell ("login shell") for every and any account that does not need shell access to your server, to: None
    5) Limit ssh access at your firewall, to known-viable IP ranges or even specific static IPs.
    Better yet, (while still observing the other steps above) don't allow ssh traffic across your firewall, and setup VPN, and then use ssh access via VPN only.
    Do all of this at your own "risk" meaning understand the consequences, the first of which will be a server that is more secure in terms of ssh access. This does little to prevent problematic php (phpBB) or other mismanaged or poor 3rd-party packages and their impact on your server.

  • Trying to delete pages 21-24 on iPhoto book but "remove pages" option grayed out and pressing delete button not doing anything.  Help!

    Trying to delete pages 21-24 on iPhoto book but "remove pages" option grayed out and pressing delete button not doing anything.  These extra pages resulted from using Autoflow and now we can't seem to get rid of them.  Help!

    Good morning Old Toad.
    I did as you suggested:
    1) Booted from install CD.
    2) Ran Disk Utilities on internal hard drive--no repairs necessary. For good measure, did the same thing on external drive. Also no repairs necessary.
    3) Checked software update--no updates found. About this Mac said I was already running 10.4.7. For good measure, I downloaded the latest and installed it. Since it let me run the install, I'm not sure if I installed something new or reinstalled what I already had.
    4) I rebooted from CD, ran disk utilities, ran repair disk--no repairs necessary. Repaired permissions and a lot of permissions repaired.
    5) Tried to delete the files and the same old thing happened: kernel panic. The specific message:
    panic(cpu 0 caller 0x00102A08): jnl: transaction too big (1587712 >= 1572352 bytes, bufsize 8192, tr 0x29f1fb0 bp 0x2801de40)
    So there's no change in my status.
    I'm trying to delete the files because:
    A) They already take .5 Gb.
    B) I can't get rid of them ever. If I move the problem files to a different folder, I can only do one successful drag-and-drop backup to the external drive until the "new" thumb segments become unerasable just like the previous versions and crash the system.
    C) I can't even "just" drag and drop every file/folder except the thumbs, because that ends up crashing the system as well. So I have to drag and drop every file/folder in the iPhoto hierarchy individually. Which makes me less inclined to backup, which defeats the purpose of a backup.
    D) After the iPhoto fiasco I'm just crabby about all the Apple screw-ups I'm experiencing and I want to get them fixed.
    Thanks for your help. Any additional suggestions would be appreciated.
    G4   Mac OS X (10.4.6)  

  • OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    OK! I am unable to type into any pages documents ... just started doing this. Tried opening new page ... no luck ... thries to edit a current paper... no luck!!! Help, anyone have an idea what I have done?

    Try a new post in the Pages forum. They would know better then us.
    DALE

  • Error when trying to see pages in webcenter app with adf security activated

    Greetings
    I have this problem
    I developed a WebCenter Application that uses ADF Security with form authentication. This App has
    two JSPX the first one is the login page and the second one is the page where i manage runtime created pages
    using the CREATE PAGE task flow and a page tree iterator to see my created pages.
    when i deploy de application on the weblogic server i am able to login successfully and create as many pages as
    i want and also see them using the link generated. the problem is that when a delete the application from the weblogic
    server, i mean the deployed application, then redeploy the same application on the server i can login again and
    see the pages i created before but when i try to reach them i get this error showed in my internet browser:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46)
    containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization
    header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that
    authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response,
    and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was
    given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained
    in section 11.
    Does anybody now what kind of configuration i am missing or what is happening?
    thanks for your help

    this issue has a solution showed on the this thread Re: ERROR when trying to see pages created with create page task flow

  • I am trying to get pages docs created on my iPhone onto my iMac

    I am trying to get pages docs created on my iPhone onto my iMac. I have iTunes 10.5 and the help docs says that in iTunes the Pages app should automatically list the docs on my iPhone. I am using the 'send to iTunes' option in the 'share and print' menu but no files appear in iTunes (the iPhone is connected and recognised by iTunes). Any ideas? The docs don't mention that I need a particular version on Pages on my Mac.
    Any help gratefully recevied.
    Andrew

    Dear Peter,
    Thank you for the suggestion. I have looked at the discussion you highlighted. Unfortunately, it does not really deal with the issue I am experiencing. The discussion concerns problems with iCloud. I am not attempting to use iCloud to transfer files.
    The discussion does mention using iTunes to first back up the files. However, the correspondent does not mention the problem I am experiencing. I understand from the help docs that when I after I have synced my iPhone, then the files I have created using Pages should be listed in the Apps part of iTunes. However, this does not seem to be so on my computer. The files do not appear even when I use the 'send to iTunes' option.
    Is there something I am missing?
    Any further help gratefully received,
    Andrew

  • I have a macbook version mac os x 10.4.11 and im trying to download PAGES however its not working! help!!!

    I have a macbook version mac os x 10.4.11 and im trying to download PAGES however its not working! help!!!

    The latest iWork '09.2 requires 10.7 Lion. You can go onto eBay and get the '09.0 or the '08 version which will work with 10.4. http://en.wikipedia.org/wiki/IWork
    iWork '09  http://www.ebay.com/sch/i.html?_sop=12&_ssov=1&_fln=1&_sacat=0&_sc=1&_nkw=iwork+ 09&rt=nc
    iWork '08 http://www.ebay.com/sch/i.html?_nkw=iwork+08&_sacat=0&_odkw=iwork+09&_sop=12&_ss ov=1&_osacat=0&_fln=1&_sc=1

  • After upgrading the OS to 10.6.8, my Skype clashes when open and iMail crashes when trying to attach Pages File !?? What happen?

    I just updated my mac book pro to OS 10.6.8 and now my skype crashes after launching and iMail crashes after trying to attached Pages file.
    The OS is very unstable !!! what happen ! this is first time i am experiencing this...so sad
    What can i do now ? How to trouble shoot ?
    thks

    Hi Michael,
    Thanks for your tips. After I run Disc Utility - Repair Permission...restart my machine and still have the same issues. What next step can i do now ?
    Will it be helpful if i send you the Clash reports here ?
    Thanks so much for taking your time to advise.

Maybe you are looking for

  • Focus on JOptionPane

    I have a problem. If I want to change something within a table, a JOptionPane opens, in which i can enter some values. But if I switch to another program over the task bar while the JOptionPane is still open, and I return to my Java program over the

  • Not able to access Oracle 10g XE database home page on Windows XP?

    I wanted to practise pl/sql in my office pc. I installed Oracle 10g XE on my machine and after that I also started Agent from Services. However When i clicked on Database home page it doesn't start. Changing network configuration might create problem

  • ARP cache and nameserver resolution.

    Short question - I have a web site name that's not resolving correctly. Comcast says I must have an old resolution on my local cache and I need to clear it so the name will re-resolve. but comcast hates Macs. How to you clear ARP Cache on a Mac. (see

  • Moving from TEST to LIVE server

    Dear all, The setup of our functional team is ready on my TEST server. Now i want to move it to LIVE server. (I am sure that my functional team will not do it again @ LIVE SERVER)So plz tell me how to move with this current setup from test server to

  • Calling Graph in Form Builder

    hi All. I want to call Graph from Form Builder. i Paste a code on a trigger when button pressed as follow: Declare pl_id ParamList; BEGIN pl_id := Get_Parameter_List('tmpdata'); if not Id_Null(pl_id) then Destroy_Parameter_List( pl_id ); end if; pl_i