Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: MSHFlexgrid data limit?


Message #1 by Eric.M.Jenkins.99@A... on 26 Sep 2001 08:42:18 EDT
  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









  Return to Index