|
-
May 4th, 2004, 03:04 AM
#1
Thread Starter
Fanatic Member
Reload listview data?
on a load form( with a listview) event, i am able to load data to the columns and when i click 'back' button i unload the form : ie
frmxxx.show
unload me
...
and when i try to show the form (with the listview) again i could not retrieve the data.....why?
-
May 4th, 2004, 03:53 AM
#2
Hyperactive Member
Try using Me.Hide as apposed to Unload Me.
-
May 4th, 2004, 03:57 AM
#3
Thread Starter
Fanatic Member
though it works fine...but when the db is updated it would not show the latest update
-
May 30th, 2004, 01:33 PM
#4
Member
Yeah, I can't get my LV to reload either. Is there any method that will clear a listview so it can be reloaded again?
Thanks,
-Blake
-
May 30th, 2004, 01:40 PM
#5
ListView1.ListItems.Clear I believe.
Tip: set Visible = False while you are adding items to ListView, will speed up things a lot when you have a lot of items.
-
May 30th, 2004, 02:07 PM
#6
Member
Thanks merri, that worked great....
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
|