^FORM causing blank page

We are using ^FORM in our datastream to change the form type mid-print. This causes a blank form to print followed by the form correctly populated. How can I prevent this?
Dave Hall

Talking about using ^FORM in the datastream seems to me an Output Server problem, not the designer software. You might get a better response on that forum (but, like me, I would think most people monitoring that forum also monitor this one).
Have you checked the Print Agent manual to see if there is something about your scenario that might provide an explanation?
I assume your datastream looks something like the following:
^form X.mdf
^field a
aaaaa
^field b
bbbb
^form Y.mdf
^field c
cccc
^field d
dddd
Is it form "X" or form "Y" that is printing blank?
As long as field "c" is on form "Y" then I would think it should work. If it is not, then that might be causing the blank form.
I'm not familiar with your problem because our datastreams are mostly like:
^global a
aaaaa
^global b
bbbb
^global c
cccc
^global d
dddd
^form X.mdf
^form Y.mdf
With this setup the fields can be used in any order on the forms and we definately don't experience what you are.
We do use the
b -afxon
parameter to "discard unknown fields". It is possible this might help you if you are not already using it.

Similar Messages

  • What causes blank pages appearing suddenly in an autoflowed-text document?

    CS5.5, english version.
    The complete book was built-up and all master pages were applied . When reopening the file, several blank pages appeared at two places in the document. The text flow was not interrupted, but seamed «hidden» under a non-existing white layer. The software showed «Master page applied», but the pages were blank, imposible to select any object or to place a new text frame. It was also impossible to reapply the master page (the pages were still blank after). We could not access the hidden part of text, even if it was obviously still present, and we had no choice but rebuild a new document.
    We don't know what caused this very disturbing bug, and we would avoid it to reappear again! If someone knows a trick, you're welcome!
    Version : Indesign CS 5.5, en anglais.
    Le livre était monté en entier avec pages maîtresses appliquées. Lors d'une réouverture du fichier, plusieurs pages vides sont apparues, à deux endroits dans le document. Le texte n'était pas interrompu, mais semblait «caché» sous un calque blanc. Le logiciel affichait l'icône de la page maîtresse appliquée, mais la page demeurait vide. Impossible de sélectionner une boîte de texte ni de parvenir à réappliquer la page maîtresse. Nous n'avons pas réussi à accéder à la portion de texte «cachée» sous ces pages vides, bien qu'elle n'ait de toute évidence pas été perdue.
    Nous n'avons pas trouvé d'autre solution que de recommencer le montage à zéro à partir d'un nouveau document, mais nous ne savons pas ce qui a causé ce problème, ni comment éviter qu'il survienne à nouveau.
    Si quelqu'un a déjà rencontré cette anomalie et peut m'informer, bienvenue!

    I'm afraid I don't have any good news for you, though I was able to get the text to reappear by deleting the blank pages and inserting new ones, then rethreading. Youy could do this, but I suspect it is a short-term fix that won't last a day and more important, that output will fail.
    ID seems to think the frames on the blank pages are lines with astronomically long lengths and they seem to be sheared as well. Needless to say that seems to be some sort of corruption in the file. The reason that I don't have good news is that I've been completely unable to export anything useful for repair out of the file and reimport it-- neither .idml or tagged text. In all cases I get an error message that the  either the file does not exist, it is in use or I don't have permission. I know the files exist -- I can open the text file in a text editor, and I can see the components of the .idml file if I change the extension to .zip, but I can't convince any version of ID to access either of them.
    I looked through the file history and noticed that this file began life as a CS4 file that was converted to CS5.5 in August of 2011. I think that's the source of the problem. From time to time we get reports of unexplainable glitches or files that will not output, or just refuse to open at some point, even though they were fine hours earlier, and quite often it turns out that these are legacy files that were directly updated in a newer version. Because of this I now recommend that all legacy files that are to be converted be exported to .inx or .idml from the original version, then that exported file should be opened in the new version.
    Actually I had one more thought, and it seems to have been at least partly successful. As I mentioned, I was able to export the main story to InDesign Tagged Text and open that in a text editor (Notepad in this case, since I'm on PC). I tried saving the file from notepad with a new name and lo and behold I can now import it into a new file or use it to replace the text in the original. I tried the replacement, and exporting another .idml. but that still fails to reopen, so the corruption is not in the text of the main story. A .idml file export from a new .indd with the resaved tagged text placed in it also is working.
    This means you actually have a good shot at rebuilding this file fairly quickly. Export the stories to tagged text, open those in a plain text editor of your choice and resave as plain text, then place them into a new document with the same page dimensions and margins (rebuild the master pages from scratch in the new file). Make a backup copy of the file with just the text, and make sure it is working properly and that you can export to .idml and PDF, then add the images and check again. I think this is going to work, though it may take a few hours.
    DON'T overwrite any of the files you have already -- use new names, and do a save As a the end of each session or at any major change point adding a version number to the name so you have a good backup version chain in case something goes wrong again. Good luck.

  • Using a script to call named destinations causes blank pages

    My first post in the Adobe forums. I realize that this may not be exactly the right location for this question, but this forum seemed to be the closest to what I need.
    We are trying to use the following script to call named destinations in an Acrobat X PDF file. Note that this script is just a sample for testing. The actual function would be embedded in the product GUI.
    <style>
    BODY
        COLOR: #003774;
        FONT-SIZE: 80%;
        FONT-FAMILY: arial, verdana, trebuchet MS, Tahoma, sans-serif;
    background: #ffffff;
    </style>
    <script>
    function users()
    document.open("/product/Documentation/SystemAdmin.pdf#NamedDestUsers", "PageHelp", "copyhistory=0,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolb ar=0");
    function trunks()
    document.open("/product/Documentation/SystemAdmin.pdf#NamedDestTrunks", "PageHelp", "copyhistory=0,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolb ar=0");
    </script>
    <p>
    <a href=# onclick="users()"> Click to show user config pdf </a>
    <p>
    <a href=# onclick="trunks()"> Click to show trunk config pdf </a>
    When we click the link to call the first destination, Users, for example, the file opens fine at the appropriate location. However, when we click a subsequent link, it tries to open in the same window and just freezes. All we see is a blank page. We realize that we could force it to open in new window each time, but since this is a fairly large file, we'd rather not do that. All these destinations are in the same file and we just want it to display a different destination in that file.
    If you have any suggestions for either changes to the PDF or changes to the script, I would very much appreciate hearing about them. By the way, we're using the TimeSaver untility to standardize the named destinations.

    This is not how you open a PDF at a specific named destination. You need to read this file:
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf

  • Cflayout type="border" seems to cause blank page in IE

    Coldfusion Developer Version 8,0,1,195765
    Hot Fix 4 Installed
    Server running on Windows XP SP3
    I have a fairly complex page that occasionally displays a blank page in IE 8. About 1 every 10 launches, hitting refresh always works to display the page properly. I have eliminated all code until I'm left with this....
    <html>
    <head>
    <title>Test</title>
    </head>
    <body>
    <cflayout type="border" >
    </cflayout>
    </body>
    </html>
    The code above has the same problem, although I know the page should be blank since I'm not displaying anything, every 10th or so launch IE will sit in the Loading..... state until refresh it pressed. If I change the type to "vbox" or "hbox" then there is NO problem. Only when it's "border", and only in IE.
    Firefox, Chrome and Safari are all fine. The page title always loads, and if I view code it seems to be all there.
    Sorry if this has been answered before, I searched but could find a related problem or solution.
    Thanks in advance

    Hello rotorboss,
    first the last: there is no way in Pages to link images. All objects and media you insert into a document is stored into the package folder. But you can reduce the file size if you are able to handle an image editor. I think you have inserted your images directly from iPhoto, right? This means the images are in full resolution and size. But for 99 % of all images this is far more then needed.
    Here is a post I wrote yesterday that will help you to reduce the size of your Pages document: http://discussions.apple.com/thread.jspa?messageID=2711166&#2711166. If you need more details for image editing, feel free to ask.
    To give you an example of document sizes: I am writing manuals and handbooks with 350+ pages and 300+ images (most for tutorials). Most of this images are screenshots and so they are only 72 dpi in resolution. But there are a few photos as well (the biggest is 10.5 mb in TIFF format (19.5 x 12.5 cm, 300 dpi) and I have reduced it to 4.3 mb in PNG format (19.5 x 12.5 cm, 300 dpi)). This documents have file sizes between 3 mb and 25 mb.
    The only big problem is the use of CMYK images, because PNG can't handle this color format. So you have to use JPEG with good quality setting. To give you an example: the same image I mentioned above is 13.5 mb in size as a CMYK image. As a JPEG with 100 % quality and baseline optimisation you get a file size of 4.2 mb, but JPEGs compression is not lossless. In some special motifs you will get block artifacts. So you can choose the file type you want to use.

  • Picture Causing Blank Page

    I have a crystal report that uses only one section. I have supressed all other sections. This section is two pages long. When I insert a picture onto the report (right in the middle i.e. it does not even come close to the edges of the section) it causes a third page (all blank) to be generated. If I delete the picture without changing anything else, the report goes back to two pages.
    I've searched and done the normal suggestions with supressing all other sections, etc. I changed the background color of my section to red, and oddly enough the third page does not have the red background. If I supress the picture, the third page still shows up. Possible bug?
    I am really at a loss here, so any guidance would be appreciated.

    Hi,
    What section are you working with?  Different sections handle page breaks differently but I doubt that's the problem. 
    I would recommend creating a section just for your picture.  You can have this new section above  your current one and format the new section to overlay.  This is usually a better solution when working with pictures. 
    Crystal handles pictures the say as Word would.  If you have a picture and Crystal believes it's too large to fit onto the current page, it forces the picture onto the next page.  This may be what you are running into.  Even suppressing the picture won't work because Crystal still allocates vertical space to allow for it. 
    Having the picture in its own section gives you better control over how the picture is handled. 
    Good luck,
    Brian

  • Chart item causes blank page in ie9

    Hello,
    we are using design studio 1.2 sp2 with netweaver and have problems with ie9. Firefox working well but ie9 ended up in a blank white screen if the application contains a chart item.
    Do you have some suggestions for that?
    Thanks
    Robert

    Hi Amit,
    thanks for your advice. I checked it up with ie develeoper tools (F12) - works as IE9. Switching to compatibility view doesn´t help. Intresting if running as IE8, evey thing is displayed but do not ask in which design

  • SSRS 2008 Report with two tablix have extra blank pages

    I am working on a report in SSRS 2008 that has two tables (or tablices?). My report is set to a width of 11 and height of 8.5, left and right margins of 0.25, top and bottom margins of 0.5. Paper size is Letter, Orientation is landscape.
    With margins accounted for, I basically have 10.5 of workspace for the Body. The first tablix's width is way under 10.5 but the second tablix has lots of columns and would have to span two pages so the Body goes past 10.5 but I
    kept it under 22 (twice one page).  I put a PageBreak after the first tablix. When I run the report and do a Print Layout, the first tablix prints with a blank page after every printed page of that table. The second tablix prints just fine, no extra
    blank pages in between. So I suspect that it is the "empty space" to the right of the first tablix, which is caused by the second tablix's width, that is the problem.
    However when I tried to switch the tables in my report and have the wider tablix print first and the narrower tablix print after it, I did not get any extra blank pages on both; the reports prints just fine.
    Unfortunately, I cannot have the wider tablix print first with the report I need. I would like to know if this is a bug in SSRS 2008? It appears that there is something with the order report objects are printed and their size. Has anyone figured this out
    yet?  Thanks.

    I found
    this post on the MSDN forum that offers the following solutions that worked for a few people responding to that thread.  You might want to try one of these:
    "I found the problem cause.  In Reporting Services, report body width must be <= (report width - report margins width).I reduced the margins to zero width, and the pagination problem disappeared!"
    "I have solved my problem. With SSRS you must be very careful with the way you place objects
    Growing objects will push those on their right, even if they are not on the same line /!\
    Consider a textbox 2 inches large centered, and a growing matrix beneath it. on the left, 1 inch large. At run time the matrix will grow and the title will be pushed aside. And this may cause blank pages.
    A workaround is to create 1 rectangle per object. The rectangle should occupy all the body space available while objects occupy only a part of their embedding rectangle."
    Carla
    Carla Sabotta

  • Stop printing of Blank Pages

    Each section on a Bill is checked for a specific condition in the 'Print When Condition'. This can cause blank pages to be created and printed, it there a way to not print blank pages?
    I use CF10

    As I said in my first reply, you want to use your SQL query to prevent data from reaching your report that you don't want to print. That way you won't have to decide whether or not to print something in the definition of the report itself. In other words, the report can assume that any data it receives are data that must be printed.
    Remove the grouping from your query and add a condition that will only return records where the transaction amount is at least $20. Something like this:
    SELECT tmptract.soc_sec, tmptract.p_bal, tmptract.bal, tmptract.semester, tmptract.sch_yr, tmptract.due_date, tmptract.asofdate, name.last_name, name.first_name, name.mi, address.st_addr, address.add_addr, address.add_add2, address.city, address.state, address.zip, address.add_rid,  address.salutation, sysvar.title, sysvar.schaddr1, sysvar.schaddr2, sysvar.schaddr3,'' as invoice_no, transact_prebill.ref_id, transact_prebill.amt_1, transact_prebill.offered, transact_prebill.loan_fees, transact_prebill.date, '' as check_no, transact_prebill.transact_rid, tcodes.act_code, 2 as bill_type
    FROM tmptract, name, address, transact_prebill, tcodes, sysvar
    WHERE tmptract.soc_sec = name.soc_sec
        AND address.soc_sec = name.soc_sec
        AND transact_prebill.soc_sec = tmptract.soc_sec
        AND tcodes.tcodes = transact_prebill.tcodes
        AND sysvar.school_id <> tmptract.soc_sec
        AND address.labels2 = 1
        AND tmptract.token = '#session.token#'
        AND tcodes.inc_bill = 1
        AND transact_prebill.posted = 0
        AND transact_prebill.exclude_from_bill = 0
        AND transact_prebill.accept not in('n','v')
        AND transact_prebill.date <= tmptract.asofdate
        AND transact_prebill.semester = tmptract.semester
        AND transact_prebill.sch_yr = tmptract.sch_yr
    WHERE NOT tmptract.soc_sec IN
      SELECT transact_prebill.soc_sec
      FROM transact_prebill
      GROUP BY transact_prebill.soc_sec
      HAVING (SUM(transact_prebill.amt_1) < 20)
    ORDER BY name.last_name, name.first_name, name.mi, tmptract.soc_sec,address.add_rid, bill_type desc, act_code, transact_prebill.date
    Your SQL engine syntax may differ, but you can adjust it as necessary. You will also need to add your other criteria to the sub-query, for "posted" and "exclude_from_bill" etc.

  • Form problem-Hit submit and get a blank page

    Hi and thanks for the help!
    I have a form I created in Dreamweaver using Spry validation.  It works most of the time, however,  a few times the visitor hits the submit button and receives a blank screen but the results are submitted.  Of course they have no way of knowing that as they stare down a blank page. Here is the website: http://tinyurl.com/klej69
    I have successfully submitted it on Mac-Safari & Firefox and on PC on Firefox and Explorer 7.
    The client wanted the questions numbered-is there a problem with the "name" starting with a number?  I do have the "id" all lower case, no numbers.
    Thanks so much for any help you can give me!
    Cheers,
    Janell

    Since it's not a consistent problem, you are likely having issues with specific browsers. Is the form page targeting another page, or is it submitting back to its self and supposed to be showing some sort of message?
    I would venture to guess that there's a problem with the validation java script with some browsers.  What it is probably doing is trying to validate and failing, which causes the blank screen, but since the validation failed the form get's submitted anyway.  Try looking at the submitted forms to see any information, or lack of it that should have triggered a message. If you find it, the validation for that field could be your culprit.
    Hope this helps you debug it.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • How to delete blank page in smat form

    Hi Expets,
    In output display one extra blank page, how to delete it, I am using logic like this in smart form
    Main Window
    --> Header Loop.
           ---> Text
                ---> Table (item loop)
                       ---> Command Line
    In output it display Document Number header and items in a single page. but last one blank page also display.
    Regards,
    Sreedhar.

    hi sreedhar
    check this
    Re: Smart forms : display of second page .Displays blank when not required
    it might be helpful to you
    thanks
    SAchin
    Edited by: Sachin Gupta on Mar 5, 2009 10:18 AM

  • Since the last update from firefox I can no longer see my e-mails they just come up as a blank page.If I use windows explorer as my browser I can read them ok,what is causing this?

    I receive e-mails ok and can see the subject,but when I click to open all I see is a blank page.Using another browser I can access my e-mails ok

    This problem can be caused by an Adblock Plus filter.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    I am creating a form, it shows 1 page, but when I save it as a PDF Form there are 2 pages, 1 is blank. How do I get rid of the blank page in the form?

    Hi,
    You may open the original form in FormsCentral and toggle to “Page View” at the lower right corner. Adjust the page content to make sure no page breaks in this view.
    Thanks,
    Wenlan

  • Dreamweaver CC causes wordpress localhost to show a blank page

    I have wordpress set  up using WAMP as the local server and it has been working with no problem. Win7 64 bit.
    I have just installed Dreamweaver CC and set up testing sites using HTTP://localsite/sitename for several 'normal' website I manage and that was fine i could see them in live view.
    I then added a local test site to view the website I manage under wordpress and when I went to live view all i could see was a blank page.
    I then closed dreamweaver and just opened my local wordpress site using HTTP://localhost/wordpress and that too just showed a blank page.
    I have no problem getting into my wordpress site via the local dashboard but cannot view any of the pages.
    I searched the web and tried lots of workarounds but nothing worked. in the end i uninstalled worpress, deleted the wp databse and reinstalled everything with no problem.
    Localhost was working with wrodpress again. However as soon as I tried to access the local wordpress site with dreamweaver the problem returned.
    This is very frustrating as recreating a wordpress site is not as simple as just copying a load of HTML and PHP pages.
    I should add there are no errors shown.
    Anyone any ideas?

    Hi Nancy,
    thanks for taking the time to reply but unfortunately it does not help.
    I have my wordpress files and themes in the correct directories for WAMP. I have been using WAMP to test my wordpress site for some time but opening up the PHP files in brackets to write the code. I have several non wordpress websites I maintain which are written in normal HTML, PHP and CSS and I like to code manually. It is useful tough to write the code in Brackets / Dreamweaver to check syntax and adjust the CSS on the fly.
    Everything was working fine until I installed dreamweaver and set up a testing site as you indicate above and now all I get is a blank page not only in live view in dreamweaver but also if I simply type HTTP://loclahost/worpress directly into a browser window. There are no error meesages though not even a 404 'NOT Found' message, just a blank page. I can get into the dashborad though by typing http://localhost/wordpress/wp-admin/ and all my pages and content is there but if I try to view a page all i get is the same blank page.
    As I said I said I totally unistalled wordpress including the database and reinstalled and all worked fine. I could see the site using http://localhost/wordpress/ but as soon as I set up a testing server in dreamweaver the problem returned. Dreamweaver must be altering something in the wordpress files / database to cause this problem.
    Has no on else come across this?

  • Delete Blank Page in Form Created in Designer ES 8.2

    A fairly simple, straight-forward 3-page form was created in LiveCycle Designer ES 8.2.  At the end of the form (when saved and opened as a dynamic PDF) there is a rogue page at the end.  I cannot figure out how to delete the blank page.
    Any assistance would be greatly appreciated.
    Ms. Shayne Morgan

    Thanks MUCH!!!!  You have helped tremendously!!!  :-)
    Ms. Shayne Morgan

  • How to supress a blank page in smart forms

    Hi,
    I am using a command in Smartforms to trigger a new page whenever a new BELNR(Accounting document). My problem is in the output i am getting a first page is blank and remaining pages are ok.
    What i did Is In conditions tab i written as temp NE belnr. So first time temp is nothing so blank page is coming. and in the following text elements i am passing a belnr value to the temp.
    Temp = belnr and in general attributes go to new page check box has been activated. Then how to supress a blnk page.
    Regards
    Ramakrishna .P

    Hi,
    I am not using loop.
    In main window i have the contents as
    Header---- Headers for table
    Main Area---- text elements ( i have fileds slno, belnr,glaccount,cost center,gtext,description,dmbtr,wrbtr)
    In belnr field i have created the command there i am comparing the condition temp ne Belnr and go to new page on conditions tab
    wrbtr text element i am passing the g_temp =belnr
    My requirement is whenever new belnr comes new page has to trigger and corresponding gl accounts need to be displayed and end of the belnr i want to display the footer.
    For your information passing the belnr values from the print program (select options) to smart form
    Footer---footer

