Datagrid not showing all lines
Bob Sneidar
bobs at twft.com
Wed Oct 3 12:05:10 EDT 2012
It is likely that your datagrid data has nulls in it. If LC encounters a null in the array data, it will think that there is no more array to work with. If you are getting your data from a sql database, make sure that all your columns are defined with not null as an easy way to prevent this.
Bob
On Oct 3, 2012, at 2:28 AM, James Hale wrote:
> I am still having datagrid problems.
> I am unable to get the datagrid to display all the records I populate it with.
More information about the use-livecode
mailing list