A
ALESSANDRO Baraldi
Hi.
I use a ListView on my application.
I need to conditioning an event if on my ListView
is Selected any Items.
I Load Data on it on Form LoadEvent's.
Even if i don't click on ListView checking SelectedItems Value
i read correct one......!!!
I have no Selected any Row, so like a ListBox i'll no have any
value....??
I try like this, but don't work because i always have returned value
If len(Me.Lv.SelectedItems)=0 then......!
Any suggest will be appreciated.
(Sorry about English mistake)
I use a ListView on my application.
I need to conditioning an event if on my ListView
is Selected any Items.
I Load Data on it on Form LoadEvent's.
Even if i don't click on ListView checking SelectedItems Value
i read correct one......!!!
I have no Selected any Row, so like a ListBox i'll no have any
value....??
I try like this, but don't work because i always have returned value
If len(Me.Lv.SelectedItems)=0 then......!
Any suggest will be appreciated.
(Sorry about English mistake)