Problems Exporting rpts to Excel!

Post Author: miguelitobh
CA Forum: Exporting
Hello Everybody! I´m new in the forum, and i have a question that is killing me... I´ve an application that runs asp and COM+ using Visual Basic... I made another litlle module for Crystal Reports rpts imports... I wrote the code using the Business Objects Samples like example (rtpserver.asp, etc) ands works fine. The problem that i´ve found is: In the export all the options are working, except the 2 excel´s types. When a try do export a report to Excel, i put the file name and try to save, but the application hangs my IIS server... Anyone can help me? I´m using Windows XP SP2, Office 2003 and Crystal Reports XI R2...
Tahnk´s

Wannetta,
When the user filters the data and then exports it to excel; all of the original data is exported rather than the filtered data.
Can you describe the exact workflow in a bit more detail.  Here is one "gotcha" to consider, which sounds suspicous to your case.  If the user is using InfoView (not WebI), and he or she uses Export to Excel with CSV, then there is no consideration to what has been done in the report, the contents of what you see in the "Results Object" panel from the Edit Query view is what is sent over to the CSV file.  Also, the order of the columns of data is according to what is specified in the "Results Object" panel.  So, just a heads-up to consider if this is happening or not.  Otherwise, please give us the workflow and the version of XI and client's versioin of Java on the workstation...
Thanks,
John

