Screen shot of a 3rd party software

A 3rd party software is running in my PC. The display shows reports of components passed or failed and the condition of failure etc. But this report cannot be retrieved as no local copies are stored. For my reference I would like to
1. capture the screen after every update.
2. Retrive the data and write it to a excel. (Is OCR an option?)
Any light on this will be very helpful.
Solved!
Go to Solution.

Hi muks,
it works for me, but here is an alternative. It only reads the image from the clipboard.
Mike
Message Edited by MikeS81 on 06-18-2009 11:05 AM
Attachments:
GetClipboardImage_LV80.vi ‏6 KB

Similar Messages

  • I have an iphone 4s that has been hacked.  Apple support has suggested that a 3rd party software has been downloaded replacing apple software which enables the hacker to screen share.  I need all the info about how it was done, and how to fix the problem.

    I have an iphone 4s that may have been hacked.  Apple support has suggested that a 3rd party software may have been downloaded allowing screen share.  I need all the info I can get as to how this could have been done and how to fix the problem.

    The only way the iPhone could have been hacked in such a manner, at least by any method currently confirmed, is if the iPhone was jailbroken. Was yours?

  • Logic X screensets do not remember 3rd party software instrument placement on second monitor screen

    I open my Spectrasonics software instruments and place them in a location on my second monitor screen and lock the screenset. Then switch to another screenset and come back to that saved screenset and the 3rd party software instruments are stacked on top of each other on my main monitor screen.
    This was not the case in Logic 9.

    Hi
    Tom Hammer wrote:
    You're have a Spectrasonics plugin open on your second monitor and when you come back to that screenset it's in the same location?
    yep
    Starting from an empty project, I added 2 Instrument channels (Omnisphere and Kontakt 5. Open both plugin GUI's, move dthem over to my 2nd monitor then Locked the ScreenSet (SS 1)
    Switch to other S Set and back, K5 and Omni GIU's open where I left them (locked).
    Close Project and then re-open... still works OK
    CCT

  • Permanently deleting iPhone text messages... impossible without 3rd party software?

    Am I correct in assuming there is currently NO possible way to permanently delete iPhone text messages and attachments unless you without either A. using 3rd party software that costs loads of money, or B. completely wiping your phone? This is seriously not available on these phones with all the other advanced features and tech?
    It saves gigs of txt messages and attachments permanently that takes up all of the space on your phone... I just have a hard time believing this issue hasn't been addressed....

    If the amount of storage for your Messages is not decreasing when you delete some (or all), then you need to try resetting your device to see if it will clear it up. I just went to my device and checked the amount of storage being used by Messages (13 MB). Then I deleted the 6 messages I had, and went back to check the Usage. It is now 3 MB.
    To reset your device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Apple appears (up to 30 seconds). Once the Slide to Unlock screen displays, check your usage again.
    Cheers,
    GB

  • Deleting 3rd party software

    Hello,
    We want to delete a 3rd party software bolt-on that all resides in its own namespace /epiuse/.This is in our DEV,TEST and PROD systems. The original system for all objects is different to ours. How can this be done easily ?. There must be an easier and quicker way than to register each object so you can delete it.
    cheers
    Trev J

    If the amount of storage for your Messages is not decreasing when you delete some (or all), then you need to try resetting your device to see if it will clear it up. I just went to my device and checked the amount of storage being used by Messages (13 MB). Then I deleted the 6 messages I had, and went back to check the Usage. It is now 3 MB.
    To reset your device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Apple appears (up to 30 seconds). Once the Slide to Unlock screen displays, check your usage again.
    Cheers,
    GB

  • How to AUTO print DMS with Shop Paper without 3rd party software?

    Since standard SAP cannot AUTOMATICALLY print DMS with shop paper.
    Is there a way to AUTOMATICALLY print DMS with shop paper without using 3rd party software ?  I've heard that there's a user exit or Function Modules that we can use so this will be possible. We don't really want to deal with 3rd party software if we can avoid it.
    Has anyone resolved this problem without using 3rd party software?
    Thank you,
    Sam

    It would easier to get an ABAPER to debug the manual process and then use those function modules etc in the modified program.
    The ability to print attached documents exists as a manual process of navigate and click, the process is as follows:
    1.     Access transaction IW32 (or IW33).
    2.     Enter order number (initial screen).
    3.     Click enter (change order central header screen).
    4.     Select the operations tab page (change order operation overview screen).
    5.     Select the relevant operation (change order operation overview screen).
    6.     Click the PRT icon (change order operation overview screen).
    7.     Select the PRT (PRT list of operation screen).
    8.     Click the PRT display button (PRT list of operation screen).
    9.     Click the print button (display document screen).
    The process prerequisites are:
    •     Work order created with assigned PRT document.
    •     PRT documents.
    •     DMS configuration to allow document to be opened and printed.

  • Automator - Loop through a text file and process data through a 3rd party software

    Just stumbled on Automator the other day (I am a mac n00b) and would like to automate the processing of a text file, line-by-line, using a third party tool.  I would like Automator to loop through the text file one line at a time, copy the string and keep as a variable.  Next, place the variable data (copied string) into the text field of the 3rd party software for processing.  Once the processing is complete, I would like Automator to fetch the next line/string for processing.  I see items like "copy from clipboard" and  "variables" within the menu but I am not finding much documentation on how to utilizle this tool.  Just hear how potentially powerful it is. 
    The 3rd party software is not a brand name, just something made for me to process text.  I may have to use mouse clicks or tabs + [return] to navigate with Automator.  A term I heard on Bn Walldie's itunes video series was "scriptable software" for which I don't think this 3rd party app would be. 
    Kind regards,
    jw

    Good news and bad news...
    The good news is that it should be entirely possible to automate your workflow.
    The bad news is that it will be a nightmare to implement via Automator, if it's even possible.
    Automator is, essentially a pretty interface on top of AppleScript/Apple Events, and with the pretty interface comes a certain stranglehold on features. Knowing how to boil rice might make you a cook, but understanding flavor profiles and ingredient combinations can make you a chef, and it's the same with AppleScript and Automator. Automator's good at getting you from points A to B but if there are any bumps in the road (e.g. the application you're using isn't scriptable) then it falls apart.
    What I'm getting at is that your requirements are pretty simple to implement in AppleScript because you can get 'under the hood' and do exactly what you want, as opposed to Automator's restricted interface.
    The tricky part is that if no one else can see this app it's going to be hard to tell you what to do.
    I can give you the basics on reading a file and iterating through the lines of text in it, and I can show you how to 'type' text in any given application, but it may be up to you to put the pieces together.
    Here's one way of reading a file and working through each line of text:
    -- ask the user for a file:
    set theFile to (choose file)
    -- read the file contents:
    set theFileContents to (read file theFile)
    -- break out the lines/paragraphs of text:
    set theLines to paragraphs of theFileContents
    -- now iterate through those lines, one by one:
    repeat with eachLine in theLines
      -- code to perform for eachLine goes here
    end repeat
    Once you have a line of text (eachLine in the above example) you can 'type' that into another application via something like:
    tell application "AppName" to activate
    tell application "System Events"
              tell process "AppName"
      keystroke eachLine
              end tell
    end tell
    Here the AppleScript is activating the application and using System Events to emulate typing the contents of the eachLine variable into the process. Put this inside your repeat loop and you're almost there.

  • Issues with Form printing using a 3rd party software!!!!!!!!!!!!!!!11

    Hi All,
    We are printing our month end AR statements using Xerox DP100 printers. We are using a SAP Script as the layout form. Everything works perfectly alright when a direct print is issued to the printer. But the scenario here is the statements are sent to a 3rd party software so that the statements can be saved in their repository and made available to be viewed and printed whenever necessary. Now the issue is when this 3rd Party Software(TPS) reads the SAP generated PCL from its report store on the unix host and generates a PDF File that it presents to the web client user for (re)printing via his/her PC it appears that the TPS or Websphere or Adobe is performing a font substituion - replacing the Univers font(used in R/3) which is not loaded on the unix host with a different font(with different sizing and/or behavior).
    As a result the horizontal and vertical positioning generated by SAP(which is correct for the Univers font) is 'wrong' for the substituted font. The fixed size fields print OK but gradually move to the right. The varying size amount columns do not align correctly and fall off the right side of the page.
    Can anyone give me pointers on what can be done to arrest this error.
    Does the font need to be loaded on the unix host or the font used in the form be changed?
    Regards,
    Karthik

    Karthik,
              Sap script behaves differently for different printers. You will have to change margins when you change your printer/software accordingly.

  • Is 3rd party software required for auto creation of DIR for scanned copy,

    Hello SAP gurus.
    The current business process is there are 100s of service order, (IW31 creation TC) and each service order has its own 50-60 external documents attached to it.
    unfortunately there is no standard link from SAP DMS at Service order (lW31, TC) level.
    Here i tought of creating a document folder in EDMS or structure with the reference of service order No. And keeping this service order as reference we need some 50-60 documents (files) to be directly assigned to the main service order No, with out any manual intervention.
    Here is what the user does in the present system
    With our client in the present system they use a 3rd party software  for mail and scanner interface, here Any x, y, z user scans an document or Mails a document with attachments, just giving the subject line as the Service order already created.
    The document attachment directly comes and sits inside the predefined Service Order folder. Along with the user name who sent the document and the time he sent the document.
    Is the same thing possible in SAP ie.. Creating or attaching documents with out any manual interventions taking the reference of Mails sent having the subject line as the DIR
    Does this require 3rd party interference to do this,  will any BAPI  /BADI to do this for DMS with out 3rd party software.
    is there any upload programme that should be used which will avoid 3rd party software.
    please explain. points waiting.
    Thanks and warm regards
    Priya S
    Edited by: Priya S on Mar 16, 2009 4:32 PM

    Hi Priya
    Creation of New Object link is not so hard job.If any expert ABAP Consulatnt is available he can do in a week.But It all depend on his understanding of functionality clearly and quicky.
    For developement of new object link check this link.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b2/c043a66fab11d1949500a0c92f024a/content.htm
    They work fine if you develope it as per procedure in above link.You just need good ABAP'er.
    If you are trying  upload Proggramme to upload the files daily basis from folder you can do this .
    Just  create folder on desktop put some docuemnts and run BDC to upload the document to DIR.I had tried once. Get help of Good ABAP'er to do your job.
    If any help please get back.
    With regards
    Mangesh Pande

  • How do I transfer photo files from desktop to ipad without 3rd party software?

    how do I transfer photo and music files from my laptop to ipad2 without purchasing a 3rd party software?

    You can use iTunes which is free (http://www.apple.com/itunes) - and that is the only way to sync music from a computer to the iPad
    Syncing photos via iTunes : http://support.apple.com/kb/HT4236 . You need to sync all photos that you want on the iPad together in one go, as only the most recent remains on the iPad - not including photos in a subsequent sync is how you delete them from the iPad

  • Migration of Documents from 3rd party software to SAP DMS

    Dear Experts,
    We have implemented SAP DMS . Prior to DMS we were using Third party software for creating and storing the documents.
    There are abot 3000 documents in the third party software, now the challege is how we  must have to migrate the DATA from 3rd party software to SAP DMS with creating Dirs. Are there any upload programmes suffice the requirement or any development needs to be done or any possibilities.
    Kindly help me out in the above scenario.
    Regards
    jayanth

    Hi,
    from DMS point of view I think that SDXA functionality could also be useful for this action. For further information on SXDA functions please see SAP note 817743.
    Best regards,
    Christoph

  • Having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    having problem w 3rd party software ., there tech advsed me to repair  permissions  before  reinstalling software . However  , querrie says  repairing permissions  is not good for  system .  whats up ,, help  !!!

    I've fixed the problem - I think.
    I forgot I had the program "Little Snitch" installed on my computer. So I went into it and saw that it was blocking most of my connections for all the programs I use on a daily basis. Once I lifted the RULE to those certain programs - BAM - everything came back to life in an instant!

  • Need 3rd party software for iTunes to move CD's to new computer?

    Do you knof 3rd party software allowing me to move non-apple purchased music to a new computer

    Backup with this User Tip, restore the library to the new computer using the same tool, keep the backup up-to-date in future.
    Deauhorise the old computer if you no longer want to access protected content from it.
    tt2

  • USB Sync with 3rd party Software

    Seem like Verizon is determined to press using it's restrictive syncing technique with MS Outlook.  I guess they still want to compete with Outlook.  There is an issue with USB sync with the Droid X.
    Android OS 2.2 supports TETHERING, but Version does not.  By allowing tethering, 3rd party software can sync with the Droid X via USB.
    Why is Verizon restricting a feature so many business users want?  To compete with Apple, Verizon should wise up and support its user communit to allow easy syncs with Outlook (Contacts, Notes, Calendar) at the subdirectory level.  Business people will not post their sensitive information on the Google site in order to sync with their phone.
    Wise up Verizon!  You are missing an opportunity in your battle with Apple!

    Hi Nitsan
    You need to contact Oracle to see if they can help you. Supporting a Discoverer installation without a support number (CSI Number) is not the right thing to do. You need to pay up and buy the necessary support so that you can get the help you need.
    Having said that, Oracle do produce lists of certified operating systems and platforms etc and you will not have a lot of luck if you go outside those boundaries. I'm not saying that you have but usually if their product works on one platform but not on another it is usually something at the platform end that is causing the problem. In this case the first place I would look is to see whether there are any settings within the 3rd party security software that can be applied to tell it that anyone running Discoverer inside IE is allowed to do so.
    It may be as simple as allowing JInitiator to work. You may also want to try using the Sun JRE instead to see if that helps.
    I strongly recommend you buy a support license. You can buy these relatively cheaply and they can be purchased in groups of I believe 25 requests (could be a different number) thus keeping the cost down. If you yourself are an independent consultant you can buy your own support license and use that to get help for your clients.
    Best wishes
    Michael

  • Updating 3rd party software

    I am totally lost. Just switched from PC to 1st Mac. I have installed a 3rd party software (mac version) and it has an update but I can not figure out how to install. Is there any way to research how to do such simple things on a Mac?

    If you start with an image file. Then double click it. It should mount like a drive. At this point either what you need will be apparent on your desktop or you will need to double click the mounted image to get to what you need. You can think of such image files as installers, although you don't actually install with them. I keep them as though they are installers.
    [Mac 101 will help get you started with some things|http://www.apple.com/support/mac101>.
    [Also check out the links on this Sno page|http://www.apple.com/support/snowleopard>.

Maybe you are looking for

  • Screen freezes up--or doesn't display

    I posted before, but I didn't get any assistance. I'd appreciate any help or suggestions that you might have. The problem up to this point has been that, upon waking my computer from sleep, I'll go to click on something (i.e. the Safari icon in my to

  • Automator running in the background

    I am using automator to enter info into a website for me (not spamming) every so often on a record watch what I do. My question is: is there a way to make it do this in the background so its not tieing up my mac while this is going on?

  • WS14000044 Completion by Purchaser follwed by WS10000129 One Step approval

    Hi Folks, I have activated the WS14000044 Completion by Purchaser workflow and it works just fine. My problem is that the approval WF WS10000129 One Step approval does not start automatically when the buyer has completed the SC. The SC creator has to

  • Avoiding a bridge too far on new Mac

    Hello I have Design Standard CS4 and the upgrade to CS5. I'd like to install CS5 on a new Mac, but also install InDesign CS4 from the previous suite (since I may still need the older version). To do this I was planning to first install CS4 on the new

  • Checking a product's version using JSP?

    Hi, I'm rather new JSP, and I'm looking for a solution to a certain problem. If we have a certain software on a user's computer, and we would like the user to be able to check for updates to that software using the website (e.g. a "check for updates"