Skip to Content
0
Aug 29, 2023 at 11:32 AM

Move the Screen Table control cursor position to next line

26 Views

Hello everyone!

I am trying to move the cursor position to the next line on press enter key at screen table control, though it is working successfully by using "Set Cursor Line 5" command, but unfortunately this code is working on just appeared lines, suppose a table control has 5 lines on display so my code is working fine at line 5 and i want to move my cursor position to its next 6th line and over, by pressing enter key

Thanks