Re: DataGrid anomaly?

2018-04-11 Thread Ian McKnight via use-livecode
Thanks Bob - that works fine. I had tried referencing group "dgDataDisplay" of this card - but that didn't work. So I need to be more precise in naming the card! My stack is a plain vanilla stack with a few buttons and a dataGrid on one card. When I step through the code the error occurs at line

Re: DataGrid anomaly?

2018-04-11 Thread Bob Sneidar via use-livecode
Also what happens when you step through the code? Bob S > On Apr 11, 2018, at 06:53 , Ian McKnight via use-livecode > wrote: > > createTabbedDataList ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

Re: DataGrid anomaly?

2018-04-11 Thread Bob Sneidar via use-livecode
First, I'm curious why you are not simpy setting the dgData to an array. But that aside, what is the name of your datagrid? The error is indicating there is no group by that name on the current card. Another thing that can throw you is if the stack is opened modally. Then it's not the topStack,