How to get a print(maybe in a Wordfile) from a youtube video??

Youtube, & other videos, can be stopped temporarily by clicking on the appropriate button, or on the screen itself. Is there a way of copying the arrested image into a file of my choosing?
My OS is Win XPhome 3

christopher,
thanks for the reaction.
now i´ve a new question: how to make a report, based on several tables with different structures: for example looking like this:
customer (with details)
contactperson 1 (with details)
contatcperson 2 (with details)
activities 1 to n (n activities registered) with details
services 1 to n (n services registered) with details
i know how to do it with a lot of reports (the user has to combine the informtaion based on several exports to csv), but i want to do it with one report (or something like that) .
Leo

Similar Messages

  • How do I get a print to pdf file option from Word and PP?

    I have windows vista. How do I get a print to pdf file option from Word and PP?

    Do you own Acrobat? If so what version? If not what version of Word and PP do you have? Newer versions contain non-Adobe software for creating pdfs. If you do not own Acrobat that it would be best to check in a Microsoft forum on how to use Word to create pdfs.

  • How do I e-print a forwarded e-mail from my Kindle Fire?

    How do I e-print a forwarded e-mail from my Kindle Fire?  I bought the e-printer so I could print out my e-mails but I can't get it to print forwards.

    the eprintcenter will not print emails and their attachments that have more than one recepient. You need to address the email to just your eprintcenter email address only if you want to print that way.
    There is a HP app on the android market that allows for network printing from android devices as well. Maybe your Fire will allow you to install that.
    mikehd

  • How to get the form reference in .js page from .jsp page

    hi
    i have written one form in jsp page omething like:-
    <html:form action="/shopping" onsubmit="return false;">
    can anybody tell me,how to get the form reference in .js page from .jsp page ,
    i have tried:-
    var formRef = document.forms[0];
    butits not working.
    Thanks.

    Its very simple......y cant u prefer google...Bad
    c this example...
    function submit()
    alert("textbox"+ document.forms[0].name.value);//to get textbox value in js
    document.forms[0].submit();//to submit jsp page using js
    <html:html>
    <html:form action="/shopping" onsubmit="submit()">
    <html:text property=name>
    learn to search in google..
    </html:form>
    </html:html>

  • How to get the first day in the month from a domain date ?

    Hi,
    I like to know how to get the first day in the month from a domain date?
    Thanks
    Stephen

    Hi Gokul...
    Instead of using the funtion module you can just write the 3 statements of code to get the first day of the week.
    Its similar to the above one but instead of writing case statement you can achive the following.
    data : w_res type i,
             w_data type d,
    w_res = w_date mod 7.
    w_date = w_date - w_res.
    write w_date.
    This works.
    Regards,
    Siddarth

  • How to get the absolute path of a file from the local disk given the file n

    how to get the absolute path of a file from the local disk given the file name

    // will look for the file at the current working directory
    // this is wherever you start the Java application (cound be C: and your
    // application is located in C:/myapp, but the working dir is C:/
    File file = new File("README.txt"); 
    if (file != null && file.exists())
        String absolutePath = file.getAbsolutePath();

  • How To Generate And Print Reports In PDF Format From EBS With The UTF8 Char

    Hi,
    I want to know How To Generate And Print Reports In PDF Format From EBS With The UTF8 Character Set in R12.0.4.
    Regards

    Refer to Note: 239196.1 - PASTA 3.0 Release Information
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=239196.1
    Or, you can use XML Publisher.
    Note: 551591.1 - Need Latest XML Publisher / BI Publisher Patches For R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=551591.1

  • How to get safecontrol tag section to a collection from web.config in c#

    how to  get safecontrol tag section to a collection from web.config in c#
    Below is my config file. I need to read the safecontrol tagsection and get all those in to a collection.please help me on this.
    <?xml
    version="1.0"
    encoding="UTF-8"
    standalone="yes"?>
    <configuration>
    <SafeControls>
    <SafeControl
    Assembly="System.Web,
    Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    Namespace="System.Web.UI.WebControls"
    TypeName="*"
    Safe="True"
    AllowRemoteDesigner="True"
    SafeAgainstScript="False"
    />
    <SafeControl
    Assembly="System.Web,
    Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    Namespace="System.Web.UI.HtmlControls"
    TypeName="*"
    Safe="True"
    AllowRemoteDesigner="True"
    SafeAgainstScript="False"
    />
    </
    SafeControls>
    </configuration>
    adityadugyala

    Here is the way to read and write custom sections programtically in web.config.
    http://msdn.microsoft.com/en-us/library/2tw134k3.aspx
    Or use the traditional way of reading XML with XMLDocument.
    Bala

  • How do i get the adobe flash player so i can watch youtube videos?

    how do i get the adobe flash player so i can watch youtube videos?

    Software is always safest directly from the developer or the App Store.
    There are numerous untrustworthy 'update' sites like Cnet & Softonic, & many users won't know that one is to be trusted (so far) but not most of the others.
    Adobe make Flash Player : get it from Adobe.

  • I'm trying to learn how to use Xcode. I've create a simple Hide App app from a youtube video tut, but I can't get it to export with the icon I've chosen. Any clues why?

    I'm trying to learn how to use Xcode. I've create a simple Hide App app from a youtube video tut, but I can't get it to export with the icon I've chosen. Any clues why?

    We didn't do that video. Why are you asking here?
    Those videos are usually outdated....
    Use the current tools etc., in the iOS Dev Center and iTunes/iTunes U ~ Stanford.

  • How to get string (specified by line and column) from txt file with labview

    Hi everyone
    How to get string (specified by line and column) from txt file with labview
    thx 
    Solved!
    Go to Solution.

    As far as I know, a text file has no columns.  Please be more specific.  Do you mean something like the 5th word on line 4, where words are separated by a space, and lines are separated by a newline character?  You could the Read from Spreadsheet String function and set the delimiter to a space.  This will produce a 2D array of strings.  Then use index array and give the line number and column number.
    - tbob
    Inventor of the WORM Global

  • How to get G/L account and cost centres from ECC to SRM...

    Dear All,
    How to get G/L account and cost centres from ECC to SRM...
    Please let me know the steps...
    Thanks
    Ravi

    Hi
    GL account - You can define in SPRO- Cross application settings--Account assignment ->Define GL account for product category and account assignment category.
    or you can use BADI BBP_DETERMINE_ACCT.
    In Organisation Strucute - You can Map the backend cost center via KNT  cost center attribute .
    Regards
    Muthu

  • When I play a youtube video in one tab, then scroll up and down in any tab, the audio from the youtube video gets choppy and cuts out for a second. How to fix?

    I just want to be able to go on other websites and scroll while playing music (smoothly) on youtube in another tab.
    I don't think this happened until after I updated my firefox to 13 and my shockwave flash plug-in to 11.3.300.257
    How can I fix this cutting out and choppy-ness in youtube videos when I scroll?
    Thanks so much!

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers
    Try to "disable the hardware acceleration" in the Flash Player.
    *http://helpx.adobe.com/flash-player/kb/video-playback-issues.html
    See also:
    * https://support.mozilla.org/kb/Cannot+view+full+screen+Flash+videos
    Flash "Display settings" window:
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html

  • How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    Attach camera via USB or put card in card reader.
    Go to FCP, and go to the Log and TRANSFER window.
    If FCP recognizes the card, you will see your clips listed on the left.
    You can view them, set Ins and Outs, and import just what you want.
    Once you choose a section of video and import it, FCP converts (transcodes) from its original camera format to Apple ProRes422 - a more edit friendly video file.

  • How to Get the Print of General Ledger with Opening balances

    Hi Friends.
    How can I get the print out of G.Ledger with all line item transactions and opening balances in a company code?
    Please explain.
    Regards.
    Srini

    hi
    for line item-
    goto s_alr_87012282 and select menu bar "list">print
    for g/l statement
    goto s_alr_87012332 same step above
    rgs

