J
|
Jane 5/7/2008 |
Hi, |
|
Stu author 5/7/2008 |
Hi, Session variables are available in all events. Just create and fill Session variable in the event on the list or view pages and then use it on the another pages.
|
J
|
Jane 5/8/2008 |
Stu, strWhereClause = whereAdd(strWhereClause,"fieldname=" & Session("Field"))
|
|
Stu author 5/12/2008 |
Stu, here is a sample: Use this code in the Report page: Before SQL query event on the Events tab.
|