Cesar
|
| Posted: 07/07/2005, 9:22 AM |
|
Hi folks,
I have 3 grids in one page and need pass the control value from one grid to other, I tried with save control value action in the grid and retrive control value action in the other grid, but didn't work.
Any Idea?
Thank you
Cesar.
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 07/08/2005, 2:28 AM |
|
Cesar,
You can try to access values using
$form_name->field_name->GetValue()
But keep in mind that it returns a value from the last grid’s row. The other way is to store a value into custom session variable and then access it.
_________________
Regards,
Nicole |
 |
 |
|