Page 1 of 1

Change DG selection

Posted: Mon Apr 24, 2023 11:33 am
by CAsba
Hi,
Is there a way to move the selection in a dg table to the next line down, programmatically ?

Re: Change DG selection

Posted: Mon Apr 24, 2023 11:43 am
by Klaus
NO! :D

Code: Select all

set the dghilitedlines of grp "your dg here..." to (the dghilitedlines of grp "your dg here..." + 1)

Re: Change DG selection

Posted: Mon Apr 24, 2023 12:41 pm
by CAsba
Very good ! many thanks.