Chapter 12 - User Panel
Added the code for the LoadUsers procedure (Pg 408),
however upon running the program and going to the users
panel the list of users does not appear in the lvwUsers
control (i.e. the control is empty,as if there were no
users). According to the immediate window the
objListViewItem object is being populated. It seems
that the line of code instructing the objListViewItem
to be added to the lvwUsers control -
lvwUsers.Items.Add(objListviewItem)
the last line of code in the for... next loop is being
ignored. However, stepping through the code shows this
is not the case. Code similar to the LoadUsers procedure
(i.e. the LoadRoles procedure, pg 406) runs fine and
produces the desired results.
I can't find the problem. Thanks for any help you may be
able to give me and for your help in the past.
Johnboy
|