RE: CFCs and cftry/cfcatch

2005-10-13 Thread Andy
Are you sure an error is being thrown? I recommend you comment all code out betweent the CFTRY and CFCatch and add a CFTHROW to force a specific error type. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 9:26 PM To: CF-Talk

RE: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread Paul Vernon
This is probably a permissions issue or the relay settings on you mail server not including the IP of your CF server. Either you need to supply a username and password to the CF server in the CFMAIL admin area to authenticate with your mail server or you need to set up your mail server to let CF

Re: CFAJAX return types docco

2005-10-13 Thread James Holmes
OK I've dug through the many examples and finally discovered the relatively simple structure that represents a query. Is anyone interested in me compiling the info on CFAJAX return types in a quick reference doc and posting/blogging it? On 10/5/05, James Holmes [EMAIL PROTECTED] wrote: Does

RE: Loop through a structure of structures

2005-10-13 Thread Andy McShane
Nice tidy Alex, thanks, I'll use this. :-) -Original Message- From: Alexander Sherwood [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 20:05 To: CF-Talk Subject: Re: Loop through a structure of structures Try this: [CFLOOP collection=RSStructure item=itm] [cfset thisQuery

CFC Lifecycle

2005-10-13 Thread Andy Mcshane
Just a quick question to help clear, hopefully, the last of the muddy waters with regards to how CFC's work. A CFC that is initialized and stored within the application/session scope is then available to use everywhere as required. Now I just want clarification on CFC's created at page level.

RE: OT: HTML Combo Boxes

2005-10-13 Thread Robertson-Ravo, Neil (RX)
Hey Aaaron, what is it you want to achieve? -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 21:32 To: CF-Talk Subject: Re: OT: HTML Combo Boxes I implimented it earlier with IE 6 and ran into no JS errors. We did just decide we need more of an

RE: SQL issue: filter query

2005-10-13 Thread Robertson-Ravo, Neil (RX)
select * from getList where [someuniqueIDingetlist] NOT IN ( select [someuniqueIDinJudges] from Judges ) Where getList,id = [yourid] I am not sure on your column structs but you sure as hell don't need 3 queries, it can all be done in 1. -Original Message- From: Asim Manzur

Re: CFC Lifecycle

2005-10-13 Thread Mike Soultanian
I am no pro with CFCs as I'm just learning them myself, but I believe the answer is yes, it will die after the page request is over. In the reading I've done, people will instantiate their CFCs into persistant variables such as server, session, or application scopes so that the instance of

Re: CFC Lifecycle

2005-10-13 Thread Deanna Schneider
You've got it correct. An instance of a cfc created on a page is no different than any other variable created on a page - it's gone when you leave the page. Where it gets murky with CFC's is whether or not you're creating it with createObject or using cfinvoke to just hit a method that doesn't

Re: CFC Lifecycle

2005-10-13 Thread Joe Rinehart
Hey Andy, If I create an instance of a CFC on my page, carry out some processing and then do cflocate to another page am I correct in assuming that my CFC instance is now gone and if I wish to re-use it I must create another instance of it? Exactly! A CFC instance is just a variable like

Re: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread John Lucania
I mentioned that ** If I open Outlook and send e-mail to [EMAIL PROTECTED] and [EMAIL PROTECTED], messages go through with no issue. ** and ** If I send messages with CFMAIL, I get the error above. ** Then, the question I have which one (Outlook Server or CFMX Server) is generating the error?

RE: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread Dave Watts
Why is this generating this error? Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] ; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] If I open Outlook and send

RE: CFC Lifecycle

2005-10-13 Thread Andy Matthews
Joe made a fine point. Just because you instantiate a CFC on a page that gets called does NOT mean it'll die after the page request is through IF you instantiate it into the SERVER, APPLICATION or SESSION scope. That said, I use this method, in my Application file, to instantiate commonly used

OT: Java IDE

2005-10-13 Thread Phill B
I would like to incorporate more Java into my CF sites. Since I'm new to Java, can you guys recommend a good IDE to use to write the Java? -- Phil ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Java IDE

