How to find scrollLock key state

How to find the scrollLock key state in actionacript3.0.
Like Caps Lock and num Lock on/off state.

am I right, that you don't want to know, that the KEY-COMMIT or KEY-DELREC or something else is pressed,
what you want is : which trigger can be used, so that in the trigger-code can be detected, which KEY has fired. And the answer should then be "F10" and not "KEY-COMMIT"
it that your question ?
Gerd

Similar Messages

  • How to find the current state in web dynpro

    Hi,
       Can any one tell me how to find the current state of system (idle /not idle).
    Thanks,
    Krishna..

    Please explain further.  I don't understand how you are expecting to test for idle.  If ABAP code is being executed, then you know that the application is not idle. Only a server event could trigger code execution. Only a timedTrigger would be able to tell you that a certain amount of time has passed without activitity - although the event of the timer itself will be a server event that constitutes activity.

  • How to find Primary Key for a particular SAP Databse Table?

    Hi Guys,
                  How to find Primary Key and foreign key  for Particular SAP Databse table ?for Ex : EKKO , EKPO , EKKN , EKBE , EKBEH  , EKET and EKETH.
    Thanks,
    Srinivas.

    Use transaction SE11 to display the table. Put the cursor on the field you want to display the check table and click 'Foreign key' push button (a key with an bottom point arrow), then it will show the check table of the foreign of a field.
    Or by just simple double click on the field, a pop-up window of all the attribute (including the foreign key and the check table if exists) will show too.
    <i><b>Please reward point for helpful answer.</b></i>
    Minami

  • How to find multiple keys in single cell using Numbers?

    I'm trying to add functionality to one of my Numbers tables where want to check a single cell for multiple keywords from a list. The hole thing works perfectly fine in Excel but it behaves differently in Numbers.
    The formula I am using is:
    =IF(ISERROR(LOOKUP(2^15;FIND($E$2:$E$11;A2)));"not found";"found")
    The following screenshots show that it correctly finds the keys in the cell when using Excel but not in Numbers. Although, it seems to work if the key is in the same row as the input cell.
    Excel table using the formula I posted in the C column:
    Numbers table using the formula I posted in the C column:
    Would be really happy if somebody knows how I could accomplish that!
    Cheers,
    Maik

    If you are working in Numbers you can do this efficiently with a small AppleScript without going back to Excel or clone. One click and you get the following result:
    This script works with Numbers 2.3, which your screenshot suggests you are using. If you are using Numbers 3 it needs a very small adjustment.
    This is the script:
    --https://discussions.apple.com/thread/6315365?tstart=30
    property inputCol : 1 --> col A, as in example
    property resultCol : 3 --> col C, as in example
    property keysCol : 5 --> col E, as in example
    property targDoc : 1 --> 1 is front document; can change to "MyDocName"
    property targSheet : 1 --> 1 is first sheet; can change to "MySheetName"
    property targTable : 1 --> 1 is first table; can change to "MyTableName"
    tell application "Numbers"
              set t to document targDoc's sheet targSheet's table targTable
              set keysList to t's column keysCol's cells's value
              repeat with i from 2 to t's row count -- assumes 1 Header Row
                        set inputVal to t's row i's cell inputCol's value
                        if inputVal is not 0 then --skip blank cells; Numbers 2 reads blanks as 0
                                  --check if Input matches a key:
                                  if inputVal is in keysList then
                                            set t's row i's cell resultCol's value to "found"
                                  else
                                            set t's row i's cell resultCol's value to "not found"
                                  end if
                                  --check if Input contains a key:
                                  repeat with aKey in keysList
                                            if inputVal contains aKey then set t's row i's cell resultCol's value to "found"
                                  end repeat
                        end if
              end repeat
    end tell
    --end of script
    To run, copy into AppleScript Editor, change the properties if needed, and click the green triangle 'Run' botton.
    SG

  • How to find message key to  OBIEE11

    We´d like to customize a couple of OBIEE11 msgs - I know where are the files, etc... OTH there are several msgs per file... so if I need to change a specific message.. it should be in some of the files...The issue is how to find it ? Is there a simple way ? other than opening each file...
    Txs
    Antonio

    txs. for your comments... but the troube is to find the specific msg in one of those files... Isn´t there a way - lets say when you are in answer 'looking at the msg in the screen' to find some info about it ? like key ? which file it is in ?
    txs

  • How to find foreign key in pl/sql

    Error starting at line 1 in command:
    DELETE FROM ZKET_SOLE WHERE IID_SOLA = 1
    Error report:
    SQL Error: ORA-02292: integrity constraint (IRCKIS.ZKETSTIP_ZKET_FK) violated - child record found
    02292. 00000 - "integrity constraint (%s.%s) violated - child record found"
    *Cause:    attempted to delete a parent key value that had a foreign
    dependency.
    *Action:   delete dependencies first then parent or disable constraint.
    i need to find foreign key but i do not know how. I know that it must be in dictionary but i can not find it. I do not have access to ER model.
    Thx

    You could use a query similar to this:
    SELECT ucc.constraint_name,ucc.table_name,ucc.column_name
    FROM user_cons_columns ucc
    JOIN user_constraints uc on uc.constraint_name=ucc.constraint_name
    WHERE CONSTRAINT_TYPE='R'You could also use the ALL_CONSTRAINTS / ALL_CONS_COLUMNS views.
    Hope this helps!

  • NEED HR KEY(HOW TO FIND THIS KEY)

    HI,
    I am working with EE 4.7 version, can i use this version for HR module.. will it be possible. DO i need to install any other softwares with this package.. I aslosa looking for the HR module key.. Could u please tel me where  to find this key in my PC.
                                          thanking you,

    Hello Jijay
    If the <i>software component</i> <b>SAP_HR</b> is installed on your SAP system then you have the HR module available. The dependencies between software components can be seen using transaction <b>SPAM</b>.
    For example, on ECC 5.0 SAPKE50004 (SP 04 for SAP_HR 5.0) requires
    - SAPKA64009 (SP 09 for SAP_ABA)
    - SAPKB64009 (SP 09 for SAP_BASIS)
    - SAPKE50003 (SP 03 for SAP_HR 5.0)
    - SAPKW35009 (SP 09 for SAP_BW 3.5)
    Regards
      Uwe

  • How to find Assertion key value?

    Hi, 
    I am referring MSDN article for Management Libraries for .NET to access my Azure AD account.
    I followed all steps from article, but when my application execution starts it gives an error
    "An unhandled exception of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException' occurred in Microsoft.IdentityModel.Clients.ActiveDirectory.dll
    Additional information: AADSTS90014: The request body must contain the following parameter: 'client_secret or client_assertion'."
    c# block where I caught in error-- 
     AuthenticationResult result = context.AcquireToken(
                          ConfigurationManager.AppSettings["apiEndpoint"],
                             ConfigurationManager.AppSettings["clientId"],
                            new Uri(ConfigurationManager.AppSettings["redirectUri"]));
    my context variable as below
    var context = new AuthenticationContext(string.Format(
                      ConfigurationManager.AppSettings["login"],
                      ConfigurationManager.AppSettings["tenantId"]));
    and when I am trying to add client_secrete key to code 
     AuthenticationResult  result = context.AcquireToken(
                          ConfigurationManager.AppSettings["apiEndpoint"],
                           new ClientCredential("*******", "******"),
                             new UserAssertion("*****", "client_credentials", "*****"));
    throws an error
    An unhandled exception of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException' occurred in Microsoft.IdentityModel.Clients.ActiveDirectory.dll
    Additional information: AADSTS50027: Invalid JWT token. AADSTS50027: Invalid JWT token. Token format not valid.
    please tell me proper solution where I making mistake and also help to find Assertion key value for application which are added on Azure AD portal.
    thanks,
    Yogesh
     

    Hello Yogesh,
    Since this issue is related with window azure AD, i move it to the azure ad forum, there are AD experts who will hlep you. The current forum you posted to is used to discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections, I/O,
    Regigistry, Globalization, Reflection.
    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.

  • How to find out resultset,statements and connections are not closed

    Hello,
    In Jdeveloper 10.1.2 how can I find out that in my code,
    I have resultset,statements and connections are not being closed.
    Any help is highly appreciable.
    Thanks

    Hello Vijay,
    On MSSQL truncation of transaction log does not shrink the size of the transaction log. It simply removes the content within the transaction log and writes it to the backup.
    Meaning the free percentage within the transaction log will increase.
    If you want to Resize the transaction log size, you need to do something else.
    The shrinking procedure is given here:
    http://support.microsoft.com/kb/907511
    Regards,
    Siddhesh

  • How to find the select statement has written all selected values into text

    Hi,
    I am using form6i. i am selecting a set of values from database tables based upon some user parameters and writing into the text file using Text_io.put_line . In this case how we can make sure that the text fille contains all the data what we are selected from selected statement. somebody told that there might be chances of aborting of data while writing into the text file. is there any way to fild out the selected statements has written all the selected fields and corresponding output into the .txt file.
    Please suggest me.

    somebody told that there might be chances of aborting of data while writing into the text fileWhat kind of "chance" does that somebody refer to?
    If you want to verify if the number of records (lines) in the file matches the number of records from the cursor, you could re-open the written file in read-mode and count the number of lines by reading one by one, then compare the number of lines with the number of records from the cursor.

  • How to find what sql statement is currently running by scheduler job?

    Hi
    I scheduled a stored procedure to run every 5 minutes using dbms_scheduler.
    The stored procedure internally call serveral other stored procedures.
    The scheduled job is in running state and right now I want to find out what is the sql statement the job executing.
    Is there any sql query to find out what is sql query the schedular job is running?? Please help me.
    Thanks in Advance.

    The previous sql id is null in this case.
    I already quoted as I am running a pl/sql block in my scheduler job.
    begin
    usp_test('praram');
    end;
    I am using the pl/sql block as above in my scheduler job. The USP_TEST inturn calls some other stored procedures and each stored procedure has several inserts and update statements.
    The scheduler job is still running. I know the sid of the running scheduler job.
    I want to know the job is at which stored procedure and at which insert/update statement.
    Please let me know is there any query to fulfil my requirement?
    I greatly appreciate your help
    Thanks

  • How to find that a statement is used in which programs

    Hi Experts,
    Is it possible to find the statement "gi_tline-tdformat = ‘>*’ " is present in which programs?.
    Please reply.Its urgent.TIA
    Regds
    Abhishek

    Another option is SE38->Utilities->Find in source code->enter string into "Find" field -> Programs to Be Included: e.g., 'In Program" select options-> enter Search range (e.g., Z*)->select all.
    Kind Regards

  • How to find product key for Microsoft Office 2010?

    I purchased an HP Pavilion dv6 a couple of years ago. At the time of purchase I also ordered a license for Microsoft Office 2010. The laptop came with Office already installed, and everything worked great for years.
    Earlier this week I had to do a full system restore to get my laptop back in working order. I backed up all of my user files, found installers or original installation media for all of my software except for Office, and proceeded with the system restore.
    I just got everything running again this morning. The system restore put a clean copy of the OS on my laptop, but Microsoft Office is gone. I've just about finished re-installing all of the other software, but I need some help with Office.
    Since my laptop didn't come with installation media for Microsoft Office 2010 I'm trying to donwload it from here:
    https://www2.downloadoffice2010.microsoft.com/usa/registerkey.aspx?culture=en-US&ref=pkc
    It asks for a product key for Office 2010 in order to start the download. The product key for Microsoft Windows is on the bottom of my computer, but I can't find a product key for Office. (Before anyone asks, yes, this is the full version of Office 2010, and yes, I paid for it at the time of purchase of the laptop.) I kept all of the paperwork that came with the computer, but I can't find the Office product key anywhere in that packet. Is there somewhere else I should be looking for my product key?
    Better yet, does HP still have a copy of my original purchase order for this laptop, and do they store product keys for the products they sell? 
    Thanks,
    Tom

    Neither HP nor Microsoft keep a record of the key that was issued.  If you cannot find it in your documentation or emails I'm afraid you are out of luck and would have to purchase another key. 
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • How to find Rec key though FICO  document?

    Hi
    Eexperts
    I posted payment document Fica to fico,now i want to know recon key through taht doc no how it is possible?
    abasha

    Hi,
    To further clarify Harsha's point about the reference key, the Recon Key is part of the the Reference Key, i..e. it is embedded in the Reference Key, the first 12 characters of the Reference Key is the recon Key.
    IS-U transaction FPG1 shows the linkage between the the FI-CA documents and the GL Documents (for a different view).
    Ivor Martin.

  • How to Find Product Key

    I recently took over as a Tech Coordinator at a K-12 school. I have group licensing for Adobe Captivate 3. My predecessor wrote the product key on the outside of the case with pen and now it is smudged. I sent an Email to Adobe support but they said that they cannot find the serial number in the registration database. Is there any way to find the product key? Perhaps through the registry? Thanks in advance for the help.

    If your notebook came with the English version of W8 64 bit you can download the correct W8 ISO file and use this tool to make a bootable flash drive to install it, and it should work just fine.  You need a 4 GB flash drive.
    http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html
    Below is the link to get the W8 ISO file you need.  See Huffer's post.
    http://h30434.www3.hp.com/t5/Notebook-Hardware-e-g-Windows-8/Need-Product-key/m-p/2592907#M96681
    If you do not have the English version of W8, then you will either need to buy recovery disks for your specific model or purchase W8 OEM for the language your OS came in or buy Windows 7 and we can probably try and find the drivers you need as W7 is not supported by HP in W8.
    Recovery disks from another model will not work. Has nothing to do with the product key.
    The product key is there.

Maybe you are looking for

  • New iPad is not working for iMessage and FaceTime ?? Help

    Just purchased the new iPad today it will not let me sign on to iMessage and FaceTime but I am connected on wifi .... Help.

  • Related  to IDoc posting job

    Hi friends plz help me this is very urgent., what is the field name for " the name of posting job for the MATMAS IDOC  processing." regards. venkat

  • Saturday's between date range

    Hi All,             I need to findout the number of satuday's between the given date range. Please tell me if there are any function modules or methods to calculate this. Regards Suprith

  • Unable to insert hyperlinks in Exchange 2007 OWA messages

    Hi, we have recently moved to Exchange 2007 OWA and users are unable to insert links to shared files on the network.  I was wondering if there might be something in our Windows 7 GPO that is preventing this from happening?

  • Validating file in PI

    Hi Folks,     In my scenario.  PI will be getting a file in following format.     Header     Item     Item     Header     Item     Item     End Records     PI have to check if 'End Record' exists in the file. If not, then Alert need to be triggered.