Maybe you are looking for

  • COMPUTE_BCD_OVERFLOW ST22 dump

    Dear All, When I run the ECC_PRD_BITX_D_FDM_INVOICE, which is a standard SAP(program FDM_INVOICE_MEMORY). I get COMPUTE_BCD_OVERFLOW ST22 dump. This short dump occured due to CX_SY_ARITHMETIC_OVERFLOW i.e. Target field size was not able to store the

  • Partioned tables in Oracle 10

    I would like to get some feedback and guidance on whether there are any advantages to the implementing partitioning on very large tables within Oracle for the purpose of webIntelligence reporting in a Business Objects XI R2 with SP5 running on AIX 5.

  • Optic power levels - %SFF8472-5-THRESHOLD_VIOLATION

    Can some explain this to me...  %SFF8472-5-THRESHOLD_VIOLATION: Te1/0/1: Tx power low alarm If I am getting a LOW TX alert the issue can't be with the fibre and it has to be something do to with the optic / line card / software or chassis. I presume 

  • Test.fmb and test.fmx confusions

    Hello to all, I have installed 10g database and 10 developer tools on local machine. I created simple form TEST.fmb (created in form builder) based on three tables and it works just fine when it is run from form builder ! But after I compiled the for

  • Right output channel stops working

    The right hand speaker channel in my 3 year old iMac has ceased working, same for the headphone output. There was no crackle or intermittent fault, one day zip nuthin. Any thoughts or advice would be appreciated