Re: MSHFlexGrid row number problem
From: Frank Hickman (fhickman_nosp_at_m_noblesoft.com)
Date: 03/19/04
- Previous message: Stephen Howe: "Re: ConnectionString Property - Provider"
- In reply to: BugIto: "MSHFlexGrid row number problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 16:19:26 -0500
Have you tried rsValue.ReQuery
HTH
-- ============ Frank Hickman NobleSoft, Inc. ============ Replace the _nosp@m_ with @ to reply. "BugIto" <anonymous@discussions.microsoft.com> wrote in message news:61C3BDD0-06E4-40F6-9FD7-1CC67514A8D7@microsoft.com... > I currently create an ADO recordset and connect it to my MSHFlexgrid control using the following line: > > set flexgrid.datasource = rsValue (where rsValue is a valid recordset). > > My data comes across ok. I then have the user click on a row to process more code with the values of the cells. However, as soon as a different query is ran and new data is posted in the MSHFlexgrid control, the row numbering of the grid is out of whack. It will be a full row or two off when I'm debugging. It seems as though I need to do something in between my queries to this flex grid. What can I do to "refresh" (this doesn't do it) the control each time? > > Thank you
- Previous message: Stephen Howe: "Re: ConnectionString Property - Provider"
- In reply to: BugIto: "MSHFlexGrid row number problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|