G
Guest
frmMISRoutine is the 3rd form in myApp.
the following code is in the 2nd form of myApp.
I don't get any errors but it never builds the array list.
Can you access another foprms control in this way.
I have accessed variables thru setReceive etc but have not tried to access
an actual control.
Dim LogtoSet1 As New ArrayList
Dim frmMISRoutine As New Routines
For Each Item As Object In frmMISRoutine.ChkListBoxRoutines.Items
LogtoSet1.Add(Item)
Next
For Each Item As Object In LogtoSet1
....do stuff
the following code is in the 2nd form of myApp.
I don't get any errors but it never builds the array list.
Can you access another foprms control in this way.
I have accessed variables thru setReceive etc but have not tried to access
an actual control.
Dim LogtoSet1 As New ArrayList
Dim frmMISRoutine As New Routines
For Each Item As Object In frmMISRoutine.ChkListBoxRoutines.Items
LogtoSet1.Add(Item)
Next
For Each Item As Object In LogtoSet1
....do stuff