Re: Need Data Grid help

2019-05-05 Thread pink via use-livecode
Bingo, that works perfectly JJS via use-livecode wrote > On Sun, May 5, 2019 at 2:45 PM pink via use-livecode < > use-livecode@.runrev >> wrote: > >> Below is the script for a data grid and the stack script. >> >> The data grid times certain jobs, so if you press one, it switched to >> timing

Re: Need Data Grid help

2019-05-05 Thread Trevor DeVore via use-livecode
On Sun, May 5, 2019 at 2:45 PM pink via use-livecode < use-livecode@lists.runrev.com> wrote: > Below is the script for a data grid and the stack script. > > The data grid times certain jobs, so if you press one, it switched to > timing > that job. > > The problem is, when I set the dgData for the

Need Data Grid help

2019-05-05 Thread pink via use-livecode
Below is the script for a data grid and the stack script. The data grid times certain jobs, so if you press one, it switched to timing that job. The problem is, when I set the dgData for the grid, the rows are blank up to the row that I press, and none of the changed data appears. However, if I j