RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Roberts, Jesse D
-3462 Fx. 714-896-3303 > -Original Message- > From: Jeff Fongemie [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 29, 2000 8:01 AM > To: Cf-Talk > Subject: Is it possible to have a preview of records before going > live?? > > Hey everyone, > > I have

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Shane Pitts
e.. Shane -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 9:01 AM To: Cf-Talk Subject: Is it possible to have a preview of records before going live?? Hey everyone, I have a site where the users can add text to a form that will then go to database

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Seth Petry-Johnson
> But, my client wants a way to add the text, hit enter, then preview > it with the ability to make changes before it goes live. After the > preview/change process he can hit another submit button to have the > info go live. > > I'm looking for ideas as to where to start. Is this possible? Do I >

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Timothy C. Hill
On Thu, 29 Jun 2000 11:01:09 -0400, [EMAIL PROTECTED] told us about: >Hey everyone, > >I have a site where the users can add text to a form that will then >go to database, and from that a "news page" will get it's >information. Easy. > >But, my client wants a way to add the text, hit enter, then p

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Aaron Johnson
ation up on the site, update the table setting live = 'yes', and your query on the news page should look like select * from news where live = 'yes' Aaron -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 8:01 AM To: Cf-Talk Subj

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Dave Watts
> I have a site where the users can add text to a form that will then > go to database, and from that a "news page" will get it's > information. Easy. > > But, my client wants a way to add the text, hit enter, then preview > it with the ability to make changes before it goes live. After the > prev

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Jeff Beer
he DB, and display it in it's intended final state (graphics, etc), as often as needed. Then you make it live on the "approved" posting. HTH-YMMV, Jeff > -Original Message- > From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 29, 2000 11:01 AM &

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Sharon DiOrio
The simplest answer is to submit the form to a "preview" page, and pass the information along to a "confirm" page as hidden fields. Something like this: Here is how it will look. Hit "back" to make any changes. #FORM.news# SQL stuff Thanks for your submission! HTH!

RE: Is it possible to have a preview of records before going live??

2000-06-29 Thread Scott J. Brader
TED]] Sent: Thursday, June 29, 2000 10:01 To: Cf-Talk Subject: Is it possible to have a preview of records before going live?? Hey everyone, I have a site where the users can add text to a form that will then go to database, and from that a "news page" will get it's information. Easy. B

Is it possible to have a preview of records before going live??

2000-06-29 Thread Jeff Fongemie
Hey everyone, I have a site where the users can add text to a form that will then go to database, and from that a "news page" will get it's information. Easy. But, my client wants a way to add the text, hit enter, then preview it with the ability to make changes before it goes live. After the