database form-print screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that dumps the information into a database. How do you make the entered information appear on a confirmation screen either before or after it is transferred into the database

thank you
from chilly western new yor
emmy
 
-----Original Message-----
I have a form that dumps the information into a
database. How do you make the entered information
appear on a confirmation screen either before or after
it is transferred into the database?

If you're using the FrontPage Save Results component to
dump the information into a database, you should
automatically receive a confirmation page that displays
the data.

Otherwise, you'll need to explain how you're performing
this "dump". For example, did you write your own ASP or
ASP.NET page? Are you using a third-party component? If
so, which?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
-----Original Message-----
Sorry about that, I created an .asp page with FrontPage
2000.

I assume you mean you configured the Form Properties
dialog box to save to a database. Are you not getting a
confirmation page after the visitor clicks Submit?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Yes, you are correct regarding the Form Properties dialog box saving to a database.

Also in the Form Properties, after clicking on 'Options', I setup a confirmation page that the visitor would be directed to after they submitted the form information.
 
Back
Top