S
Steve Howie
I am admittedly new to this sort of thing so I'll explain what I'm trying to
do in Frontpage XP:
I have a page with a form intended to collect information from the user.
Upon pressing save, the form posts the information to a SQL server database.
This all works fine.
Then, a confirmation page is supposed to come up and show the fields from
the newly saved database. However, when I setup the confirmation page, I
can't get the database results region to select only the record that was
just saved. Upon looking further, I noticed that using request("Cust_name")
shows nothing. I believe it should be retrieving the form field from the
previous page, which has a field of the same name.
The problem is that the SQL server will do some calcs on the server side so
I want to show the fields.....how can I pass the parameter from the first
ASP page to the next for use as a SQL statement parameter? So far, all
attempts to get the parameter information return blanks.
I'll pass code on if it's helpful.
thanks in advance!
do in Frontpage XP:
I have a page with a form intended to collect information from the user.
Upon pressing save, the form posts the information to a SQL server database.
This all works fine.
Then, a confirmation page is supposed to come up and show the fields from
the newly saved database. However, when I setup the confirmation page, I
can't get the database results region to select only the record that was
just saved. Upon looking further, I noticed that using request("Cust_name")
shows nothing. I believe it should be retrieving the form field from the
previous page, which has a field of the same name.
The problem is that the SQL server will do some calcs on the server side so
I want to show the fields.....how can I pass the parameter from the first
ASP page to the next for use as a SQL statement parameter? So far, all
attempts to get the parameter information return blanks.
I'll pass code on if it's helpful.
thanks in advance!