Is it possible to load a function for a stack from another s
Posted: Tue May 31, 2011 4:33 am
Is it possible to load a function from one stack but into another stack?
I have a stack that will update a database record. Once I click the Save Changes button I want
to refresh the datagrid from the parent stack so the changes show up. How would I do this?
The function I need to run is resetGrid. I thought maybe something like this but it didn't
work.
I have a stack that will update a database record. Once I click the Save Changes button I want
to refresh the datagrid from the parent stack so the changes show up. How would I do this?
The function I need to run is resetGrid. I thought maybe something like this but it didn't
work.
Code: Select all
resetGrid of stack "Main Stack"