|
Good night sleep, a little Java, and it all worked out. What I really needed to know was the Form Field name of the DisplaySearchFilteredSelect. CF debugging to the rescue! Output on the page showed me the name of the Form Field (Listed under “Form Fields” wouldya believe) as TableName.FieldName_Criteria. So in my list page I set a session variable by writing: <cfset Session.sessClassNumber = #Form.TableName.FieldName_CRITERIA#>
On the report page I just used the session variable in my WHERE statement and Voila!
WhooHoo!
Dan Nall
From: Nall Daniel A
GS-09 336 TRSS/TSUD [mailto:[EMAIL PROTECTED]
Hello all, Okay, I’m having serious vapor lock today. I have a list form generated from a search form. The list has “ClassNumber” as one of its fields. I’d like to pass that value as a URL variable to a report page I have written. Like the “view” “edit” and “delete” links pass a URL variable. How do I assign that value?
Respectfully, Dan Nall |
- [plum] Passing variables Nall Daniel A GS-09 336 TRSS/TSUD
- RE: [plum] Passing variables Nall Daniel A GS-09 336 TRSS/TSUD
- Re: [plum] Passing variables Jeff Fleitz