2005-10-13 Thread Robertson-Ravo, Neil (RX)
Eclipse springs to mind. ;-p -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 13 October 2005 14:26 To: CF-Talk Subject: OT: Java IDE I would like to incorporate more Java into my CF sites. Since I'm new to Java, can you guys recommend a good IDE to use to write the

RE: Java IDE

2005-10-13 Thread Michael T. Tangorre
From: Phill B [mailto:[EMAIL PROTECTED] I would like to incorporate more Java into my CF sites. Since I'm new to Java, can you guys recommend a good IDE to use to write the Java? ECLIPSE! :-) ~| Logware

Re: Java IDE

2005-10-13 Thread Phill B
That's what I thought! I started going thru the Eclipse site but I wasn't sure if I needed a plugin to get the Java tools like you do with ColdFusion. So can I just use the straight up version of Eclipse or are there some plugins I need to get for it? On 10/13/05, Michael T. Tangorre [EMAIL

Re: Java IDE

2005-10-13 Thread Spike
If you download the SDK version of Eclipse it comes with all the Java tools. The Eclipse platform and Eclipse RCP downloads do not come with Java tools. Spike On 10/13/05, Phill B [EMAIL PROTECTED] wrote: That's what I thought! I started going thru the Eclipse site but I wasn't sure if I

RE: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread Mark Fuqua
I don't know if this will help you, but it sure seems timely (posted early this morning) http://www.danvega.org/blog/client/index.cfm/2005/10/12/Sending-mail-with-CF Mail-A-problem--A-solution Mark Fuqua ~| Logware

Re: Java IDE

2005-10-13 Thread Phill B
Cool! I'll just run the updater and grab the SDK. Thanks Spike On 10/13/05, Spike [EMAIL PROTECTED] wrote: If you download the SDK version of Eclipse it comes with all the Java tools. The Eclipse platform and Eclipse RCP downloads do not come with Java tools. Spike

RE: CFC Lifecycle

2005-10-13 Thread Andy McShane
Thanks all, this clears things up and re-enforces what I thought was correct. ;-) ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Re: CFCs and cftry/cfcatch

2005-10-13 Thread Rob Richardson
Bryan--- I'm coming in on the tail end of this conversation, but noticed in your code sample that you were trying to cfdump the cfcatch structure. I ran into problems with cfdump/cfcatch that was ultimately confirmed by Macromedia to be a bug in CFMX6.1 that isn't corrected by one of their hot

verify ip addr in a specific range

2005-10-13 Thread Bosky, Dave
Does anyone have a function that will check if an ip address falls with a starting/ending ip address range Thanks, Dave ** HTC Disclaimer: The information contained in this message may be privileged and confidential

HP OpenView Service Desk API?

2005-10-13 Thread MrBuzzy
and it's a long shot: Has anyone out there connected to HP OV ServiceDesk using the web-api.jar? If so, I'd like to know; * Does it work on anything more recent than CF4.5? I might have other questions :) Thankyou. ~|

Re: cfcatch/cfdump weirdness

2005-10-13 Thread Rob Richardson
All--- This is a bug confirmed by Macromedia, but not resolved, as follows. I have to hack around this until (IF) they fix it. I'll update CFBugHunt too. Thanks.--- Rob Bill Sahlas [EMAIL PROTECTED] 9/9/2005 11:05:18 AM I was able to reproduce the problem using the tests that you

IE and CSS

2005-10-13 Thread Jean-Baptiste Emanuel Zorg
i've got a div on a page that i want to encompass the full page.. it's a container. i have body,html set to height:100% but when i set the container div to 100% it only goes to the height of the viewable area. but the page scrolls... and the container div is too short.. any ideas or suggestions?

Re: Java IDE

