Smartforms text doesnt appear next page

hi all,
I have an text which flows from the main window to subsequent pages. but while i execute on the print preview it shows 5 pages. but i am unable to scroll nor look for the next pages on the print preview.
I have even used shift + f11 to go to the next page. but the contents are not displayed. How to look for the contents in the next page in the print preview?

Hi,
in print preview you just have to use the "Page Next" button.
Fred

Similar Messages

  • Dynamic text doesnt appear chinese word!!!!

    dynamic text doesnt appear chinese word.
    i have try to set to arial unicode but still cant.
    Pls help.
    THx

    I change that line but is the same result....
    If I have one event it look like this:
    and if I fill all events look like this:
    as you can see it doesnt align vertical....its the same alignment on the two images.... here is my code again...
    var urlLDR:URLLoader=new URLLoader();
    urlLDR.addEventListener(Event.COMPLETE,f);
    urlLDR.load(new URLRequest("hallsXML.xml"));
    function f(e:Event) {
        var xml:XML =new XML(urlLDR.data);
        TXThall.autoSize = "center";
        TXThall.text = "";
        for(var i:uint=0;i<xml.hall.length();i++){
            TXThall.appendText(xml.hall[i]+"\n");
    TXThall.y= Math.floor((stage.stageHeight - TXThasll.textHeight) / 2);
    My page size of the project is 768 * 1024 and the position & size of the dynamic text is X: 384.0    Y: 332.5  W: 664.0    H: 405.9...
    I dont know if it helps that data....
    Thanks for responding and I hope you can help me figure out this...

  • SAPscript MAIN Window ITEM TEXT Printing in NEXT PAGE

    Hi,
    I need to print the Item Text (Item Description or Column Description) if the Item Values (Lines) goes to the NEXT page in the Form. I have TEXT ELEMENTS defined for ITEM TEXT and ITEM VALUES in the MAIN Window. There is no issue with Printing the Item Text and Item Values in the FIRST Page. But in the NEXT page only when the Item values are printed (Item lines in excess of FIRST page), ITEM TEXT needs to be printed before printing the ITEM VALUES. If the FROM goes to NEXT page but not the Item values, then ITEM TEXT need not be printed in the NEXT page. The number of lines in the MAIN Window is different for both pages (FIRST & NEXT). I am not sure how to get this done. So, please provide me with a suitable solution to get this done. Appreciate your help in advance.
    Thanks,
    Kannan

    Hi Kartik Tarla,
    Thanks for your reply. Printing item lines between PROTECT / ENDPROTECT, will lead to Print all the line item together in one page. That is not I wanted. It the line items flows to NEXT page, I need to print the Item Header/Item Text. Otherwise, NEXT page should not have the Item Header.
    Thanks.
    Kannan

  • Cannot Print the continued text on to next page

    Hi Experts,
    I am facing a problem with the text not printing on the next page. The scenario is like this:
    I have created a template and i am calling a text which actually exceeds the template size, the remaining text should follow onto the next page. But the text that should move to a new page is not being displayed.

    Hi,
    What zamir told, Aboslutely correct.
    Here i am giving more info for Your better understanding between template and table use in smartforms.
    Might be useful.
    http://www.sapwings.com/guides-a-tutorials/doc_view/626-sap-smart-forms-overview.html
    difference between template and table in smartforms
    http://www.saptraininghub.com/smart-forms/

  • Pages 5 Document Endnotes doesn't allow text continuation onto next page?

    For large blocks of endnote citations, Pages 5 doesn't all the text to flow down to the end of the page before going to the next. Rather it treats the endnote text area as its own section, thereby moving the entire text box to the next page. This is problematic from a formatting standpoint because it wastes page space, does anyone have a workaround or suggestions?
    Example:
    Citation 5 is long but I would like to keep it on the same page as Citation 4 and just let the text continue onto the next page. However Pages 5 doesn't allow me to adjust the endnote text box and just jumps to the next page. Rarely do you see endnotes arranged in this manner in high-level research reports and we can't have this.

    I exported a PDF from Pages v5.2.2. This uses Apple's Quartz PDFContext, not Quark.
    In Windows 7, I opened this PDF with Adobe Acrobat Reader v11.0.09. I then copied/pasted a paragraph of this PDF content into LibreOffice Writer (v4.3.2.2). Since there was Baskerville in Windows 7, this comment pasted correctly including font-size. I did not have to make any adjustments to LO to accept this text.
    On Ubuntu Linux 14.04, with the latest updates, I opened the same PDF in Evince, the default PDF viewer. Adobe does not offer an Acrobat Reader download for Linux. Again, I copied and pasted a paragraph of content from the PDF viewer into LibreOffice Writer. As there was no Baskerville installed, Writer defaulted to the Liberation font, at the correct point size.
    In either of these platform scenarios, there were no anomalies with sentence/paragraph newlines .vs. carriage return issues from the PDF document during copy/paste operations. These were default control-v pastes that did not use the Paste Special menu item in LibreOffice.

  • Text run onto next page

    Hello,
    I'm creating a form in Adobe XI. I have one question where I want the person's response to be a maximum of two pages long. How do I have it so that their response will run onto the next page? I've been trying for ages and can't seem to figure it out. I need to publish this form by the end of the week. Any thoughts would be very much appreciated!!!
    Thanks,
    Lindsay

    "... a simple and common issue."
    Yes - that's why Adobe markets the LiveCycle Designer application  for building dynamic forms (XFA).
    Be well....

  • "undefined" appearing next to text in CSS Drop-Down menu, why?

    Hello everyone,
    I am having a problem with a CSS drop-down menu. The menu works fine, as you can see here:
    http://littlebuddymedia.com/help/011.html
    But the text "undefined" appears next to the main menu options. My question is, why?
    I have narrowed the problem down to this chunk of code:
    <div class="chromestyle" id="chromemenu">
    <ul>
    <li><a href="http://www.dynamicdrive.com">Home</a></li>
    <li><a href="#" rel="dropmenu1">Resources</a></li>
    <li><a href="#" rel="dropmenu2">News</a></li>
    <li><a href="#" rel="dropmenu3">Search</a></li>   
    </ul>
    </div>
    If you remove the rel="dropmenu1" portion of the code, the word "undefine" no longer appears, but then the menu doesnt drop-down anymore.
    Any ideas?
    If it is needed:
    Here is the CSS file: http://littlebuddymedia.com/help/chrometheme/chromestyle.css
    Here is the JS file:http://littlebuddymedia.com/help/chromejs/chrome.js
    Thank you.

    When I use FF to view the generated source, I see this -
    <li><a href="#" rel="dropmenu1">Resources undefined</a></li>
    <li><a href="#" rel="dropmenu2">News undefined</a></li>
    <li><a href="#" rel="dropmenu3">Search undefined</a></li>
    The undefined is coming from the javascript functions that you have loaded in that external file.  This function call is what starts it -
    <script type="text/javascript">
    cssdropdown.startchrome("chromemenu")
    </script>
    If you want 100% reliable drop menus that have been exhaustively tested in all common browsers/platforms, check the ones available from http://www.projectseven.com.

  • The next page in not displaying in the SAP Script

    Hello,
    I had one SAP script. There were two pages in the script and i mentioned the next page also for the FIRST and NEXT page as
    First - next page --> next
    and next -- next page --> next
    Now, I am having 3 items which needs to be gets displayed using SAP script.
    The first two items displayed properly but the third item is not getting displayed, as of the size of main window is small.
    Whenver i am increasing the size of main window the third item gets displayed propely.
    But i guess whenever the data will get overflow in main window then it should gets displayed in the next page, this is not happening in my case.
    Can any one tell me, how to display the next page whenver the data will get overflow in main window?
    Please help me with this.
    Thanks in advance
    Regards,
    Darshana

    Hi Darshana,
    if you use text element for the item output, you will need same text element on NEXT page. Check for Typos. Switch on sapscript debugger and check what happens.
    Regards,
    Clemens

  • Turn Off Auto format that drops last line of a paragraph to next page

    When I am writing multi-page papers, I will occasionally experience an auto-format annoyance where, if the paragraph I have written ends with just half a life of text on the next page, pages automatically drops the last full line of text down to the next page as well. I suppose pages does not want the short line to be lonely, but it leaves a large gap at the bottom of the page - particularly when the lines are double-spaced. I often have page limits on my assignments and am trying to squeeze as much in as possible int he space I am permitted, so losing these lines of text can be a great annoyance. How do I turn this feature off? Thanks.

    Welcome to Apple Discussions
    Walt

  • Smartforms. loop count - next page.

    Hi all,
    i have created a smart form for voucher printing.
    ->MainWindow.
    ->loop1          itab into itab.
       ->Template
       ->Table        itab1 into itab1 where belnr = itab-belnr.
       ->Text     signature.
       ->Text      pageno1.
    above are the nodes in my smartforms.
    while printing it prints all documents in one page.
    but i need to print one document in one page second in next page
    (means for itab first loop shoud be in first page. second loop in second page..)
    for each page signature and pageno shoud appear.
    expecting the reply.
    regards
    jai.

    Hi
    the problm is with LOOP.
    i have two internal tables one for header <b>itab</b>(data from BKPF) other for Line itms<b>(BSEG) itab1</b>
    My form should Print First DOcuments Header And Line Items In First Page.
    and the next document on next page. (means when the loop runs 2 nd time those data shoud print in a next page.)

  • Text overflown is not getting printed in the next page in ADOBE

    Hi Experts,
    I have a text field, where the users can enter the comments. In this text field if the user enters more than a page, a scroll bar appears in the print preview where the users can view the complete text what they have entered, but while printing the text which exceeds more than a page is not getting printed in the next page.
    I have set the subform properties as "Flowed" and the check box "Allow Page Break within content" is also been enabled, but still the extra contents is not getting printed in the next page.
    Please help me regarding this.
    Thanks & Regards,
    Karthik MD

    Hi Lohitha,
    Even "Expand to fit" is been enabled.
    Thanks & Regards,
    Karthik MD

  • Text overflown in the first page is not getting printed in the next page

    Hi Experts,
    I have a text field, where the users can enter the comments. In this text field if the user enters more than a page, a scroll bar appears in the print preview where the users can view the complete text what they have entered, but while printing the text which exceeds more than a page is not getting printed in the next page.
    I have set the subform properties as "Flowed" and the check box "Allow Page Break within content" is also been enabled, but still the extra contents is not getting printed in the next page.
    Please help me regarding this.
    Thanks & Regards,
    Karthik MD

    Hi,
    This issue is in ADOBE, I think there is no concept of Window in ADOBE,
    The text box is placed inside a Subform.

  • Data printed twice on the next  page in smartform

    Hi all,
    I ahve created  a smartform where I  print the header details at the start and then below that details for all line items for a particular document.
    so i have data ;ike :
    Header data :
    field 1 : field 2:
    Field3 : field4:
    field5: field6:
    Item data :
    field1 field2 field3 field4 --> Item 1
    field1 field2 field3 field4 -->Item 2
    field 1 field2 field3 field4 -->Item3
    For the Header data,I use a template in a secondary window.
    However for the item data,i use a table in MAIN window (As i know the no of records only at runtime).Also another reason for usng table would be that I dont need the header on each flloowing page but only the Line item details on the following pages.
    Now i have created a second page with only the MAIN window from the First page as I need only the  remaining line item details  to be continued/printed on the following pages.I have actually copied the MIAN WINDOW from the first page to the second page adjusting only the  uppe rand left margin.
    However now when i see the rpint preview.the 1st page data,is printed corrrectly.however on the 2nd page,the 1st record is printed twice.
    Can anyone explan why is this happening?
    Thanks!

    Thanks for the replies.
    @Meghanandan,
    I dont want to set any command for going to next page as I dont have any condition to go ot next page.Im setting the width of the first page main window to print sufficient data.
    @satyajit
    I have the text elements under the MAIN AREA.Cna you pls elborate which Points i need to check undre the table node which might have been unnnecesssarily checked?
    Thanks again for your time.

  • Overset text will not go into the text box that is part of the master for the next page

    I am trying to (first time user) set up a simple trade-paperback sized book with some photos.  Have set up several masters for chapter title pages, chapter inner pages, etc.  When I copy text out of Word into InDesign, (copy/paste) the text overset box appears.  I load it, then go to the next page, which I have already formatted using one of the masters.  But when I select the desired text box ((Ctrl/shft) and click, the overset text forms a new text box, What am I doing wrong? thanks

    I have done, this did work right for at least the left side of the spread, but never for the right side -
    Make sure the left and right page master page text frames are threaded View>Extras>Show Text Threads. Here I have left and right page text boxes threaded on my A-master spread:
    Checking Smart Text Reflow can make adding long text to master frames easier:
    With Smart Text Reflow enabled I've released the  master page text box on page 1, note the released frame has a solid border, while the unreleased master page frames on subsequent pages are dotted indicating they are still master page items and not page items.
    The result of the paste:

  • How to Branch to next page in Smartforms

    Hi all,
         In Smartform, i want to go to next page when all the records in the main window is displayed. For this I did Following thing,
    1) created command node, did the neceeasry things like go to next page ...condtions given.
        I did this in main area of Page 1.
    2) In Attributes of First page i specified next page as page 2.
        error- No output Window defined....although i defined Secondary Window with text.
    Regards

    I'm currently able to branch out to next page in smartforms but the data that is being displayed is duplicated
    Ex. Page 1
    data1
    data2
    PAGE 2
    data1
    data2
    data3
    PAGE 3
    data1
    data2
    data4
    Can anyone help/ provide advice?

Maybe you are looking for

  • How can I print 2 of the same pictures on 1 page with Bridge or CS4?

    Hello folks Need to do a very simple task. I have a picture created in photoshop that is a particular size from a template I created. I need to put 2 of these pictures on 1 page to print off, to save on paper and efficiency etc Is a very simple task

  • 'Find' function doesn't work on some HP documents

    For some pdf doc's I downloaded from HP, if I copy some characters from the text and then paste them into the Find box, the characters show up as hieroglyphs (mostly squares) in the Find box. And then actually executing the Find using those character

  • Javascript to save form in Acrobat X Pro

    I have developed a return authorization form using the form function in Acrobat X Pro.  I would like to insert a "save" button into the form that would save the pdf form into a specific folder using the number field in the form as the file name.  I'm

  • JTable Display problem (urgent)

    Hi all, Does anyone here know how to make a all columnns in my table visible This is my code. It simple bunches up the columns but I need them spaced out. Thanks all :) import java.awt.*; import javax.swing.*; import java.util.*; public class TablePr

  • Missing web connectivity buttons in version 4.5

    Tried re install but the Web Connectivity buttons don't show up, except  for the Slide show and URL link ?? Thanks in advance RLM