Excel Export - Window Disappears!?!?!

Post Author: shorepound
CA Forum: Exporting
We're running a C# .NET 1.0 Application on Win2k3 Server Standard, SP 2. We have CR 9 installed on the server. Back around the time when DST information was updated on the server, we upgraded to SP 2. We were running on SP1 before, and we could export CR to Excel without a problem. After all of the updates, when you try to export to excel, the report window just disappears?!?! Usually you get a prompt to 'Open' or 'Save' the Excel Document. Not anymore.
I have tried everything, and here is what I know:
This is not a pop up blocker issue.
We uninstalled and reinstalled CR 9 on the server, no change.
Reports that export to PDF still work like a champ.
This has been driving me crazy! I am hoping someone here can help!
Many thanks in advance.
-Nathan Arnold

Post Author: shorepound
CA Forum: Exporting
We're running a C# .NET 1.0 Application on Win2k3 Server Standard, SP 2. We have CR 9 installed on the server. Back around the time when DST information was updated on the server, we upgraded to SP 2. We were running on SP1 before, and we could export CR to Excel without a problem. After all of the updates, when you try to export to excel, the report window just disappears?!?! Usually you get a prompt to 'Open' or 'Save' the Excel Document. Not anymore.
I have tried everything, and here is what I know:
This is not a pop up blocker issue.
We uninstalled and reinstalled CR 9 on the server, no change.
Reports that export to PDF still work like a champ.
This has been driving me crazy! I am hoping someone here can help!
Many thanks in advance.
-Nathan Arnold

