Experts Request help

Discussion in 'Free Source Codes' started by udaya, Oct 9, 2022.

    
  1. udaya

    udaya Active Member


    Sir, I am not able to fix the table list edit mode Previously entered list value...
    upload_2022-10-9_13-15-24.png
    i want to stope above listed name. I mean when enter into this Form the Cursor should go to Blank Field
    Please Guide me....
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    please study similar codes in default tally..... e.g. bank reco ........ does the cursor go "smartly" to the blank field ???
     


  3. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    Skip Forward: IF NOT $$IsEmpty:$$Value THEN Yes ELSE NO
     
    love and Adeshwar Mehta like this.


  4. udaya

    udaya Active Member


    Thanks lot For Guides... Amith Sir and Pankaj .... I try Mr.Pankaj "Skip Forward: IF NOT $$IsEmpty:$$Value THEN Yes ELSE NO"
    it gave me 80% success. Means It Went List First Line (it Can Edit) then Press Enter key the Curser went New last Line....

    I want Strait away Go to Last Empty line..

    Please Give me Suggestion....

    Also I am trying "Skip Forward: NOT $$IsEmpty:$$Value" By Amith Sir guide it gave me Same result....
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Make a Function to ........... press --- Ctrl+End and Enter keys........

    Ctrl+End will take you to the last item and ENTER will take you to the next blank field.
     


  6. BinodChangia

    BinodChangia New Member




    IN THE PART LEVEL GIVE THIS

    ON : FOCUS : YES : PART END

    THIS WILL TAKE THE CRUSOR TO THE END OF THE PART THE TIME YOU COME HERE.
     


  7. udaya

    udaya Active Member


    ON : FOCUS : YES : PART END ;;Its Work Great BinodChangia

    So Many thanks for Amith sir and all Good hearts to Give solutions to achieve and Learning .....
     



  8. @BinodChangia thanks for your suggestion. Made my Code and understanding better.
     


Share This Page