How i can do to know how many row i have in my data grid.
I need this to make a loop.
Thank's
Datagrid How many lines
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Datagrid How many lines
Code: Select all
on mouseUp
put the dgData of grp "datagrid" into theData
put the number of elements in theData
end mouseUp
Knowledge is meant to be shared.
Re: Datagrid How many lines
Thanks
Like this it's work fine
Like this it's work fine
Code: Select all
put the dgData of group "DDDD" into theDAtaA
put the number of elements of theDAtaA into msg