Is the CF 5 Studio RC still available for download? I meant to grab it
during beta, and didn't get around to it. I've downloaded the upgrade files
for 4.5 to access CF5 features, but ever since then my Studio 4.5 has been
really flaky. If I double click on a folder by accident, the contents don't
show up in the file window, and then I have to click on another folder and
then click back to the folder I was interested in in the first place, and
once in a while when I do that, even, when I try to open a file in the
folder, I get an error message saying that the file can't be found in the
path. Weird thing is, the path displayed is the path for the folder I
clicked to to change focus and click back.
Also, last night Studio crashed on me, and after I closed down and started
back up, I found that one of the files that were open when it crashed got
overwritten by another file that I had open. Not good...I have a backup so
I'm ok there, but I see a lot of potential for problems with the bug in
Studio's file handling. I've never encountered these problems before I
installed those Studio upgrade files.
Anyone else seen anything like this? I think I saw a message about Studio
crashing and leaving behind some 0-length files...
Kevin Langevin
Web Guy in Charge
UsWebGuys
954-327-5780
[EMAIL PROTECTED]
> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 21, 2001 9:43 AM
> To: CF-Talk
> Subject: RE: cfparam on dynamically numbered checkboxes
>
>
> > > You'll have to remember what control items you have in
> > > your program. One common way of dealing with it is to
> > > do <cfparam>'s for all your checkboxes in your action
> > > page.
> >
> > Thanks, but if you look at the code I posted with my question,
> > you'll see that's exactly what I am doing. Any ideas what else
> > could be wrong.
> >
> > ...
> >
> >> <cfloop from="1" to="50" index="p">
> >> <cfset str="form.include" &
> >> "#numberformat(p,"00_")#">
> >> <cfparam name="str" default="0">
> >> <cfoutput>#str#</cfoutput>
> >> </cfloop>
>
> It doesn't look like your code is doing what you think it's doing, though.
> You're setting a variable "str" equal to the expected variable name, but
> your CFPARAM is simply setting the variable str to zero if it doesn't
> already exist, rather than setting the variable name contained
> within str to
> zero.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists