Transfer von View nach Report per Script automatisieren

Hallo, ich hab noch eine andere kleine Frage.
Mein Vorgesetzter möchte DIAdem so weit wie möglich automatisieren, damit er Messdaten schnell überblicken kann. Deshalb hat er mich gefragt, ob auch der Schritt, eine Darstellung in VIEW nach REPORT zu holen (Transfer nach Report-Button) in einem Script festgehalten werden könnte, so dass er bei Scriptlauf automatisch stattfindet.
Ist dies möglich?
Des Weiteren möchte ich mich vergewissern, dass innerhalb eines Scripts mit "Zwischenfenstern" gearbeitet werden, die aufpoppen und in denen man zwischen mehreren Vorgehensweisen wählen kann (z.B. "möchten Sie nun mit Script A, das den Datensatz in View mit Layout A darstellt, oder mit Script B, das die Daten direkt in Report Layout C darstellt fortfahren?" o.Ä.)
LG, Dewi

Hallo Dewi,
es ist möglich TranferLayout per Script auszuführen. Der einfachste Weg solche Befehle in ein Script zu integrieren ist der Aufzeichnungsmodus. Wenn dieser im Modul SCRIPT aktiviert ist, werden alle relevanten Befehle aufgezeichnet. Mit CTRL-A kann man übrigens auch die Variablen von geöffneten Dialogen protokollieren.
Ich bin mir jedoch nicht sicher, ob das so gewünscht ist. Üblicher Weise setzt man VIEW zu interaktiven Analyse ein und REPORT um eine präsentationsreife Grafik zu erstellen. Der Weg, sich  über TranferLayout eine Grundlage für eine präsentationsreife Grafik zu schaffen, ist sicher ein guter Anfang, danach möchte man aber oft weitere Ergänzungen hinzufügen (Firmenlogo, Schriftfeld, Datum etc.). Ein so gestaltetes Layout kann gespeichert und natürlich per Script geladen werden. Die Besonderheit ist hier, dass in dem Layout nur die Verweise (Links) auf die im Datenportal geladenen Kanäle gespeichert werden - d. h. dass  ein und dasselbe Layout für viele, verschiedene Datensätze und ggf. deren Auswertung genutzt werden kann.
Aber grundsätzlich gilt, dass fast alles, was in DIAdem interaktiv bedient werden kann, auch per Script einstellbar ist.
Gruß
Walter