Similar Messages

  • Excel Export Options Window

    I am using CR Basic with VB2008. Is there a way to display the Excel Export Options dialog when the user selects to export a report to Excel? I am wanting to do this through code, but is it even possible? This is the same dialog that pops up when you select to export a report to excel from within the IDE.
    Thanks,
      Steve

    The below, are the only exposed export option APIs:
    Private Sub ExportReportInExcel(ByVal reportDocument As ReportDocument, _
          ByVal fromPage As Integer, ByVal toPage As Integer)
          Dim myExportOpts As New ExportOptions
          myExportOpts.ExportFormatType = ExportFormatType.Excel
          Dim myExportFormatOptions As ExcelFormatOptions = _
          ExportOptions.CreateExcelFormatOptions()
          myExportFormatOptions.ConvertDateValuesToString = True
          myExportFormatOptions.ExcelAreaGroupNumber = 1
          myExportFormatOptions.ExcelAreaType = AreaSectionKind.Detail
          myExportFormatOptions.ExcelConstantColumnWidth = 9.5
          myExportFormatOptions.ExcelTabHasColumnHeadings = True
          myExportFormatOptions.ExcelUseConstantColumnWidth = True
          myExportFormatOptions.ExportPageBreaksForEachPage = True
          myExportFormatOptions.ExportPageHeadersAndFooters = ExportPageAreaKind.OnEachPage
          myExportFormatOptions.FirstPageNumber = fromPage
          myExportFormatOptions.LastPageNumber = toPage
          myExportFormatOptions.ShowGridLines = True
          myExportFormatOptions.UsePageRange = True
          myExportOpts.ExportFormatOptions = myExportFormatOptions
          reportDocument.Export(myExportOpts)
        End Sub
    The sample app vbnet_win_export.zip availbale from [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples] may help.
    The InProc RAS has the property MaintainColumnAlignment in addition to what the CR SDK has which is probably the colsest to "Maintain relative object position"
    [This|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e041f772-9d3b-2c10-a790-e3ea083a3dce] is a RAS excel export sample app.
    Developer help file is [here|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm].
    API reference is [here|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_apiRef_12_en.chm]
    The above are for Crystal Reports. RAS is at the following links:
    http://help.sap.com/businessobject/product_guides/boexir31/en/rassdk_net_dg_12_en.chm
    http://help.sap.com/businessobject/product_guides/boexir31/en/rassdk_net_apiRef_12_en.chm
    Ludek

  • Excel export defaults to ".txt"

    Hi Forum,
    I have a question regarding the "Excel" export button on SAP B1.
    Whrn i try to export data clicking the excel button, the window "Save As" defaults to ".txt" extension.... is there a place to change the default to make it ".xls" instead???
    Regards,
    Manuel Roman

    Hi Gordon,
    I had B1 on a pc that anytime that i clicked on the excel button and save it, the document would open in excel right away.
    Now i have a laptop with XP Pro (same configuration as the pc) and everytime i click on save, saves the document and it doesn't open right away.... i have to basically import the txt file into excel....
    The funny thing is that it was opening the file in excel and it was formatted correctly.
    Any Ideas?
    Regards,
    Manuel Roman

  • Excel Export warning:verify file is not corrupted or is from a trusted sour

    Hi, everyone,
    I'm using Apex 3.1 under CentOS 5 with 11G and Oracle HTTP server, also with Oracle BI publisher 10.1.3.3.2 under Windows server 2003.
    The Oracle BI installation got all the default settings. Print under Apex is working, with PDF, EXCEL, RTF except Excel export with a minor but annoying warning
    message like: "
    The file you are trying to Open, 'Top100-customer.xls' is in a different format than specified by the file extension, Verify the file is not corrupted or is from a trusted source before opening this file. Do you want to open this file now? "
    then if I choose YES(default is NO), everything OKs. I get the same message even I save the file locally then open it. This is annoying to our users because they get such warning everytime they try export Apex to Excel file. Did I miss something in Oracle BIP setting Or did I miss something in Apex setting? the data and export are working, just with this extra unwanted warning.
    Any suggestions are greatly appreciated.
    sean

    Thanks, John,
    Your answer is exactly right, it's EXCEL 2007 thing, not Apex or BIP thing.
    We have no control on user's registry settings, so from today on I just tell our customers "it's MS's fault" :)
    Thanks.
    sean
    Hello,
    This MS KB seems to fit your situation -
    http://support.microsoft.com/kb/948615
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • How to enhance the Excel export from Crystal Reports

    Hello,
    I am new in Crystal Reports and I wonder if it is possible to enhance the Excel export from Crystal Reports with post-processing that would be applied to the Excel exported file.
    By example, is it possible to freeze the window panes, so rows and columns are frozen in place on the screen?
    Is there any possibility to obtain the file exported to excel to work with.
    Or maybe there is some ways to parametrize the Excel export from Crystal Reports?
    Any suggestions are welcomed.

    If you are using Crystal Reports 2008 you can use the Report Application SDK that is now available.
    It has a object called PrintOutputController that has an export method that allows you to get access to the exported file before you send it to the user.
    Check the Developer library and the samples for details.
    <a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/robhorne</a>

  • InDesign CS3 - Save Window disappears

    Hello- In InDesign CS 3.3 (and Photoshop) the 'Save As' or 'Export' windows flashes and then disappear when I try to open that option and then the program goes into a "freeze" mode as the window is "hidden", but I can not figure out how to make it come back to the front to execute the option.... Is there a solution to this?
    Thank you
    --NEDSANTIS

    This was a common problem in CS3 with multiple monitors and monitor not run at the maximum resolution. There were a number of different solutions, none of which worked all the time, but usually one of them would work if you kept trying. I'd start by doing a search in this forum for multiple monitors and see what comes up. Use the special widget on the main discussion page, not the "search forums" box near the top.
    Google is another good way to search and you might have good luch including more terms.

  • Export window format changed, don't know why

    You know aperture is a love/hate relationship. What do I love? I became an advanced user fast, it's intuitive, but the bugs are just maddening and apple has never responded even once to my countless bug and crash reports. Apple has strayed so far from computing as it's central focus... the impression I get is they just don't care about my bug problems or if I stay an apple customer after owning that little baby Duo laptop, PowerPC, ibook and now MacBook Pro. I think that's sad. Just keep pushing the phones and ipods- Steve, and don't worry about me. I'll eventually just go away. That said, the format of the export window changed to first line: export preset, 2nd line: Subfolder Format, 3rd: "Grayed out" customer subfolder name, 4th: Name Format, 5th: Custom Name, 6th: File Name Example. To my knowledge, this new export window format changed without any action on my part. I don't like it because I can no longer just export it to the desk top without it being automatically put in a folder. The old export window format just had an option for tiff, jpg, psd and a name to type in and where it was heading. How do you get back this old export window format? This is baffling like the disappearing library in the trial version every time you shut down and restarted.

    Addressing your final remarks, I don’t see any problem. First: have your current Preset -> Image Export set to what you want in terms of JPEG or PSD etc. Second select the image(s) you want to Export. Select something like File -> Export -> Versions (or whatever you want). The Export panel defaults to the Desktop, and the images will be placed there - no folder is required.
    Maybe I’ve missed your point, but I don’t see any problem.

  • Questions regarding Excel Export from Table

    Hello,
    i've implemented the Excel Export described in this blog:
    /people/sap.user72/blog/2006/05/04/enhancing-tables-in-webdynpro-java-150-custom-built-table-utilities
    It works fine, but i have 2 question:
    - You have to add your Columns who want to get in Excel in the ArrayList. I have a table with LayoutOption (make Columns Visible/Invisible) and want to get all visible columns in my Excel list. You can i realize that?
    - My Excel List is shown in my existing Browser Window, but i want to open a new Window, how can i do that?
    Kind Regards,
    Christopher

    Hello Cristopher,
    For the first Qst:
      Lets think in this way; you have set two column fields invisible and in wdModifyView() check if the columns are visible set a flag and accordingly you can set the header at the getColumnInfo() function.
    Preferably use switch case to check the ArrayList selection and adding values to it.
    For the second Qst:
      Its all about the Browser property; where you have to set the option New window should be opened in new window. This will work.
    +in case of Mozilla; in Tools->option->Tab->new window should be open in
    new window
    new Tab
    +
    Select new window
    Regards
      -Vinod V

  • Convert Numbers to Excel using Windows?

    My macbook is out for repair for the next 5-7 days. I backed up all of my data, but now I realize I don't have another mac, or know anyone with one, to open my personal budget with. Is there any way to convert the numbers format to excel under windows? I noticed the file looks like just an xml file, anyone know of a conversion program out there?
    Do you think if I took the file in on a usb stick to the apple store they might let me export it to excel real quick?
    -Dave

    Hello
    If it not too huge you may send me as attachment.
    I will export it as E…l and send it back.
    If it is too big, you may do the same using YouSendIt.
    koenig PERIOD yvan AT tele2 PERIOD fr
    Yvan KOENIG (from FRANCE samedi 10 novembre 2007 19:16:57)

  • Excel export problem using craxddrt

    Hi,
    I'm using craxddrt v.11.5 in our intranet application to export rpt.reports to different formats. My code works well with PDF and text exports, but when it comes to Excel after the .Export(false) method executes the browser window just goes into idle then the session finally expires. I never catch any error. I have tried several export options with no prevail.
    I suspect the Excel export is missing some info to complete and it is trying to prompt me, but no visible prompt gets displayed/answered so it just expires.
    Could anyone help me out. I've spent several days researching and fixing the code and ran out of ideas.
    Sincerely
    Steve Komaromi

    Hi Steve, Is there some reason you are posting this question over and over again?
    Try looking at your same post: Excel export problem using craxddrt
    Also, RDC is legacy product. Look for you answer where you posted the exact same question in the legacy forum.

  • Excel Exports

    1) Does anyone have a solution for creating an Excel Export with a chart / graph included?
    2) Is there any way to include formatting in an Excel Export? I'd like to be able to include Borders, Font Coloring, Formula's etc.

    Vega,
    What version of ApEx are you running? I know in 2.x you could not export graphs "directly" into excel. However, although I've never done it, I've read documentation from companies that opted to use ApEx over Java and ASP solutions... One practice was to leverage the use of individuals familiar with VBA to format reports exported from ApEx. Have any of those around? ;)
    Dan
    Sorry, meant to say VBA (Visual Basic for Applications)
    Message was edited by:
    dmcghan

  • Excel export are merging cells for data on multiple lines !

    Hello,
    I'm using Crystal Report XI R2, when we are doing an export to Excel with have an unexpected formatting.
    For example the value of the name is on 2 lines:
    => So, on Excel the result is on 2 lines but merged. We want to have this result only on one cells.
    Remark: if we delete the 2nd lines, because cells are merged we obtain the expected result.
    Proposal A:
    Are they any set-up available concerning the formatting of Excel ?
    Proposal B:
    Could we run some VBA when we click on Export button to make queries on the Excel ?

    When they introduced Unicode support in Crystal 9 (I believe), they had to completely re-write the export routines. At that time, they made a decision to change the functionality of the excel export. Crystal is attempting to remain absolutely faithful to the graphical layout of the report as you see it in the viewer. So it creates merged cell sections, empty columns between columns, and empty rows to give you as close to exactly what you see in the viewer as possible. Unfortunately, the result is typically less than useful. Iu2019ve had several conversations with Business Objects (now SAP) with regards to this when they changed it between versions 8.5 and 10, and they have no intention of changing the functionality as it now exists.
    There is a document which is now likely somewhere on the SAP portal that explains what you need to do to obtain the best results when exporting to excel.
    The jist of it is this:
    Line up all of the columns detail data with thier headers, and make sure that data fields are the same size as thier headers. 
    Line up all rows (headers and detail rows). (ie: select everything in the row, right click, align tops, and make the same height)
    cram everything as close together as possible. zero space in the report translates to zero extra collumns and rows in the export.
    the other option is to use the export to data only functionality, but that may not be what you're looking for either.

  • Safari 3.0.4 on OS 10.5.1 not crashing but browser windows DISAPPEAR! Help!

    I know there is a thread in the beta forum with a generic title "Safari acting strange" but I figured a more specific thread title might get more attention from those experiencing the same anomalies.
    Here is my problem:
    I'm using Safari 3.0.4 that came with the Leopard 10.5 disk I installed on my laptop. Safari was working fine for a good couple weeks and then suddenly it began acting strange indeed.
    Now after an undetermined amount of time when I have a Safari browser window(s)/tab(s) open it will suddenly disappear off my screen without provocation (meaning I don't have to perform any action to do this. I can be sitting there not touching the laptop or typing anything; it will just disappear as if some unseen person with a remote control hits the Let's-mess-with-this-guy's-computer button). At first glance it seems that Safari has crashed.
    However when I look to see what happened or perhaps relaunch I see that Safari is still up and running. The menu bars all work. It seems to be in perfect working order. Only problem is the browser windows have disappeared and nothing I do will bring them back. I can try to create new browser windows and Safar thinks it is creating them because I can check in Windows menu and see the fruits of my efforts stacking up more and more as I add new windows and tabs in an attempt to get the browser windows back. However where these windows live is a mystery to me. When I try to quit Safari I get an Alert message asking me if I really want to close the windows with the multiple tabs in them (further supporting the theory that Safari still thinks windows are open and seeable by me)
    When I DO quit Safari and relaunch it, it remains in the same state. No browser window is seen yet looking in the Windows menu I can see that a new browser window is present. The only way to use my Safari again is to reboot my computer. Of course this fixes the problem for maybe 5 minutes until the browser windows disappear again. And that's when I switch to Firefox.
    I've repaired permissions. I've checked for any Input Managers folder for culprits but seeing as this is a fairly new laptop and that I just did an Archive and Install of Leopard with a fresh Safari in toe I have not installed any 3rd party applications so no Input Managers folder exists anywhere on my laptop.
    I have the standard Safari Plug-Ins that come with Quicktime.
    I have Spaces turned off. I am not using dual monitors so the browser windows are not being shot off to a second screen somewhere.
    I see nothing in the crashlog because I actually don't think Safari is treating this behavior as a crash. It's not quitting unexpectedly or anything.
    So I am at a total loss. Any ideas?

    I had this problem as well.
    First: In Safari go into preferences and select the "security" tab. Uncheck "Enable Plug-ins"
    This fixed a lot of bugs for me !
    Second: If that worked than you just need to go to Hard Drive/Library/Internet Plug-Ins
    There should be a folder there that is called "Disabled Plug-Ins" I just put all of the plug-ins in that folder, went back and rechecked " Enable Plug-Ins" in Safari preferences, and then one by one added plug-ins back out of the disabled folder while reloading a web page that caused problems before. After some trial & error I think I have a setup that works for now. Hope this helps!! Also as of now I have installed all software updates. My mac has been doing this for a while. Logging out & back in reset safari back to where it was useable.
    I have not had problems with any other programs.

  • ICal week view window is gone. When selected the window disappears.

    Whenever I click on view->week view (or just the "week" button on the bottom row) my ical window disappears. No idea where it is going. If I click on view->day/month the window comes back. However, after it comes back in day or month view, the info sidebar (and button at the bottom to control it, along with the todo and results list buttons beside it) now isn't there.
    Any ideas how to fix this? I think it happened when I plugged my laptop into a 1024x768 projector and then changed my mind quickly and unplugged it, but it has been like this for a couple of weeks now through several reboots etc.
    This is a macbook pro running tiger.
    Thanks,
    Bruce

    Bruce,
    Often iCal display anomalies can be rectified by refreshing the iCal plist file.
    Quit iCal, and drag the com.apple.iCal.plist file which is located in your Macintosh HD/Users/yourusername/Library/Preferences Folder to the Desktop. Then log out/in or restart and check iCal for desired behavior.
    ;~)

  • Month View makes window disappear

    HI I am wondering about this - I was using iCal and it was working fine, then I cam back to the computer later, and the calendar had disappeared. I quit restarted, repaired permissions, all to no avail.
    What I am finding is that I can see my calendars in Day and Week view, but if I change to month view the window disappears. It also does thew same if I press cmd+3.
    I only use it on one computer, am not syncing to anything. The only that may have been strange was that I was connected to an LC Projector when i was using it, then I disconnected while it was still open. Afterward it doesn't seem to work. But I have also reset the displays to detect that there is not a second monitor, etc.
    I am using a Powerbook G4 17", 1.67GHz, running 10.4.8, and iCal 2.0.4
    I also can't seem to find an updater.
    And just to try - how does one reset iCal to begin with, and not lose all calendars - I've been using it for about 3.5 years (and have the next 8 months scheduled out on it) and haven't had trouble until now, and don't want to lose everything.

    Hi,
    The window positions are kept in your preferences.
    Quit iCal and try moving the com.apple.iCal.plist file in User>Library>Preferences to your Desktop, then re-start iCal. The preference file will be re-created with the default settings, this will not affect the contents of your calendars.
    best wishes
    John M

