Re: Passwod recovery strategies

2008-04-15 Thread Claude Schneegans
>>But make sure to send it to the email on record That was my point. Just ask for the email he used to register, and send him his code and password, period. >> have the user who gets that email click a link which authorizes the change of password. What for? If anyone gets the message illegit

Re: cfhttp stopped working, anyone experienced this

2008-04-15 Thread Dave Morris
>I have a piece of code that has always worked that does a cfhttp to create a >static file. The file it calls is on the same server/domain. Today the >cfhttp just keeps timing out. cfhttp calls to other urls not on the server >work without issue though. Anyone else experience anything like this

RE: IO error on server communication

2008-04-15 Thread webmaster
I checked the web.xml file and according to it RDS is enabled. Thanks, Patrick J. Hedgepath Pegasus Web Productions [EMAIL PROTECTED] 803-996-0578 -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 10:42 PM To: CF-Talk Subject: Re: IO error

Re: IO error on server communication

2008-04-15 Thread James Holmes
Yes, RDS is not enabled on the server. You can enable it by editing the appropriate file - I can't recall which but a search should turn it up. On Wed, Apr 16, 2008 at 10:34 AM, <[EMAIL PROTECTED]> wrote: > I am getting this "IO error on server communication" when I try to > browser for a file i

Re: need an opinion

2008-04-15 Thread Don L
> > >Beyond whether or not you have creativity, there are specific > skills > > and > > >knowledge specific to design that you (and the rest of us) are > > unlikely to > > >possess without training in that field. This is why we hire > > competent > > >designers, rather than doing design work fo

IO error on server communication

2008-04-15 Thread webmaster
I am getting this "IO error on server communication" when I try to browser for a file in the CF administrator. I understand this might be related to RDS and since I cannot seem to connect with RDS either I'm pretty sure RDS is the root of my problems. However I'm not sure how to fix it. Anybody run

Re: need an opinion

2008-04-15 Thread Don L
>> My apology for OT. Need an opinion, when you see the following icon, >> http://24.254.1.94:8000/test/logo_idea.bmp >> what do you make of it? Also, it's boring, clearly I lack creativity. > >One of the keys to doing competent work without talent is to know your >limitations. Doing plain, bori

Re: need an opinion

2008-04-15 Thread Don L
>There is an issue of context. Following your description of the 'icon', >I would think that this icon is for a product itself. Not a functionary >icon, like 'print' or 'save', but rather an icon meant to start a >specific application. In that context, then the 'icon' is generally not >really a

Re: Forcing a CFC to refresh...

2008-04-15 Thread James Holmes
You need to refresh the webservice stubs, not the CFC. As people have said before, this is nothing to do with the CFC - it's actually the client end of the webservice transaction that's doing the caching. http://somesite/somecfc.cfc?wsdl";)> The above assumes you can't do it any of the better

Re: Passwod recovery strategies

2008-04-15 Thread Phillip M. Vector
Then ask for his email address or any other piece of identification you have. But make sure to send it to the email on record no matter what and have the user who gets that email click a link which authorizes the change of password. Claude Schneegans wrote: > >>* User clicks "forgot my passw

Re: Passwod recovery strategies

2008-04-15 Thread Claude Schneegans
>>* User clicks "forgot my password link" * They enter their user name and e-mail address What if he forgot his user name? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

RE: need an opinion

