oleung
Posts: 15
|
| Posted: 11/29/2005, 12:25 AM |
|
hi all,
I've got a question re the checkbox referencing.
Is there anyway to refer the value of a checkbox control item per each record row within the editable grid.
In my case, I need to update one additional table base on the checkbox value of each record of the editable grid.
I would like to tricker a transaction call from either the AfterExecuteUpdate or BeforeEecuteUpdate events of the editable grid.
I come with difficulty to access the checkbox value correctly, I do some test and find that it works on text box referencing but not on checkbox. Please show me the way if you guys have any clues on this.
Thank you.
Oliver
|
 |
 |
oleung
Posts: 15
|
| Posted: 11/29/2005, 5:57 AM |
|
Hi,
One more question, how to refer to the control values within an editable grid? Especially for checkbox as I found this extremely difficult to work out.
Also, how many time the AferExecuteUpdate routine will be execute on every page submit? Thanks,
Oliver
|
 |
 |
Walter Kempees
|
| Posted: 11/29/2005, 10:01 AM |
|
Have you read Nicole's article in Tips-and-Solutions?
Might be useful.
"oleung" <oleung@forum.codecharge> schreef in bericht
news:6438c5e5a393c1@news.codecharge.com...
> Hi,
>
> One more question, how to refer to the control values within an editable
> grid?
> Especially for checkbox as I found this extremely difficult to work out.
>
> Also, how many time the AferExecuteUpdate routine will be execute on every
> page
> submit? Thanks,
>
> Oliver
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
oliver
|
| Posted: 11/29/2005, 3:26 PM |
|
which article you mean? thanks.
Oliver
|
|
|
 |
Rene S
|
| Posted: 11/30/2005, 3:48 AM |
|
Hi,
Also trying to find that article (and others). Searched on "reference" and a bunch of other words. Would it not be possible to add a search on "author" or in the full text? just to make it easier?
Rene S
btw. this is the best forum ever. you always get a response from the experts!
|
|
|
 |
wkempees
|
| Posted: 11/30/2005, 5:39 AM |
|
The Forum Thread name is Tips and Solution
The Topic is :How to access the control values of Editable Grids
The editor is Nicole
http://forums.codecharge.com/posts.php?post_id=60507
Still I don't know if it solves your question, but interesting reading
anyway.
Walter
|
|
|
 |
Oliver
|
| Posted: 11/30/2005, 6:23 AM |
|
Great stuff. Thanks for you guys.
The post is very useful. I've read it before but over look it.
Oliver
|
|
|
 |