T
Tim Fitzgerald
Hello all,
I have no problem accessing another form in my app.. however, when I try to
access a ListView on a different form, I come up empty... Basically,
Dim pForm As New frmMain
Dim iCount As Integer
iCount = pForm.lvJobList.Items.Count
iCount is zero? Yes, there are items there.
All I want to do is update the ListView item if the user modifies a job in
any way or add an item to the ListView if the user adds a new job (all this,
"before" the child form is closed)..
Thanks..
--Tim
I have no problem accessing another form in my app.. however, when I try to
access a ListView on a different form, I come up empty... Basically,
Dim pForm As New frmMain
Dim iCount As Integer
iCount = pForm.lvJobList.Items.Count
iCount is zero? Yes, there are items there.
All I want to do is update the ListView item if the user modifies a job in
any way or add an item to the ListView if the user adds a new job (all this,
"before" the child form is closed)..
Thanks..
--Tim