Iwork 09 Pagination problems when inserting Section Brake

Hello Guys,
I have a stressfull problem with Pages when inserting Section Brakes in pages. The page numbers don't appear correctly, can't see the entire number of the page. For example at page 20 I can only see 2 and a very small part of 0. it's very frustrating. This problem persists when saving the file in pdf or .doc format.
Any solution to this, besides including the page number in the footer? The footer is filled with something else.

Perhaps those "brakes" are stopping the section too quickly, and the numbers are slipping off the right side of the page.
Where are you inserting the page numbers? The usual place is either the page header or the page footer. I used a 125 page document with section breaks at pages 17 and 96 and tried inserting page numbers in the header, footer, as well as at the right end of several lines in the main text body, using a right justified line, or a right tab stop or a left tab stop.
All behaved as expected and showed the whole page number, as seen below:
100 is in a footer, the small 101 in a header. The four larger numbers are in the body text area.
left justified, right tablat right margin, pn follows a tab character
right justified
left justified, left tab stop at 7 3/8 inches, pn follows a tab character, and is forced to next line because there is not sufficient room for it between the left tab and the right margin. (Left margin is set to 5 1/2 inches to reduce width of screen shot.)
left justified, right tab stop at 7 3/8 inches.
As can be seen, I'm unable to reproduce the problem, using the information you've given, and guessing possible locations for the page numbers.
Regards,
Barry
incidently, Headers and Footers aren't restricted to a single line of text. You could place the page number on a second line of the footer, or even on a third line to allow some space between it and the rest of the footer contents.
B.