Maybe you are looking for

  • Issues during upgrade - SPDD

    Hi, We are doing the upgrade from SAP R3 4.6C to ERP 6.0, during SPDD phase we are getting errors while adjusting table VBAP. If you go to tcode SE14 there it is not allowing us to activate and adjust database. While activating the table it throws th

  • What is the logic flow in Struts?

    My understanding of the logic flow in Struts is as follows, I would love anybody to correct me. /index.jsp <logic:redirect forward="Entry" />The above "Entry" value is located in the struts-config.xml under the "global-forwards" section. struts-confi

  • Multiple instances of weblogic server 6.1 running on the same machine

    Hi, I need to run two instances of weblogic server 6.1 running on the same machine. I need one for development and the other one running the live applications. I need two instances to be independent of each other. I am running weblogic server as an N

  • ORA-56901: non-constant expression is not allowed for pivot|unpivot values

    Getting following errors ORA-56901: non-constant expression is not allowed for pivot|unpivot values ORA-06512: at "APPS.PIVOT_AWARD", line 16 ORA-06512: at line 5 when i run the following function it is giving error as above. can you please help me c

  • Momentary punch in/out foot switch help needed

    Hi all, I'm looking to find a usb keyboard or device that i can use with LOGIC 9 to plug in a momentary punch in/out foot switch. I have an M-Audio Oxygen 61 - but I can't tell if it  has the input or not? Thanks in advance