This is a multi-part message in MIME format.
------=_NextPart_000_0093_01C0AE05.B747A810
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
RE: PROBLEM SCROLLING IN MSFLEXGRIDThank you very much. I spend nearly 2
weeks fumbling around and still cannot get the work done. Your tips is
really helpful here.
Thanks again.
Regards,
S.C. Lee
-----Original Message-----
From: Regan, Tom [mailto:TRegan@P...]
Sent: 13 March, 2001 8:08 PM
To: professional vb
Subject: [pro_vb] RE: PROBLEM SCROLLING IN MSFLEXGRID
You need to set the .TopRow property after you have finished scrolling.
For example:
With MSHFlexGrid1
If .RowIsVisible(.Row) = False Then .TopRow = .Row
End With
--------------------------------------------------------------------------
----------
Subject: PROBLEM SCROLLING IN MSFLEXGRID
From: "Lee Song Chow" <sclee@t...>
Date: Mon, 12 Mar 2001 08:25:18 +0800
X-Message-Number: 3
Dear VB Experts:
I got a problem in scrolling the MS FLEX GRID. If I set the datasource of
the grid to a recordset, when rs.movenext, I can see the cursor go to the
next row in grid but if the row keep on scrolling down the grid, the grid
is
not scroll up to reflect the current position of the cursor.
Any methods / clues / tips to overcome this problem is very much
appreciated.
Thanks in advance.
Regards,
S.C. Lee