RE: Form Fields cleared on Back

2001-03-16 Thread Philip Arnold - ASP
> I did a little testing, and the issue (at least for me) was the > direction of > the slash. > > So: > variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"/"); > > Is fine, while: > variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"\"); > > Pulls the local file structure (as there i

RE: Form Fields cleared on Back

2001-03-15 Thread Philip Arnold - ASP
ystem manager. ** > -Original Message- > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] > Sent: 15 March 2001 18:59 > To: CF-Talk > Subject: RE: Form Fields cleared on Back > > > > What editor thingy is that Phillip? > > I posted the URL a nobody notices

Re: Re:RE: Form Fields cleared on Back

2001-03-15 Thread Mike
Bluestein > Senior Programmer > NYS Office of Real Property > 518-486-6335 > [EMAIL PROTECTED] > > > ____Reply Separator________ > Subject:RE: Form Fields cleared on Back > Author: [EMAIL PROTECTED] > Date: 3/15/01 6:58 PM >

Re: Form Fields cleared on Back

2001-03-15 Thread Deanna L. Schneider
Hiya Philip, I did a little testing, and the issue (at least for me) was the direction of the slash. So: variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"/"); Is fine, while: variables.thisTemplateName=ListLast(CGI.CF_TEMPLATE_PATH,"\"); Pulls the local file structure (as there is not

Re:RE: Form Fields cleared on Back

2001-03-15 Thread Carol Bluestein
cleared on Back Author: [EMAIL PROTECTED] Date: 3/15/01 6:58 PM > What editor thingy is that Phillip? I posted the URL a nobody notices nobody cares http://www.aspmedia.co.uk/CF/_EditForm.cfm It handles the layout, the error checking and all sorts of stuff It's the first versio

RE: Form Fields cleared on Back

2001-03-15 Thread Clint Tredway
I am sorry... I probably deleted it without reading the message... :( -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

RE: Form Fields cleared on Back

2001-03-15 Thread Philip Arnold - ASP
> What editor thingy is that Phillip? I posted the URL a nobody notices nobody cares http://www.aspmedia.co.uk/CF/_EditForm.cfm It handles the layout, the error checking and all sorts of stuff It's the first version, so no error catching (yet) Check my post on 14th March for further info F

RE: Form Fields cleared on Back

2001-03-15 Thread Clint Tredway
What editor thingy is that Phillip? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://w

RE: Form Fields cleared on Back

2001-03-15 Thread Philip Arnold - ASP
> Im starting to realize thisfortunately the problem has been back > burnered for a day or two, so it gives me time to figure out the > best method for re-designing this sucker. > > Thanks again to ALL for the great input. Try using my editor thingy, it has an option to not write into the dat

RE: Form Fields cleared on Back

2001-03-15 Thread Adrian Cesana
Im starting to realize thisfortunately the problem has been back burnered for a day or two, so it gives me time to figure out the best method for re-designing this sucker. Thanks again to ALL for the great input. -Adrian -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL P

RE: Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Top-Link Tech (John Ceci)
]] Sent: Wednesday, March 14, 2001 1:32 PM To: CF-Talk Subject: Javascript Back (was Re: Form Fields cleared on Back) Just curious, is there a way to reference the browser's "Back" button to determine whether it has been clicked using Javascript? - - - Jeanne (who wonders why all o

Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Jeanne Sarfaty Glazer
L PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Form Fields cleared on Back >Date: Wed, 14 Mar 2001 11:15:24 -0800 > >Somone sent in an "interesting" application to CFHub the other day. It >stores the "CGI.HTTP_

Re: Form Fields cleared on Back

2001-03-14 Thread Joseph Thompson
Somone sent in an "interesting" application to CFHub the other day. It stores the "CGI.HTTP_Referer" value in a session variable so that your applciation can tell when someone has "backed up". It then won't let a user click on any links or re-submit a form. A strange but effective way to keep u

RE: Form Fields cleared on Back

2001-03-14 Thread Philip Arnold - ASP
OK, just so people can look and see what I'm doing http://www.aspmedia.co.uk/CF/_EditForm.zip It's got no error trapping as it's the first version for "public" use, the documentation is in the top of the template, and it's written with SQL Server in mind (for getting new IDs and stuff) - only Ins

RE: Form Fields cleared on Back

2001-03-14 Thread Philip Arnold - ASP
> I am also interested in this application > > Please send it to us all..this is something that I, and I would wager > several webapplication developers, run into. No more "I'm also interested" please - I'll post a URL to it within the next few days Philip Arnold Director Certified ColdFusio

RE: Form Fields cleared on Back

