-
MSHFlexGrid .Rows ERROR
I have been using the MSHFlexGrid and it just worked fine with me. Just recently I met an error when I set the .Rows of it to 0. It caused a runtime error that says "Method Rows Failed..." (something like that). My code is
-
not positive..but I believe you have to have at least 1 row
-
tnx!
I need to clear the grid. My problem really is that it is intermittent. My other call to that method (property actually) worked just fine. As I have observed, the error appears when there MANY rows in the grid. But i just don't know really the limit or where that MANY rows starts. I tried putting 500 rows in the grid then resets the .Rows property to 0. Other calls worked fine, but others had that error. I am really confused :(
-
Eimroda is right
The error is not exactly reproducible. I got the same error, but it is not consistent.
I did get the error with 500 rows. but I did not get the error at 5000 or 50000 rows.
I think we may need to check the known issues if any, or we need to check the limitations of the MSHflexgrid