Similar Messages

  • Problem when inserting Spry Tabbed Panels

    Hi all,
    Just lately i started to get this message when inserting spry
    tabs
    " ! The structure of this widget appears to be damaged. Go to
    Code view and repair the widget, or replace the widget."
    Anyone know why and how to fix it? At first i thought it has
    something to do with my current page, but when i tried in a blank
    html, still got the same problem.
    I have CS3 and Spry 1.6.1. I didnt touch the .js and .css
    file for this spry. I checked for Spry updates, installed and
    reinstalled spry, still get the same message.
    Please help!!!
    thanks

    Thanks Kin,
    here is the code. i created a new html and inserted tabs from
    the spry tab. no other changes are made. Still getting the same
    error.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    <script src="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <link href="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body><div id="TabbedPanels1"
    class="TabbedPanels"><ul
    class="TabbedPanelsTabGroup"><li class="TabbedPanelsTab"
    tabindex="0">Tab
    1</li><li class="TabbedPanelsTab"
    tabindex="0">Tab 2</li></ul><div
    class="TabbedPanelsContentGroup"><div
    class="TabbedPanelsContent">Content
    1</div><div class="TabbedPanelsContent">Content
    2</div></div></div><script
    type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script></body></html>
    >>>>>Also, the add panel function from the
    properties panel doesnt work correctly. the code below is what i
    get when i add a panel.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    <script src="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <link href="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body><div id="TabbedPanels1"
    class="TabbedPanels"><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"><li class="TabbedPanelsTab"
    tabindex="0">Tab
    1</li><li class="TabbedPanelsTab"
    tabindex="0">Tab 2</li></ul><div
    class="TabbedPanelsContentGroup"><div
    class="TabbedPanelsContent">Content
    1</div><div class="TabbedPanelsContent">Content
    2</div></div></div><script
    type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script></body></html>
    Thank you.

  • Problem when inserting "Thai language" string to MS Access with JSP

    Dear sir,
    I have the problem when try to insert "Thai langusge" string to MS access database through JDBC in JSP page.
    The JSP page is shown in the following.
    <HTML><HEAD><TITLE>Personalt Information</TITLE>
    <%@ page contentType="text/html; charset=MS874" %>
    <%@ page import = "java.io.*" %>
    <%@     page import = "java.lang.*"%>
    <%@     page import = "java.sql.*"%>
    <%
              Connection dbconn,conn;
              ResultSet results;
              String sql;
              Statement stmt;
              // Creating a conection with a database
              String url = "jdbc:odbc:bg3hrDB"; // the database file.
              //Statement stmt;
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   dbconn = DriverManager.getConnection(url);
                   stmt = dbconn.createStatement();
                   ResultSet rs;
    %>               
    %>
    <%
              String code=new String(request.getParameter("code").getBytes("ISO8859_1"),"MS874");
              String status=new String(request.getParameter("status").getBytes("ISO8859_1"),"MS874");
                   String fname=new String(request.getParameter("fname").getBytes("ISO8859_1"),"MS874");
                   sql = "INSERT INTO employee VALUES (' "+ code +" ',' "+ status +" ',' "+ fname +" ')";
    stmt.executeUpdate(sql);
    %>
    <%=fname%> //In this line, "fname" can show "Thai" correctly
    But after inserted to database, the record in Access was always show "?????" instead of "Thai"......
    How can i solve this?
    Thank you for your kindness in advances.
    Yongyos K.

    It's a pain in the butt, but you'll have to write your own character set conversion to handle the problem. Check out the link shown below (just replace BIG5 in the example with MS874):
    http://www.geocities.com/siufai6/java/JDBC_Chinese.html
    ;o)
    V.V.

  • Add row to tabular form pagination problem when sorted

    Hi,
    I have a problem with a tabular form that has various sortable columns. If the user tries to add a row when the sort order is set to something where possibly the nulls are appearing first in the list, then the user cannot enter any data (since the last page of results is always shown after clicking the add row button).
    I know the empty record is in the list somewhere since the pagination page count is increased by 1, but there is no way for the user to enter data into that record since traversing back pages then removes the empty record. How can I fix this? Is it possible to programatically reset all column sorting?
    Cheers!

    Hi,
    Sort orders in reports are stored as user preferences - these can be removed using PL/SQL. Have a look at: Need to do column SORTING only when I click the column heading and Re: Default sort and pagination placement not working in reports
    Or, you could try adding a blank row in your SQL statement itself: Problems With "Add A Row"
    Andy

  • Pagination problem when printing.

    I'm  doing the layout for a photo book.  The last sample I printed did not have correct pagination, and I do not understand my error.  The pages section shows page one as a right hand page, and the other pages look like they are in the correct sequence, but when the printer, a pro printer, prints the pages, the numbers are off, and the what shows as facing pages in the layout are not facing pages.
    Does this make sense?
    vasi

    I wish I could upload a picture.  It's a book of photos, about 45 images in this example.  The final book will be several hundred pages.
    Page one is a right hand page with no left page, the next to pages are spreads.  It looks fine in the spread, the page number are on the outside, the layout looks fine in the pages section.  However, when I go to view side by side, page on ei snow on the left.  .  
    I am having this printed by a professional printer from the pdf that InDesign makes.  When the last example was printed, the pagination was incorrect.  The numbers were on the inside, and he images that faced each other in the spread were now off by one page. The printer said it was a layout issue wiht my design.
    Let me it this way:  When you have a layout of mnay spreads, for a book, page one on the right, page two on the left . . .is that the way it's printed or is there something that must be added to make it print right?
    Bob

  • URGENT -- Problems when inserting/updating entries in a database tables

    Hi,
    I've created a custom table via SE11. Then I also created a custom program that will popuate entries in the table that I created.
    When I ran the program, there were more than 6,000 entries that should be populated. But when I checked on the table, there were only 2000 entries populated. I am not sure what's wrong with my table. I tried changing the size category in the technical settings to handle larger volume of data but this does not seem to work.
    Please advise.

    Hello Maria
    The resizing of DB tables is done automatically by the SAP system so this is not the problem.
    It is more likely that your list of records contains duplicate entries.
    How does your report insert the records? By using INSERT or MODIFY? I assume you are using MODIFY.
    To be sure about the true number of genuine records simply add the following statement to your coding:
    SORT gt_itab BY keyfld1 keyfld2 ... .   " sort itab by all key fields
    DELETE ADJACENT DUPLICATES FROM gt_itab
       COMPARING keyfld1 keyfld2 ... .     " delete all duplicate entries having same key fields
    DESCRIBE TABLE gt_itab.  " fills sy-tfill with number of records
    MESSAGE sy-tfill  TYPE 'I'.  " output of true record number
    Regards
      Uwe

  • Strange Problem When Inserting " £ " character in a varchar2 column

    Hello
    This is a very strange issue i am facing when i use SQL+ on different clients.
    Client 1 ( SQL+) 9.2.0.4.0
    conn scott@ora9i
    SQL> insert into dummy values( '£');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from dummy;
    A
    ¿
    Client 2 ( SQL+) 9.2.0.4.0
    conn scott@ora9i
    SQL> insert into dummy values( '£');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from dummy;
    A
    £
    Has any one faced this issue before , I am sure it is something to do with Client Language / Character .
    Any help would be much appreciated.
    Thanks
    Harshad

    Cheers Mate , You are a Star ,
    Thanks Once again .
    Regards
    Harshad

  • Problem when inserting blank record.

    Dear All,
    I have following taskflow structure
    execute (master)
    createinsert (detail)
    pagefragment
    my page fragment has 1 master record.. 1 detail record. (which would be blank one except pk and fk generated from viewlink)
    when the user saves (commit action click)record the master saves.. but the child doesnot saves
    what i noticed is that when i enter any field in af:table(detail) it saves... but i want to insert the blank record to database.
    Any ideas..?
    Regards,
    Santosh
    jdev 11.1.1.5.0
    Edited by: Santosh Vaza on Aug 26, 2011 10:08 PM

    Hi..
    read following will useful
    http://blogs.oracle.com/shay/entry/master_with_two_details_on_the

  • FK problem when inserting one-to-many records

    Hi everybody,
    I see that this subject has been discussed here from time to time before, as in:
    insert record with 1-M mapping missing foreign key using UOW
    Sequences and multiple tables for inheritance
    I followed Dougs advice on several posts, to check out the employee exampled shipped with Toplink, but regardless of all this information, I'm still stuck.
    So, my issue: when I create new objects, add them to some other objects collection, and then call "assign sequence numbers" on all of them, the sequencenumbers are assgned all the way down the hierachy, but the upward links - the foreign keys - are not updated with the ID's of the parent object.
    Simple example (might not compile - demo code):
    <JAVA>
    myInputController.session = (DatabaseSession)
    SessionManager.getManager().getSession("some_session");
    UnitOfWork myUnitOfWork = myInputController.session.acquireUnitOfWork();
    // Father and Child are a Toplink objects, persisted to each their table with a
    // FK relation, is now assigned to the UOW
    Father myDBFather = (Father) myUnitOfWork.registerObject(new Father());
    Child myDBChild = new Child();
    myDBFather.getChildCollection().add(myDBChild);
    // Now I could use the accessor methods of the Toplink objects to set
    // stuff like name, phone number or so, but that's not important for demo.
    // I just want to save my objects to the database. To do so, I need to
    // assign sequence numbers:
    myUnitOfWork.assignSequenceNumbers();
    // I check the ID's before writing to DB:
    System.out.println(myDBFather.GetId().toString());
    System.out.println(myDBChild.GetId().toString());
    // They both return valid numbers, similar to what the sequence objects
    // of the database should asssign, so that works.
    // But:
    System.out.println(myDBChild.GetFaterid().toString());
    // Will return null, even if myDBChild is a child of myDBFather, and
    // hence a commit to the database will fail (no foreign key!).
    // I can fix this, by "manually" setting the id:
    myDBChild.SetFatherid(myDBFather.getId());
    // And then a commit to the database will work:
    myUnitOfWork.commit();
    // But, since I have deep hierachies, and don't allways know what
    // objects have been added/changed, it's a pretty wild thing, not
    // to menition un-ellegant and heavy in maintenance, to loop down
    // through the entire collection and update all foreign key ID's
    // (FatherID's) before committing changes.
    </JAVA>
    I guess I'm just not hitting the right button somewhere? To create the Toplink Java classes and descriptors, I used "Java objects from tables" in JDev 10.1.2, both "as is", and with some tinkering on indirection, transparency and bi-directional relationships. Also, I get same results in the Toplink 10.1.3 dp4.
    I must have missed the answer somewhere out there, but must post after trying really hard!
    Best regards to all of you,
    :) Ulf

    I could kick myself right now!
    The child setFatherid method takes an entire father object, so the code must be myDBChild.SetFatherid(myDBFather); instead of the myDBChild.SetFatherid(myDBFather.getId()); My apologies.
    With the issue still very present, I post some code from the auto-generated child-class and the child-class descriptor below, which might give some pointers.
    <JAVA-FRAGMENT>
    package dk.test.fatherchild.model;
    import oracle.toplink.indirection.ValueHolder;
    import oracle.toplink.indirection.ValueHolderInterface;
    public class Child {
    * Map fatherid <-> dk.test.fatherchild.model.Father
    * @associates <{dk.test.fatherchild.model.Father}>
         private ValueHolderInterface fatherid;
         private Double childid;
         private String childName;
    public Child() {
         super();
         this.fatherid = new ValueHolder();
    </JAVA-FRAGMENT>
    <Child.ClassDescriptor.xml-FRAGMENT>
    <mapping>
    <inherited>false</inherited>
    <instance-variable-name>fatherid</instance-variable-name>
    <uses-method-accessing>false</uses-method-accessing>
    <read-only>false</read-only>
    <get-method-handle>
    <method-handle empty-aggregate="true"/>
    </get-method-handle>
    <set-method-handle>
    <method-handle empty-aggregate="true"/>
    </set-method-handle>
    <reference-descriptor>dk.test.fatherchild.model.Father.ClassDescriptor</reference-descriptor>
    <private-owned>false</private-owned>
    <uses-batch-reading>false</uses-batch-reading>
    <maintains-bidirectional-relationship>true</maintains-bidirectional-relationship>
    <relationship-partner-mapping-name>childCollection</relationship-partner-mapping-name>
    <table-reference-mapping-reference-handle>
    <reference-handle>
    <reference-table>PERIODICA2.CHILD</reference-table>
    <reference-name>CHILD_FATHER_FK</reference-name>
    </reference-handle>
    </table-reference-mapping-reference-handle>
    <uses-joining>false</uses-joining>
    <one-to-one-mapping-indirection-policy>
    <indirection-policy>
    <uses-indirection>true</uses-indirection>
    </indirection-policy>
    </one-to-one-mapping-indirection-policy>
    <mapping-class>MWOneToOneMapping</mapping-class>
    </mapping>
    </Child.ClassDescriptor.xml-FRAGMENT>

  • Mutating Problem when insert  while selecting data from dual

    Hi All,
    we have a table
    test (
    ID NUMBER
    NAME VARCHAR2(100)) and a before insert trigger
    create or replace trigger test1
    before insert on test
    for each row
    begin
    select decode(max(id),null,1,max(id)+1) into :new.id from test;
    end;
    i am able to insert values by using
    "insert into test(name) values('test1')" with out any issues.
    when i am inserting the values
    "insert into test(name) select 'test1' from dual" i am getting error
    ORA-04091: table SCOTT.TEST is mutating, trigger/function may not see it
    Could someone please advice why i am getting error in second scenario.
    Thanks in Advance
    Prasad

    Prasad
    try
    insert into test (name) values ((select 'test1' from dual));
    Frank

  • Data Services Designer - Problem when inserting rows in a database

    Hi everyone!!!
    I created a simple job that queries an Oracle database and writes the data returned from the query in a database as mysql.
    The problem is that only one row is being written in the database, being that the return of my query has more than one row.

    What product ad what version you are running and what environment you are in?
    Are you also getting some error?
    BAshir Awan

  • Problem when inserting xml flow into jspx page

    When I drag and drop the xml into the jspx I should get a pop up menu where I would choose region (Im following a tutorial) but I get nothing. I drag and drop and It just opens it in the design editor.
    I would appreciate any help you guys could give

    OK, let cover the basics first:
    JDev version?
    I assume you are on 11.1.1.2.0 or 11.1.1.3.0:
    You created a new task flow (right click on the 'Web content'->new->'ADF Task FLow'
    the check box 'Createas Bounden Task flow was set and the check box for 'Create with Page Fragments' was set
    The filename was something like 'search-email-flow.xml'
    This should create a new bounden task flow with the name of search-email-flow (which creates a xml file with the same name).
    Then you put one view to the flow. After creating the page fragment (the file created should have the jsff file type) you saved all work.
    The you open up an existing jspx file and drag the new flow from the 'Page Flows' folder under 'Web content' onto the design view of the jspx file.
    after dropping the flow you should then see the 'Create' dialog. e careful, you can't drop the flow everywhere on the page. You should drop in into a panel group or some other container. If you drop it i.e. onto a table you see the effect you described: it's opening the flow!
    Timo

  • Problem in inserting data into MySQL table

    Hi All,
    I have a table with just two fields FIRSTNAME and SECONDNAME in MySQL. I am accepting the First Name and Second Name in two text fields and then trying to insert them into the MySQL table. I have set the concurrency of the rowset to CONCUR_UPDATABLE and am using the code clip for Database row insert with the appropriate changes. When I run the application it doesnt give me any errors but the data is also not inserted in the table. Can someone pls help me out.
    Loneliness wins the race :-)

    This is my problem when inserting single row. What does it means ?
    MusicInsert: com.mysql.jdbc.NotUpdatable: Result Set not updatable.This result set must come from a statement that was created with a result set type of ResultSet.CONCUR_UPDATABLE, the query must select only one table, and must select all primary keys from that table. See the JDBC 2.1 API Specification, section 5.6 for more details

  • PDF Size is huge when inserting an image on every page

    Hello,
    I've got a little problem when inserting an image in a crystal report and then exporting it to PDF.
    We're using Crystal Report XI and we've designed the report with a sub-report that gets an image from a database field and put this image on every page of the report (it's just a logo for every page).
    This image is a JPEG file with 32KB size.
    The exported report is about 1000 pages and we're dealing with an issue because of that. Sometimes the report won't generate giving a OutOfMemory Exception (altough we've defined MinHeap/MaxHeap to 512M).
    We also find this curious :
    - A generated pdf report with the image on every page totals 100MB size (we would expect something like 32KB*100pages=32000KB/1024KB=31.25MB ?) : Depending on the number of pages, could give OutOfMemoryError.
    - A generated pdf report without the image on every page totals 1.8MB size. : No OutOfMemoryError problem here.
    Do you know of any way to optimize this, reducing the pdf size and ?
    Thank you very much.
    Eduardo Andrade (GEDI, S.A.)

    Hello Ted Ueda,
    Thank you for your answer, I was suspecting that...
    Since this is an obvious problem, do you know if there is another way of including an image in the report in a more efficient way ? For instance, include the image, only on the first page and on the rest of the pages just include a link to that image?
    I've searched in here : https://wiki.sdn.sap.com/wiki/x/JwBmBQ , but did not find anything close to this...
    Thank you.
    Best Regards,
    Eduardo Andrade

  • "Speed bump" problem: when previewing on the iPad, the first page of each new chapter or section sticks and loads slowly.  How can I fix it?

    I am building a book with text and photographs in iBooks Author, basing the design on my publisher's layout for the hard copy version.  Whenever I introduce a new section or chapter, I hit a "speed bump" when previewing on the iPad.  As you read, the first page of the new chapter or section is very hard to turn and sticks as it loads.  Within each section the pages flow very easily, but when you reach the next section you hit another speed bump. I have experimented with many possible solutions to no avail.  It does not seem to matter whether the new section has images or just text; the speed bump occurs regardless.

    Joel Pickford wrote:
    However, I am finding that using fewer sections with more content in them minimizes the problem (i.e. fewer section-transions means fewer speed bumps).  This is contarary to the support page's suggestion of keeping chapters and sections smaller.  I am not having any problem within each section, even with lots of full page photos.
    That recommendation was made, presumably, to reduce the length of the delay for each chapter. More content in the chapter means more delay when changing chapters. Of course, if you have lots of little chapters, the delay can still be annoying because, even if only four or five pages in a chapter, the delay is still noticable. Just pick something that works for your book and don't worry too much about the delay. Your readers will be familiar with it if they've seen more than one IBA book.
    Will the choice of color space, s-rgb or Adobe rgb 1998, affect file size?
    Should I try to compress them more- say, level 5 or level 4 in Save For Web?
    Should I size the images for the iPad 2 instead of the iPad 3 retina display, since there are more 2s out there?
    Which color space you use does not affect file size. Apple recommend to use sRGB, so I would stick with that. As to compression and sizing, only you can decide. Try and borrow an iPad 2 to make a judgement at what level of compression and resolution you think the images start too look bad. Your high-rez images for the new iPad will be down-sampled for display on the older models, which will introduce additional artifacts.
    For my book, I simply used images at 1024 x 768 resolution. When viewed on a new iPad, they look just fine. The lower resolution is basically unnoticeable (at least for my purposes). You can view a sample of my book here: "Djembe Construction: A Comprehensive Guide". If you think the images there are good enough for your purposes, you could down-size your images to half their resolution, which will reduce file size about around a factor of three.
    Michi.

Maybe you are looking for