Crystal Reports and XML File

Is there a way that I can take a file that looks somewhat like the following and generate a crystal report?
<?xml version="1.0" encoding="ISO-8859-1" ?>
  <!DOCTYPE Packouts (View Source for full doctype...)>
- <Packouts>
  <Company Desc="">HB</Company>
  <Line>L1</Line>
- <RunGroup>
  <Date>2008-09-09</Date>
  <Run>5</Run>
  <PoolID>09D2102</PoolID>
  <GrowerID Desc="English Bros">ENGLISH</GrowerID>
  <GrowerBlock>8-1S</GrowerBlock>
  <Commodity Desc="Red Grapefruit">G</Commodity>
  <Variety Desc="Sprdk Red Gft">21</Variety>
  <ReceivedUofM Desc="Field Box">BOX</ReceivedUofM>
  <ClearedUofM Desc="4/5 Bushel">4D</ClearedUofM>
  <Received>522</Received>
  <Cleared>1044</Cleared>
  <Packed>1369</Packed>
- <Sizes>
  <Size Desc="12" Total="0" EquivTotal="">012</Size>
  <Size Desc="18" Total="0" EquivTotal="">018</Size>
  <Size Desc="23" Total="57" EquivTotal="">023</Size>
  <Size Desc="27" Total="130" EquivTotal="">027</Size>
  <Size Desc="32" Total="245" EquivTotal="">032</Size>
  <Size Desc="36" Total="294" EquivTotal="">036</Size>
  <Size Desc="40" Total="295" EquivTotal="">040</Size>
  <Size Desc="48" Total="185" EquivTotal="">048</Size>
  <Size Desc="56" Total="163" EquivTotal="">056</Size>
  <Size Desc="64" Total="0" EquivTotal="">064</Size>
  <Size Desc="" Total="0" EquivTotal="">222</Size>
  </Sizes>
- <Row>
  <Label Desc="Heller">1</Label>
  <Grade Desc="Us1">US1</Grade>
  <UofM Desc="4/5 Bushel">4D</UofM>
  <Count Size="023">57</Count>
  <Count Size="027">130</Count>
  <Count Size="032">245</Count>
  <Count Size="036">294</Count>
  <Count Size="040">295</Count>
  <Count Size="048">185</Count>
  <Count Size="056">163</Count>
  </Row>
  </RunGroup>
- <RunGroup>
  <Date>2008-09-09</Date>
  <Run>6</Run>
  <PoolID>09D2102</PoolID>
  <GrowerID Desc="English Bros">ENGLISH</GrowerID>
  <GrowerBlock>8-1S</GrowerBlock>
  <Commodity Desc="Red Grapefruit">G</Commodity>
  <Variety Desc="Sprdk Red Gft">21</Variety>
  <ReceivedUofM Desc="Field Box">BOX</ReceivedUofM>
  <ClearedUofM Desc="4/5 Bushel">4D</ClearedUofM>
  <Received>522</Received>
  <Cleared>1044</Cleared>
  <Packed>507</Packed>
- <Sizes>
  <Size Desc="12" Total="0" EquivTotal="">012</Size>
  <Size Desc="18" Total="0" EquivTotal="">018</Size>
  <Size Desc="23" Total="21" EquivTotal="">023</Size>
  <Size Desc="27" Total="53" EquivTotal="">027</Size>
  <Size Desc="32" Total="90" EquivTotal="">032</Size>
  <Size Desc="36" Total="107" EquivTotal="">036</Size>
  <Size Desc="40" Total="108" EquivTotal="">040</Size>
  <Size Desc="48" Total="59" EquivTotal="">048</Size>
  <Size Desc="56" Total="59" EquivTotal="">056</Size>
  <Size Desc="64" Total="0" EquivTotal="">064</Size>
  <Size Desc="" Total="10" EquivTotal="">222</Size>
  </Sizes>
  </RunGroup>
  </Packouts>
Thanks,
Jim

Hi James,
Yes you can create Crystal Reports from XML file.
While selecting datasource from Database Expert ->
->Create new connection-> Select XML file
Regards,
Shweta

