RE: Three select

2001-11-02 Thread Janine Jakim

Changed that--didn't help...
Is there a newer tag available somewhere??

-Original Message-
From: Steven Dworman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 9:30 AM
To: CF-Talk
Subject: RE: Three select


Forcewidth4 should be forcewidth3


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 9:21 AM
To: CF-Talk
Subject: RE: Three select

There is a typo in the javascript code and I can't remember where it is -
somebody needs to sit down and rewrite this tag! Does anybody know of an
open source depository for this tag - where developers can upload their
fixes?

-Original Message-
From: Janine Jakim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 10:24 AM
To: CF-Talk
Subject: Three select


I am using the cf_threeselectrelated tag.
There are a few things that have come up and I'm wondering how others have
handled it. I hope I can explain the behavior clearly, because it is
somewhat odd/confusing when the back button is used.

A user chooses from select box 1 and 2 and (maybe) 3 and chooses from a
variety of report styles (different excel reports showing different info).
They view their report then retun to the three select page using the back
button and if they want to just hit a different report for the same group
already chosen:
1.  If they previously  chose the 1st choice in the 2nd select box they get
an error. The error says Incorrect syntax near ')' so it's reading the query
as (Choose.Choice2=) instead of (Choose.Choice2=#Choose.Choice2#)
2.  If they previously chose any other choice in the 2nd box they don't get
an error, but the excel report comes up with just the information listed
from the 1st box (it doesn't filter the 2nd box)


3.  The options from the 2nd/3rd box disappers when they retun to the page.
So if the user wants to keep the same info for the 1st box but wants to
change the option in the 2nd/3rd boxes they have to click a different option
in the 1st box than re-click on the original choice.

Ideally I would like the user to be able to look at their excel sheet, hit
the back button, then click on the next report keeping the same filters in
place until others are choosen... Is this possible?
Thanks in advance!



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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: Three select

2001-11-01 Thread Dave Babbitt

There is a typo in the javascript code and I can't remember where it is -
somebody needs to sit down and rewrite this tag! Does anybody know of an
open source depository for this tag - where developers can upload their
fixes?

-Original Message-
From: Janine Jakim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 10:24 AM
To: CF-Talk
Subject: Three select


I am using the cf_threeselectrelated tag.
There are a few things that have come up and I'm wondering how others have
handled it. I hope I can explain the behavior clearly, because it is
somewhat odd/confusing when the back button is used.

A user chooses from select box 1 and 2 and (maybe) 3 and chooses from a
variety of report styles (different excel reports showing different info).
They view their report then retun to the three select page using the back
button and if they want to just hit a different report for the same group
already chosen:
1.  If they previously  chose the 1st choice in the 2nd select box they get
an error. The error says Incorrect syntax near ')' so it's reading the query
as (Choose.Choice2=) instead of (Choose.Choice2=#Choose.Choice2#)
2.  If they previously chose any other choice in the 2nd box they don't get
an error, but the excel report comes up with just the information listed
from the 1st box (it doesn't filter the 2nd box)


3.  The options from the 2nd/3rd box disappers when they retun to the page.
So if the user wants to keep the same info for the 1st box but wants to
change the option in the 2nd/3rd boxes they have to click a different option
in the 1st box than re-click on the original choice.

Ideally I would like the user to be able to look at their excel sheet, hit
the back button, then click on the next report keeping the same filters in
place until others are choosen... Is this possible?
Thanks in advance!

~~
Get the mailserver that powers this list at http://www.coolfusion.com
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: Three select

2001-11-01 Thread Steven Dworman

Forcewidth4 should be forcewidth3


Steven D Dworman
-
Web Consultant
Systems Administrator

ComSpec International - http://www.comspec-intnl.com
phone: 248.647.8841
cell:  734.972.9676
-
EMPOWER-XL ***Software for Higher Education***
http://www.empower-xl.com
-Original Message-
From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 9:21 AM
To: CF-Talk
Subject: RE: Three select

There is a typo in the javascript code and I can't remember where it is -
somebody needs to sit down and rewrite this tag! Does anybody know of an
open source depository for this tag - where developers can upload their
fixes?

-Original Message-
From: Janine Jakim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 10:24 AM
To: CF-Talk
Subject: Three select


I am using the cf_threeselectrelated tag.
There are a few things that have come up and I'm wondering how others have
handled it. I hope I can explain the behavior clearly, because it is
somewhat odd/confusing when the back button is used.

A user chooses from select box 1 and 2 and (maybe) 3 and chooses from a
variety of report styles (different excel reports showing different info).
They view their report then retun to the three select page using the back
button and if they want to just hit a different report for the same group
already chosen:
1.  If they previously  chose the 1st choice in the 2nd select box they get
an error. The error says Incorrect syntax near ')' so it's reading the query
as (Choose.Choice2=) instead of (Choose.Choice2=#Choose.Choice2#)
2.  If they previously chose any other choice in the 2nd box they don't get
an error, but the excel report comes up with just the information listed
from the 1st box (it doesn't filter the 2nd box)


3.  The options from the 2nd/3rd box disappers when they retun to the page.
So if the user wants to keep the same info for the 1st box but wants to
change the option in the 2nd/3rd boxes they have to click a different option
in the 1st box than re-click on the original choice.

Ideally I would like the user to be able to look at their excel sheet, hit
the back button, then click on the next report keeping the same filters in
place until others are choosen... Is this possible?
Thanks in advance!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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