Hello,
How can calculate the number of rows in a DataGrid?
Thanks
Calculate number of rows in DataGrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Calculate number of rows in DataGrid
Code: Select all
put the dgNumberOfLines of group "myDataGrid"
Code: Select all
put the dgText of group "myDataGrid" into myGrid
answer the number of lines of myGrid
Re: Calculate number of rows in DataGrid
Hi tabbiati,
you can download the complete DataGrid docs in PDF format here:
http://lessons.runrev.com/spaces/lesson ... s/datagrid
Datagrids are complex beasts, so make sure to re-create and understand each example in the PDF!
Best
Klaus
you can download the complete DataGrid docs in PDF format here:
http://lessons.runrev.com/spaces/lesson ... s/datagrid
Datagrids are complex beasts, so make sure to re-create and understand each example in the PDF!

Best
Klaus
Re: Calculate number of rows in DataGrid

Re: Calculate number of rows in DataGrid
I concur !Klaus wrote: Datagrids are complex beasts, so make sure to re-create and understand each example in the PDF!![]()
First, I was totally "flaggerbasted" by datagrid... i thought : "too complex, no need". I decided to stay with good old text fields.
And, then I started to play with datagrid. And then it became easier. DG are very nice indeed, and incredibly well thought.
You just need to play with examples, and read the doc.