Similar Messages

  • Having problem exporting crosstab to excel?

    I have a crosstab that has a time field inside, it shows well formatted on crystal, but when I export it to excel, it shows 12:00 am in all the fields. Does someone know how to solve this?

    I can't seem to be able to replicate the behaviour, unfortunately. The time shows up correctly for me.
    Would you be able to attach the report with saved data please?
    -Abhilash

  • Problem exporting CN41N into excel

    Dear All, One of our user is facing the above problem. In CN41N in SAP he gets Project ID and Project description as desired. When he exports to excel strangely the Project Description is also showing Project ID. It behaves correctly with other users. I have tried this out and it shows correct results. Where may be the problem lying. Is this technical ABAP related?

    Hello Suman,
    In addition to above suggestions, please also try exporting Project ID & Description using t code CNS41. If same error persists for this user, you can also take help of Security / User Admin team if there are any user specific settings/ roles that user is missing.
    Regards
    Tushar

  • Problem exporting XREF3 to excel

    hi all,
    i am trying to export BSEG data to excel.all other columns are ok, but the last digit in the value of column XREF3 is getting replaced with 0.
    for example if the value is 200750000004930001, the value in excel is 200750000004930000.
    same is true even if I export directly from SE11.
    how do i solve this problrm.pl help
    thanks in advance.

    I can't seem to be able to replicate the behaviour, unfortunately. The time shows up correctly for me.
    Would you be able to attach the report with saved data please?
    -Abhilash

  • Problem export listbox to excel spreadheet

    Hi,
    I have exported data form the PDF. All name fields are displayed in the excel except the listbox object.
    I already to bind the listbox in properties tab. But I don't know why the listbox is not working.
    Please help.
    Thanks,
    cindy

    Thank for your information. But it is not working.
    All data on the form has been exported directly to the excel spreadsheet except the data of the listbox has not been exported value to the excel.
    Thanks,
    Cindy

  • Problem exporting a Financial Report to excel

    Hello Everyone,
    Of several users who have tested this functionality, I only have 1 user who is experiencing this problem, however we can't figure out what's wrong... Here is what is happening:
    1. Run a financial report from the web-portal using HTML preview
    2. Once the report is displayed in HTML, he goes to File | export | fully formated excel file (he also tried with the query ready report and had the same problem)
    3. he is prompted to either save or open this xml file
    4. he selects open, he gets an excel window and is prompted with the following: "Please select how you would like to open this file:" and the radio button options are: "as an xml list", "As a read-only workbook", "use the xml source task pane".
    5. he selects "as an xml list" he then is prompted with the following: "The specified source does not refer to a schema. Excel will create a schema based on the xml source data."
    6. he clicks on "ok" and the result is what looks like an excel pivot table except is says "error" in one of the cells and then an adjacent cell says: Logon Failed. User Name must not be empty.
    No matter which combination of the options he chooses, he sees the same result.
    In addition, I know it is not a problem with his ID b/c he can run the report AND export to excel just fine when he does it from my computer!
    Has anyone seen this problem before? Is this maybe a setting that needs to be changed? etc...?
    FYI - we are in the final stages of migrating to system 9 so our current configuration is as follows: Financial Reports / Workspace version 9.3.1 however his run time client on is version 7.1.2 and the essbase cube is version 9.3.1. I have several other people who have run the same report, against the same essbase cube, also using the ver 7 RTC and it works fine.
    Any ideas???
    Thanks in advance for any help!
    Alina

    Hello Everyone,
    Of several users who have tested this functionality, I only have 1 user who is experiencing this problem, however we can't figure out what's wrong... Here is what is happening:
    1. Run a financial report from the web-portal using HTML preview
    2. Once the report is displayed in HTML, he goes to File | export | fully formated excel file (he also tried with the query ready report and had the same problem)
    3. he is prompted to either save or open this xml file
    4. he selects open, he gets an excel window and is prompted with the following: "Please select how you would like to open this file:" and the radio button options are: "as an xml list", "As a read-only workbook", "use the xml source task pane".
    5. he selects "as an xml list" he then is prompted with the following: "The specified source does not refer to a schema. Excel will create a schema based on the xml source data."
    6. he clicks on "ok" and the result is what looks like an excel pivot table except is says "error" in one of the cells and then an adjacent cell says: Logon Failed. User Name must not be empty.
    No matter which combination of the options he chooses, he sees the same result.
    In addition, I know it is not a problem with his ID b/c he can run the report AND export to excel just fine when he does it from my computer!
    Has anyone seen this problem before? Is this maybe a setting that needs to be changed? etc...?
    FYI - we are in the final stages of migrating to system 9 so our current configuration is as follows: Financial Reports / Workspace version 9.3.1 however his run time client on is version 7.1.2 and the essbase cube is version 9.3.1. I have several other people who have run the same report, against the same essbase cube, also using the ver 7 RTC and it works fine.
    Any ideas???
    Thanks in advance for any help!
    Alina

  • Problem while exporting data to Excel sheet.......

    Hi
    I have written the following code to export data to excel sheet...
    data:
           conv_out TYPE REF TO cl_abap_conv_out_ce,
           content TYPE xstring.
    data : itab_slsrl type table of znslsrlitm.
    data: xml_out TYPE string.
    Data:
    Node_slsrl type ref to If_Wd_Context_Node,
    Elem_slsrl type ref to If_Wd_Context_Element,
    Stru_slsrl type ref to if_wd_context_element .
    call transformation ('ID') source tab = itab_slsrl[] result xml xml_out.
    CALL FUNCTION 'CRM_IC_XML_STRING2XSTRING'
    EXPORTING
    INSTRING = xml_out
    IMPORTING
    OUTXSTRING = content.
    conv_out = cl_abap_conv_out_ce=>create( encoding = 'UTF-8' ).
    DATA: lv_filename TYPE string.
    conv_out->convert( exporting data = xml_out IMPORTING buffer = content ).
    cl_wd_runtime_services=>attach_file_to_response(
    i_filename = 'Sales_order_release.xls'
    i_content = content
    i_mime_type = 'application/msexcel'
    i_in_new_window = i_in_new_window
    i_inplace = i_inplace ).
    But when i am trying to export data to excel sheet i am getting
    following error...
    "Switch from current encode to specified encoding is not supported"
    "<?xml version="1.0" encoding='utf-16"?>"
    if i change encoding utf-8 to utf-16 in my code its giving dump..
    "The conversion of certain code pages is not supported"
    Did i miss any step...?
    How to resolve this problem please help me....
    Thanks & Regards
    Sowmya.....

    Hi Sowmya,
    I do had a similar issue, but I avoided that problem temporarily by commenting the following code.
        l_conv_out = cl_abap_conv_out_ce=>create( encoding = 'UTF-8'  ).
    attach the first file
    l_conv_out->convert( exporting data = l_xml_out IMPORTING buffer = l_content  ).
    Once this is done, you can export the data to Excel and open it and see too...But this is a temporary solution only. Implement this solution to get to understand more flaws of this.
    Regards
    Raja Sekhar
    Edited by: Raja Sekhar on Dec 26, 2007 7:51 PM

  • Problem in exporting data to excel in nwds 7.3

    Hi All,
    I was using the following code for exporting data to excel in NWDS 7.3
    private IWDCachedWebResource getCachedWebResource(byte[] file, String name,
    WDWebResourceType type) {
    IWDCachedWebResource cachedWebResource = null;
    if (file != null) {
    cachedWebResource = WDWebResource.getWebResource(file, type);
    cachedWebResource.setResourceName(name);
    return cachedWebResource;
    I was getting the error in the following line cachedWebResource = WDWebResource.getWebResource(file, type); when I clicked the quick help it ststed the getWebResource method is depricated.  Kindly provide some assistance on what is the new method in its place.
    Thank you
    Regards,
    Preet Kaur

    Hi Ganesh,
    Thanks that worked fine, but when we go further we are facing problem ie
    byte[] excelXMLFile;
    IWDCachedWebResource cachedExcelResource = null;
    String fileName = dataNode.getNodeInfo().getName() + ".xls";
    try {
    // create Excel 2003 XML data as a byte array for the given context node,
    // attributes and headers
    excelXMLFile = toExcel(dataNode, columnInfos).getBytes("UTF-8");
    // create a cached Web Dynpro XLS resource for the given byte array
    // and filename
    cachedExcelResource = getCachedWebResource(
    excelXMLFile, fileName, WDWebResourceType.XLS);
    // Store URL and file name of cached Excel resource in context.
    if (cachedExcelResource != null) {
    wdContext.currentContextElement().setExcelFileURL(
    cachedExcelResource.getURL());
    wdContext.currentContextElement().setExcelFileName(
    cachedExcelResource.getResourceName());
    // Open popup window with a link to the cached Excel file Web resource.
    openExcelLinkPopup();
    } else {
    wdComponentAPI.getMessageManager().reportException(
    "Failed to create Excel file from table!", true);
    } catch (UnsupportedEncodingException e) {
    wdComponentAPI.getMessageManager().reportException(
    e.getLocalizedMessage(), true);
    } catch (WDURLException e) {
    wdComponentAPI.getMessageManager().reportException(
    e.getLocalizedMessage(), true);
    The above bold lines also would need to be converted to inputstream, but not sure how to correct that
    We are following the below pdf for the implementation.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/edc2f3c2-0401-0010-8898-acd5b6a94353?QuickLink=index&overridelayout=true
    Thank you
    Regards,
    Jaspreet Kaur

  • Export JSP to Excel : Weird problem  (Urgent)

    Hi,
    Sorry for the length of question.
    I am facing a bit weired problem while exporting my JSP report to Excel.
    I have multiple tables in my JSP page .( Use of Multiple tables is a requirement .).
    I am using Struts and Oracle 9i JDeveloper for developement.
    I have a button called "Excel" and on its click , I am opening the same JSP page in a pop up and passing reqd. parameters to it using querystring
    ( sometimes I am keeping the parameters into session as the length is loo large to fit into queryString. )
    I am using
    response.setContentType("application/vnd.ms-excel");
    to transform my JSP page to Excel.
    Sometimes, this works fine.
    But, mant times this gives error such ( in Windows2000 Adv. Server ) as
    "Memory could not be "read"."..with the tile of error-popup as "Excel.exe".
    (In Windows NT , it never exports to Excel. Every time it gives "Dr. Watson Debugger" message box.)
    In Windows2000 Adv. Server ,
    While debugging, I observed that when I click on Excel button, the pop up opens and executes the page and again goes to the start of the page and executes again and thus tries to open the same Excel document.
    As we know, we cannot open same Excel document twice. Hence it gives a popup alert that
    " The file <filename with its entire path> could not be opened.
    There may be several reasons :
    You might be trying to open a file which does not exist.
    You might be trying to open the file which is already open. ..."
    etc.etc. and something like this.
    Now, this is totally unpredictable. If I click Excel button, It may open the file in excel and on next try it would give error.
    This is quite annoying. I searched on this forum, Google but could not find the solution yet.
    I cannot use POI - HSSF . I cannot use userdefined Excel tags as well. as it will require a lot of reqork and unfortunately I don't have that much time now.
    Please help me and let me know how would I be able to successfully and predictably export my JSP pages to Excel.
    Thanks,
    Swipsy.

    Hi,
    Why don�t you save as attachment? (use -> <% response.setHeader("Content-Disposition", "attachment; filename=\"name.xls\""); %> scriplet )...
    I�m doing the same work, but I have problems to export images to Excel by this method...
    Someone could help me??
    thanks a lot

  • Problems Exporting to Excel in Acrobat XI

    I have some problems exporting a PDF to excel in Acrobat Std or Pro XI but not in Acrobat Std or Pro X.  When exporting in X all the columns and rows are created as they should be, but in XI everything is slammed to the left in one column.  Has anyone experienced anything like this and is there maybe a setting that I am missing in the conversion process that was automatic in X but is not in XI?
    Thanks in advance for the help.

    I am having a similar problem.  I used the 30 trial acrobat XI and it exports pdf to excel perfectly.  However, after buying and installing the program, the export is all messed up with data not in correct columns...etc.
    Acrobat tech controlled my computer and experimented a bit.  He said that my pdf was created by a 3rd party application called crystal reports and that acrobat doesn't work on about 50% of these 3rd party creations.  I said, then why does the trial work so well.  He said there is nothing different between the trial version and the actual purchased version.  This cannot be true or something else is up.  I told him I wanted to uninstall my purchased program and reinstall the trial version just to prove it to him.  He said it would not allow me to reinstall the Trial.
    After my phone call was over, I did it anyways.  It did let me reinstall the trial version.  I took 7 pdf sent to me from work from each server (wanted to make sure one of my servers was not sending different types of pdfs).  Each pdf did not convert successfully when I used my purchased version.  Then I uninstalled and reinstalled the trial version.  The trial version successfully exporting my pdf to excell (all 7 of them).  Something weird is going on.
    Any insight would be appreciated.

  • Missing data when exporting webi to excel (not 65536 limit problem)

    Hi guys
    I just meet a problem about webi that it will miss data when exporting webi to excel.
    It's not about 65536 limitation, as my webi report do some aggregration and limitation and never beyond that limitation.
    Also there are 2 tabs in my reports, if I split the 2 tabs into 2 separate reports and export them separately, then problem disappeared.
    Any ideas on this?

    Hello Claes
    according to:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Tools => Import and Export => Specifying the Sequence of the External Data Structure => External File Structure: Specification
    Table EST07 should be part of export file. I am not sure if the packing requirement ist part of EST07.
    Furthermore wirh ECC 6.0 EnhPAck3 some changes happend generally in the area of DG classification.
    E.g. Dynamic dangerous goods classification. I am not sure if these changes are "included" in some sense in the EH&S data download.
    With best regards
    C.B.
    PS: please check this link on the top:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Refer to "Table Assignment: Specifications"
    I believe packaging requirement is part of table EST0B but this is part of the download file.
    Edited by: Christoph Bergemann on Aug 27, 2011 7:12 PM
    Edited by: Christoph Bergemann on Aug 27, 2011 7:13 PM

  • Exporting report to excel encoding problem..

    Hi All!
    A have a problem about encoding. I have a report and I export it into excel file. Everything is in a way. But unicode characters is not written in correct encoding. And I use encoding type everywhere "UTF-8"
    I use contentType as
    <%page contentType="application/vnd.ms-excel;charset=UTF-8" pageEncoding="UTF-8"%>
    and print out as
    StringBuffer sb = new StringBuffer();
    JspWriter writer = pageContext.getOut();
    writer.print(sb);
    ...Please help me. I couldn't solve this problem.

    Hi
    Actually i have been doing a lot of experimentation in this for past some days.
    The various alternatives are as follows:
    a> DESFORMAT=SPREADSHEET attribute in case of Oracle 10g Release 2, in this case the formatting will be maintained but the report will consist of empty cells and merged cells which is not required.
    b> in case of Oracle 9i, the following link may be helpful to you http://download-west.oracle.com/docs/cd/B14099_15/bi.1012/b13895/orbr_paptoexcel.htm#CIHFDJAJ . But in this case ,also the problem of empty cellas and merged cells cannot be removed.
    c> the option which i have preferred is to use the tool rep2excel which is easily downloadable from http://www.lv2000.com/. With some minor changes in the report formatting u will get the desired output. You may inclde the scripts given in the manual to include the software in your normal execution. The problem of empty cells and merged cells can also be removed.
    For any further queries of how to use the tool do feel free to ask

  • Problem Exporting Webi report to Excel in Edit mode

    I have posted this question on BOB forum [http://forumtopics.org/busobj/viewtopic.php?t=189429&sid=8539bfcc4dbbf782ba1a9950085373ed] and found no response so I am cross posting here.
    I have two environments: Enterprise XI 3.1 SP2 and Enterprise XI 3.1 SP3 FP3.6. On both instances when I open reports in web intelligence and try to export it to excel (using Save to my computer as Excel) I will get a "file download" dialog box asking me if I want to open, save or cancel. However when I am in Edit mode I get the same options to save/open only in the first instance(SP2), what I get in sp3 is a somewhat different "save docuemnt" dialog box (with a save as type all files not explicitly excel), doesnt allow users to open at all. I need your help to get the file download option to open/save when i export reports to excel in the second instance too. BTW it works fine for PDF export.
    Thanks.

    Please check if matches this behavior and if the suggested solution works
    [1467147 - Neither File Download dialog box is shown, nor error ERR_WIS_30271 occurs when saving the Web Intelligence document as Excel file in Java Report Panel after Binary Stream Maximum Size has been reached |https://service.sap.com/sap/support/notes/1467147]
    Worth to have a look also to this KBA for higher SP levels
    [1665049 - Save behavior is inconsistent in BusinessObjects Enterprise XI3.1 SP4 |https://service.sap.com/sap/support/notes/1665049]
    PS: Just noticed also that there is a bug ADAPT01568649 for which the option for saving as Excel doesn't appear.
    This is fixed in FP3.7
    Thanks!
    Simone
    Edited by: Simone Caneparo on Feb 13, 2012 9:18 AM

  • Issue while exporting report in Excel Format

    Hello,
    I am facing problem while exporting the report in Excel Format. After analysis, I think that it could be due to two reasons, either we are using wrong versions of Jars, or we are using wrong API. Here is the code, approaches and problems we are facing. Please help.
    First approach we are using is:
    // using basic API
    import com.crystaldecisions.reports.sdk.ReportClientDocument;
    // get client document from crystal report API and open the report by specifying the report name, with path
                   ReportClientDocument reportClientDoc = new ReportClientDocument();
                   reportClientDoc.open( reportPath, 0 );
                   // give chance to extending classes to configure the report document by POJO or by sql parameter etc, just adding the parameters infromation using ParameterFieldController
                   configureReportDocument( reportClientDoc, reportMetadata, reportData, reportContext );
                   // get data source of crystal report
                   Object reportSource = reportClientDoc.getReportSource();
                   // export the data - we have also tried with MSExcel format
                   ReportExportFormat exportFormat =  ReportExportFormat.recordToMSExcel;
                   LOGGER.debug( "exportFormat[" + exportFormat + "]" );
                   ByteArrayInputStream byteArray = (ByteArrayInputStream) reportClientDoc.getPrintOutputController().export(
                             exportFormat );
    Problem Faced: Specified Excel format is not supported.
    Second Approach: We come to know that excel format is supported with new releases and with occa package.
    Then we tried with import com.crystaldecisions.sdk.occa.report.application.ReportClientDocument; It ask to set the ReportServer. When we are trying to set the server as
                   reportClientDoc.setReportAppServer(ReportClientDocument.inprocConnectionString);
    Application is unable to find 'ReportClientDocument.inprocConnectionString' property. It seems like we are using some old jars. However we have downloaded the latest released jars for eclipse 2.
    Please help for it. Issue is to export the report in excel format, which is currently working fine for PDF. If this problem is related to Jars, please suggest the path to download the latest jars. We also looking for the latest jars like rasapp and rascore etc. But these are not available with Crystal Report for Eclipse 2 release.
    Waiting for urgent help. Thanks you..
    Regards,
    Mohit

    Hi,
    Send me Environment Details .
    Here is the code  snippet for exporting report to excel format:
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.definition.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.data.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.lib.*" %>
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.exportoptions.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%
    String username ="Administrator";
    String password ="";
    String cmsname ="localhost:6400";
    String Authen ="secEnterprise";
         //connecting to Enterprise
         IEnterpriseSession es = CrystalEnterprise.getSessionMgr().logon(username,password,cmsname,Authen);
         //get the report App Factory form the Crystal Enterprise
         IReportAppFactory appFactory = (IReportAppFactory) es.getService("","RASReportService");
         //get the infostore service form the Crystal Enterprise
         IInfoStore istore = (IInfoStore) es.getService("","InfoStore");
         //get the report by name from crystal Enterprise
         IInfoObjects iobjects = istore.query("Select * From CI_INFOOBJECTS Where SI_NAME = 'sampleramz2.rpt' and SI_INSTANCE = 0 ");
         //open the report in the report doc object.
         ReportClientDocument Doc = appFactory.openDocument((IInfoObject)iobjects.get(0), 0, Locale.ENGLISH);
         // WORKING WITH THE PRINT OUTPUT CONTROLLER
         //Use the report documents PrintOutputController to export the report to a ByteArrayInputStream
         ByteArrayInputStream byteIS = (ByteArrayInputStream)Doc.getPrintOutputController().export(ReportExportFormat.recordToMSExcel);
         // EXPORTING THE REPORT
         //Create a byte[] (same size as the exported ByteArrayInputStream)
         byte[] buf = new byte[2000 * 1024];
         int nRead = 0;
         //Set response headers to indicate pdf MIME type and inline file
         response.reset();
         response.setHeader("Content-disposition", "inline;filename=ramz");
         response.setContentType("application/xls");
         //Send the Byte Array to the Client
         while ((nRead = byteIS.read(buf)) != -1)
              response.getOutputStream().write(buf, 0, nRead);
         //Flush the output stream
         response.getOutputStream().flush();
         //Close the output stream
         response.getOutputStream().close();
    %>
    Let me know any information is needed,
    Regards,
    Rameez

  • How to reserve the page size when exporting to MS Excel 2010

    Hello. I have a report which exports to MS Excel 2010. I applied the page size as legal in Crystal Report and would like to use the same page size in Excel
    However, MS Excel print preview says the page size is letter.
    How could I keep the same page size in Excel as I applied in Crystal Report. We have a lot of business reports and would like to avoid applying page setting manually in Excel when users print them out each time.
    Thank you.

    Hi Christine
    I am in the process of writing a doc on the different options in CR and the "No Printer" option sis one of those. Seeing this post, made me wonder as this looked like a questionable behavior. My testing does not support your observations. Now, I did a very simple test;
    Created a report, set "No Printer", set the paper size and legal orientation. Exported to XLS - any format, and the export maintained legal paper size in all instance. I did a few other variations, but I can never get the report to export anything other than Landscape.
    Can you  please let me know the version of CR you are using?
    You may also want to attach the report here with saved data (to attach rename the rpt to txt, then in the reply hit on the "Use advanced editor" link and attach.
    BTW.; I am using CR 2013.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • Word Doc PDF in InDesign CS4

    I have a document that contains PDFs of various Word docs (it is a LONG and frustrating story). When these PDFs are revised and I update them in the InDesign file, they tend to re-size, usually larger than 100%. To prevent this, I have tried a couple

  • How can i find out the size of video on my iphone 5?

    How can i find out the size of video on my iphone 5?

  • Gmail forwarding to Mac Mail

    I just set up my account to have my gmail account in my Mac Mail. I am new to macs altogether so my question might have an obvious answer. When I read new mail through Mac Mail, it is marked as read. However, when I then log into my gmail account dir

  • Is this how this works?

    Hey, I'm new to mac and am going to be installing my mac tomarow. I've been researching. Is this how it works in a nutshell? 1.Download bootcamp 2.Run Assistant 3.Run bootcamp & burn driver disc 4. Then partition (this is where it gets tricky) I hear

  • Could not change the language by menu

    Could not change the browser language by menu on Safari 4 final for Windows. You could change it by changing OS settings! It's impossible. It's only browser. Safari 4 public beta could change it by view menu. What's going on?