Click to See Complete Forum and Search --> : MS Flexgrid
mecca
Jan 25th, 2000, 03:26 AM
How do I refresh the MS Flexgrid once it's been populated?
mecca
Jan 25th, 2000, 03:34 AM
I figured it out...
MSFlexGrid1.Clear
MSFlexGrid1.Visible = False
Clears the current rows and makes room for new query.
mecca
Jan 25th, 2000, 03:38 AM
That didn't seem to work very well...it clears the grid, but leaves columns and rows...I need for the grid to be completely blank?!
Glenn
Jan 25th, 2000, 04:11 AM
Try setting the number of rows = 0 or 1 if you have a header row.
mecca
Jan 25th, 2000, 04:24 AM
Got it. Works great. Thanks.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.