pro_vb thread: MSHFlexgrid data limit?
I am using the MSHFlexgrid to display results of ad hoc
SYBASE queries. I input the query into a text box and pass
that string to the grid.
The problem is that for some reason the grid does not
display all the rows. This happens for large queries that
return hundreds of rows.
For example.
grid_output.ClearStructure
Set grid_output.DataSource = global_connection.Execute
(txt_input.Text)
Why does the MSHflexgrid only return a limited amount of
data?
Thanks
Eric
|





