Re: MSHFlexGrid row number problem

From: Frank Hickman (fhickman_nosp_at_m_noblesoft.com)
Date: 03/19/04

  • Next message: Brad: "Re: ConnectionString Property - Provider"
    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
    

  • Next message: Brad: "Re: ConnectionString Property - Provider"

    Relevant Pages

    • Re: Why would a bound ComboBox control not allow me to edit its conten
      ... Row Source will give you the selectable values, the Control Source is the ... > Why would a (ADO Recordset) bound ComboBox control not allow me to edit ... > The control does not allow me to pick or edit its contents. ...
      (microsoft.public.access.formscoding)
    • Delete record
      ... i have a ado recordset ... when i try delete a record, in a Datagrid, connect to ado_familiar data ... control i have the next error ... i want delete only a Familiar record. ...
      (microsoft.public.vb.database.ado)
    • Re: Hidden Charater in String - Driving me Crazy!
      ... working smoothly until I got the dreaded multi-step error. ... I broke ... Your trying to assign something to the ADO recordset, ... take control of the length situation and you take control of ADO. ...
      (microsoft.public.vb.general.discussion)
    • MSHFlexGrid row number problem
      ... 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). ...
      (microsoft.public.data.ado)