|
-
December 6th, 2005, 10:07 AM
#16
Re: edit textbox control array
You need to address the sub items of the listitem... not the item itself. Make much sense?
i.e.
Code:
Set itm = Listview1.ListItems.Item(1)
itm.SubItems(1) = "little nick"
Mike
-
December 6th, 2005, 09:10 PM
#17
Re: edit textbox control array
-
December 11th, 2005, 09:11 PM
#18
Re: edit textbox control array
-
December 12th, 2005, 04:58 AM
#19
Re: edit textbox control array
What do you mean any ideas?
Any ideas about what?
Mike
-
December 12th, 2005, 10:44 PM
#20
Re: edit textbox control array
i got problem on the last code you provided, still it change everything. i just need to change one record at a time but it chages everything under that field name. can you help me out with this?? or any other ideas...
-
December 15th, 2005, 01:30 AM
#21
Re: edit textbox control array
helo guys....???!!!!?????!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|