Report shows up in HTML view but blank in PDF view

Hey
I have a quick question .
My report runs fine and shows in HTML view .
When I click on PDF view it shows up blank and doesnot even show any header footer company logo .
Any idea/advice ?
Thanx
Edited by: pooja... on Oct 14, 2008 8:41 AM

Hi Pooja,
It seems u have succeeded in getting your report on HTML. This is with Interactive Reporting.
In the Dashboard section i have an Embedded Browser with the url set in the properties that returns the xml response. But then we are unable to read or view it. Can you help me with that as i am new to this.
Thnks & appreciate your help.
JB
Edited by: user10454571 on Oct 21, 2008 9:31 AM

Similar Messages

  • Can Grow Vertical Alignment Error in Embedded Report View, but not in .PDF

    Hello,
    I have seen postings about this issue before, but have yet to find a solution. 
    I am using Visual Studio 2008 w/ the basic version of Crystal Reports that is included.
    I have a simple report that displays results of a stored procedure as rows across the report.  One field can be of variable length, anywhere from 0 to 100 characters.  Usually it's something reasonable (less than 40 chars), and so I have only given it so much width in the report.  For when it is longer than that, I turned the "Can Grow" property ON, and set the Maximum Number of Lines property to 0. 
    When the report displays embedded in my Web Form, and this field's data is wider than the space I have allowed, it breaks the data down into multiple lines of the same correct width, as you'd expect, but those lines end up displaced vertically upward several rows, and print directly on top of other data from the above rows, make the report unreadable in that area (and quite ugly overall!).
    If I export this report to a .PDF, it displays perfectly, without the vertical displacement error.
    Anyone know what the official work is on this?  Is there a fix or is this a bug?
    If there is no fix, does anyone know how to direct the report to the .PDF file viewer, so the embedded report remains invisible (and thus hides the ugly error), but the user has the .PDF version to see?  My client ultimately wants to export the report to .PDF, which I have already coded, but it does not open the .PDF Viewer, just saves the report to disk.  However, if I use the Crystal built-in Export button, it first displays a pop-up asking which format to export to, then if .PDF is chosen and okay is clicked, the pop-up switches to contain the .PDF Viewer, and opens the report.  In my user-defined export code, the .PDF is correctly created, but I am missing the step on how to open the .PDF Viewer.
    Any ideas?

    Thanks for the responses.
    Jonathan, moving the field in question to its own details section (details B) did not fix the issue.  The field in question is moved slightly down as its in a new details section with sits slightly lower than details A, but when it has to be broken up into multiple lines, the same issue arises, the field text is displaced vertically upward and sits on top of other data.
    Ludek, I wanted to send the report to a .PDF Viewer in a new browser, and keep the original browser intact.  I'm using code very similar to yours.  To launch the new broswer I added this code to the Page_Load of my main browser:
    btnViewReport.Attributes.Add("onclick", "window.open(Page.aspx', """", """", 'height=200,width=400')")
    When the button is clicked the report is exported, and the new browser opens Page.aspx.
    I use this code in Page_Load of Page.aspx:
            Dim webClient As System.Net.WebClient = New System.Net.WebClient()
            Dim buffer As Byte() = webClient.DownloadData("C:\Reports\Report.pdf")
            If Not buffer.Length.Equals(0) Then
                Response.ContentType = "application/pdf"
                Response.AddHeader("content-length", buffer.Length.ToString())
                Response.BinaryWrite(buffer)
            End If
    Any other ideas on the original vertical displacement issue when using Can Grow, I'd still appreciate it.
    Thanks,
    Scott
    Edited by: Scott Deltorto on Sep 23, 2008 10:15 PM

  • Images broken in Design View, but work in Live View

    Dear Adobe,
    it appears that externally hosted images are not showing in the Design or Split screen view, but have no trouble showing in the Live view. I have had this error since fresh installing DW CC 2014 and had no issue with previous versions of DW. I have tried some of the options suggested around the web including reinstalling but the problem persists.
    Please someone tell me there is a solution to this problem as I could never image that something so simple could take me to the edge of my nerves. I am experiencing a drop in productivity since I am constantly switching between views and it's making the whole DW experience a drag as well since there is a sluggish lag when switching views.
    Sorry for the rant, hope you guys could help me out here
    Mitts64

    The display of externally hosted images has been problematic, and somewhat intermittent, in DW's Design View for a long time. A lot of us just work with local versions of the images (say for html emails) and switch out the local links out for absolute links to server hosted images as the last step using Find & Replace.
    I have pretty much stopped using Design View all together though and do most of my coding manually while Live View is turned on, so I'm not sure if this was supposed to be fixed in DWCC 2014 or not.

  • How come I can see my div in design view but not in live view

    Hi,
    I have a div ID called "portfolio" that I can see in design view but not live view or on a browser. It's a little pink square and I want that square round also.
    I ran it through validator. It picked up some things in the style.css which I changed and the boilerplate.css that I did not. Because I thought DW auto creates code for boilerplate because I don't enter that code myself.
    It's also rejecting a lot of webkit code but this seems like standard webkit code that works elsewhere on the page.
    BTW: at what point does this brutal hand coding pay off in money and less heartache when Wordpress looks cleaner and is so much easier to use? I feel like I barely know HTML or CSS in terms of translating vision to reality and with all-browser functionality after months and months of on-line classes. How long are the pros at it till they reach a watershed point?
    here's my address: http://www.adjacentdimensionsmedia.com/home.html
    Here's my html:
    <body>
      <div class="gridContainer clearfix">
        <div id="div1" class="fluid"><img src="adtitle2.png" width="700" height="80" alt=""/></div>
      <div class="fluid"><div class="box-shad"><a href="index.html"></a></div>
      </div>
        <div id="portfolio">Portfolio</div>
    </body>
    Here's my CSS:
    .box-shad {
      margin-top: 200px;
      margin-left: 100px;
      width: 900px;
      height: 700px;
      display: block;
      background-image: url("images/Big-tree-trans1.png");
      background-size: 900px 700px;
      -webkit-box-shadow: 15px 15px 15px #000000 inset;
      box-shadow: 15px 15px 15px #000000 inset;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: fixed;
    .box-shad a {
        display:block;
        width:900px;
        height:700px;
    #portfolio {
      width: 100px;
      height: 100px;
      margin-top: 0px;
      margin-right: 200px;
      margin-left: 200px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: pink;
      top: -300px;
      position: relative;

    The top:-300 is putting that div above the top of the browser viewport. Fix that and you'll see the div.

  • TS1702 Robb report shows installed on my iPad but can't find it on iPad

    I don't see the Robb report icon on my iPad
    But the app shows its in stalled

    Settings, General, Reset (scroll down) Reset Home Screen Layout.

  • Webforms visible in project view but not in browser view

    Hi all
    I have a problem:
    We have a Yearly Task list with several webforms. Now, if I try to open the webforms in the normal project view everything works fine. But if I click the same Webform when I am in the browser view/tasklists/Yearly, I get the following Error message.
    Requested document does not exist.
    Show Details:
    Error Reference Number: {A9C8569B-EC64-4A6D-8FEB-897DA44ECF5C};User Name: 20354@MSAD
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvDSReports.cpp;Line: 626;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvReports.cpp;Line: 1538;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvReports.cpp;Line: 1081;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHE62;File: CHFMwManageDocuments.cpp;Line: 1340;Ver: 9.3.1.0.1502;
    Strangely, this only happens with the webforms that I have added more recently. The older webforms work fine also in the browser view.
    Thanks

    Hi all,
    We try to import Webforms from an application in a new application , inside a folder hierarchy.
    There was the same error when we want to access to any documents.
    The folder was created by an Active Directory User (With All rights).
    I have created a Folder with a Native Account (With All Rights) , and access to the document is now available.
    I hope this workaround, will help Oracle to understand the root cause.
    Regards.

  • The Early Watch report is being send in mail but not in PDF.

    Hi All,
    We ahve recently configured CEN system which is configured for early watch report using mails but it is not being sent in pdf
    it is being send in html.
    Can some one pleas ehelp
    Regards
    Yogesh

    Hello Yogesh,
    Earlywatch reports can only be generated in HTML and Word. Please take a look at below link for more details.
    http://help.sap.com/saphelp_sm32/helpdata/en/87/50cce344ae495bae240add66a28ed7/content.htm
    Thanks,
    Siva Kumar

  • Podcast feed broken in two in "Podcast" view, but complete in "List" view iTunes 11

    Hi all,
    Today I updated to iTunes 11 on my Windows 7 laptop. When I went to update some podcasts I subscribe to I noticed that there were two lists for a couple of the different podcasts inthe defaualt view.
    I thought perhaps there was something wrong with my .xml feed and spend a long time checking my feed file. Nothing looked odd, and I didn't remember seeing two feeds in prior versions of iTunes.
    At this point I clicked on "Lists" at the top. There was only one album for the podcast AND all episodes were listed there, where they should be. Seems like a bug in the new GUI for iTunes 11.
    Has anyone else experienced this issue? The podcast I'm subscribed to is: http://www.recastweb.com/podcasts/Weekly.xml http:///www.recastweb.com/podcasts/Luke.xml is experiencing the same odd display too.

    I'd like to have this list view back as well.
    It was usefull for choosing a podcast based on date and/or length.
    I will submit feedback on this and suggest all others who want it back do the same.
    http://www.apple.com/feedback/
    (Apple does not monitor these forums, but they do read their feedback !)

  • Sony SR-11 video "backjerks" in Project viewer but not Log Transfer viewer

    For example, in both the project canvas and viewer, people's heads may be turning to the right in the frames leading up to "backjerk" frame and again after the "backjerk" frame, but their heads jerk to the left at the "backjerk" frame. For example,for clip 805:
    Frame
    06:24 normal progression
    07:00 - 07:06 normal progression
    07:07 picture jumps back to same image as frame 07:00
    07.08 picture jumps forward to expected image after frame 07:06
    07:09 - 07:19 normal progression
    07:20 picture jumps back to same image as frame 07:13
    07:21 picture jumps forward to expected image after frame 07:19
    The "backjerk" frames move 1 frame with each succeeding frame count of 24. Hence in the next batch of 24 frames, the "backjerk" frames are 08:08 and 08:21, and so on.
    When viewed in the Log and Transfer Viewer or camcorder, there is no "backjerk". Quicktime was unable to open the files copied directly from the camcorder stream. Quicktime could open the files after transfer and saving but had the same "backjerk" problem.
    The video was recorded on a Sony SR-11 at 25 fps, AVCHD 1920x1080 and transferred to FCE using Log and Transfer. Capture did not work due to lack of firewire connection. The clips appeared in the Log and Transfer Window, were dragged to the lower area where "drag media here" appeared, and were saved in a project.
    When the clips were dragged to the canvas in the project, I tried both yes and no to the question as to whether I wanted to change the format to be compatible with the External Video. Neither worked.
    The Easy set up is "HD", "25 fps" and "AVCHD Apple Intermediate Codec/50".
    FCE is version 4.0.1. Computer is MacPro, OS X Version 10.5.7; Processor: 2 x 2.26 GHz Quad-Core Intel Xeon. Memory: 6GB 1066 MHz DDR3, 170 GB of memory available on HD
    Any suggestions?

    maresol wrote:
    Dear Tom,
    I don't think your questions were directed at me or ?
    If you look at the header of each thread you will see an "in response to" with a name attached. That's helpful in figuring out who's talkng to who. It's a good idea to start a seperate thread for questions, piggy backing can get a bit confusing.
    What are the Sequnce settings that these clips are used in?
    HDV-Apple Intermediate Codec 1080i60 should be the one.
    Al

  • MM50 Extend Mtrl costing view, but after maintaining costing view in OMS2.

    Hello Sap Gurus,
    I have a Unique Issue, i have created few 1000s Materials with material type ZDEN, now initially while creating these materials the costing View was not selected in the Material Type,
    but after creating this 1000s of material under ZDEN material type, now we require Costing View to be maintained for this material which are already created,
    so as an option we went to the material type ZDEN in OMS2 and extended the costing Views for the material type,
    now if i go to MM50 to extend material costing views I'm not able to extend the costing view for the materials, it gives me an error no materials selected,
    but alternately if i try extending the costing  views individually for each material by MM01 transaction it allows me to extend costing views to the material selected,
    is there any bug or issue note to be applied or any solution for this mass extension of views in material master, any bapi to extend Materials of this scenario,
    Awaiting your reply,
    Thanks and regards
    S Kumar

    when you create a material master after initial customizing of OMS2 then SAP writes the possible views into table MOFF
    If you then do customizing in OMS2 and add the costing view, this is not updated for  all your exsting materials 
    Hence you dont get them via MM50 because it selects the materials based on entries in MOFF,  but you can extend with MM01 as SAP checks the current customizing.
    execute transaction OMSM which can rebuilt the table and see if you then get your materials in MM50

  • How can I stop iCal from printing an appointment time posted in week view but printed in month view?

    While I keep my calendar in weekly format, I also want to print a single-page monthly calendar. But repeating the time of day in the monthly format takes up space. Is there a solution?

    I wish that I was replying with a solution. Alas, I am not. I am writing to commiserate. This issue is driving me and my husband (to whom all of the useless email notifications are being sent) completely bonkers.
    Help! Anyone?
    Anyone?

  • XML reports show in XML format instead of Defult output PDF in R12

    I am facing a problem in XML report in oracle R12 ,
    when I am running the report ,it through warning msg and output is coming in XML format instead of PDF .
    Please let me know the solution.
    Zulqarnain

    I am facing a problem in XML report in oracle R12 ,
    when I am running the report ,it through warning msg and output is coming in XML format instead of PDF .What is the warning message?
    Please let me know the solution.Please check the OPP log file for any errors. Also, please post the contents of the concurrent request log file here.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=XML+AND+Output+AND+PDF&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Why some posts in facebook pages not appear using mobile view but appear with desktop view ?

    The same problem occur with other browsers but not with facebook program

    What type of post?
    *Text/Image/Video
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    The Firefox cache temporarily stores images, scripts, and other parts of websites while you are browsing. <br>
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies, do the following:
    #Tap the menu icon located at the top right corner. This is the icon with 3 bars. On older Android devices you'll have to press the hardware menu key and then tap More.
    #Tap '''Settings'''.
    #After that, you will be taken to the settings screen. In the settings screen, look under the section '''''Privacy & Security''''' and select '''Clear private data'''.
    #You will then be taken to a list of what can be cleared. Select the following 2 for deletion:
    #*Cookies & active logins
    #*Cache
    #After those have been selected, tap the '''Clear data''' button to actually clear the cache and cookies.
    Did this help you with your problems? Please let us know!

  • Incorrect time in calendar-view, but normal in event-view

    If compare two different views of event it will different. Why?
    I think it's bug.

    I have the same problem. Is there a solution?

  • Why do Slideshows disappear in Design view but appear in Preview view

    Any idea what is happening? Let me know [email protected]

    Hi David,
    I'm not really sure why this is happening by looking at your image. Can you send your .muse file to [email protected] with the subject attn: Dana and a link to this thread so I can dig deeper?
    Thanks,
    Dana

Maybe you are looking for

  • How to display a google map in OAF page?

    Hi All, I want to display a Google map in OAF page Please tell me whole procedure how i complete the required task Thanks

  • Parallax code not working in CC 2014.1

    Hi!, I have being using this code for  parallax in CC 2014,  as an action on the stage on a scroll event. // scrolling controls animation  var animationHeight = 25000  var stageHeight = sym.$("Stage").height()  var scrollPos = sym.$("Stage").scrollTo

  • Problem with patches

    Hi, I  was trying to apply the BASIS patch no 12 through SPAM on our system but the import failed.Now this patch is there in queue.How to remove this patch from the queue so that I can try applying other patches? Regards, Prasad

  • Java Not Displaying Correctly - Linux

    When I run a Java JAR file in linux, the program loads up fine but I cannot see anything. All I do see is the outline to the GUI and a bunch of grey inside. If I click on the X I can partially see the popup asking If I am sure and thats it. Not sure

  • Can I change the column spacing on just the title page of a 12 page excel spreadsheet?

    Greetings!  I am attempting to make a order form for work and need some help!  The order form is 12 pages long and consists of a title page with a table of contents and the other remaining 11 pages are the items one can purchase.  I am struggling wit