I have a grid linker containing five grids:
Department
Zone
Dealer
Customer
Order
I am trying to set some session variables based on one of the selected row values in the grid.
I have tried using the code:
Code:
<%A5 session.grid_department = {ParentGrid:Department} %>
in the zone grid 'above grid' 'freeform edit region' which does resolve the selected department correctly except with the error:
Code:
Error:Script:EVALUATE_A5W line:4 session.grid_department = 10 Invalid date constant
I know it does not make much sense assigning a session variable from the 'freeform edit region' but grids do not have an appropriate static HTML area required by 'ParentGrid'.
Anyone have any idea what this error means. I am at at loss since there are no dates involved. Or better yet, is there are better way to set session variables based on a selected grid row within a grid linker?
Any/all help is greatly appreciated.
Happy holidays everyone :)
Rick
Bookmarks