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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 149244 - 149273 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
149244
... Guys, both didn't work, XStandard is a very cool editor but didn't do the trick. The place holder Jide suggested is fine on initial entry into the database...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:53 am
149245
I have a web application utilizing CF7 and within the Application.cfc file, I have a function called onError to handle the error trapping. This works find for...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
11:17 am
149246
What does your onError look like? On Mon, Jun 1, 2009 at 6:09 AM, ColdFusion Developer ... ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
11:43 am
149247
*** Disregard *** I tracked it down to being an issue within the error handler itself. For some reason it does not like the statement: <cfif...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
11:54 am
149248
Using application.cfc, you can use the OnError method, ie. <cffunction name="OnError" access="public" returntype="void" output="true" hint="Fires when an...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
11:54 am
149249
Excellent .. thanks Ryan, will let you know how I get on with that, looks straightforward! Jenny ... From: Ryan Letulle [mailto:bayousoft@...] Sent: 30...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
12:38 pm
149250
Maybe I am missing something here, but why not just use the order that FCKEditor uses? Then once it is save from FCKEditor, it would be in the order that you...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
2:03 pm
149251
I'm trying to consume a webservice that expects: <soap:Header> <ApiUserAuthHeader xmlns="namespace"> <UserName>xxxxx</UserName> <Password>xxxxx</Password> ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
2:11 pm
149252
Hi, I am getting the following error on the debugger tab in IE7 and Firefox when I use <cfform> in a page instead of just <form>. None of the debugging...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
2:41 pm
149253
... That was the first thing that came to my mind but the source file displays attributes randomly depending on what browser is used by the editor, to add to...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
3:35 pm
149254
Well this may sound goofy, and if it's a bad idea, say so... But why not use a RegEx to pull the <table> tag out of both bits of content, then scan over using...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
3:48 pm
149255
Thanks Judah. Our DBAs want to eliminate the generic account that I have my datasources setup with. Like you mentioned, they want to control users access at...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
3:49 pm
149256
I have a query which list all the Team members, their Area MANagers, Region Managers, Locations and so on . What i need to do is to display each managers(name)...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
6:23 pm
149257
Having a brain cramp on this one guys... How would one approach locking when reading a value from the APPLICATION scope and subsequently writing it to the...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
6:44 pm
149258
... It depends. What version of CF is this? Is there any likelihood of a race condition with Application.bar? If there is the likelihood of a race condition...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
6:58 pm
149259
Assuming you're on CFMX 7 or 8, you no longer need to LOCK on READ, so if you're concerned about race conditions on the WRITE, just do: <cflock scope="session"...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:01 pm
149260
... Is there any reason you can't simply lock the app scope, grab application variable and put it into a local variable, unlock, lock session, copy from local...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:03 pm
149261
Hi! I have an ORACLE stored proc returning a query back to my CFC using CFProcResult. I pass this query up to Flex and some other places. Works fine but.... ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:07 pm
149262
You could do it better with aggregate functions, but this will work, too. Just make the completionDate lookup part of your base query (note the LEFT OUTER...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:11 pm
149263
Come on dude, you've been told before, help us by asking better questions! What doesn't work? Format your code so it's easy for us to see what's going on, I...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:12 pm
149264
That would work, but it's unnecessary overhead unless you're still on CF 5. Virtually all that locking has been handled in MX. ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:12 pm
149265
Query of Queries would work really well, and would be very efficient ... why not do that? Query 'employees' has: firstName, lastName, title, email, phone, ext ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:14 pm
149266
What does your full <CFFORM tag look like? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:16 pm
149267
I 2nd this. I looked through the java stuff and I don't see a way to remove a column. Just add and manipulate them. Jake Churchill CF Webtools 11204...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:20 pm
149268
... Well, no, that's actually not correct. CF doesn't lock variables unless you use CFLOCK. It simply doesn't crash if you don't lock them, as it used to with...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:26 pm
149269
Well, For two reasons 1) I really didn't want to incur the overhead of creating a new variable and running the query. I know it has to be much slower than...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:30 pm
149270
<cfform action="mainthome.cfm" method="post"> Tried it with id and name attributes set with the same result. thanks, Mike ... ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:37 pm
149271
... Because some evil person could put, for example: <table title="This <table> is really=cool"> And either make your regex extra complicated, if not...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:41 pm
149272
On #2, I assume then that you know which column you would be removing, so how about: get the list of current columns, whatever they are: <cfset colList =...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:42 pm
149273
That's a good way to re-use the variable. Since there doesn't appear to be a simple function, that's the way I'll go. Thanks! ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2009
7:52 pm
Messages 149244 - 149273 of 154347   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