Maybe you are looking for

  • IPhone 4 battery life, Why does it die so fast and what can I do?

    I have had an iPhone 4 for a little over two years now and feel like recently, my battery is dying so fast. When I go out for the day it always dies before I get home, what I think it is, could be that I take a lot of pictures and use many picture ap

  • How to read Spreadsheet, PDF and MS Work files

    I am new to BlackBerry world.  Is someone tell me how can I read MS Spreadsheet, Work and PDF from my BB8330?  Do I need buy or download any software or come with the BB?  Thanks Solved! Go to Solution.

  • Connection error while updating/refreshing Downloa...

    Hello guys. I have a nokia n95 and I want to install Ovi. The instruction says: 1. Go to Menu 2. Download When I try to connect to refresh the Catalog list, an error saying "Error while browsing" pops up. Any workaround on this? Please help. Thank yo

  • E-Mail in iOS 7.0.2 with massive problems sending big e-mails

    Dear all, i have massive problems in sending e-mails with attachments using iOS 7.0.2 on an iPhone 5s using iCloud E-Mail services. If i try to send more than one photo done with the iPhone, it is just sending and sending, but after an endless time n

  • Gallery not detecting files from memory card -N80

    I'm using N80, the gallery is not showing any gallery files in the memory card, if i switch the camera settings to phone memory, the camera images are being shown Any idea ?? thanks " Never think of the negative unless you have fully discovered the p