mcsalp
Posts: 4
|
| Posted: 11/21/2005, 5:47 PM |
|
I've been beating my head against the wall to get an answer for what must surely be a silly question. Simply stated:
1. I have an editable grid
2. In the AfterExecuteUpdate event, I'm trying to extract a field value for the newly added record.
How do I reference the value?
|
 |
 |
Edd
Posts: 547
|
| Posted: 11/21/2005, 8:05 PM |
|
Not Exactly what you want but refer to this article by Nicole.
http://forums.codecharge.com/posts.php?post_id=60507
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
mcsalp
Posts: 4
|
| Posted: 11/22/2005, 4:34 AM |
|
Thanks Edd. Nicole's article is a big help. At the very least it points out how difficult using an editable grid can be.
Nicole refers to use of this.value as a means of extracting the value of the newly added grid record. I can't get it to work. Any ideas?
Thanks
|
 |
 |