|
-
Jan 25th, 2000, 04:26 AM
#1
Thread Starter
Member
How do I refresh the MS Flexgrid once it's been populated?
-
Jan 25th, 2000, 04:34 AM
#2
Thread Starter
Member
I figured it out...
MSFlexGrid1.Clear
MSFlexGrid1.Visible = False
Clears the current rows and makes room for new query.
-
Jan 25th, 2000, 04:38 AM
#3
Thread Starter
Member
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?!
-
Jan 25th, 2000, 05:11 AM
#4
Addicted Member
Try setting the number of rows = 0 or 1 if you have a header row.
-
Jan 25th, 2000, 05:24 AM
#5
Thread Starter
Member
Got it. Works great. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|