*Background Info...
I have an MSFlexGrid which is filled from a database (this works fine). There are 4 columns and the rows vary depending upon how many records have been entered.
*What I want to be able to do is...
Start from the top row and sequentially go down the rows, checking the cell in the final column of the row to see whether the text entered there is 'Yes'. If it's 'Yes' then I have a ping procedure to use (take the IP address from column 1 in every row) and if 'No' then it continues to the row below until all rows have been viewed.
Do I loop and use the timer to continue going down the rows until all have been checked?
Thanks in advance...
Marcus
I have an MSFlexGrid which is filled from a database (this works fine). There are 4 columns and the rows vary depending upon how many records have been entered.
*What I want to be able to do is...
Start from the top row and sequentially go down the rows, checking the cell in the final column of the row to see whether the text entered there is 'Yes'. If it's 'Yes' then I have a ping procedure to use (take the IP address from column 1 in every row) and if 'No' then it continues to the row below until all rows have been viewed.
Do I loop and use the timer to continue going down the rows until all have been checked?
Thanks in advance...
Marcus