Add to that list, locally scope the query. <cfset var get = ""> Adrian ... From: Peter Boughton [mailto:boughtonp@...] Sent: 01 October 2008 00:01 To:...
Thanks for the suggestions. I drastically shorten the code/query to get my question across. However, you make very good points! Thanks! Mike ... From: Peter...
My bad, again :[ , it's the Temp method, the one without any parameters. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe®...
CF5.0 Problem for all you old guys out there (actually, a problem for me, an OPPORTUNITY for you): I have a few scheduled tasks that run fine, but I want to...
... How is this an opportunity? Should I invoice you for the answer? ... Assuming your web server is listening on TCP/80, you can just go ahead and put in 80. ...
... JSP and Faces are both part of the Java spec so its java (JSF 2.0 I suppose). Tapestry is a framework and does not really do code generation as compared to...
... I'm not sure what you mean by this. Scheduled tasks by default run as SYSTEM. They're never going to be run "directly from CF" because CF isn't the...
Hey all, Is there a way to force a CF Server to clear it's query cache? thanks sas -- Scott Stewart ColdFusion Developer Office of Research Information Systems...
... If they're cached with CACHEDWITHIN/CACHEDAFTER, use <CFOBJECTCACHE ACTION="CLEAR">. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf...
Has anyone been able to use the css property "page-break-inside:avoid" with in a CFDOCUMENT tag. I am using CF8 and I am dynamically generating a PDF report...
unfortunately their not, it's the server's query cache that has them, is it possible to force them to not cache in the first place (without setting the query...
... Are you saying they're cached within the Server scope, and you reference them as Server.yourqueryname? If so, you can manage them just like you would any...
He might also mean the execution plan. Adrian ... From: Dave Watts [mailto:dwatts@...] Sent: 01 October 2008 16:24 To: cf-talk Subject: Re: Clearing...
... Maybe, but CF doesn't cache the execution plan. The database does that. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software...
What is the best way of coding this: I have a form that currently has 4 check boxes. When processing this form I need to check for the existence of any of the ...
When you add a new checkbox, add logic for checking it? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8...
... Are you sure you're passing the same value for URL.id in both places? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides...
Kind of hard to check for a form value if you are unsure the name of the element. Pure Curosity: Why would you not know the name of the field? Is it pulled ...
You have to have some knowledge of the checkbox names. Are they in any way similar? <input type="checkbox" name="checkbox_1" /> <input type="checkbox"...
If the names are from the DB you can either get them again on the action page or pass them to the action page from the form. Then in a query or list loop: ...
Whoops. Sorry I mistyped. I *DO* (thank you for no starbucks this AM) know the name of the check boxes and they are generated from a DB. So yes, I will have...
Anyone, soomeone, help please ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most...
It sounds like you are going to need to look at your join syntax. Since you are join your users to courses you are going to get 9 records for that one user....
I'll have to check on that but... it should be... ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8...