hey all,
i have a treeview and listbox(indexed 0 - 83). If node of treeview then opens the correct listbox.
I have this code here that has the run time error.
Private Sub lstAttributes_Click(Index As Integer)
Dim i As Integer
lstAttributes(i).Text = fMainForm.ActiveForm.rtfText.Text
End Sub
what do I have to do to get the transfer of listitem text to get to the activeform.rtf.text????
Aaron
i have a treeview and listbox(indexed 0 - 83). If node of treeview then opens the correct listbox.
I have this code here that has the run time error.
Private Sub lstAttributes_Click(Index As Integer)
Dim i As Integer
lstAttributes(i).Text = fMainForm.ActiveForm.rtfText.Text
End Sub
what do I have to do to get the transfer of listitem text to get to the activeform.rtf.text????
Aaron