Similar Messages

  • Voreinstellung des erzeugten Reports bei "Transfer nach Report"

    Hallo,
    bei der automatischen Erzeugung eines Reports aus dem Modul View heraus, möchte ich das Erscheinungsbild voreinstellen.
    Ich möchte beispielsweise ein 2-D Achsensystem aus dem View in den Reporter transferieren, und möchte, dass die Schriftfarbe standardmäßig schwarz und die Schriftgröße 1,5 ist.
    Dazu möchte ich auch die Legende in einer bestimmten Form haben.
    Ich habe beireits alle Voreinstellung der 2-D Achsensysteme im Report entsprechend meiner Anforderungen geändert. Leider ohne Auswirkungen auf die aus dem View transferierten, diese erscheinen nach wie vor u.a. mit blauer Beschriftung.
    Weiß jemand, wie ich Voreinstellungen bei den mittels "Transfer nach Report" erzeugten 2-D Achsensystemen vornehmen kann?
    Grüße,
    thorlend

    Hi thorlend,
    You can not parameterize the type of REPORT created by the VIEW ==> REPORT transfer function, but you can call it programmatically, then tweak the resulting REPORT yourself to suit your preferences.  Here are a couple of examples of this.  Note that they insert a new icon in REPORT at the top right of the top icon bar to make it easy to use the script.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Custom Transfer to REPORT.VBS ‏16 KB
    Custom Transfer to REPORT Select.VBS ‏11 KB
    Custom Transfer to REPORT Graphs.VBS ‏11 KB

  • Can i view customer report as per the business area wise , region-wise how?

    can i view customer report as per the business area wise , region-wise how?

    Hi,
    You can view the report business area wise, extract the report and go to dynamic selection and selection business area. When the report is display just sub total on business area. System is showing report as per your requirement.
    Regards,
    Pankaj

  • XML Publisher error while viewing a report

    I get the following error while viewing a report I have just written using a data template:
    The report cannot be rendered because of an error, please contact the administrator.
    I am using XML Publisher 562 Enterprise.
    The Data template I have loaded is as follows:
    <dataTemplate name="FLEETMASTERS" description="Fleet Masters Listing">
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[SELECT fm.fms_id, fm.reg_no, fm.vsn, fm.vin
                     FROM fleet_masters fm
                     WHERE rownum <= 100]]>
              </sqlStatement>
         </dataQuery>
    </dataTemplate>
    The rtf template loaded is simply
    Fms Id     Reg No     Vin
    F FMS_ID REG_NO VIN E
    If I use a Data Model using a SQL Query and type in above select statement, it works fine. The moment I use a Data Template I get the error mentioned above.
    A dump of the error in the log is
    [080406_041655194][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, S
    ize: 0
    at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492
    at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
    at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(Dat
    aTemplateParser.java:1449)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:298
    at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:2
    64)
    at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:251)
    at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:192)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:229)
    at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.ja
    va:336)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataP
    rocessor(AdvancedQueryBoundValue11.java:126)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(
    AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportC
    ontextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:227)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:4
    6)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:319)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:223)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilt
    er.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
    estHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
    stHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
    cketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    If anyone has experienced something similar please help.
    Thank you

    Okay some more information:
    If I change the data template to this
    <dataTemplate name="FLEETMASTERS" description="Fleet Masters Listing">
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[SELECT fms.fms_id FMS_ID, fm.reg_no REG_NO , fm.vin VIN
                     FROM fleet_masters fm
                     WHERE fm.fms_id BETWEEN 55531 and 55620 ]]>
              </sqlStatement>
         </dataQuery>
    </dataTemplate>
    I only get the titles being printed but no errors i.e the select does not seem to retrieve data from the database(85 records in database). If I remove the where clause I get the same titles as per the template with no data(49089 records in Database).
    Layout of template
    Fms Id Reg No Vin
    Now it begs the question, is XML Publisher finicky about the syntaxes you can use inside the "sqlStatement" clause?
    I have to say that this is really frustrating as I have had no successes using Data Templates

  • Want to view Webi report in interactive mode in EP

    Hi,
    I am currently doing BO Integration with SAP 7.0. I have done the Integration successfully & have imported roles. Our requirement is that the reports needs to be viewed in EP. I have done the EP portal integration as per the installation document. I can view my CR & webi reports from portal. But my client wants to view the webi reports in Interactive mode as he views in BO Infoview 3.1. I can't find any work around for this.. can anyone help me in viewing the webi report in interactive mode inside EP.
    Right now am viewing the report in html format, which is the default, (report viewer.do). Is there any functionality or other viewer name to make my requirement possible
    I have installed SAP BO 3.1 & BO Integration Kit 3.
    Any help will be greatly appreciated..
    Thank you,
    Ash

    Hi,
    you can integrate the viewing of Web Intelligence using OpenDocument or using the KM Integration. The type of the viewer then depends on the user preferences configured in InfoView.
    ingo

  • Essbase error currently multiple reports per retrieval not supported

    Hi,
    One of my users got this error message while working on Essbase Excel add-in. "currently multiple reports per retrieval not supported". Any suggestions why do we get this error and what changes have to be to made to avoid it?
    Thanks,
    Junaid

    It's kind of a catch-all error message, usually spurred (so I guess that isn't really a catch-all) by having the same dimension referenced more than once in the sheet, e.g., Product in the grid point of view and in rows going down or a dimension repeated in the grid point of view.
    Regards,
    Cameron Lackpour

  • View in Reporting?

    What are the views in Reporting?

    Hi Raina,
    When ever you execute a query, it will be displayed in it's initial view ( as per design in query designer).
    Assume you performed view changes, for example say, by adding drill downs, exchanging char's , making a field to be displayed as keyt and text etc...
    Now if you would like to see data always in this format that you have made, you need to save this format as an query view.
    So, Next time when you open query view, you can see data in the format you designed earlier ( and not the design format as per query designer)
    It is possible to have many query views for a single query.
    Regards,
    Sagar

  • WSUS Reporting per WSUS group

    Hello Friends,
    I am using this script for WSUS reporting (cannot post links or images so please copy paste into browser to see script code: http://get-mailbox.net/get-wsusreport )
    I tweak the UpdateScope
    per Boe's post, however, this script uses
    GetComputerTargetGroups(), which needs a GUID from WSUS groups. I have 47 groups in WSUS and am trying to use this script to:
    Send me report for 'specific' WSUS groups (dont want my audience to see all groups).
    Sort the report per group and alphabetically.
    So far I have tried to add multiple GUIDs with '-and', '-or' in 'where' statement but is not working (code shown below).  The second hurdle of reporting per GUID or WSUS GROUP seems more challenging to my novice self.
    Any help is much appreciated :)
    $ComputerTargetGroups = $WSUS.GetComputerTargetGroups() | Where {
    ($_.id -eq 'cedb80f2-a30e-4f0d-82c8-008a8859069f') -and
    ($_.id -eq 'e97d34eb-848f-4d23-9709-08489e355b36')
    http://get-mailbox.net/get-wsusreport

    Thanks Boe :) for looking into this. I tried running this with no luck :(
    Windows PowerShell Transcript shows Error:
    PS D:\Scripts> .\WSUS_Report_4.ps1
    Checkpoint 1
    Checkpoint 2
    Checkpoint 3
    Checkpoint 4
    Cannot convert argument "0", with value: "", for "GetComputerTargetGroup" to type "System.Guid":
    "Cannot convert null to type "System.Guid"."
    At D:\Scripts\WSUS_Report_4.ps1:59 char:46 + $MemberOfGroup = $wsus.getComputerTargetGroup <<<<
    ($ComputerTargetGroups.Id).GetComputerTargets()
        + CategoryInfo          : NotSpecified: (:) [], MethodException
        + FullyQualifiedErrorId :
    MethodArgumentConversionInvalidCastArgument
    Checkpoint 5
    Exception calling "GetComputerTargetByName" with "1" argument(s): "Specified argument was out of the range of valid values. Parameter name: Specified argument was out of the range of valid values.
    Parameter name: name" At D:\Scripts
    \WSUS_Report_4.ps1:70 char:68
    +             $ComputerTargetToUpdate = $wsus.GetComputerTargetByName <<<< ($object1.FullDomainName)
        + CategoryInfo   
          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : DotNetMethodException
    Code here:
    write-host "Checkpoint 2"
    $TargetGroups = @{}
    $WSUS.GetComputerTargetGroups() | ForEach {
    $TargetGroups[$_.Name]=$_.ID
    write-host "Checkpoint 3"
    #Filter out the groups by Names
    $ComputerTargetGroups = $WSUS.GetComputerTargetGroups() | Where {
    $_.Id -match "$($TargetGroups['GROUP A'])|$($TargetGroups['GROUP B'])|$($TargetGroups['GROUP C'])"
    write-host "Checkpoint 4"
    $MemberOfGroup = $wsus.getComputerTargetGroup($ComputerTargetGroups.Id).GetComputerTargets()
    write-host "Checkpoint 5"

  • Photoshop CS5, Einstellungen für automatisches öffnen von Fotos nach download

    Hallo, Photoshop CS5 hat anscheinend irgendwo eine Einstellung für automatisches öffnen von Fotos nach dem download. Das nervt und führt bei mir als Fotoreakteur zu Problemen bei größeren Bildmengen, bzw. zum Absturz von PS. Weiß jemand was?

    Hallo, vielen Dank, in der Tat ich war wohl auf der falschen Fährte.
    Am 28.01.2014 um 17:07 schrieb Mylenium:
    Re: Photoshop CS5, Einstellungen für automatisches öffnen von Fotos nach download
    created by Mylenium in Deutsche Foren - View the full discussion
    Das hat mit Photoshop nix zu tun, das sind ganz normale Dateiverknüpfungen auf deinem System/ in deinem Browser/ Mailprogramm.
    Mylenium
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6060757#6060757
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6060757#6060757
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6060757#6060757. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Deutsche Foren at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Not able to view any report in BI Publisher 11g

    Hello All
    I have installed BI Publisher 11g in Intel Solaris 10. I started of from the scratch, created a Data Model, then created a Report. but now I am not able to view the report. Upon clicking the report name or Open it logs me out.
    I am logged in as user, weblogic the default user created while installation.
    Please help
    Ash

    Hi Rony,
    You may have created the report initially with Web Layout only - therefore there will no paper layout.
    To 'get' the paper layout back, select your Report module name from the Builder and then select Tools-->Report Wizard. Select 'Create both web and Paper Layout' and then go through the various wizard steps.
    Best of Luck.
    Regards,
    John

  • Can't view Crystal Reports from BW

    Hi,
    I'm installing SAP Integration Kit XI 3.1 SP3 with IIS.  I am able to publish reports from BW to BOE but not able view them from BW.  I followed the documentation to use report/report_view.aspx to define the viewer application in Content Administration Workbench.  But it is giving me a "The page cannot be found" error when I try to view Crystal Reports from BW.  I tried looking for the file report/report.aspx but cannot find it.  I was able to locate the file in SAP_CrystalReport_View/report_view.aspx.  I repointed the system to this path but it still giving me the same error. 
    Anybody here encountered this before?
    Thanks,
    Elijah

    Hi Ingo,
    - has the report being saved to BW and then published to BusinessObjects enterprise ?
        Yes, the report is being published from BW to BOE successfully.
    - did you import the ABAP Transports to the BW system ?
        I imported all the transports that came with the Integration Kit.  I'm not sure if the ABAP transport is one of them.
    - has the viewing service in transaction SICF been configured ?
        Yes, the top entry in the handler list is /CRYSTAL/CL_BW_HTTP_HANDLER.
    I did notice that the BW system is on a different subdomain than the web application server.  For example,
       BW system        -  bw01.us.mydomain.com
       BOE web server -   boweb.mydomain.com
    Would that affect the single sign on?

  • Visual Studio 2010 Upgrade - Unable to view some reports

    I converted an application that had been developed in VS2005 so that it would run in VS2010.  The application contains several Crystal Reports.  Now when I debug the application I can only view some of the reports.  With the others I get an exception with the message "Unable to find the report in the manifest resources.  Please build the project and try again." 
    The ones that work and the ones that don't all have the Build Action set to Embedded Resource.  I have tried removing a report from the project and then adding it back, but that made no difference.  A new report displayed fine. 
    Does anyone have any ideas about what could cause some of the reports to throw this exception?

    OK, here is the link to the thread I am replying to Visual Studio 2010 Upgrade - Unable to view some reports
    And here is what I posted to start the thread that I am replying to:
    I converted an application that had been developed in VS2005 so that it would run in VS2010. The application contains several Crystal Reports. Now when I debug the application I can only view some of the reports. With the others I get an exception with the message "Unable to find the report in the manifest resources. Please build the project and try again."
    The ones that work and the ones that don't all have the Build Action set to Embedded Resource. I have tried removing a report from the project and then adding it back, but that made no difference. A new report displayed fine.
    Does anyone have any ideas about what could cause some of the reports to throw this exception?
    As you can see, I have described the exception that occurs when I try to view some, but not all, or the reports while debugging.  I have also tried deleting a report and adding it back in but it made no difference.
    Is this enough information?

  • View Crystal Report Layout for my UDO Form

    Hi all,
    I try to view a report created for my UDO form. I set all settings in Administration -> Setup -> General -> Report and Layout Manager. Now I wonder what should be assigned to  eventInfo.LayoutKey. I tried assigned report's DocCode from RDOC, DocEntry of my UDO object or UDO Code but nothing works. Always get an error: Incorrect format of argument or something like that - I didn't get an error in English so I tried to translate it.
    How to show a report layout for my UDO form?
    Regards
    Szymon Lipnicki

    Hi and thanks for Your reply.
    Help file contains example how to open report layout prepare in Crystla Reports designer for UDO form.
    //Add Layout Key Event Handler
    SBO_Application.LayoutKeyEvent += new SAPbouiCOM._IApplicationEvents_LayoutKeyEventEventHandler(SBO_Application_LayoutKeyEvent);
    void SBO_Application_LayoutKeyEvent(ref SAPbouiCOM.LayoutKeyInfo eventInfo, out bool BubbleEvent)
        BubbleEvent = true;
        if (eventInfo.ReportTemplate == "A001" && eventInfo.ReportCode == "A001001")
            eventInfo.LayoutKey = 1; //Set the key of the layout
    I am using SAP 8.81.
    Regards
    Szymon

  • How to call database view in report

    Hi i have a small problem in report
    the problem is like this i had created a database view in which i got all the values displayed but can any one of you tell me how to declare this database view in report with example
    i had created a database view named as znew1
    and the fields are
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,

    Hi Mr. Rich
    This is the program code and i want this output int he alv grid format
    TABLES:EKKO,EKBE,EKPO.
    DATA:BEGIN OF RTAB_ALV OCCURS 30,
                 LIFNR  LIKE EKKO-LIFNR,
                 EBELN  LIKE EKKO-EBELN,
                 LIFNR1 LIKE LFA1-LIFNR,
                 NAME1  LIKE LFA1-NAME1,
                 EKBE   LIKE EKBE-EBELN,
                 VGABE  LIKE EKBE-VGABE,
                 MATNR  LIKE EKPO-MATNR,
                 WERKS  LIKE EKPO-WERKS,
                 NETWR  LIKE EKPO-NETWR,
                 MENGE  LIKE EKPO-MENGE,
                 MWSKZ  LIKE EKPO-MWSKZ,
                 TXZ01  LIKE EKPO-TXZ01,
                 KOSTL  LIKE EKKN-KOSTL,
            PS_PSP_PNR  LIKE EKKN-PS_PSP_PNR,
                 EBELN1 LIKE EKKN-EBELN,
         END OF RTAB_ALV.
    DATA:IZNEW1 TYPE TABLE OF ZNEW1 WITH HEADER LINE.
    select * into table IZNEW1 FROM ZNEW1 UP TO 10000 ROWS.

Maybe you are looking for

  • I can't update my iphoto, why?

    I've recently downloaded the new iphoto 7.1, but when I click on the icon it doesn't install. There's a message saying: "An eligible iPhoto application was not found in the location /Applications." I don't know why this message appears. An old versio

  • Connecting copper to new optic fibre

    I am thinking about changing to optic fibre cable.   Anyone any idea how long the change over takes and does it make any real difference to the speed on the computer.    My computer is  7 years old and although I keep it clear of any real problems, i

  • Itunes error 1418 and missing file

    I plug my ipod into USB port and low and behold it starts to sync. Then maybe fifteen seconds later, a message pops up that says "Unable to sync ipod, required file cannot be found" Or something of the like. Click OK. It goes into a loop where it try

  • Problems Capturing with my Panasonic DVX100A

    Good Day, (I have posted this problem in the past and have had little help) I have a Panasonic DVX100A camera, a 500 gig-24 inch iMac (under a year old), and a Macbook Pro (almost 2 years old) Both computers have the Leopard OS. Here's the problem: W

  • Installing an old Win programme on new Mac notebook?

    Hi. I purchased Adobe Photoshop Elements, Version 6, Platform Win in February 2008. I now have a Macbook Air and wonder if I can somehow download and use the Photoshop Elements Version 6 which I purchased on my Mac notebook? I don't particularly wish