Similar Messages

  • Crystal Report using XML file

    Hi,
    I want to create dynamic crystal report using below mention xml file.
    Example:--
    <?xml version="1.0" encoding="utf-8"?>
    <root xmlns:inl="http://inline">
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://inline" xmlns="http://inline" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="Person">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="First_Name" type="xs:string"/>
    <xs:element name="Last_Name" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <inl:Person>
    <inl:First_Name>Anna</inl:First_Name>
    <inl:Last_Name>Ant</inl:Last_Name>
    </inl:Person>
    <inl:Person>
    <inl:First_Name>Betty</inl:First_Name>
    <inl:Last_Name>Boop</inl:Last_Name>
    </inl:Person>
    </root>
    Crystal report column will be generated using this xml file.
    my report look like--
    First Name Last Name
    Anna Ant
    Betty Boop
    Thanks
    Praveen

    can you please be more detailed on what you mean automatically
    like put the xml file together and have the report generated without actually attaching the dataset to the rpt file and placing the fields in the report?
    if that is the case i dont believe crystal functions that way, been working with it for many years. i know you can create webi files through business objects where an end user can talk an dataset and build there own queries and rpt files on a dashboard type screen.

  • Crystal reports from XML data source in 'CR in Eclipse(CR4E)'.

    I'm trying to generate the crystal reports from XML file using 'eclipse in crystal reports' through programatically. It had thrown this error.                                                                               
    log4j:WARN No appenders could be found for logger (com.businessobjects.reports.sdk.JRCCommunicationAdapter).
    log4j:WARN Please initialize the log4j system properly.
    Exception in thread "main" com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error loading database connector.  The class 'com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader' could not be accessed.---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(Unknown Source)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.a(Unknown Source)
         at com.businessobjects.sdk.erom.jrc.a.execute(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ds.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.an.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.b0.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.b0.b(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bb.int(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.byte(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.addTable(Unknown Source)
         at com.businessobjects.samples.CreateXMLInlineSchemaReport.main(CreateXMLInlineSchemaReport.java:50)
    Caused by: com.crystaldecisions.reports.common.QueryEngineException: Error loading database connector.  The class 'com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader' could not be accessed.
         at com.crystaldecisions.reports.queryengine.Connection.ur(Unknown Source)
         at com.crystaldecisions.reports.queryengine.Connection.uB(Unknown Source)
         at com.crystaldecisions.reports.queryengine.Connection.br(Unknown Source)
         at com.crystaldecisions.reports.queryengine.Connection.bs(Unknown Source)
         at com.crystaldecisions.reports.queryengine.Connection.t1(Unknown Source)
         at com.crystaldecisions.reports.queryengine.Table.u7(Unknown Source)
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(Unknown Source)
         at com.crystaldecisions.reports.common.CommandManager.a(Unknown Source)
         at com.crystaldecisions.reports.common.Document.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.f.a(Unknown Source)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(Unknown Source)
         ... 24 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         ... 36 more
    Caused by: com.businessobjects.reports.jdbinterface.common.DBException: Failed to load the database connector 'crdb_xml.dll'.
         at com.crystaldecisions.reports.queryengine.driverImpl.DriverLoader.loadDriver(Unknown Source)
         ... 40 more
    Edited by: Kondal Kolipaka on May 29, 2009 6:25 AM

    Hi,
    1) Open the Crystal report with XML datasource connectivity in the Crystal Report designer.
    2) Click on File ->Report Options.
    3) Uncheck the Verify On First Refresh box.
    4) Save the Crystal report.
    5) Open this Crystal report in Crystal Report for Eclipse designer and try Executing it again.
    Please let me know the results.
    Thanks,
    Neeraj

  • Crystal reports using xml at run time??

    Post Author: avnkkishore
    CA Forum: General
    Hi,
    I have very simple requirement.
    I would like to create a crystal
    report using XML. This
    XML file will be decided at run time
    (not at design time).
    Hence i have added a crystal report viewer control to my windows form and did
    not choose any data source (i left it blank currently). Now i am trying to load
    XML file with the following simple code.
                PropertyBag
    crLogOnDetails = new PropertyBag();
    crLogOnDetails&#91;"Local XML File"&#93; = @"C:\Hosts.xml";
    crLogOnDetails&#91;"Local Schema File"&#93; = @"C:\Hosts.xsd";
    ConnectionInfo conn = new ConnectionInfo();
    conn.Attributes = crLogOnDetails;
                // create
    "Host" table
    CrystalDecisions.ReportAppServer.DataDefModel.Table tbl;
                tbl = new
    CrystalDecisions.ReportAppServer.DataDefModel.Table();
                tbl.Name =
    "Host";
    tbl.ConnectionInfo = conn;
    rcDoc.DatabaseController.AddTable(tbl, null);
    I am getting exception exactly at the above line (i.e. when adding table to
    Database Controller) saying "COMException was unhandled" with error code
    0x80004005 Unspecified error.
    Can any one please help me regarding how to resolve this.
    Thanks in advance,
    Kishore

    I am using VB6 as the front end and Microsoft Access to hold the data and Crystal Reports 8.5. I have a staff name parameter that I want the user to select which staff name to print the report.  If there is
    a new staff the name is not in the list of parameters.  How do I add to the parameter list at run time from the staff table?
    Hi,
    I am afraid that these forums don't support VB6, you could refer to this thread:
    Where to post your VB 6 questions
    You could consider posting this issue in these forums below:
    These forums do not support Visual Basic 6, however there are many third-party support sites that do. If you have a VB6-related question please visit these popular forums:
    VB Forums
    VB City
    In addition, issues related to Crystal Reports are not supported either since it belongs to third-party.
    You could post issues related to Crystal Reports to its forum to get dedicated supports.
    SAP Crystal Reports for .NET forum:
    http://forums.sdn.sap.com/forum.jspa?forumID=313
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal Report and Log4net error 1.2.10

    Hi at all,
    I have problem on Crystal Report and log4net.
    It happens when I deploy the Web applications on the server.
    I'm using Visual studio 2013 update 2, and I'm using log4net 2.0.3 (1.2.13) and I'm using CRforVS2013_13_0_10, the last.
    When I deploy my application on the target machine, where I have also installed the runtime 64 bit for Crystal Report, I found this error:
    ERROR 2014-07-31 16:26:42,721 1528053ms 8Euro                  - IP:192.168.0.38    - HOST:192.168.0.38 DumpWebRequest                           -  ERROR: Exception of type 'System.Web.HttpUnhandledException' was thrown.
    Exception StackTrace:   at System.Web.UI.Page.HandleError(Exception e)
      at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
      at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
      at System.Web.UI.Page.ProcessRequest()
      at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
      at System.Web.UI.Page.ProcessRequest(HttpContext context)
      at ASP.pages_reportviewer_aspx.ProcessRequest(HttpContext context)
      at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
      at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    ERROR: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    ERROR: Could not load file or assembly 'log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Exception StackTrace:   at CrystalDecisions.Shared.SharedUtils..cctor()
    ERROR: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Not able to extract code, error:Value cannot be null.
    Parameter name: source
    Exception StackTrace:
    On my local Visual studio it works, works fine.
    But when I'm deploying on Server, 2008 win 64 bit, I found this error.
    I've tried everything, I've installed also the runtime 64 bit on the target/server machine.
    The problem is that the log4net is not registered in the windows\assembly directory on the target server ? Do I have to use the Gac util to register the log4net dll assembly ?
    Please help me, It one day that I'm facing this error, but I'm not able to solve.
    Regards
    Vittorio

    Hi Vittorio
    Please enter the search string 'log4net crystal net' into the search box in the top right corner. When the results come up, click on the Support Notes link. That will filter for the KBAs that you want to have a look at.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • From Crystal report XI R2 files to Crsytal Report 2008  files

    Hi All,
    Can I convert  from Crystal report XI R2 files to Crsytal Report 2008  files?
    Please let me know.
    Thanks,
    Manjunath N Jogin

    Hi,
    Here are a few more facts about up gradation to CR 2008.
    1)     Crystal Reports should be the same version of the Enterprise: for instance if reports are created with CR XI R2, the Enterprise version should be BOE XI R2; CR2008 will not be compatible with BOXI R2 Enterprise.
    2)     More versions of CR can be installed in the same machines; please note that the versions should be installed following the order from the oldest version to the latest one in order to avoid conflicts. For instance, you may install CR X first, then CR XI, then XI R2 and then CR 2008;
    3)     The reports created with CR XI can be opened with CR 2008.
    4)     And the reports created with CR 2008 can be opened with CR XI; however if the reports contain any features which are not available with the previous version, these may not be supported; For instance Flash objects which can be used with CR2008 would not be supported by CR XI R2.
    5)     The report definition defines the version with witch the report is created. The report definition information is available from u2018Reportu2019 menu/u2019Performance Informationu2019.
    Hope this would be helpful.
    Regards,
    Aditya Joshi

  • Failed to Load database information - Crystal report with XML as datasource

    Hello Friends:
    I am getting the attached error when i try to load the Crystal Report with XML as data source.
    I have designed the crystal report with the sample XML provided with XSD schema (PFA I have attached the XML and XSD). It is working as expected on design time. But it is failing when I load it from C# code.
    Note: I have referred the following DLLs of version 13.0.2000.0 in my sample application.
    CrystalDecisions.CrystalReports.Design.dll
    CrystalDecisions.CrystalReports.Engine.dll
    Please let me know what should be done in order to resolve this.
    Thank you!

    All I know is that you are using 'SAP Crystal Reports, Developer Version for Visual Studio .NET". No idea what service pack or what version of .NET...
    So. make sure you are on SP 9:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    Search for KBA 1525432 (search box is in top right corner) and follow the instructions there.
    Remove your reference to CrystalDecisions.CrystalReports.Design.dll
    Add the following references:
    CrystalDecisions.Shared
    CrystalDecisions.ReportSource
    CrystalDecisions.Web (if web app)
    CrystalDecisions.Windows (if win app)
    I'd also recommend commenting out the export code for now; one step at a time. Get it to work in the viewer, then move on... No Big Bangs
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Reports and JobBoss issues?

    Iu2019m hoping someone can help find a solution to a problem we are having with Crystal Reports when using the program with JobBoss.
    We are using JobBoss version 11.3.8 along with the trial version of Crystal Reports XI. Our PC uses Windows XP. We had a Consultant develop a custom report and he uses Crystal Reports 9.
    Our problem is when we tried running the report we get an error that says: Crystal Reports ActiveX Designer: File not found
    Can someone suggest a route for us to take to resolve this issue? Is it a Crystal Reports issue or a JobBoss issue or something completely different?
    Thanks

    Hello,
    Moved your post to the legacy forum.
    Likely what is happening is the application is specifically looking for the file craxddrt.dll version 9. CR XI puts that file in a new location.
    Likely the only way to fix this upgrade issue is to have the consultant look over the code or if you have the source code then find the updated dll and redirect your app to use it rather than the old one.
    Don

  • Crystal Reports and PlexIS

    Recently I was working on a new report generated through Crystal Reports, and I finally got it to work. The problem I am running into now is that I have to import the report into PlexIS Claims Manager (www.plexisweb.com). I have documentation on how to do this, and have followed the step-by-step instructions to do so. One of the steps requires placing the file in a reports folder, along with a corresponding .rcg file for the report. The PlexIS administrator utility then updates, "using up" the .rcg file and saving the .rpt file. The problem I am running into is at this step, when I update the reports both the .rcg and .rpt files mysteriously disappear. I have contacted PlexIS tech support, only to find out that they have never seen anything like this happen before and have no idea what the problem could be. Does anyone have any suggestions?

    Call them back and ask them what version of Crystal Reports their application is compatible with.
    i.e., have you installed a newer version (you didn't mention the version) and their application may have the runtime files for a previous version of CR.
    If you are reporting off their data and viewing the report through their application (not directly from you CR) then the ball would be in their court so to speak.

  • Crystal Reports and Sharepoint Access Services Connectivity

    How do I establish a connection between Crystal Reports and an access database hosted on a Sharepoint Access Services site? I've searched the forums but can't find any guidance.
    Thanks in advance,
    Angela

    Hi Angela,
    Through an ODBC connection is about the only way, how to configure it would be up to Share Points help file to describe if it supports it.
    Don

  • Crystal reports and formatted reporting.

    hi experts,
    i have a clarification about  crystal reports and formatted reporting.in what scenarios they are used..
    points ll be rewarded...
    thanks
    baskar

    Hi ,
    Crystal Reports is a powerful, dynamic, actionable reporting solution that helps you design, explore, visualize, and deliver reports via the web or embedded in enterprise applications. It enables end users to consume reports with stunning visualizations, conduct on-report business modeling, and execute decisions instantly from the report itself—reducing dependency on IT and developers.
    The report can then be previewed on the screen, printed onto paper or exported to one of several different file formats such as PDF, Excel, text or CSV.
    It is also possible to run a Crystal Report without using the full Crystal Reports designer software. These alternate methods for running reports include locally installed viewers, schedulers, and report distribution tools. These are typically third-party software programs (independent of Business Objects) that allow you to open, refresh, preview, print and export an RPT file. In 2007 Business Objects released their own viewer, Crystal Reports Viewer XI, but unlike the independent viewers it does not allow the user to refresh the report, but only to view static data saved in the RPT file.
    Thnx,
    Srinivas

  • Wanted to know that can we export the Crystal report in .rtf file

    Hi,
    We are using your u201CCrystalu201D product version 8.5, We have  a valid license .
    Our license number is u201CA6A50-0910000-H410031.
    We are facing some problem while creating the report.
    We want to know that, do you have any functionality to export the report in .rtf format.
    Because here we are not able to export the crystal report in .rtf file.
    If this is possible then please help me.
    Thanks in advance..
    Thanks and Regards,
    Abhineet

    If this is a report creation question, post to the Report Design forum:
    SAP Crystal Reports
    Ludek

  • Validate Crystal Reports and printers

    Hi,
    I have two questions:
    1 How i can validate that Crystal Reports is installed on a PC before i build the report in my AddOn
    2 How i can validate that a printer is ready(on-line) to print a report on Crystal Reports
    Can you help me?
    Thanks

    hello Alvaro,
    1. on your windows start menu you should see a crystal reports, also as an alternative u can go to control panel and check if the crystal reports for B1 is available in the add/remove programs.
    another way, to make sure that Crystal reports is fully integreted in your SBO goto Administration -->> Crystal Report Administration (This should be available in the SBO main menu under administration)
    2. during the creation of the report (Crystal Report interface) from file -- >> page set-up, at this point you should select w/c printer is default for this specific report. and to find out if the printer is online check it from printers and devices window and check the status of the printer.
    FIdel

  • HTML and XML files open in same window(KM Navigation iView)

    Hi All,
    I have created a KM navigation which is pointing the folder inside the documents repository. This folder contains HTML and XML files. It is rendering fine. But, when I click on the file links in KM Navigation iView, it is opening in new window.Here I need to open in same window. How can I acheive this?. Please help me.
    Thanks & Regards,
    Venkatesh R

    Hi ,
    check the below thread and try options mentioned in it
    https://www.sdn.sap.com/irj/sdn/thread?threadID=72594
    Koti Reddy

Maybe you are looking for

  • Problems wih export to pdf

    I've created a newsletter in pages (Version 2), with jpeg images (Fix Object) with a drop shadow around a coloured border. Also title text with a drop shadow. Looks great in pages but when I export to pdf, all the drop shadows disappear, creating a v

  • Podcast Playlist Problems - 1st gen Shuffle

    First off, I'm a casual user of iTunes & Shuffle - almost solely for podcasts and couldn't figure out how to make a playlist stick on the iPod; it would revert to file order, not playlist order. Couldn't reorder in the Library>Podcasts folder. Autofi

  • Difference in ASA module, ASA 5510

    Folks, I am trying to get some comparison good data on the Cisco ASA(5585 probably) module and the Cisco 5510 physical device. We are looking to create contexts and most of these contexts are dynamic in nature. What could be the advantages and disadv

  • Where can I get ScriptUI for photoshop CC?

    I've searched the internet, and I can't find anything referring to ScriptUI for photoshop CC.  Can someone tell me where I can get the download?

  • Can't get TV in iTunes (can't sync)

    What a pain. I guess I hadn't noticed since my last 3 months were all "rentals". I can't get iTunes 9.0.2 to "Show connected Apple TV's" (check box is). What I've tried: Reset the AppleTV (removed all but my most recent "not synched" purchase). Re-in