Method for leave cursor from cell

Hi Experts,
I need to implement action on leave cursor from cell .
here If after enter data for one cell then relevant data populated for other cells .
please suggest the solution without using button or llink.
Regards,
BBC

Hi,
    To populate data in a cell depending on data entered in another cell, there must be some kind of user
     action like button clicks or press Enter. Without any action we cannot populate relevant data in the cell.
    And WDA does not have any events like leave cursor So we need some kind of action,Else its
    not possible.,

Similar Messages

  • What is the direct connect method for transfering photos from my macbook pro to my iphone without using iTunes syncronization? (iow: a simple photo copy from mac to iphone?)

    I feel like I should know the answer to this. I can't believe it is a hard question.
    What is the direct connect method for transfering photos from my macbook pro to my iphone without using iTunes syncronization? (iow: a simple photo copy from mac to iphone?)
    Easy? Right?
    Just plug my iphone in to a mac and copy a photo from the mac to my iphone.
    I don't have internet access - I can't email it, or mobileme it, or dropbox it.

    iTunes. Other than that there is no direct method. However, do try the iPhone forums.

  • Finding the related field for "Leave Type"  from the BI content in HR modul

    Hi good after-noon!!
    Can any one help me out in finding the related field for "Leave Type"  from the BI content in HR module?
    Regards,
    Suman.

    Hi Suman ,
       U can get the information in KTART field in PA2006 table in SAP. This field can take values like annual leave type, long service leave, study leave etc....
    Regards
    vamsi

  • The method of leaving cursor at selecting item of list box.

    Hello.
    Pleas let me ask about the subject!!!
    Concerning the screen by web-dynpro, I have a problem that when I select one listbox after selecting another listbox, the screen moves up to the top automatically.
    I would like to prevent from above moving.
    Could anyone specialist please tell me how leaving cursor at setelcting item of the list box.
    Thanks!!!

    Hi...
    there are two events which have been used, one is doubleclick event and the other one is on selecting the item from the list and clicking on OK button(this will be the most frequently used function, i cannot use event target event for this OK button... ) . I have attached the screen shot. Please have a look at it and let me know how can i achieve that...
    I can use custom event, but the main problem is that the inline itemeditor's details are not accessible in the code.... I can access some function from within the inline itemeditor combo box using outerDocument.myFunction() (this is something like GET). Is there a similar way, to SET the data into this itemeditor?

  • FM and/or method for displaying file from frontend ?

    hi there,
    i have word-documents, excel-sheets, PDF'S, etc.......... on my frontend PC.
    i need a function module and/or method of class to OPEN this files. do you
    have any hints for me ?
    regards, Martin

    hi,
    thanks a lot, friends. i found out that execute from cl_gui_frontend_services works perfect for me.
    BUT: is it possible to load a file from APPLICATION server too ? in the example below
    file is on presentation (client).
    call method cl_gui_frontend_services=>execute
          exporting
            document = 'C:\Dokumente und Einstellungen\d78358\ALTMP_D01_2.PDF'
              maximized = 'X'
            exceptions
            others   = 1.

  • Best method for moving photos from iphoto to lightroom 5

    HI,
    I have decided to take up Lightroom 5, moving from Aperture and Iphoto.  Is there a "preferred method" to get my photos into lightroom please?

    Tom,
    I did not expect someone to give me some assistance that quickly, or at all, I really appreciate the effort you have gone to.
    Cheers
    John Harcourt-Riig
    Brisbane Australia
    For those who have fought for it, freedom has a flavour the protected will never know.   Just Living the Dream & Having Fun

  • What's the Best Method for Upresing Footage from SD to HD?

    We've got a project we did for a client that they would like to be upresed from 720x480 at 30fps interlaced to 1080i.  Is there one method that is better than another?
    Thanks.

    Here is a second vote for Red Giant Instant HD. It is very good, though will never be anywhere as good as starting with HD material. Still, it should get you by OK.
    Hunt

  • I will pay, who creates a method for importing tables from MS word

    I need a script or any other type of method, which will import the MSword document, which have tables and footnotes.
    WIth "Place" option (with "SHift"), it only imports the first page of word document, and even that first page is degraded and some part of  footnotes are moved to the second page of Indesign.
    for example,see such document: http://d2.minus.com/1342790256/zDuntjI5q2iNIJqkk5UPJA/dbjwjsXzUbRmjD/sample.rtf
    i will pay him, who will do that job (offer me your bid).
    my info:
    mail: selnomeria(*)yahoo.com
    skype: oceane.sa

    Hello!
    First of all:
    Indesign does not support footnotes in tables. There are some tricks i use, for example making a "hidden footnote reference" somwhere in the page (just assign a 0.1pt size and fillcolor of "None") but it's just a ugly hack and if you have to reformat the tables you will have to rebuild all teh footnotes. move them around etc.
    Second:
    If one of the cells in the table you are importing is larger (verticaly) than the page size the autoflow will stop. The table is imported in the story (check it out in the story editor) but indesign cannot display it. Enlage the frame until the cell fits (or make the cell smaller -decrease the text size?) and reflow the rest of the text.
    Third:
    If you are working with large tables and especialy large cells be prepared to have numerous crashes. And i mean NUMEROUS!! Every time you try to change something in the table.
    i am sorry to be the bearer of bad news but at the moment table and footnote support in indesign is crappy at best, and i don't think there's anyone besides the guys form Adobe that can do anything to help you.

  • Best method for transferring data from one database to another?

    There is an 8i database I have to deal with on a regular basis. Besides being completely outdated and unsupported, in my opinion the database has not been well-maintained--for a table with 25 million records, should ‘select count(*) from table;’ take 5 minutes to run? I don’t really know, but that seems long to me. Many complex queries (most including only tables with less than a million records) take a ridiculously long time to run, to the point that I can’t even run some of them.
    I am not the DBA; I don't have the authority to fiddle with the database (nor would I feel comfortable doing that), and the powers that be will not put effort into improving functionality of this database due to an alleged plan to update/replace it within the next year. However, in the mean time, I still have to get data out of this database on a regular basis.
    I have XE 10g installed on my local machine, and I have set up a database link in it to the 8i database. I have found that I can pull in basic data (simple queries) from the 8i database into tables in my XE database (e.g. create table tbl1 as select data from tbl1@8idb) and then query those tables to get the information I need much, much faster (including creation of the tables). While this option does not allow me to create queries/reports that other people can run, it makes work I’m doing only for myself much faster.
    What I’m wondering is, what is the best way to bring the information I need over to my database? I usually don’t need entire tables, and I can probably identify a number of key tables (or parts of tables) I need. What I’ve been doing up until now is writing CREATE TABLE statements on the fly, but then I end up forgetting what all I’ve done, and each time I want up-to-date data, I have to drop the tables and re-create them. It seems to me that there should be an easier way to do this than to copy and paste from a text document into SQL*Plus.
    Does anyone have any suggestions for me on how best to do this?

    Sorry, I guess I posted this in the wrong forum. I re-posted in the database-general forum.

  • Crazy Method for Migrating Files from a Broken PC

    I recently purchased a macbook pro (my first mac in 10 years) to replace a homemade Windows PC which had been giving me trouble for months. I had three hard drives on the PC with three different installs of windows none of which will currently boot (I can't even get the CD tray to open). I also had an external hard drive which I had begun to back up files to. I was able to pull all of the files off the external drive by just hooking it up to the USB port on my macbook pro.
    My first question is could I just install the other three internal hard drives in external hard drive kits and suck the files off the same way?
    If so, does anyone have recommendations for an external hard drive kit (USB 2.0, firewire 800, or network) that will work well with OS X? Something inexpensive or something that will hold three hard drives. I'd like to have something that will work well with Time Machine when Leopard comes out.
    Finally, if I eventually can get the old PC running, does anyone have any thoughts on turning it into a back-up server that will work well with OS X and might work well with Time Machine?
    Thanks in advance!
    Macbook Pro   Mac OS X (10.4.8)  
    Macbook Pro   Mac OS X (10.4.8)  
    Macbook Pro   Mac OS X (10.4.8)  

    You'll have no problems pulling files from your drives as MacOS understands FAT and NTFS formats. I'm assuming your drives are all IDE interface and 3.5" so you won't be able to bus power them - you'll need an enclosure with it's own PSU. Firewire 400 or even 800 would give you the best thru-put, but USB2 will perform pretty well too.
    There are multitudes of enclosures available and they tend to have similar performance as many use the same chipsets. There are network enclosures around but I've read mixed reviews about reliability and performance.
    I wouldn't involve a PC as a server if I were you, unless you need a network with a few machines. A nice Firewire 800 enclosure with a big fast drive in it would be quicker and more reliable.

  • Smtp error using traditional methods for relaying emails from oracle

    Can anybody please resolve these errors...
    One of the methods told thru otn threads gives this error...
    code given below-
    CREATE OR REPLACE PROCEDURE "SEND_MAIL" (
    p_sender IN VARCHAR2,
    p_recipient IN VARCHAR2,
    p_message IN VARCHAR2
    AS
    l_mailhost VARCHAR2 (255) := 'my host name';
    l_mail_conn UTL_SMTP.connection;
    BEGIN
    l_mail_conn := UTL_SMTP.open_connection (l_mailhost, 25);
    utl_smtp.command( l_mail_conn, 'prabhat');
    utl_smtp.command( l_mail_conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( 'my mail address'))) );
    utl_smtp.command( l_mail_conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( 'receivers mail address' ))) );
    UTL_SMTP.helo (l_mail_conn, l_mailhost);
    UTL_SMTP.mail (l_mail_conn, p_sender);
    UTL_SMTP.rcpt (l_mail_conn, p_recipient);
    UTL_SMTP.open_data (l_mail_conn);
    utl_smtp.write_data(l_mail_conn, 'Subject: Your Subject Line Here');
    UTL_SMTP.write_data (l_mail_conn, p_message);
    UTL_SMTP.close_data (l_mail_conn);
    UTL_SMTP.quit (l_mail_conn);
    END;
    Error-
    ORA-29279: SMTP permanent error: 500 5.3.3 Unrecognized command
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 99
    ORA-06512: at "SYS.UTL_SMTP", line 159
    Thanks & Regards
    Swati

    Other threads on PLSQL forum where folk have hit this kind of problem....
    Re: ORA-29279: SMTP permanent error: 500 5.3.3 Unrecognized command
    Cheers
    David

  • Need replacement method for FM: REUSE_ALV_GRID_DISPLAY.

    Hi
    i need a replacement method for FM: REUSE_ALV_GRID_DISPLAY from the class CL_GUI_ALV_GRID,
    kindly let me know if someone knows the solution for it.
    regards
    mano

    Method set_table_for_first_display, look at [ALV Grid Control (BC-SRV-ALV)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf]
    Regards

  • NEED HELP!! creating a method to search records from a data.dat file

    i am having a lot of trouble trying to create a method for searching records from a data.dat file as a contacts application i am using (for) and (if) together and getting the same error messages saying a ")" is needed when it doesn't and illegal start of expression can anyone help! on letting me know how you create search methods! thanks

    public static void search_records()
              System.out.println("Please Enter a Surname (* for all):");
              user_surname = data_input.next();
              System.out.println("Please Enter a firstname (* for all):");
              user_firstname = data_input.next();
              for (int i = 0; i < number_of_records; i++)
                   if(user_surname.compareTo(lastName) || user_surname.compareTo(*));
                             if(user_firstname.compareTo(firstName[i]) || user_firstname.compareTo(*));
                                  system.out.print("Result:",number_of_records);

  • Need help for focusing the cursor from one textbox to another textbox

    hii all,
    I have a problem in java script.
    Note:The textboxes are generated dynamically.it is not having fixed length.(the number of textboxes generated may be 3,2,4....etc.it is not fixed.
    To move cursor from one textbox to another text box ,I have taken the length of the textboxes of the first column.I used onkeyDown event .
    in the function ,first i checked the condition like
    for(i=0;i<form1.box.length;i++) //box is the name of the textboxes
    if(event.keyCode==13)
    form1.box[i+1].focus();
    return false;
    by using this the cursor is moving from first text box to second textbox and stops.
    if i use event.returnValue=false; instead of return false ,then the cursor automatically going to the laxt textbox of the column.
    my problem is how i can focus the cursor from one textbox to another textbox one after the other till the end.
    if any one has solution please help me.
    also if we can do in another way also,please help me.
    thanx.>

    thanx .u helped me so much.
    i have to check another condition. see the code below
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    <META NAME="Generator" CONTENT="EditPlus">
    <META NAME="Author" CONTENT="">
    <META NAME="Keywords" CONTENT="">
    <META NAME="Description" CONTENT="">
    </HEAD>
    <SCRIPT language="Javascript">
    function fnTest(str) {
    if(event.keyCode==13) {
    if(str == 4) {
    formHeader.box[0].focus();
    else {
    formHeader.box[parseInt(str)+1].focus();
    return false;
    </SCRIPT>
    <BODY>
    <FORM name="formHeader">
    <CENTER>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('0');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('1');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="0" disabled="false" onKeyDown="javascript:fnTest('2');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('3');">
    <br>
    <INPUT TYPE="TEXT" name="box" value="" onKeyDown="javascript:fnTest('4');">
    </CENTER>
    </FORM>
    </BODY>
    </HTML>
    suppose if some of the fields are disabled,then the focus must skip to the next one.i have written disabled for box2.if the cursor focuses in box1,then the cursor should move to box3 escaping box2.
    if u know plz tell me.

  • I guess the problem come from me or I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?

    I guess the problem come from me but I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?
    One more thing. I just update my iphone that my boss gave to me but it seems to be like it giving me some trouble. My iphone was updated not too long and was successful. I try to lock into it and it telling me emergency call. I plug it to my itune and it telling me that the sim card is not valid or supported. So I inserted my sim card that I usually use to call and it still saying the same. Please help me get into it.

    And as far as paying for phone support, here are a few tips:
    If you call your carrier first and then they route you to Apple, you usually don't have to pay for phone support.
    If you are talking to Apple and they ask you to pay a support fee, ask if you can get an exception this time.  That usually works once, but they keep track of the times you've been granted such an exception.
    If you still end up paying the support fee, that fee only applies if it's not a hardware related issue.  In other words, if it can be fixed by just talking over the phone and following Apple's instructions, then the fee applies.  But if your device is deemed to have a hardware failure that caused the issue, then the fee should not apply, and you can ask for it to be waived after the fact.
    This forum is free, and almost all of the technical support articles the Apple tech advisors use are available on this website.  Literally 99% of what they can do over the phone is just walking you through the publicly available support articles.  In other words, you're paying the fee to have them do your research for you.  It's like hiring a research consultant to go look stuff up in the public library so you don't have to.  You're capable of doing it; you'd just rather pay someone to do it for you.
    It's like Starbucks.  You know how to make coffee.  Everyone knows how to make coffee.  And Starbucks coffee isn't any better than what you could make at home for far less.  But you want the convenience.  So you're really paying a convenience fee.  Milk is more expensive at 7-Eleven than it is at the grocery store... because it's a convenience store.

Maybe you are looking for