how do i condense this?

2001-07-18 Thread Janine Jakim
I have a display page that I want the user to update if it is the current quarter. How do I make my code more efficient then this stuff I have??? The only way I've gotten it to work is when I hard code the quarter- what's the best way to get rid of all of these cfif/cfelseif statements?

RE: how do i condense this?- one more thing

2001-07-18 Thread Janine Jakim
EQ X) CFSET GradingPeriod=XINPUT TYPE=Text NAME=Grade VALUE=#Grade# CFELSE#UCase(Grade)# /CFIF -Original Message- From: Janine Jakim Sent: Wednesday, July 18, 2001 8:55 AM To: CF-Talk Subject: how do i condense this? I have a display page that I want the user to update

Re: how do i condense this?

2001-07-18 Thread Tim Painter
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 8:54 AM Subject: how do i condense this? I have a display page that I want the user to update if it is the current quarter. How do I make my code more efficient then this stuff I have??? The only way I've gotten

RE: how do i condense this?

2001-07-18 Thread Janine Jakim
Thanks- it worked like a charm- i knew it would be something easy. One day I'll get the hang of this! -Original Message- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 1:36 PM To: CF-Talk Subject: Re: how do i condense this? Would this work for you? cfif