Forums
This topic is locked
Search Page and passing the parameter to res page
Posted 24 Dec 2001 17:57:46
1
has voted
24 Dec 2001 17:57:46 Kent Steelman posted:
OK it seems to be my day to post. I have a search page.. and for now lets make is simple... I want the user to pick from a pull down menu/list.... and submit that to the results page that will limit the records from 11K to only those records where the item chosen on the search pages equals one of the fields on the results page. I am using DWUD 1.0. I know it can be done.... I have successfully connected the results page to a detail page... but I am at a loss as to how to pass the parameter from the search page to the results page.Happy Holidays to all
Wm. Kent Steelman
Replies
Replied 25 Dec 2001 20:41:21
25 Dec 2001 20:41:21 Michael Moore replied:
I might be missing something here. It sounds like you are using a form and a submit button. That will pass the var for you. If that isn't it, have you looked at session vars? You can use them as long as you like and then set them back to nothing when done, so you can reuse them later. Session vars maintain across pages while the current session is open. If this doesn't help, tell us again what is missing.. thanks,Mike