2008-04-15 Thread Jim Davis
> -Original Message- > From: Don L [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 15, 2008 4:14 PM > To: CF-Talk > Subject: OT: need an opinion > > My apology for OT. Need an opinion, when you see the following icon, > http://24.254.1.94:8000/test/logo_idea.bmp > what do you make of it?

Re: need an opinion

2008-04-15 Thread Richard White
> >Beyond whether or not you have creativity, there are specific skills > and > >knowledge specific to design that you (and the rest of us) are > unlikely to > >possess without training in that field. This is why we hire > competent > >designers, rather than doing design work for which we're unq

Re: query2excel

2008-04-15 Thread Josh Nathanson
FWIW -- you can do some calculations within pound signs -- something like #myquery.recordcount+1# should work I think, as long as myquery exists as a query. If the query doesn't exist it will error of course. So, it's possible that the OP's actual problem was that the query wasn't defined. #

Re: Open Source CMS?

2008-04-15 Thread Geoff Bowers
On 16/04/2008, Phill B <[EMAIL PROTECTED]> wrote: > Well I decided to give FarCry a try. I have to say it looks great but I cant > get the thing installed. No matter what I do I end up with this error: > "There is already an object named 'ruleHandpicked_aObjects' in the database" > > I know it h

Re: query2excel

2008-04-15 Thread Richard White
thanks eric, when i tried this is said '+' cannot be recognised - i even tried putting it as you say but inside quotes, and also tried a val function wrapped around. just seemed that no combination worked with it >It looks like my postings aren't making it to the list again...your problem >was

Re: query2excel

2008-04-15 Thread Richard White
hi eric, i tried that as well but didnt work, same error was coming up >It looks like my postings aren't making it to the list again...your problem >was that you had the +1 inside the # signs ie #query.recordcount+1# when it >should be #query.recordcount#+1 The first is looking for a variable nam

test

2008-04-15 Thread Eric Roberts
test ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/

RE: query2excel

2008-04-15 Thread Eric Roberts
It looks like my postings aren't making it to the list again...your problem was that you had the +1 inside the # signs ie #query.recordcount+1# when it should be #query.recordcount#+1 The first is looking for a variable named "query.recordcount+1" that doesn't exist. Eric /*-Original Message

RE: query2excel

2008-04-15 Thread Eric Roberts
You have the "#" signs around the entire statement. That will produce an error as "(finalQuery.recordcount+1" does not exist as a variable. Type maxRows=#finalQuery.recordcount#+1 Eric /*-Original Message- /*From: Richard White [mailto:[EMAIL PROTECTED] /*Sent: Tuesday, April 15, 2008 3

RE: Passwod recovery strategies

2008-04-15 Thread Bobby Hartsfield
Well you can scratch any of those options that involve sending the user the password in plain text... you don't know it. In CF4em, I've stored all passwords as hashes as well and the only option is to reset the password. The steps I take to do so are this... Each user record has a 'resetPassword

Oklahoma Leaks Tens of Thousands of SSN's

2008-04-15 Thread Russ
http://thedailywtf.com/Articles/Oklahoma-Leaks-Tens-of-Thousands-of-Social-S ecurity-Numbers,-Other-Sensitive-Data.aspx This was done in ASP, but seeing as CF is being used a lot in government contracting, I hope nobody here is stupid enough to code something like that. BTW, looks like th

Re: need an opinion

2008-04-15 Thread Don L
>put the letters in the faces > >are you starting a cult? there aren't enough these days... >-that's my opinion Yeah, let's get it started :) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Re: need an opinion

2008-04-15 Thread Don L
>There is an issue of context. Following your description of the 'icon', >I would think that this icon is for a product itself. Not a functionary >icon, like 'print' or 'save', but rather an icon meant to start a >specific application. In that context, then the 'icon' is generally not >really a

Re: Forcing a CFC to refresh...

2008-04-15 Thread Les Mizzell
> Nic's solution is probably not going to do anything for you, because even > reloading the CFC instance that is the source of the web service isn't going > to cause CF itself to refresh the actual web service it has cached. Even deleting the file - refreshing the page to throw and error, and re

Re: OT: need an opinion

2008-04-15 Thread Paul Ihrig
isn't that the airport call to Burlington VT? if so... the icon is not getting across the vibe of btv if not change your icon ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tria

Re: OT: need an opinion

2008-04-15 Thread Paul Ihrig
put the letters in the faces are you starting a cult? there aren't enough these days... -that's my opinion ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.do

Re: cftry/catch error report question

2008-04-15 Thread Ben Conner
Hi Dominic, Dominic Watson wrote: >>An empty string is not a number. You need to default it to 1 or do a >>conditional check and only perform the multiplication if the value is >>numeric. >> >> > > >Or, if you want LineShip to be zero when shipBase is NULL, then using Val() >should work: > > > >

Re: Disable Image Button in IE

2008-04-15 Thread Cutter (CFRelated)
If you have need to hit your back button, after the form is submitted, then you may want to rethink your application design. I think the more important questions might be, what if the user chose the wrong image? What happens if your form fails client side validation? What do you do if the chose

Re: Transposed Dates - Second Request

2008-04-15 Thread Les Mizzell
I should add that the nice folks at HostMySite actually called me on the phone (I didn't contact them...) to help find a solution and suggested the link below. How's that for customer service? > Two things to try later this evening when I get time: > > 1. http://64.233.169.104/search?q=cache:g

cfhttp stopped working, anyone experienced this

2008-04-15 Thread Scott Mulholland
I have a piece of code that has always worked that does a cfhttp to create a static file. The file it calls is on the same server/domain. Today the cfhttp just keeps timing out. cfhttp calls to other urls not on the server work without issue though. Anyone else experience anything like this?

Re: OT: need an opinion

2008-04-15 Thread Cutter (CFRelated)
There is an issue of context. Following your description of the 'icon', I would think that this icon is for a product itself. Not a functionary icon, like 'print' or 'save', but rather an icon meant to start a specific application. In that context, then the 'icon' is generally not really an ico

Re: Transposed Dates - Second Request

2008-04-15 Thread Les Mizzell
> With regards to the issue you describe, it certainly looks like a time zone > issue that should be able to be sorted using a time zone offset being > applied to the dates. Two things to try later this evening when I get time: 1. http://64.233.169.104/search?q=cache:gvMitRg6nswJ:livedocs.adobe.

Re: Forcing a CFC to refresh...

2008-04-15 Thread Les Mizzell
> And again, just to be clear to anyone else who might read the thread, the > problem has nothing to do with using CFCs at all. It's an issue with > ColdFusion's caching of all web services combined with a difficult > environment setup. Thanks ... Believe me - this isn't the worse development env

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
No the input field is showing and is also highlighted in blue, its just missing a blinking cursor. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.n

Re: Passwod recovery strategies

2008-04-15 Thread Ryan J. Heldt
We take a similar approach. I guess to expand on his explination, we a have a separate field in the users table that contains a UUID, generated at the time the request for a new password is made. The link thats gets sent out doesn't include the UserID, just the UUID. Then, when the password is

Re: OT: need an opinion

2008-04-15 Thread Dominic Watson
People without faces, scary. I'd say the letters could be "more interesting" too. HTH Dominic On 15/04/2008, Don L <[EMAIL PROTECTED]> wrote: > > My apology for OT. Need an opinion, when you see the following icon, > http://24.254.1.94:8000/test/logo_idea.bmp > what do you make of it? Also, i

Re: cftry/catch error report question

2008-04-15 Thread Dominic Watson
> > An empty string is not a number. You need to default it to 1 or do a > conditional check and only perform the multiplication if the value is > numeric. Or, if you want LineShip to be zero when shipBase is NULL, then using Val() should work: Dominic -- Blog it up: http://fusion.dominicwat

RE: cfform format="flash" onload

2008-04-15 Thread Kevin Aebig
Is there a border around the SWF with a "Click here to activate this control" message showing? !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 4:16 PM To: CF-Talk Subject: Re: cfform format="flash" onload I am using IE. The form shows up o

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
I am using IE. The form shows up on page load just fine. Is that what you mean by activating the swf? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclic

RE: Passwod recovery strategies

2008-04-15 Thread Brad Wood
Our system does the following: * User clicks "forgot my password link" * They enter their user name and e-mail address * If that user name exists in the database WITH that e-mail address an e-mail is sent to that e-mail address with a link that is valid for 24 hours. * If/when the link is clicked t

Re: CFLdap and CF8

2008-04-15 Thread James Blaha
Hi Chad, I'm using cf8, we didnt have any cfldap issues with AD or SunOne when I went from 7 to 8. There is a nocase option. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the F

RE: cfform format="flash" onload

2008-04-15 Thread Kevin Aebig
Are you having an issue with "activating" the SWF file in IE? If so, than that's the problem you need to address to get the snippet I posted to work. !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 3:31 PM To: CF-Talk Subject: Re: cfform fo

Passwod recovery strategies

2008-04-15 Thread Jim McAtee
I'm exploring some of the ways that we can implement password recovery. Passwords are stored as hashed values in a database. Some systems I've used will immediately reset the password, some send a message that when a link is followed resets the password. Some send the new password out in plain

Re: Forcing a CFC to refresh...

2008-04-15 Thread Brian Kotek
I'd have an issue with anyone who forced such a setup on me. You might ask them how you're expected to develop a solution when they can't or won't even allow for a proper development flow. Basically it sounds like the decision to work with an external system that limits your IP address to a single

Re: cfform format="flash" onload

2008-04-15 Thread Greg Luce
James, It does sometimes, really strange. I guess it's just a hack anyways. Maybe Adobe will add onLoad event to cfform someday. Greg On Tue, Apr 15, 2008 at 4:42 PM, James Blaha <[EMAIL PROTECTED]> wrote: > Greg, > > When you run your code in your environment then do a page refresh is the > cur

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Hi Qasim, It only highlights the textbox onload. I need the user to be able to start typing right on the page load. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: JQuery Add Row of Rows

2008-04-15 Thread Azadi Saryev
free tip: google 'jquery event delegation' Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.ne

RE: need an opinion

2008-04-15 Thread Dave Francis
True, but the "context" can be a whole culture, within which certain symbols are universally understood - as in eg. the heart for love. On its own, Don's "family" grouping might mean community service, family counselling, adoption agency, even latter-day saints, and as you rightly said, nee

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Kevin, This works but I need to click on the flash form to get the cursor to be active. Is this what you were talking about? -Jim Selection.setFocus(UserID); Selection.setSelection(0, UserID.text.length); ~~

JQuery Add Row of Rows

2008-04-15 Thread Hatem Jaber
After 2 days trying to get an answer and trying to post something to the JQuery mailing list, I decided to give up and try to find someone here on the CF-Talk mailing list. This is a sample script Here is the script: http://ts.7079.net/ischema/ When you click "Add Block", it should add a ... t

Re: cfform format="flash" onload

2008-04-15 Thread Qasim Rasheed
This works for me on CF8 On Tue, Apr 15, 2008 at 4:42 PM, James Blaha <[EMAIL PROTECTED]> wrote: > Greg, > > When you run your code in your environment then do a page refresh is the > cursor blinking in the text field? > > -Jim > >

Re: need an opinion

2008-04-15 Thread Don L
>> My apology for OT. Need an opinion, when you see the >> following icon, http://24.254.1.94:8000/test/logo_idea.bmp >> what do you make of it? Also, it's boring, clearly I lack >> creativity. > >Beyond whether or not you have creativity, there are specific skills and >knowledge specific to de

Re: Forcing a CFC to refresh...

2008-04-15 Thread Qasim Rasheed
I believe refreshWSDL was added in CF8. For earlier version, this blog post might help you. http://www.bpurcell.org/blog/index.cfm?mode=entry&ENTRY=965 HTH 2008/4/15 João_Fernandes <[EMAIL PROTECTED]>: > Develop locally but if you want to force to refresh a webservice try > > > -- > > João F

RE: cfform format="flash" onload

2008-04-15 Thread Kevin Aebig
Selection.setFocus(username_txt); Selection.setSelection(0, username_txt.text.length); First line sets the focus which cover tabbing and non-mouse navigation. The second line actually sets the cursor to be active inside the textfield. !k -Original Message- From: James Blaha [mailto:[EMAI

Re: need an opinion

2008-04-15 Thread Ian Skinner
Don L wrote: >> Well, if we're supposed to know what BTV is or does from looking at the >> logo, I can't. >> > > Thanks for your input, Dave. Don I just wanted to add that I also did not understand the 'B' 'T' 'V'. But it is important to note that there is NO such thing as an icon which

RE: need an opinion

2008-04-15 Thread Dave Watts
> My apology for OT. Need an opinion, when you see the > following icon, http://24.254.1.94:8000/test/logo_idea.bmp > what do you make of it? Also, it's boring, clearly I lack > creativity. Beyond whether or not you have creativity, there are specific skills and knowledge specific to design th

Re: need an opinion

2008-04-15 Thread Don L
>Well, if we're supposed to know what BTV is or does from looking at the >logo, I can't. Thanks for your input, Dave. Don ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: Newly acquired domain being blocked by some firewalls.

2008-04-15 Thread Che Vilnonis
Thanks Adrian. It seems then that I'll have to get several Network Admins to get off there posterior then and fix this problem. :) -Original Message- From: Adrian Moreno [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 4:44 PM To: CF-Talk Subject: Re: Newly acquired domain being b

RE: BlazeDS messaging stops working?

2008-04-15 Thread Andy Matthews
Anyone have any ideas on this issue? It appears that my theory about the Blaze service dying when the server is restarted plays out. My coworker happened to be reviewing ServiceCapture right when we restarted the server and he said that the polling from the app changed right at that time as well.

Re: need an opinion

2008-04-15 Thread Don L
>Reminds me of the windows 'User Account' icon... faceless diversity. > >.:.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com >http://cf4em.com Bobby, diversity wasn't something was my mind but rather PEOPLE (the general sense). But thanks for your thought on the 'faceless' part;

Re: Newly acquired domain being blocked by some firewalls.

2008-04-15 Thread Adrian Moreno
You may not be blocked by some list. Your domain could just look like something they want to block. Recently we couldn't see any images on Amazon.com because they moved images to a new domain: http://ecx.images-amazon.com. The "ecx" threw a red flag and our firewall blocked it. I had to get a ma

RE: need an opinion

2008-04-15 Thread Bobby Hartsfield
Reminds me of the windows 'User Account' icon... faceless diversity. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 4:14 PM To: CF-Talk Subject: OT: need an opinio

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Greg, When you run your code in your environment then do a page refresh is the cursor blinking in the text field? -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial h

Re: need an opinion

2008-04-15 Thread Don L
> Don-- > > Honestly, I don't think it's bad at all. If I came across it, I would > be confused about the meaning of "B T V", but would probably assume > that the icon represented something to do with "community" or > something similar to that. > > My $.02~ Hey Joel, thank you for your thoug

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Hi Kevin, How do I set the selection? Can those statements both be in the onload=""? -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/cl

RE: need an opinion

2008-04-15 Thread Dave Francis
Well, if we're supposed to know what BTV is or does from looking at the logo, I can't. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 3:14 PM To: CF-Talk Subject: OT: need an opinion My apology for OT. Need an opinion, when you see the following i

RE: Disable Image Button in IE

2008-04-15 Thread lists
What happens after the page submits and you hit the browser's back button, is your image still disabled or can u click on it again? -Original Message- From: morgan l [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 8:04 AM To: CF-Talk Subject: Re: Disable Image Button in IE Shoul

Re: need an opinion

2008-04-15 Thread Joel Watson
Don-- Honestly, I don't think it's bad at all. If I came across it, I would be confused about the meaning of "B T V", but would probably assume that the icon represented something to do with "community" or something similar to that. My $.02~ >My apology for OT. Need an opinion, when you see

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>>>My key point was, to re-use cfform's built-in client data validation >capability for my case if that's possible, > >Well, if you use CFFORM, it should be possible for sure, or do you mean >you want to use CFFORM validation WITHOUT using CFFORM? > Did you have a chance to copy/paste and try th

Re: query2excel

2008-04-15 Thread Richard White
GOT IT!!! i managed to fool it seeing as the + 1 wasn't working i added an empty row into the query and it then had the same affect as finalQuery.recordcount+1 and it went through fine :) thanks for all your help and suggestions, this must be a bug in this component and i will def look at th

OT: need an opinion

2008-04-15 Thread Don L
My apology for OT. Need an opinion, when you see the following icon, http://24.254.1.94:8000/test/logo_idea.bmp what do you make of it? Also, it's boring, clearly I lack creativity. Thanks. ~| Adobe® ColdFusion® 8 software 8

Re: query2excel

2008-04-15 Thread Richard White
Hi Daniel, just tried this to no success :( thanks though >Have you tried putting the calculation in brackets first so that it >calculates and then inserts the sum? > >maxRows=#(finalQuery.recordcount+1)# > > >-- > >Daniel Kessler > >University of Maryland College Park >School of Public Healt

Re: query2excel

2008-04-15 Thread Richard White
hi dave, thanks yes i have tried this as well :( still no joy ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: Forcing a CFC to refresh...

2008-04-15 Thread Jo�o_Fernandes
Develop locally but if you want to force to refresh a webservice try -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org) ~| Adobe® ColdFusion® 8 software 8 i

Re: Forcing a CFC to refresh...

2008-04-15 Thread Les Mizzell
> And as Barney said, doing development on a shared server is just silly when > you can (and should) be doing it locally. I know I can develop locally - but a several specific functions I'm working on must come from a *specific* https address, or any incoming cfhttp is rejected. This address is

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Claude Schneegans
>>My key point was, to re-use cfform's built-in client data validation capability for my case if that's possible, Well, if you use CFFORM, it should be possible for sure, or do you mean you want to use CFFORM validation WITHOUT using CFFORM? >>for instance, do you build you own credit card va

RE: Forcing a CFC to refresh...

2008-04-15 Thread Brad Wood
Besides deleting the web service from ColdFusion administrator, there is some Admin API functionality that will do it programmatically but you will obviously need the CF Admin password to use it. ~Brad > Is there any way (on a shared server that I've very little access to > beyond FTP) to *force

RE: cfform format="flash" onload

2008-04-15 Thread Kevin Aebig
The key is to set the selection in the text box as well... than the cursor will be there. !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:43 PM To: CF-Talk Subject: Re: cfform format="flash" onload Hi Greg, So close: onload="_root.User

Re: cfform format="flash" onload

2008-04-15 Thread Greg Luce
James, I've never done the focus onLoad, but I have done other functions in the onLoad event. Try this: UserID.setFocus(); {(trigger.text != '') ? trigger.dispatchEvent({type:'change'}) : 'init'} Greg On Tue, Apr 15, 2008 at 2:52 PM, James Blaha <[EMAIL PROTECTED]> w

OT: Newly acquired domain being blocked by some firewalls.

2008-04-15 Thread Che Vilnonis
Recently, I purchased a domain from a domain auction site. Long story short, I developed a new site for that domain. Well, it seems that some friends can't view the site from their workplace because firewalls mark the site as being "Adult" in nature. There is nothing seedy about my new site. My qu

RE: CFLdap and CF8

2008-04-15 Thread Chad Gray
WOW... it was a case sensitive thing. Maybe our code always was broken and we just never stumbled upon it. We use to do this: attributes="cn=#arguments.FIRSTNAME# #arguments.LASTNAME#; We had to change cn into CN and now it works. attributes="CN=#arguments.FIRSTNAME# #arguments.LASTNAME#;

Re: cftry/catch error report question

2008-04-15 Thread Brian Kotek
An empty string is not a number. You need to default it to 1 or do a conditional check and only perform the multiplication if the value is numeric. On Tue, Apr 15, 2008 at 2:52 PM, Ben Conner <[EMAIL PROTECTED]> wrote: > Hi, > > I've set up a cftry/catch around a piece of code that I am having >

Re: OutofMemoryError

2008-04-15 Thread Brian Kotek
No idea really, maybe it's timing out? Or are you flushing content to the browser before it is finished? On Tue, Apr 15, 2008 at 11:24 AM, Joel Watson <[EMAIL PROTECTED]> wrote: > Brian-- > > These links look great! The ExportDbToXml.cfc is actually just what I > needed. Unfortunately, I am sti

Re: cftry/catch error report question

2008-04-15 Thread Brian Yager
I get that error when I am "fixing" a friends code. The null will cause that as it is not a numeric value. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doub

Re: Forcing a CFC to refresh...

2008-04-15 Thread Brian Kotek
It doesn't have anything to do with CFCs. ColdFusion has always cached web services so it doesn't have to keep re-requesting and re-parsing the WSDL. Please, do some research before you run out to a list and condemn something that actually has nothing to do with your problem. And as Barney said, d

RE: CFLdap and CF8

2008-04-15 Thread Chad Gray
We did an upgrade from 7 to 8. Nothing special. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 2:46 PM To: CF-Talk Subject: RE: CFLdap and CF8 I don't recall anything changing with LDAP in CF8. However, I don't use CFLDAP to create L

cftry/catch error report question

2008-04-15 Thread Ben Conner
Hi, I've set up a cftry/catch around a piece of code that I am having problems with and the resulting error report I'm not sure about the interpretation. What came back was: The value "" cannot be converted to a number coldfusion.runtime.Cast$NumberConversionException: The value "" cannot be co

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Greg, Could please post a small working example? Thanks for your post! -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;2515

Re: Forcing a CFC to refresh...

2008-04-15 Thread Nicholas M Tunney
In Application.cfc, just have an if statement that checks for the existence of a url variable. if the url variable exists, call onApplicationStart() and onSessionStart() explicitly. This will reload all scoped CFCs. Nic Barney Boisvert wrote: > Develop locally? There's a reason CF Enterpris

RE: Forcing a CFC to refresh...

2008-04-15 Thread Scott Stewart
If you have access to the CF Admin, turn off all of the template options for your dev environment. -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Les Mizzell [mailto:[EMAIL PROTE

RE: CFLdap and CF8

2008-04-15 Thread Dawson, Michael
I don't recall anything changing with LDAP in CF8. However, I don't use CFLDAP to create LDAP objects. Have you changed the underlying JVM version with the upgrade to CF8? m!ke -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 1:18 PM To: CF-Tal

Re: Forcing a CFC to refresh...

2008-04-15 Thread Barney Boisvert
Develop locally? There's a reason CF Enterprise is free for development. On Tue, Apr 15, 2008 at 11:42 AM, Les Mizzell <[EMAIL PROTECTED]> wrote: > Boy I hate developing with CFCs.. > > Make an edit, test, make another edit - the darned thing doesn't > refresh. The only way I've found around th

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>>>Are you an expert in, say, DOM? > >Yes. > > >> To my knowledge, each and all "web"/script page, be it written in >cf, jsp, asp, php, would be rendered by a UA (browser here), and the >underlying technology for that is DOM, so, it does not matter how many >HTML forms on a 'page'/script the we

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Hi Greg, So close: onload="_root.UserID.setFocus();" this just highlights the box. I couldnt get what you sent to work. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Forcing a CFC to refresh...

2008-04-15 Thread Les Mizzell
Boy I hate developing with CFCs.. Make an edit, test, make another edit - the darned thing doesn't refresh. The only way I've found around this is to keep saving it under a new name, and retest using the new name each time https://mysite.com/version1.cfc?wsdl";> https://mysite.com/version2.cfc?

Re: cfform format="flash" onload

2008-04-15 Thread Greg Luce
Yes, it was kinda tricky. I forgot earlier to say you'll need a hidden input to trigger it like this: var myListener = {}; myListener.creationComplete = function() { _root.UserID.setFocus(); } {triggerLoad.dispatchEvent({type:'change'})} Greg On Tue, Apr 15, 2008 at 2:21 PM, Jason Durham

Re: cfform format="flash" onload

2008-04-15 Thread James Blaha
Hi Jason, Thanks I'm trying to get the dream option to work where you can just start typing. I've been googling but no luck yet. I'll post a solution if I get it working. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most i

Re: cfform format="flash" onload

2008-04-15 Thread Greg Luce
James you might have to use "creationComplete". Something like: var myListener = {}; myListener.creationComplete = function() { _root.UserID.setFocus(); } Greg On Tue, Apr 15, 2008 at 1:13 PM, James Blaha <[EMAIL PROTECTED]> wrote: > All, > > Does anyone know the action script to setFocus a

RE: cfform format="flash" onload

2008-04-15 Thread Jason Durham
I had this in the onload attribute of the form. function setupForm() { Selection.setFocus("userLogin"); } This creates a soft glow around the input as if it's selected but you still

  1   2   >