Re: form processing

2000-04-13 Thread David E. Crawford

Examine the variable FORM.FIELDNAMES.

DC

- Original Message - 
From: Angie Miner <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 17:08
Subject: form processing


> How can I find out what form variables are being passed to a cfm page?
> 
> 
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
> 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: form processing

2000-04-13 Thread Derrick Shoemake

You can do a #FORM.FieldName# This is a list of all the
fields passed by a form. I found the following example
somewhere (I would give them credit if I could)


 
  The value of FORM.#ThisField# is #Evaluate("FORM." & ThisField)#
 


-Original Message-
From: Angie Miner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 12:09 PM
To: [EMAIL PROTECTED]
Subject: form processing


How can I find out what form variables are being passed to a cfm page?



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: form processing

2000-04-13 Thread Duane Boudreau

form.fieldnames contains a list all form variables

or in CF 4.5


#formvar# = #Evaluate("form.#formvar#")#


Duane



-Original Message-
From: Angie Miner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 1:09 PM
To: [EMAIL PROTECTED]
Subject: form processing


How can I find out what form variables are being passed to a cfm page?



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: form processing

2000-04-13 Thread Kelly Matthews

Turn your DEBUGGING on and it will show all the form variables in the
debuggin info.
Kelly

> -Original Message-
> From: Angie Miner [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, April 13, 2000 1:09 PM
> To:   [EMAIL PROTECTED]
> Subject:  form processing
> 
> How can I find out what form variables are being passed to a cfm page?
> 
> 
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: form processing

2000-04-13 Thread John N Westerlund

Look at the file source of the preceding page for   etc.
There's no way to see server or session variables. You might be able to see
the variables in the URL address of the next page ie
www.somesite.com/index.cfm?method=display&bookid=75&author=foofoo
If it's your site, then open the cfm page.


-Original Message-
From: Angie Miner <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, April 13, 2000 3:02 PM
Subject: form processing


How can I find out what form variables are being passed to a cfm page?



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: form processing

2000-04-13 Thread Steve Aylor


#Form.FieldList#


- Original Message -
From: "Angie Miner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 13, 2000 10:08 AM
Subject: form processing


> How can I find out what form variables are being passed to a cfm page?
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: "Form Processing" Page

2001-12-19 Thread Bryan Love

This one's kind of tricky and I haven't used it myself, but I've heard 
it
works like a charm...

use layers on your page.  Have a layer that contains only the
"Processing..." image, but hide it under the layer containing the form
(using Zindex).  Upon clicking the button just change the Zindex of the 
two
layers to swap places.

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecomunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may 
have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: WebMaster [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 19, 2001 2:27 PM
To: CF-Talk
Subject: "Form Processing" Page


I have a form that allows users to select from several options, then 
see 
reports based on their selections. Some of these reports can take 
several 
minutes to generate, so I'd like to put an interim page with a 
"Processing" 
message (perhaps an animated GIF) just to make them feel like something 
is 
happening and to prevent them from clicking on the submit button again.

I'm currently submitting to a page which uses  to parse 
#form.formfields#, builds a new form with all of the original fields as 

hidden variables, and then submits the form automatically using

.

This seems to work, but I'm wondering if there is a better way to do 
it.

Anybody else doing something similar?

Thanks,

Mike

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: "Form Processing" Page

2001-12-19 Thread corrigan

Be very careful with layers though.  IE and NS process them differently 
and it can get real ugly real quick.  It's neat when you get it to work, 
but be ready for the possibility of a testing headache.  If you're not 
concerned about multiple browsers, then go nuts.

Michael Corrigan
Programmer
Endora Digital Solutions 
www.endoradigital.com
630/942-5211 x-134
  - Original Message - 
  From: Bryan Love 
  To: CF-Talk 
  Sent: Wednesday, December 19, 2001 4:32 PM
  Subject: RE: "Form Processing" Page


  This one's kind of tricky and I haven't used it myself, but I've heard 

  it
  works like a charm...

  use layers on your page.  Have a layer that contains only the
  "Processing..." image, but hide it under the layer containing the form
  (using Zindex).  Upon clicking the button just change the Zindex of 
the 
  two
  layers to swap places.

  +---+
  Bryan Love
Macromedia Certified Professional
Internet Application Developer
Database Analyst
  Telecomunication Systems
  [EMAIL PROTECTED]
  +---+

  "...'If there must be trouble, let it be in my day, that my child may 
  have
  peace'..."
  - Thomas Paine, The American Crisis



  -Original Message-
  From: WebMaster [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, December 19, 2001 2:27 PM
  To: CF-Talk
  Subject: "Form Processing" Page


  I have a form that allows users to select from several options, then 
  see 
  reports based on their selections. Some of these reports can take 
  several 
  minutes to generate, so I'd like to put an interim page with a 
  "Processing" 
  message (perhaps an animated GIF) just to make them feel like 
something 
  is 
  happening and to prevent them from clicking on the submit button 
again.

  I'm currently submitting to a page which uses  to parse 
  #form.formfields#, builds a new form with all of the original fields 
as 

  hidden variables, and then submits the form automatically using

  .

  This seems to work, but I'm wondering if there is a better way to do 
  it.

  Anybody else doing something similar?

  Thanks,

  Mike

  
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: "Form Processing" Page

2001-12-19 Thread WebMaster

Everyone is required to have IE5.5+, so cross-browser is not an issue.

Is there a good resource with examples of how to implement layers in this
 way?

Thanks,

Mike




At 12/19/2001 04:39 PM, you wrote:
>Be very careful with layers though.  IE and NS process them differently
>and it can get real ugly real quick.  It's neat when you get it to work,
>but be ready for the possibility of a testing headache.  If you're not
>concerned about multiple browsers, then go nuts.
>
>Michael Corrigan
>Programmer
>Endora Digital Solutions
>www.endoradigital.com
>630/942-5211 x-134
>   - Original Message -
>   From: Bryan Love
>   To: CF-Talk
>   Sent: Wednesday, December 19, 2001 4:32 PM
>   Subject: RE: "Form Processing" Page
>
>
>   This one's kind of tricky and I haven't used it myself, but I've heard
>
>   it
>   works like a charm...
>
>   use layers on your page.  Have a layer that contains only the
>   "Processing..." image, but hide it under the layer containing the form
>   (using Zindex).  Upon clicking the button just change the Zindex of
>the
>   two
>   layers to swap places.
>
>   +---+
>   Bryan Love
> Macromedia Certified Professional
> Internet Application Developer
> Database Analyst
>   Telecomunication Systems
>   [EMAIL PROTECTED]
>   +---+
>
>   "...'If there must be trouble, let it be in my day, that my child may
>   have
>   peace'..."
>   - Thomas Paine, The American Crisis
>
>
>
>   -Original Message-
>   From: WebMaster [mailto:[EMAIL PROTECTED]]
>   Sent: Wednesday, December 19, 2001 2:27 PM
>   To: CF-Talk
>   Subject: "Form Processing" Page
>
>
>   I have a form that allows users to select from several options, then
>   see
>   reports based on their selections. Some of these reports can take
>   several
>   minutes to generate, so I'd like to put an interim page with a
>   "Processing"
>   message (perhaps an animated GIF) just to make them feel like
>something
>   is
>   happening and to prevent them from clicking on the submit button
>again.
>
>   I'm currently submitting to a page which uses  to parse
>   #form.formfields#, builds a new form with all of the original fields
>as
>
>   hidden variables, and then submits the form automatically using
>
>   .
>
>   This seems to work, but I'm wondering if there is a better way to do
>   it.
>
>   Anybody else doing something similar?
>
>   Thanks,
>
>   Mike
>
>
>
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: "Form Processing" Page

2001-12-19 Thread Shawn Grover

There's a system out there called CIZER.  It's a report management 
system
which allows you to present PDFs, HTML, Crystal Reports, etc., and can 
do
some rudimentary conversions.  You register your report with the 
system,
then it's just a URL link to display the report.

As an added bonus, it displays a window with a count down timer while 
it is
processing the reports.

If you already have your reports, and don't want to invest the bucks, 
you
can simulate this by posting your info to a new window - sized to be
relatively small, and centered maybe.  This new window would contain a
javascript routine to do some counting or something suitable, and would
trigger the actual report.  You could open the new report in the 
countdown
window, or in the main window - as long as you have a function called 
in the
onLoad to close/stop the countdown.

hope my ramblings help.

Shawn Grover



-Original Message-
From: WebMaster [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 19, 2001 2:27 PM
To: CF-Talk
Subject: "Form Processing" Page


I have a form that allows users to select from several options, then 
see 
reports based on their selections. Some of these reports can take 
several 
minutes to generate, so I'd like to put an interim page with a 
"Processing" 
message (perhaps an animated GIF) just to make them feel like something 

is 
happening and to prevent them from clicking on the submit button again.

I'm currently submitting to a page which uses  to parse 
#form.formfields#, builds a new form with all of the original fields as 


hidden variables, and then submits the form automatically using

.

This seems to work, but I'm wondering if there is a better way to do 
it.

Anybody else doing something similar?

Thanks,

Mike


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: "Form Processing" Page

2001-12-19 Thread Alex

put it in a frame. have the top say waiting or background color change or
image ; have the bottom process your form. In your bottomm have onload
kill the top.

On Wed, 19 Dec 2001, WebMaster wrote:

> I have a form that allows users to select from several options, then see
 
> reports based on their selections. Some of these reports can take several
 
> minutes to generate, so I'd like to put an interim page with a "Processin
g" 
> message (perhaps an animated GIF) just to make them feel like something i
s 
> happening and to prevent them from clicking on the submit button again.
> 
> I'm currently submitting to a page which uses  to parse 
> #form.formfields#, builds a new form with all of the original fields as
 
> hidden variables, and then submits the form automatically using
> 
> .
> 
> This seems to work, but I'm wondering if there is a better way to do it.
> 
> Anybody else doing something similar?
> 
> Thanks,
> 
> Mike
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: "Form Processing" Page

2001-12-20 Thread [EMAIL PROTECTED]

I'm pretty new to CF, but can't you use cfflush to output bits of html
before and during the processing?

chris

on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote:

> put it in a frame. have the top say waiting or background color change or
> image ; have the bottom process your form. In your bottomm have onload
> kill the top.
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: "Form Processing" Page

2001-12-21 Thread Steve Martin


function startWaiting()
{
page.style.display='none';
waiting.style.display='block';
}












  


Insert normal page content here



Steve

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2001 08:16
> To: CF-Talk
> Subject: Re: "Form Processing" Page
> 
> 
> I'm pretty new to CF, but can't you use cfflush to output bits of html
> before and during the processing?
> 
> chris
> 
> on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote:
> 
> > put it in a frame. have the top say waiting or background 
> color change or
> > image ; have the bottom process your form. In your bottomm 
> have onload
> > kill the top.
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: "Form Processing" Page

2002-01-10 Thread John Anderson

I have that exact code in an application that you can download.  It is
called parseDog.
It parses cold fusion applications and looks for pathing and
case-sensitivity issues.  While it is parsing through an app, it 
displays a
red bar that extends until it is done.  This is done using layers.  
Your
welcome to download the code and use what you wish it is free and open
source.

http://aloha-webdesign.com/

John


-Original Message-
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 2:43 AM
To: CF-Talk
Subject: RE: "Form Processing" Page



function startWaiting()
{
page.style.display='none';
waiting.style.display='block';
}












  


Insert normal page content here



Steve

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 20 December 2001 08:16
> To: CF-Talk
> Subject: Re: "Form Processing" Page
> 
> 
> I'm pretty new to CF, but can't you use cfflush to output bits of 
html
> before and during the processing?
> 
> chris
> 
> on 12/20/01 7:54 AM, Alex at [EMAIL PROTECTED] wrote:
> 
> > put it in a frame. have the top say waiting or background 
> color change or
> > image ; have the bottom process your form. In your bottomm 
> have onload
> > kill the top.
> 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists