On May 7, 2010, at 5:41 AM, JosepM wrote:

I have a stack with a datagrid that add and delete rows without problem. Then I open a substack as sheet where the user fill some customer data and close the substack. Then if I try to add a row to the datagrid... "an error has ocurred in behavior for the column template: Chunk: can't find stack."

Add a try/catch statement around the code in FillInData or LayoutControl and then print the error throw to the message box.

on FillInData ...
   try
      ...
   catch e
      put e
   end try
end FillInData

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: 
http://revolution.bluemangolearning.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to