2005-10-13 Thread Douglas Knudsen
or nab the wtp, web tools platform, package...you get the Java stuffs and web stuffs. They have an all-in-one download at version 0.7 now. two tweaks and you can edit mxml files. one plugin, cfeclipes, and you get cf editing. Nothing more you need, eh? :) DK On 10/13/05, Phill B [EMAIL

CFDocument, FlashPaper and Table Borders

2005-10-13 Thread Sam Farmer
I am having problems with CFDocument creating a Flashpaper and then displaying table cell borders. The pure html in a browser shows borders but Flashpaper completely ignores the Styles whether in the td or in a style block. Any ideas? Here is the code: cfdocument format=flashpaper style

RE: CFCs and cftry/cfcatch

2005-10-13 Thread Kerry
I thought there was a patch for this? http://www.macromedia.com/go/1a9c83c Or are you referring to another bug? -Original Message- From: Rob Richardson [mailto:[EMAIL PROTECTED] Sent: 13 October 2005 15:17 To: CF-Talk Subject: Re: CFCs and cftry/cfcatch Bryan--- I'm coming in on the

Re: OT: HTML Combo Boxes

2005-10-13 Thread Aaron Rouse
An autosuggests seems to be the common term used for it. I found one and modified it for our needs yesterday evening. It is a form where a user keys in product codes, they can only key in one of 900 product codes existing in the system. So when they hit a they want to see a drop down of all the

Re: verify ip addr in a specific range

2005-10-13 Thread Scott Stroz
http://www.cflib.org/udf.cfm?id=1075enable=1 On 10/13/05, Bosky, Dave [EMAIL PROTECTED] wrote: Does anyone have a function that will check if an ip address falls with a starting/ending ip address range Thanks, Dave

cfstudio bug

2005-10-13 Thread Wurst, Keith D.
hi everone. i'm having a problem with cfstudio. i seem to have lost my line number gutter in the editing window. even when I click on the little button that turns the gutter on and off - it doesn't re-appear. anyone have any ideas? thanks.

Re: OT: Java IDE

2005-10-13 Thread Nathan Strutz
Obviously Eclipse would be a good choice, as it's a great choice for your CFML programming, too. Seriously, the Java editing is awesome. Plus it's free, and is very heavily community supported. -nathan strutz http://www.dopefly.com/ On 10/13/05, Phill B [EMAIL PROTECTED] wrote: I would like to

Trapping a null form field value

2005-10-13 Thread Scott Stewart
I'm trying to trap a null form field in an update query cfif (IsDefined(form.Dropouts)) and (form.Dropouts is not ),Dropouts = #form.Dropouts#/cfif This used to work, I first check to see if the field is defined, then if there's anything there. If not then don't even include the line in the

RE: cfstudio bug

2005-10-13 Thread Dawson, Michael
Toggling the gutter does not toggle the line numbers. There is a separate toggle for that. If you enable the Editor toolbar, you should see the extra button for line numbers. There may also be a menu option, but I don't have Studio/HS handy right now. M!ke -Original Message- From:

RE: Trapping a null form field value

2005-10-13 Thread Justin D. Scott
cfif (IsDefined(form.Dropouts)) and (form.Dropouts is not ),Dropouts = #form.Dropouts#/cfif Try wrapping the variable in a trim() function when checking for the blank value. -Justin Scott ~| Logware (www.logware.us): a new

Re: cfstudio bug

2005-10-13 Thread Robert Munn
hi everone. i'm having a problem with cfstudio. i seem to have lost my line number gutter in the editing window. even when I click on the little button that turns the gutter on and off - it doesn't re-appear. anyone have any ideas? thanks. Switch to CFEclipse!

RE: Trapping a null form field value

2005-10-13 Thread Scott Stewart
Thanks Justin... that worked Scott A. Stewart Cold Fusion Developer GNSI 11820 Parklawn Dr. Rockville, MD over a thousand years ago, a blue faced Pict stepped on a bloated sheep carcass, and thus.. the pipes were born - the Scottish Rogues -Original Message- From: Justin D.

Re: Trapping a null form field value

2005-10-13 Thread Mark Drew
in these cases you should always do cfparam name=form.dropouts default= / And when you want to you use it you just do cfif Len(form.dropouts) do something /cfif Much easier MD On 13/10/05, Justin D. Scott [EMAIL PROTECTED] wrote: cfif (IsDefined(form.Dropouts)) and (form.Dropouts is not

RE: cfstudio bug (line numbers in eclipse)

2005-10-13 Thread Paul
Switch to CFEclipse! On the very subject, I have to enable line numbers in CFEclipse for every file individually. Is there some way to just turn it on so the line numbers are on by default? ~| Logware (www.logware.us): a new

Re: Trapping a null form field value

2005-10-13 Thread Deanna Schneider
Is this a varchar field in the db? I think cfqueryparam could be of help here, but I'm a bit confused as to exactly what you're trying to accomplish. On 10/13/05, Scott Stewart [EMAIL PROTECTED] wrote: I'm trying to trap a null form field in an update query cfif (IsDefined(form.Dropouts)) and

Here's one more, ClusterCats error

2005-10-13 Thread Scott Stewart
ClusterCATS Manager detected failure of probe Verity (D:\CFusion\cfam\program/cfprobe.exe http:///search97cgi/s97_cgi.exe?querytext=testAction=SearchRe sultTemplate=FIRSthome_nf.htscollection=C5 Query NORESTART NOLOGGING) on server GlobalProbe. Returned value 2; expected value 0. Server is, by

Re: cfstudio bug (line numbers in eclipse)

2005-10-13 Thread Rob
That is odd - WindowPreferences then CFEclipseEditor and check Show line numbers should do it for all cfml/cfm/cfc files. On 10/13/05, Paul [EMAIL PROTECTED] wrote: Switch to CFEclipse! On the very subject, I have to enable line numbers in CFEclipse for every file individually. Is there

Re: OT: Java IDE

2005-10-13 Thread Mark Drew
And I belive a few people in the CF community have had experience with it so you will be able to get some help here too MD On 13/10/05, Nathan Strutz [EMAIL PROTECTED] wrote: Obviously Eclipse would be a good choice, as it's a great choice for your CFML programming, too. Seriously, the Java

Problem with duplicate check

2005-10-13 Thread Orlini, Robert
Can someone please tell me what I'm doing wrong here? I want this code to check for duplicates in a database and then give the javascript error pop-up. However, when I add a unique record it keeps giving me the duplicate pop-up message. CFQUERY name=checkduplicates datasource=pc_inventory

Re: OT: Java IDE

2005-10-13 Thread Dave Jones
Let me throw in a plug for IntelliJ's IDEA. I look for free tools as much as possible, but buying IDEA has probably been the best money I've ever spent. YMMV, but I found getting up to speed and getting productive in IDEA much easier and faster than Eclipse. Dave Jones NetEffect At 06:25 AM

RE: Problem with duplicate check

2005-10-13 Thread Dave Watts
Can someone please tell me what I'm doing wrong here? I want this code to check for duplicates in a database and then give the javascript error pop-up. However, when I add a unique record it keeps giving me the duplicate pop-up message. CFQUERY name=checkduplicates

RE: eclipse line numbers + (was cfstudio bug)

2005-10-13 Thread Paul
Well what a dunder, I was sure I had checked that... Thanks. While I have your attention Rob, my only remaining squibble with CFEclipse, probably another oversight on my part, is I can't find a way to shift the text in the editor. While editing an XML file I can select a block of text, right

Re: CFCs and cftry/cfcatch

2005-10-13 Thread Rob Richardson
I have 6.1, with updater hot fixes, including 1a9c83c. MM confirmed this bug is in addition to list of known updater issues posted on their site. This bug is not yet listed online. I thought there was a patch for this? http://www.macromedia.com/go/1a9c83c Or are you referring to another

Re: CFAJAX return types docco

2005-10-13 Thread Ken Ferguson
I'd be very interested James. James Holmes wrote: OK I've dug through the many examples and finally discovered the relatively simple structure that represents a query. Is anyone interested in me compiling the info on CFAJAX return types in a quick reference doc and posting/blogging it? On

CFERROR

2005-10-13 Thread Chad McCue
I am running CF7on windows 2003. I am trying to use CFERROR in my application.cfm file and it never calls my template I give it. here is my call. cferror template=CustomError.cfm mailto=test@test.com type=Exception exception=Any Here is the error the page has. 13:00:28.028 - Expression

Re: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread Daniel Kang
Have you checked firewall? Daniel On 10/13/05, Mark Fuqua [EMAIL PROTECTED] wrote: I don't know if this will help you, but it sure seems timely (posted early this morning) http://www.danvega.org/blog/client/index.cfm/2005/10/12/Sending-mail-with-CF Mail-A-problem--A-solution Mark Fuqua

setting up jrun for search engine friendly URLS

2005-10-13 Thread John Wilker
My dev environment is jrun. I'm working on making a client's site search engine friendly. Currently their URL is http://localhost:8102/Clients_cfusion/atfn/site/content.cfm?id=68A272B3-EB78-492E-9377131A684C0481 the new one will be

Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Alexander Sherwood
Hello All, Anyone have experience with a CFML-based Learning Management System and/or Web Based Training Application? We are considering purchasing vs. rolling our own, so any links/resources would be helpful. Thanks much, -- Alex Sherwood Hunter Warfield

RE: CFAJAX return types docco

2005-10-13 Thread Andy Matthews
I'd be interested as well. AJAX is something I've been wanting to start using more often, but I'm no javascript guy. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: James Holmes

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread David Livingston
It's not a Cf based one but it is open source and gaining momentum. http://www.moodle.org Dave On Oct 13, 2005, at 12:42 PM, Alexander Sherwood wrote: Hello All, Anyone have experience with a CFML-based Learning Management System and/or Web Based Training Application? We are considering

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Robert Munn
My team built one for our business that we have been using internally for four plus years. We've deployed it once for a customer solution, but the business recently decided not to support it as a product (doesn't fit into our solution set) so it is probably going to die. It's a really cool app.

CFFile caching in MX7??

2005-10-13 Thread Javier Arroyo
I have a strange thing that started hapenning once we migrated from CF 5 to CF7 ...there is a particular process that creates a file (a csv to be exact) using CCFILE Action=Append ..problem is sometimes the file can get huge (e.g. 2.5 megs) ...I have a web page that generates this and updates

RE: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Dawson, Michael
I may be a bit OT, but in case you didn't know, Blackboard and WebCT have shown intent to merge their companies. We started using Blackboard recently (I'm no big fan of BB) but it may be interesting to see where this merger goes. I, too, built a custom student portal that pulled data from our

Suggestions for javascript interaction.

2005-10-13 Thread Andy Matthews
I'm working on a CMS which will be the basis for all admin sections I build for my company. I'm trying to add in the sections which are most commonly used by clients such as pages admin, file upload and interaction, user management and more. At this point it's all built and functional. But I'm

Re: Suggestions for javascript interaction.

2005-10-13 Thread Aaron Rouse
Such as qForms 2.0? It is in beta but in use by many in its current state. On 10/13/05, Andy Matthews [EMAIL PROTECTED] wrote: I'd also love to hear if any of you use prebuilt validation libraries for your forms. I've used qForms from Pengoworks.com http://Pengoworks.combefore and liked

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Alexander Sherwood
I know BB used to be CF-based, but it looks like it's JSP now, no? -- Alex Dawson, Michael wrote: I may be a bit OT, but in case you didn't know, Blackboard and WebCT have shown intent to merge their companies. We started using Blackboard recently (I'm no big fan of BB) but it may be

security suggestions?

2005-10-13 Thread Ray Champagne
We have a potential customer that is a bank (a small local one). They want to be able to have people fill out a loan application online, but are worried about security, etc. Other than using a secure certificate and SQL Server, are there any other considerations I should give to security?

RE: Suggestions for javascript interaction.

2005-10-13 Thread Michael T. Tangorre
From: Aaron Rouse [mailto:[EMAIL PROTECTED] Such as qForms 2.0? It is in beta but in use by many in its current state. Did Dan post a link for 2.0 beta? I didn't run across it on the Pengoworks site... is it over at sourceforge now?

Re: Suggestions for javascript interaction.

2005-10-13 Thread Aaron Rouse
He posted a link on his blog, I do not have the URL handy though. On 10/13/05, Michael T. Tangorre [EMAIL PROTECTED] wrote: From: Aaron Rouse [mailto:[EMAIL PROTECTED] Such as qForms 2.0? It is in beta but in use by many in its current state. Did Dan post a link for 2.0 beta? I didn't

RE: Suggestions for javascript interaction.

2005-10-13 Thread Andy Matthews
Googling for javascript validation library I came across the TMT validation library coded by our own Massimo. I looked through all of the examples and this looks like PRECISELY what I need. It looks SIMPLE to implement and easy to read and understand by someone coming behind me. Here's the link:

Re: security suggestions?

2005-10-13 Thread Jerry Johnson
There is the transaction/filling out of information and how it is sent. Then there is the issue of how and what is stored. Then there is the issue of how and what is pulled back out and what is done with it. Then there is the issue of what system maintenance or backups replicate the data. Then

RE: security suggestions?

2005-10-13 Thread Justin D. Scott
We have a potential customer that is a bank (a small local one). They want to be able to have people fill out a loan application online, but are worried about security, etc. A couple of things to consider if you can... * Put the SQL Server on its own box connected to the web server on a

IP to Zip Codes

2005-10-13 Thread Ray Champagne
I know that one can get a geographic location for a given IP, but does anyone know if there is a way to get the Zip Code a user is in from their IP? I doubt this is possible, and all my research points to NO, but I'd never know for sure if I didn't ask... --

Re: eclipse line numbers + (was cfstudio bug)

2005-10-13 Thread Rob
Highlight the text and hit tab to shift the selected text - shift+tab to unindent On 10/13/05, Paul [EMAIL PROTECTED] wrote: Well what a dunder, I was sure I had checked that... Thanks. While I have your attention Rob, my only remaining squibble with CFEclipse, probably another oversight on

Re: security suggestions?

2005-10-13 Thread Ray Champagne
Thanks, Jerry, Justin. I'm going to write all this down and make sure I address all these concerns. Justin, you may be right. Spending thousands of dollars to have a loan app online that may or may not be used seems like a silly waste of money to me. Sometimes new technology isn't always

Re: javax.mail.SendFailedException: 550 5.7.1

2005-10-13 Thread John Lucania
Thanks a bunch, Daniel and others. Firewall was the cause. Relay was shut off. Daniel On 10/13/05, Daniel Kang [EMAIL PROTECTED] wrote: Have you checked firewall? Daniel On 10/13/05, Mark Fuqua [EMAIL PROTECTED] wrote: I don't know if this will help you, but it sure seems timely (posted

RE: IP to Zip Codes

2005-10-13 Thread Justin D. Scott
I know that one can get a geographic location for a given IP, but does anyone know if there is a way to get the Zip Code a user is in from their IP? No, as one ISP can service many zip codes, and in many cases many states. The addresses are rotated out dynamically to users in most cases, so an

RE: security suggestions?

2005-10-13 Thread Justin D. Scott
Justin, you may be right. Spending thousands of dollars to have a loan app online that may or may not be used seems like a silly waste of money to me All we can do as developers is tell the clients what it will take to make their dreams come true. It's up to them to do the cost analysis and

Re: IP to Zip Codes

2005-10-13 Thread Ray Champagne
OK. That was how I thought it worked, although I forgot about the dynamic IP thing, but it really doesn't matter anyways. Justin D. Scott wrote: I know that one can get a geographic location for a given IP, but does anyone know if there is a way to get the Zip Code a user is in from their IP?

CF5 Session Variables Timing out early?

2005-10-13 Thread paulh
I'm running CF5 and I can't figure out why my session variables timeout approx every 30min even though I've set the maximum timeout and default timeout to 1 day (as a test) in the cfserver on the Memory Variables page. Originally I had specified the timeout values within the application.cfm page

Report Builder Query Questions

2005-10-13 Thread Claremont, Timothy
I am using the updated report builder, and trying to construct a query using the query builder. My datasource is a FoxPro free table directory. When I click on the tables icon for the data source in question, many of the tables appear, but not all of them. As a matter of fact, the ones that I

RE: security suggestions?

2005-10-13 Thread Jim Davis
-Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 2:24 PM To: CF-Talk Subject: security suggestions? We have a potential customer that is a bank (a small local one). They want to be able to have people fill out a loan application

Changing tag case

2005-10-13 Thread Helmut Doll
Hello everyone, I need to parse and search xml data using coldfusion where tags are not always using the same case. (i.e. sometimes improvements and sometimes Improvements. While parsing is case-insensitive, xmlsearch is not. Is there a search and replace that would convert all tags to

Re: security suggestions?

2005-10-13 Thread Robert Munn
some other thoughts: - Use a non-standard port to talk to the database instead of 4133. - Use strong passwords for all users on both systems and any applications, such as CF Admin. Use a strong password generator for this. - Protect the CF Admin folder with OS-level security so you need a system

Re: Loop through a structure of structures

2005-10-13 Thread Chris Stoner
On 10/12/05, Andy Mcshane [EMAIL PROTECTED] wrote: Thanks, I just realised that before I posted again, God alone knows what I thought I was trying to do with it earlier! The 17 recordsets are all returned via one stored procedure call within the CFC so there really is only DB call, couldn't

RE: Changing tag case

2005-10-13 Thread Justin D. Scott
I need to parse and search xml data using coldfusion where tags are not always using the same case. (i.e. sometimes improvements and sometimes Improvements. While parsing is case-insensitive, xmlsearch is not. Is there a search and replace that would convert all tags to lowercase letters?

Using cferror

2005-10-13 Thread Chad McCue
I am running CF7on windows 2003. I am trying to use CFERROR in my application.cfm file and it never calls my template I give it. here is my call. cferror template=CustomError.cfm mailto=test@test.com type=Exception exception=Any Here is the error the page has. 13:00:28.028 - Expression

RE: security suggestions?

2005-10-13 Thread Mike Klostermeyer
I'd figure there are more security concerns when you involve the human error factor Not only error, but theft as well. I put myself through college working retail at a nationally known retailer, and I had access to every one of our customers credit card numbers, anytime I wanted. It boggles my

Re: Changing tag case

2005-10-13 Thread Helmut Doll
The data comes from different sources and is submitted to the CF app. I am currently doing a search and replace that changes individual tags when I notice a problem, but that is not scalable. I am looking for a (maybe regular expression) solution (it has to be in cf), that would find all xml

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Qasim Rasheed
edufolio.net On 10/13/05, Alexander Sherwood [EMAIL PROTECTED] wrote: I know BB used to be CF-based, but it looks like it's JSP now, no? -- Alex Dawson, Michael wrote: I may be a bit OT, but in case you didn't know, Blackboard and WebCT have shown intent to merge their companies. We

CF CR

2005-10-13 Thread John Lucania
Crystal Reports (CR) running off of Oracle database is in place to run and get necessary queries and reports. However, unfortunately, the direct database connection between CF and the Oracle DB is not allowed per the contract (duh). The only connection I can have is though CR. How can you

Re: SQL issue: filter query

2005-10-13 Thread Asim Manzur
I tried below and got an error cfquery name=getImg dbtype=query select * from getList where name NOT like 'tn_%' order by name /cfquery cfquery name=getSQL datasource=#DSN# select j_image from Judges /cfquery cfquery name=getList2 dbtype=query select * from getImg where name NOT IN (select

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Alexander Sherwood
Under Construction! Qasim Rasheed wrote: edufolio.net On 10/13/05, Alexander Sherwood [EMAIL PROTECTED] wrote: I know BB used to be CF-based, but it looks like it's JSP now, no? -- Alex Dawson, Michael wrote: I may be a bit OT, but in case you didn't know, Blackboard and WebCT

Re: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Alexander Sherwood
www.edufolio.com does work, though! Thanks much... -- Alex Alexander Sherwood wrote: Under Construction! Qasim Rasheed wrote: edufolio.net On 10/13/05, Alexander Sherwood [EMAIL PROTECTED] wrote: I know BB used to be CF-based, but it looks like it's JSP now, no? -- Alex

CF_Underground interview 2: Paper prototyping, MAX survey

2005-10-13 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. CF_Underground News - MAX and training survey 2. Class news - Management Seminar How to Build Websites Right, the First Time 3. Paper Prototyping interview with Simon Horwith Happy coding - Michael Smith, TeraTech, Inc

RE: Recommend a good CF-based LMS/WBT Application?

2005-10-13 Thread Dawson, Michael
I'm not sure about it's past, but it is now .jsp. M!ke -Original Message- From: Alexander Sherwood [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 1:23 PM To: CF-Talk Subject: Re: Recommend a good CF-based LMS/WBT Application? I know BB used to be CF-based, but it looks

Merrimack and merry making!

2005-10-13 Thread Calvin Ward
Okay, does anyone else find the release of Merrimack and then 2 hotfixes and the JDBC fix (making it four patches to be current) within a few short weeks a bit much? I wish we could get a single consistently updated rollup updater !

Re: CF_Underground interview 2: Paper prototyping, MAX survey

2005-10-13 Thread Sean Corfield
On 10/13/05, Michael Smith [EMAIL PROTECTED] wrote: 1. CF_Underground News - MAX and training survey 1. CF_Underground conference News * * Who is going to MAX and what training do you prefer? Take our MAX and training survey at

Re: Changing tag case

2005-10-13 Thread Rob
In situations like that, I've made XSLTs that are applied to the different formats based on incoming URLs to make them into a common format. So when you get another customer (or whatever) with yet another different format, you only have write a new sheet and still only deal with your one common

RE: Changing tag case

2005-10-13 Thread Bobby Hartsfield
It seems like xls would be able to fix that for you without having to change anything but here is a regex just the same... Ill haven't tested this yet... but it looks right. rereplacenocase(str, (.*?), \L\1:, all) str = your xmlSTRING (not xmlparsed data) xmlparse it AFTER you run the

CFMAIL “type: text/plain; charset=UTF-8”

2005-10-13 Thread John Lucania
I am sending messages like below with CFMAIL. The format is type: text/plain; charset=UTF-8. A few messages were received with weird formats. It must be From:[EMAIL PROTECTED], but From: bomA. It must be Subject: Discharge, but Subject:Dh{{ha{gma-t_2~A(_10a? What might have caused this? jl

RE: CFMAIL “type: text/plain; charset=UTF-8”

2005-10-13 Thread Bobby Hartsfield
A bot is a likely culprit ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: John Lucania [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 7:30 PM To: CF-Talk Subject: CFMAIL “type: text/plain; charset=UTF-8” I am sending messages

Re: Changing tag case

2005-10-13 Thread Helmut Doll
That's the type of solution I had hoped for and it seems to work in my tests so far (the : seemed to cause a problem, but without it it worked well). Thank you very much. Helmut Doll. On Oct 13, 2005, at 6:28 PM, Bobby Hartsfield wrote: It seems like xls would be able to fix that for you

Re: CFAJAX return types docco

2005-10-13 Thread James Holmes
OK will do. I am in the same boat - I'm learning JS on the run because this AJAX stuff is too darn useful to ignore and CFAJAX is a really nice tool. On 10/14/05, Andy Matthews [EMAIL PROTECTED] wrote: I'd be interested as well. AJAX is something I've been wanting to start using more often, but

  1   2   >