Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Processing form in its file; go to next file.

New Here ,
May 02, 2006 May 02, 2006
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.
TOPICS
Server side applications
211
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 02, 2006 May 02, 2006
LATEST
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.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines