Howard,
Glad I could help. I thought that the problem sounded familiar. If you
absolutley must wrap some case statements in conditional logic and others
outside try this.
<cfswitch expression="x">
...cfcases
</cfswitch>
<cfif (some conditional logic)>
<cfswitch expression="x"><!--- same expression as above --->
...more cfcases
</cfswitch>
</cfif>
<!--- If you need to have a defaultcase it will need to come after
the conditional --->
<cfswitch expression="x"><!--- same expression as above --->
...dummy cfcase, I think you must have atleast one cfcase
<defaultcase><!--- finally your defaultcase --->
</cfswitch>
Good Luck
Chris Cortes
Consultant
[EMAIL PROTECTED]
Direct 713-985-6244
Cell 832-723-6485
Stonebridge Technologies
...The Fast Track to e-Business.
visit us at www.sbti.com
-----Original Message-----
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 3:38 PM
To: CF-Talk
Subject: RE: So, the Client isn't an issue to the CF Server?
Chris,
While I was home at lunch, I was looking over my code and
remembered/realized I do have a <cfif> within the case ... it determines,
based on a hidden field passed from the form page, which query to run (an
insert or an update). It struck me that this might be a promising place to
experiment to see if this is the the problem. I'll play around with it
tonight, see if I can find a work around ... the variable is getting passed
(and obviously, the conditional works with other browsers), but maybe for
some reason it's not triggering when it comes from Mac.
H.
=========================
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=========================
> -----Original Message-----
> From: Christopher Cortes [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, October 11, 2000 11:47 AM
> To: CF-Talk
> Subject: RE: So, the Client isn't an issue to the CF Server?
>
> Howard,
>
> I have had this problem before, when trying to wrap case statements with
> conditionals. Are you doing this at all?
>
> Chris Cortes
> Consultant
> [EMAIL PROTECTED]
> Direct 713-985-6244
> Cell 832-723-6485
>
>
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.mail-archive.com/[email protected]/
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.