Automatically change line at the end of process

SuperSage77SuperSage77 Member Posts: 101
Hello!
I want the cursor in a form change automatically to the next line at the end of a process (F9 Set Applies to ID) in Form 232 APPLY CUSTOMER ENTRIES.
I use the instruction NEXT(1) at the end of the function and this is OK, but this also advance the vertical scroll and the line line which I come Set apply disappears in the screen.
How can i set the cursor to the next line but no change the lines shown in the screen ?

SetCustApplId;
// RWI.1.4 -- RW -- 05/07/2012 Modification ==> Changement ligne sur F9
NEXT(1);

Thanks for answer!
Rudy

Comments

  • ChinmoyChinmoy Member Posts: 359
    Tried it out in SetCustApplId, and found that it works fine.. see screenshot.

    Am I missing something here?

    Chn

Sign In or Register to comment.