Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query question

Status
Not open for further replies.

twcman

Programmer
Joined
Jun 28, 2001
Messages
284
Location
US
is there a command to view the queries from a previous page like the #form.formfields# command is used to view fields from a submitted form?

Specifically I am looking to store the where clause or the whole context of a query that was dynamically generated on the previous page.

The explanation of why is that I am limiting the number of rows that the query outputs. When I go to retrieve the second page of data the query throws an error because it is looking for information to create the query.
 


You could use the same code(modified) I sent you yesterday to create hidden form fields...just a thought.

Later
 
C:

You may want to look at the custom tags, CF_FormToSession,
CF_QueryToHidden and CF_EmbedFields. Or, just search on "form fields". There are lots of good tags that may ultimately help you do what you want. John Hoarty
jhoarty@quickestore.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top