Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
Thanks Bob - I’ll go ahead and do that. In the documentation for DataViews there is some mention of “hiding” and “HideRowControl”  - so I wanted to check that there is not a better way. For now I’ll keep the original data and then set the dvData of what I need to different filtered arrays. 📆   

Re: Levure Dataview: hiding rows

2021-07-01 Thread Bob Sneidar via use-livecode
Delete the row data?? Bob S > On Jul 1, 2021, at 01:16 , David Bovill via use-livecode > wrote: > > I took a look at the code to try and work out if hiding rows is a thing / > supported - but find only a private handler. > > Trevor what is the recommended technique fir providing views of a

Re: Levure Dataview: hiding rows

2021-07-01 Thread David Bovill via use-livecode
I took a look at the code to try and work out if hiding rows is a thing / supported - but find only a private handler. Trevor what is the recommended technique fir providing views of a DataView with hidden rows? 📆    Schedule a call with me On 24 Jun 2021, 12:46 +0100, David Bovill , wrote: > I