Blank page generated from export to pdf but not when sent to viewer

I have a report where I am suppressing a subreport when no data is found and it works correctly when sending it directly to the CrystalReportViewer.  However if I Export it directly to a pdf it is creating a blank page.  Can someone please tell me how to fix this issue?

Not enough info, need version and patch level.

Similar Messages

  • Airport Extreme: Internet working when directly from modem to computer, but not when using airport extreme. i have hit the reset pin and now do not know what to do.

    Using Airport Extreme:
    - Internet working when directly from modem to computer
    - Internet NOT working when modem is connected to AE
    - Internet NOT working when modem is connected to AE and AE is connected to computer
    - I have hit the reset pin
    Now what do I do?
    (in advance - lots of love to anyone who helps out)

    What sort of Internet connection do you have and who is your Internet Service Provider?
    What is the make and model number of your modem?

  • Jar file runs from the command line, but not when I double click it

    Hello, I'm running windows xp. I've created an executable jar file and it runs fine from the command line when I type;
    java -jar wizard.jar
    but, when I double click it . . . nothing.
    Any ideas?

    nothing ? that's weird, windows XP should prompt you to select the program you want to use in order to open Jar files (and give you this silly piece of advice to search the web for the appropriate program)
    you might want to check what program (if any) got associated with .jar extensions :
    in Windows Explorer : Tools => Folder Options => File Types
    hth

  • 'lag' works in normal SQL statement, but not when in a view (resolved)

    hi,
    got a problem when using 'lag' in a view.
    if i set up a select statement using 'lag' and execute it, all the results are correct.
    when i stick the exact same select into a view, then the results for the 'lag' entries are not correct any more.
    has anyone experienced this ?
    any hints would be good.
    thanks
    Martin
    using Oracle 10g Express
    version 10.2.0.1.0
    can not download the patch because i can not log into metalink - no CSI
    setting to resolved.
    Message was edited by:
    user614086

    Hi again,
    I think the problem is more with your expectation of what LAG should be doing than with LAG itself.
    LAG must calculate based on the result set, in your stand alone query that means what's left after the WHERE clause is applied.
    In the view that means across all rows the view produces. THEN you apply the where clause to the calculated values. You can see this in the example below.
    So what you'd need to do is define this view in a manner in which the WHERE clause won't make a difference to the logical window produced.
    That would mean using some columns in the partition by clause and order by clause, or leaving the lag function outside the view.
    create table test_lag (column1 number, column2 varchar2(10), column3 date);
    insert into test_lag values (1, 'ONE', trunc(sysdate,'DD') - 1);
    insert into test_lag values (2, 'TWO' trunc(sysdate,'DD') );
    insert into test_lag values (3, 'THREE', trunc(sysdate,'DD') + 1);
    insert into test_lag values (4, 'FOUR', trunc(sysdate,'DD') + 2);
    commit;
    create or replace view test_lag_v
    as
    select column1, column2, lag(column2, 1) over (order by column1 asc) AS laggery, lag(column1) over (order by column3 desc) as laggery_2
    from test_lag;
    ME_XE?select *
      2  from test_lag_v
      3  where column1 <> 3;
               COLUMN1 COLUMN2                        LAGGERY                                 LAGGERY_2
                     4 FOUR                           THREE
                     1 ONE                                                                            3
    2 rows selected.
    Elapsed: 00:00:00.50
    ME_XE?
    ME_XE?select *
      2  from test_lag_v;
               COLUMN1 COLUMN2                        LAGGERY                                 LAGGERY_2
                     4 FOUR                           THREE
                     3 THREE                          ONE                                             4
                     1 ONE                                                                            3
    3 rows selected.
    Elapsed: 00:00:00.68

  • PDF form submission problem - works in Acrobat and Reader, but not when embedded in browser

    Hello everyone,
    I am trying to submit a PDF form to an application server.
    To do this, I added a "Submit" button to the PDF, configured the server's address and submit format, and tested the button.
    I opened the PDF in Acrobat Pro, clicked the button, and my web application received the form in PDF format just as I wanted.
    To make it work in Reader, I had to extend user rights via Acrobat Pro, and then the form worked inside Reader as well.
    Up to here, everything went fine.
    Then I embedded the PDF in a web page (which will be the final scenario) and it all stopped working.
    The submit button doesn't do anything anymore, and no data is sent to the application server.
    I even tried switching from the form's submit mechanism to calling event.target.submitForm(...) in Javascript directly, but nothing changed (meaning this too worked only when opening the form as an "offline" pdf, but not when embedding it in a web page).
    Is there something I am missing? Something else that must be configured/activated in order to be able to submit the PDF when it is in the form of an embedded object?
    Many thanks in advance,
    Alex

    Thanks for your reply, Paul.
    I tested the submit button both in Reader 9.3 and Acrobat 8 (which is the same I used to RE the PDF).
    Apparently I got it working too, but only by deploying my embedding web page to an application server.
    The final environment the PDF will be embedded into will be inside a web application deployed to an application server, so I guess my problem is solved.
    It didn't work only when embedded into a local test.html web page saved on my PC...
    Thanks again, have a good day.
    Alex

  • Colors are printing incorrectly when exported to PDF but print fine from InDeisgn and Photoshop

    Documents I create in Photoshop and InDesign and export to PDF print in different/wrong colors. The colors are fine when printed directly from Photoshop or InDesign, they look correct when viewing the PDF, but change when printed from the PDF (specifically blues print as purple). How do I fix this?

    This really sounds like a color management issue.
    How are you creating the PDF files from InDesign or Photoshop? We recommend using the PDF/X-4 settings for proper printing from Acrobat or any direct PDF RIP/printer.
    Also would like to know what type of printer you are printing to.
              - Dov

  • I'm looking for a template for writing an eBook in Pages. I know about exporting to PDF but wondered if I needed a specific type of template or another software of some kind. I have an older iBook G4 (and love it BTW) and am using Pages 3.03

    I'm looking for a template for writing an eBook in Pages. I know about exporting to PDF but wondered if I needed a specific type of template or another software of some kind. I have an older iBook G4 (and love it BTW) and am using Pages 3.03. Anybody with any ideas on what to od? Thanks

    Peter,
    does Pages v4 (09) work on a G4 chip? I think I've updated this old Mac iBook as far as it will go. In other words will I need to buy a newer laptop to get the Pages 09 to work and ouput to an eBook? Thanks. Richard

  • Table of Contents page numbers works for PDF but not for other formats

    Hi,
    I followed exactly was indicated here regarding creation of TOC.
    http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T481157.htm
    The page numbers generated correctly for PDF but not for RTF, HTML and XLS.
    (HTML and XLS are understandably not paginated in nature but why not in RTF?)
    Tried to make the simplest example work, with 2 headings each on a separate page. Doesn't work on either MSWord 2003 or 2007.
    What am I doing wrong?
    Regards,
    Jarell
    Edited by: Jarell on Jan 11, 2012 8:08 PM

    Hi Kavipriya,
    What is your email address? I have attached a file in Oracle Metalink, under SR 3-5172030861. named test_toc.rtf
    You may use any xml because the template does not use any dynamic binding of values.
    The template is basically 2 pages, the TOC in the 1st page. First TOC item (Heading 1) is in Page 1, and Second TOC item is in Page 2.
    So the end result should be (PDF result from BI Publisher):
    First TOC Item .................. 1
    Second TOC Item ............. 2
    But for RTF it outputs:
    First TOC Item .................. 0
    Second TOC Item ............. 0
    And after doing Print Preview (once or twice)
    First TOC Item .................. Error in Bookmark
    Second TOC Item ............. Error in Bookmark
    Hope this is detailed enough to illustrate the problem.
    Edited by: Jarell on Jan 17, 2012 10:24 PM

  • My psc2115 only prints a blank page except from toolbox in diag mode

    hi any one with an suggestions please, i have a psc 2115 all in one it goes through the motions for printing but only prints a blank page except from the laptop on a network share,  iv tried new drivers, tried microsoft fixit, tried the hp diag software, still not working, its just printing a plain page, in print preview it shows the page that its gonna print then prints a plain page. tried all the hp support and the MS technet and it still dosent work , on the network share it only works from the wifes laptop (win 7) it prints ok. on my workstation (xp pro) it prints from the toolbox diag screen it will print a diag test page. ive un-installed and reinstalled the driver iv rest factory settings, im out of ideas fro the moment, any ideas please

    Hello Burnhug 54,
    Thanks for the post.  With this one, I've included a document below that should assist with this one.  It was some very good basic t-shooting tips.  If after going through these steps, you are still getting blank pages, then be sure to check your driver from control panel and from one of your applications.  Ensure that it is indeed the PSC2115.  Good Luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01892627&cc=us&dlc=en&lc=en&product=91430&tmp_t...
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=buu05210&tmp_task=solveCategory&cc=us&dlc=en&lan...
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • PDF file prints fine from Acrobat reader XI, but not Acrobat Standard XI

    I have a 2 page document that is set up as tabloid 11x17, meant to be printed duplexed and folded as a 4 pamphlet.  The document with the same printer settings prints fine from Adobe Reader XI but from Adobe Standard XI, Page 1 prints fine, but page 2 looks like it is  trying to print on the backside of an 81/2x11 instead of 11x17.  I have played with the print settings in Standard, and cannot come up with a combination that prints that document correctly, yet it prints fine from Acrobat Reader XI.  I did double check for updates on both products and installed them.  Anyone have any idea as to why this is happening?  If I print page 2 by itself it does print properly, just not when sent duplexed with page 1.

    Well, for those following this thread or needing a solution, I found a work-around though I'm still not sure why the initial problem exists.
    In Acrobat 9 Pro, once you have the main print dialogue box open, follow the steps below:
    1) Click ADVANCED
    2) Select PRINT AS IMAGE
    3) Set DPI to 300
    4) Click OK
    5) Make any other typical print setup adjustments as you normally would and finish printing as usual

  • For the last year, I have to refresh my browser to load certain normal pages...IE opens them, but not Firefox. I also have extreme difficulties loading video from sites including YouTube, Yahoo, etc. I open them in IE just fine. I update all the time.

    For the last year, I have to refresh my browser to load certain normal pages...IE opens them, but not Firefox. I also have extreme difficulties loading video from sites including YouTube, Yahoo, etc. I open them in IE just fine. I update all the time.

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    *Java Plug-in 1.6.0_07 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Exporting to pdf does not take the SummaryInfo properties

    Hi,
      i am setting all t he properties of the ReportDocument.SummaryInfo  and then exporting to .pdf, but only the title gets exported.
    second there are properties get set in the .pdf automatically by crystalReports without having the power to change them like:
    Creator, Producer.
    is there a possibility to change them.
    third is there a possibility to encrypt and sign a pdf through crystal reports?
    Regards.

    At least one of the 3rd-party Crystal Reports Desktop Schedulers listed at http://kenhamady.com/bookmarks.html provides that functionality (automating the process of exporting to pdf, setting properties using static or dynamic information from the report, protecting the pdf, etc.).

  • Trying to connect my iMac to on 10.8.2 with PowerBook Intel on 10.5.8; sharing works from PowerBook to iMac but not the other way around. Why?

    Trying to connect my iMac to on 10.8.2 with PowerBook Intel on 10.5.8; sharing works from PowerBook to iMac but not the other way around. Why?

    Thanks for the interest. Preferences are similar on both machines: screen sharing, file sharing, printer sharing & scanner sharing all ticked and radio button for Screen Sharing is ON.
    My confusion is that I can get a network connection to the iMac by selecting "go to server" on the PowerMac running 10.5.8 but am unable to make the iMac connect to the PowerMac using similar selections. When ethernet cable is plugged in the PowerMac shows up on the finder bar on the iMac, but it does not allow either screen sharing or connection to occur - a dialog box tells me to check System Prefs and Network connection.
    I'm hoping to export a large file of photos from iPhoto on my iMac to my wife's PowerMac and hoped to achieve this with an ethernet network connection.

  • The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    Hey thanx for the help, it worked like a charm.
    I think firefox changed the application lay out, as I used to be able to choose my PDF opener from the list at " Adobe Acrobat Forms Document' where I could choose Nitro-PDF reader, but it has now moved all the way to the bottom like you suggested to the obvious place of "Portable Document Format" section.
    If someone didn't tell me , I wouldn't have scrolled all the way down to be able to find it... it really should be with all its cousins up the top...
    Cheers again..

  • Export to pdf links not active

    When i create a pages document and export to PDF, the web page links are not active, even though pages says the links should be active in the PDF's i create. Whats up? Anyone

    This forum is dedicated to the program Pages in iWork '08. I suggest you ask your question about Word in the Microsoft Office forums.

Maybe you are looking for

  • Availability of SAP Automotive and DBM

    Hello, We are looking for information regarding the availability of SAP Automotive and SAP DBM in the following countries (Romania, Poland, Slovenia, Slovakia, Hungary, and Russia). Could someone help us understand what the release plan for these pro

  • Home page not loading correctly in iFrame

    So I have put together a site (which is still being tested) and one of the bugs I have is: I have a SWF that loads different content into an iframe on the opposite side of the page from it. All pages except the "homepage" load properly. The home page

  • Stuttering playback

    Hi I am editing in a ProRes LT 422 time line using ProRes LT material 1920 x 1080p. This is on a Mac pro Quad-Core Xeon with 6GB DDR3 and a 4TB esata stripped raid, using OS x10.6.4 and Final Cut 7. I have been suffering from intermittent playback is

  • Powermac G4 only shows desktop background

    I recently acquired an old powermac G4. It was working and could connect to the internet for the person I got it from. Then when I came home and plugged it in, I heard the chime, the screen came on, and it got stuck at the background. I don't see the

  • How do you share/backup photos with iPhoto 8?

    In order to be able to view photos on any of our home computers, as well as for backup purposes, I had a script which whenever activated updated the Picture folders on each computer from the one that imported the pictures. However, after having insta