When I use a parameterized query such as Select * from CustomerTable(Customer)
the grid does not show the results even if i do wingrid.refresh after executing the query
The dataenvironment.rstable loads the rows but the grid does not show them
Thanks
I could be wrong because I have never tried do do this, but I don't think you can bind to a VB6 DataEnvironment recordset, or any COM data provider for that matter. You might want to try a .NET DataSet instead. If for some reason it is necessary for you to bind to this provider, you might want to contact Developer Support to determine whether it is even possible. One test you could conduct in the meantime to see whether this is even possible is to try binding an MS DataGridView to this and see what happens.
I'm using the COM version of the wingrid not the NET version
Sorry, but that product is no longer supported, at least not on the forums. I believe you get the source with it, so you will be able to debug if you need to.