Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 86199 - 86228 of 154412   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
86199
You could do the things mentioned in this order... First, check the header as mentioned... Then if there seems no difference get the page with <cfhttp> and 1....
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
9:41 am
86200
I have a cfloop that iterates through a query and creates an object for every userid that is returned in the query. Is there a way that I can dispose of the...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
9:42 am
86201
As long as they aren't in a memory scope (the session or application scopes) they will be garbage collected when the JVM needs to do so, after the page has...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
10:01 am
86202
Yes considering that eclipse is built for updating plugins etc, and adobe never utilised this feature too well. ... ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
10:07 am
86203
There's also a smaller zip floating around the net: http://www.cfreport.org/downloads/CF_FB_Extensions.zip I really wish adobe would make this easier and...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
10:07 am
86204
While this will remove the reference to the object, there's no guarantee that the JVM will do a garbage collection when you do. It's most likely to if you are...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
11:45 am
86205
... Well, yes, innerHTML :-) But things like that although *technically* outside the spec, are supported everywhere. This is why I said 'proper' not 'standards...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
11:46 am
86206
You can't *include* it as will be on a different serverbut if you just need the output of this page try this: <cfhttp url="http://domain2.com/page2.cfm"...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
11:55 am
86207
Jenny, Have your replacement hosting needs been met yet? Dan ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
12:00 pm
86208
If you really wanted to, you could use: StructDelete(structure, key [, indicatenotexisting ]) StructDelete ( variables, "objectKey" [, true] ) Ryan ... I have...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
12:25 pm
86209
... I think they are terrified that everyone will run Eclipse with plugins rather than Flex Builder. -- Tom Chiverton Helping to quickly disseminate...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
12:50 pm
86210
Thanks Dave. That is why I was looking for it because I wanted to remove it from cache to see if it resolved the issue where an image inside of a flash form...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
12:57 pm
86211
... Thank you all for your assistance. In the end I was attempting to mimic what our Designer put into the layout template but I guess there are times when...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:04 pm
86212
I use to have my errors log into a database. After I had a meltdown on my server, a Coldfusion Tech had me to take my jvm.config from my developer pc and copy...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:08 pm
86213
Hi All, I am currently interfacing with our new Search Engine via its Java API (obviously using ColdFusion ;-) and it has the following line in the API docs......
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:13 pm
86214
Hey all - I'm debugging a customer issue with a CFHTTP call that's reaching out to a secure location with a valid certificate. I've exported the cert (in both...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:30 pm
86215
No worries... sorted.... <cfloop condition="resultIterator.hasNext() eq true"> Now only thing to see is if there is a way to get the iterator length ;-) ... ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:38 pm
86216
... Posting the error message for us to look at so we can help ? -- Tom Chiverton Helping to adaptively deliver sticky initiatives ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:46 pm
86217
James, You can refer to a query record set using array/object notation: <cfset value = Recordset1[ "client_#directories.Name#" ][ Recordset1.CurrentRow ] /> ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:53 pm
86218
James - try the evaluate function for a quick solution ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
1:59 pm
86219
"I've been away from Authorize.net for a few years but it does seem they've dropped in popularity and reliability." Really, I have nothing but good things to...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:04 pm
86220
Thank you, thank you, thank you, thank you, thank you. Now i realise it's uses the same syntax as flash when you're using variables inside other variables....
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:15 pm
86221
Hi all Just wanted to try and get some thoughts on what people thought was the most preferred setup. I have a new server that I am about to setup for hosting...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:36 pm
86222
If you have returned it has a jave object via CreateObject, treat it the same way as you would in Java. On 11/2/06, Robertson-Ravo, Neil (RX)...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:36 pm
86223
If you need to include the page pre-processing then you might be out of luck. You'll probably have to write some sort of web service and run it on domain2. ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:37 pm
86224
Even a table wouldn't give him the result for which he's looking. Assuming you had a 3x3 table, with the image in the bottom right corner, the text still would...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:40 pm
86225
I'm setting up a website where customers of my client see specific documents that my client allows permissions to. This way the client needs to be able to...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:49 pm
86226
We've had plenty of problems with IIS5 on Win2k. Most times, there appears to be a simple solution, but it only applies to IIS6, which requires Win2003. So, if...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:50 pm
86227
I don't think so. During CFUnited everyone from Adobe talked about using CFEclipse for modifying CFCs. Cutter ____________ http://blog.cutterscrossing.com ... ...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
2:53 pm
86228
I will probably do the Homer "Doh!!" After I hear the answer.. Here is a very simple CFC called mycfc.cfc <cfcomponent> <cffunction name="sayhi"...
archive@...
mdinowit
Offline Send Email
Nov 1, 2006
3:02 pm
Messages 86199 - 86228 of 154412   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help