Re: history from update

2002-04-25 Thread Pete Ruckelshaus
Try something like this (not real code, just a logic path): * If this is the initial time to the form, query for current data in the database and prepopulate form. * Allow user to make changes; form submits to itself. * a SQL UPDATE statement would happen on the template before the new data for

RE: history from update

2002-04-25 Thread Bosky, Dave
Just use the history.go(-1) after updating the db in your update.cfm page Thanks, Dave -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:25 AM To: CF-Talk Subject: history from update Hello, I have a display page that includes

RE: history from update

2002-04-25 Thread Darren Adams
Well if it is the result of a form submittal you could just use a time limit then take them back or just use the onload function (obviously the thankyou for submitting the form message wont be displayed then though) -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]]