2001-03-14 Thread kmansel
I am also interested in this application kev -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 7:42 AM To: CF-Talk Subject: RE: Form Fields cleared on Back Please send it to us all..this is something that I, and I would wager several

RE: Form Fields cleared on Back

2001-03-14 Thread Angél Stewart
Please send it to us all..this is something that I, and I would wager several webapplication developers, run into. :-) -Gel -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] I'm in the midst of working on a "public" version of an editor I wrote which will do all o

RE: Form Fields cleared on Back

2001-03-14 Thread Philip Arnold - ASP
> Im going nuts trying to figure this one out, I have a form with about 110 > fields (ya i know), there is lots of server side validation, if an input > error occurs I CFABORT and give the user a JavaScript back button to go > back an correct the input. On some users PC the form gets cleared on >

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
ooh! was it my method? if i was I'd feel special -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:42 PM To: CF-Talk Subject: RE: Form Fields cleared on Back Thanks all, some excellent idea's. I was hoping there was some hid

RE: Form Fields cleared on Back

2001-03-13 Thread Dan G. Switzer, II
3:02 PM To: CF-Talk Subject: RE: Form Fields cleared on Back The way I do it is to first create a structure with all of the form field preloads (if editing a record) or all blank values (if a new record). I use this struct to populate the form fields. Then, if there's an error detected upon s

RE: Form Fields cleared on Back

2001-03-13 Thread Bryan Laplante
prefer)... the user data will be retained. Again, only will work for IE 5.x... and probably only on PC? |-Original Message- |From: Adrian Cesana [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:47 PM |To: CF-Talk |Subject: Form Fields cleared on Back | | |Im going nuts trying to

Re: Form Fields cleared on Back

2001-03-13 Thread Trey Rouse
My understanding this is a function of client side caching. Basically, you don't have any control over it. What we do is submit the form back to itself, run the validation, if it fails we skip the DB work and just redisplay the form using value=#form.whatever#. The only trick to this is you m

RE: Form Fields cleared on Back

2001-03-13 Thread Adrian Cesana
Thanks all, some excellent idea's. I was hoping there was some hidden buffer size entry I could tweak but it looks like Im going to have to store the input and repopulate using one of the methods suggested, at least that way it will work 100%. Thanks again,Adrian ~~~

RE: Form Fields cleared on Back

2001-03-13 Thread Patricia Lee
bly only on PC? |-Original Message- |From: Adrian Cesana [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:47 PM |To: CF-Talk |Subject: Form Fields cleared on Back | | |Im going nuts trying to figure this one out, I have a form |with about 110 |fields (ya i know), there is lots

RE: Form Fields cleared on Back

2001-03-13 Thread Patricia Lee
|From: Adrian Cesana [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:47 PM |To: CF-Talk |Subject: Form Fields cleared on Back | | |Im going nuts trying to figure this one out, I have a form |with about 110 |fields (ya i know), there is lots of server side validation, |if an input |error occ

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
lto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:47 PM To: CF-Talk Subject: Form Fields cleared on Back Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i know), there is lots of server side validation, if an input error occurs I CFABORT and give the user a

RE: Form Fields cleared on Back

2001-03-13 Thread Bryan Love
EMAIL PROTECTED] -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:47 AM To: CF-Talk Subject: Form Fields cleared on Back Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i

RE: Form Fields cleared on Back

2001-03-13 Thread Maia, Eric
001 11:51 AM To: CF-Talk Subject: Re: Form Fields cleared on Back I've found that this is something that happens on IE5. Netscape doesn't do this. The only way I've gotten around is to painstakingly include a bunch of 'hidden' form fields that way when the user presses

RE: Form Fields cleared on Back

2001-03-13 Thread Jason Aden
: Tuesday, March 13, 2001 2:47 PM > To: CF-Talk > Subject: Form Fields cleared on Back > > > Im going nuts trying to figure this one out, I have a form with about 110 > fields (ya i know), there is lots of server side validation, if an input > error occurs I CFABORT and give the user

RE: Form Fields cleared on Back

2001-03-13 Thread Phoeun Pha
Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:47 PM To: CF-Talk Subject: Form Fields cleared on Back Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i know), there is lots of server side validation, if an input error

Re: Form Fields cleared on Back

2001-03-13 Thread S R
;Adrian Cesana" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Form Fields cleared on Back >Date: Tue, 13 Mar 2001 11:46:49 -0800 > >Im going nuts trying to figure this one out, I have a form with about 110 >fields (ya i kn

Form Fields cleared on Back

2001-03-13 Thread Adrian Cesana
Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i know), there is lots of server side validation, if an input error occurs I CFABORT and give the user a JavaScript back button to go back an correct the input. On some users PC the form gets cleared on other PC'