Datagrid Scrolling
Posted: Fri Dec 21, 2012 3:04 am
My datagrid is suddenly not scrolling - the scrollbar works but the corresponding data is not showing. I don't know what I've done wrong to cause this - I've tried changing various datagrid property settings but nothing makes a difference. I am fairly new to livecode but have created quite a few datagrids but never come across this problem before. I have never added anything in the scripts to make scrolling work - is this required? Whenever I add/update/delete details from the datagrid I 'refresh' it by accessing the (SQL) database, putting the selected lines into an array to reformat some dates on each line, put the array into tRecords then set the dgtext of datagrid group to tRecords. Any help would be appreciated.