View Single Post
  #2 (permalink)  
Old 11-17-03, 10:48 PM
Pvialoux Pvialoux is offline
New Member
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I have been having a similar problem.
However, on reviewing e.item.cells(2).controls(0) in quickwatch, I discovered that it was NOT a textbox!
I checked e.item.cells(2).controls(1) and this was a textbox.
I have not created any other controls that I am aware of in this cell. But, when I tested the code with the controls(1) reference it worked.
I'm still working on the "Why"
Reply With Quote