QuantumCat
09-03-2003, 11:57 PM
I have a datbase program that holds a lot of listviews.
I like a database to be "visual". The listviews give me a lot of overview on things.
Now every once in a while my listviews turn up empty (they are all in different windows).
Is there (again I couldn't find probablty because I don't know where to look) to have VB go and see if the LV is empty?
I mean something like:
if ListView1.listitems = empty Then(refresh ListView1)?
I like a database to be "visual". The listviews give me a lot of overview on things.
Now every once in a while my listviews turn up empty (they are all in different windows).
Is there (again I couldn't find probablty because I don't know where to look) to have VB go and see if the LV is empty?
I mean something like:
if ListView1.listitems = empty Then(refresh ListView1)?