Skip to main content
Participant
May 2, 2006
Question

Processing form in its file; go to next file.

  • May 2, 2006
  • 1 reply
  • 209 views
Basic issue: I enter data in a form, submit the form, (use Action=""), then Insert a record using the data entered. I can do the adding the record with a stored proc. Then I want to move back to another prior form and display a message "Record Added".
So after the insert stored proc how do I get to the prior form with a variable? This is Dreamweaver, Coldfusion, SQL, and Windows.
This topic has been closed for replies.

1 reply

Inspiring
May 3, 2006
Can you not call the page as the end of the code block that is calling the
stored procedure

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Jim B2" <webforumsuser@macromedia.com> wrote in message
news:e38ojl$j58$1@forums.macromedia.com...
> Basic issue: I enter data in a form, submit the form, (use Action=""),
> then
> Insert a record using the data entered. I can do the adding the record
> with a
> stored proc. Then I want to move back to another prior form and display a
> message "Record Added".
> So after the insert stored proc how do I get to the prior form with a
> variable? This is Dreamweaver, Coldfusion, SQL, and Windows.
>