RE: A ColdFusion Templating Language

2005-11-18 Thread Hugo Ahlenius
|From: Jon Block [mailto:[EMAIL PROTECTED] Thanks Jon, that explains it very well! I currently don't have this need, so I'll pass -- but I know it is there if a need would crop up! /hugo ### This message has been scanned by F-Secure Anti-Virus for

RE: PDF Question

2005-11-18 Thread Robertson-Ravo, Neil (RX)
Well, I did a CFC to do all the work of a PDF; it isn't that hard. First, you need to get the iText jar 2installed An example of say, get the number of pages within a PDF is below... pdfObject = createObject(java,com.lowagie.text.pdf.PdfReader); vcPDFfile= vcPDFfile; // full path to the PDF

CFMX7 and SOAP Web Services

2005-11-18 Thread Mike Connolly
Can anyone please help with a CFMX7 server issue? I have a set of SOAP Web Services which I am trying to invoke. These web services consist of a Login method, which when successful returns a SOAP header containing 2 cookies for session management. Subsequent calls to additional methods (e.g

RE: FCKEditor and uploading images

2005-11-18 Thread Jennifer Gavin-Wear
http://cms.fasttrackonline.co.uk/cms/docs.cfm attempt at documenting the application, have added Matt's info. Thanks Matt :-) Jenny -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 00:08 To: CF-Talk Subject: Re: FCKEditor and uploading images

Re: Cfparam question

2005-11-18 Thread Aaron Rouse
Again I was not talking about a form submitting to itself. As far as my comment about not doing params at all, I was referencing doing them for any of the FORM scope but figured that was obvious by this point. On 11/17/05, Bobby Hartsfield [EMAIL PROTECTED] wrote: nor was I talking about

Re: CFMX 7 on Dual Core CPU's

2005-11-18 Thread Dave Carabetta
On 11/17/05, Jordan Michaels [EMAIL PROTECTED] wrote: Anyone know off-hand if Macromedia considers Dual-Core CPU's one CPU or two? The reason I ask is because CFMX 7 is licensed per CPU, so if we get a Dual CPU machine which supports Dual-Core CPU's, I want to be sure I'm not breaking any

CF talking to a DMZ server

2005-11-18 Thread Andy Jarrett
Hi there, The company i work for are having a host of problems with a dedicated CFMX 7.01 box and one of our own servers in a DMZ. Currently we use the DMZ for AS400 and other DB lookups. We have some java classes and web services sitting on the DMZ which invoked goes of and makes its calls. The

RE: Calendar Application

2005-11-18 Thread jgeorges
Andrew, I'd appreciate it. TIA, Sam --- On Thu 11/17, Peterson, Andrew S. [EMAIL PROTECTED] wrote: From: Peterson, Andrew S. [mailto: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 17 Nov 2005 12:48:30 -0600 Subject: RE: Calendar Application Jeff,brbrLong lng

RE: Calendar Application

2005-11-18 Thread Peterson, Andrew S.
Hi Sam, http://www.springfieldfirst.com/calendar.zip Sincerely, Andrew -Original Message- From: jgeorges [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 6:50 AM To: CF-Talk Subject: RE: Calendar Application Andrew, I'd appreciate it. TIA, Sam --- On Thu 11/17,

RE: cf/iis mail performance problems

2005-11-18 Thread Greg Saunders
thanks, russ, it looks interesting and i may try, but i am in a hosted environment and switching applications would take some work. Before i go down that path, does anyone know if 3-5 messages/second is all IIS can do, or how to boost performance? greg At 07:57 PM 11/17/2005, Russ wrote:

Command line Printing SOLVED

2005-11-18 Thread Justin D. Scott
If you can convert the HTML to PDF (see iText or fop) you can install acrobat reader on the server and print the pdf by running: cmd.exe start /C acrord32 /p /h FILE.pdf Apparently Adobe has changed the command line for newer releases of Reader and it no longer supports these switches. I

RE: Sending Faxes through Cold Fusion

2005-11-18 Thread Justin D. Scott
Thanks Ali, I should have adjusted the subject line as we were discussing printing from the command line, not faxing (I hijacked a thread). -Justin -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 4:45 PM To: CF-Talk Subject: Re:

Re: FCKEditor and uploading images

2005-11-18 Thread Phill B
I got an error on the page. :-\ On 11/18/05, Jennifer Gavin-Wear [EMAIL PROTECTED] wrote: http://cms.fasttrackonline.co.uk/cms/docs.cfm attempt at documenting the application, have added Matt's info. Thanks Matt :-) Jenny

Re: PDF Question

2005-11-18 Thread Sam Farmer
Thats a great start. I'm on CF 7 so didn't install iText but was able to get your code to work fine and display the number of pages. I then created an object to the concat_pdf class and get it to return methods. I can call all methods except main which is the one I want. Error says The selected

CFMX Instance Names

2005-11-18 Thread Dave Phillips
Anyone know how, or if it's even possible, to change an instance name? I'm running multiple instances under MX7 and would like to change the name. Is it as simple as changing the folder name under the c:\jrun4\servers\ directory? I'm guessing more complex than that. :) Thanks! Dave

Re: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Ray Champagne
Hey Mike, didn't know if you noticed, but your name says ColdFusion Pocast, not Podcast. ColdFusion Pocast wrote: We recently uploaded episode 4 of our podcast series dealing with Flash forms in CF. Hope all those who listen enjoy it and hope that others who have not visited will too.

Re: Upper/Lowercase

2005-11-18 Thread J W
Thanks for all the suggestions! Lots of good options here... Jeff On 11/17/05, Claude Schneegans [EMAIL PROTECTED] wrote: CFSET upper = uCase(char) CFIF upper EQ lCase(char) char not e letter CFELSIF upper EQ char char is an upper case letter CFELSE char is a lower case letter /CFIF

RE: CFMX Instance Names

2005-11-18 Thread Dave Watts
Anyone know how, or if it's even possible, to change an instance name? I'm running multiple instances under MX7 and would like to change the name. Is it as simple as changing the folder name under the c:\jrun4\servers\ directory? I'm guessing more complex than that. :) Yes, you can

Re: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread John Wilker
Not all of us make big bucks, ya know :) Get it. Po' Cast, wokka wokka wokka. :D On 11/18/05, Ray Champagne [EMAIL PROTECTED] wrote: Hey Mike, didn't know if you noticed, but your name says ColdFusion Pocast, not Podcast. ColdFusion Pocast wrote: We recently uploaded episode 4 of our

RE: Dynamic image thumbnails with Massimo's tmt_img

2005-11-18 Thread Andy Matthews
I have... Here's the code I've used: cfset thumbDim = 135 cfset largeDim = 500 !--- init the sleep method--- cfset thread = CreateObject(java, java.lang.Thread) !--- accept the upload if it exists --- cfif FORM.photo_file IS NOT cftry !--- accept the upload ---

Re: CFMX Instance Names

2005-11-18 Thread Dave Phillips
Thanks! Just a note for anyone searching the archives. The registry settings only need to be changed if you created a 'windows service' when adding your instance. If there is no 'windows service' for that instance, then those changes don't need to be made. Anyone know how, or if it's even

RE: Upper/Lowercase

2005-11-18 Thread Larry Juncker
I submitted a UDF to cflib.org called isUpperLower http://www.aljnet.net/downloads/isUpperLower Save the file in your root directoy as isUpperLower.cfm Its use is very simple: cfinclude template=isUpperLower.cfm cfoutput isUpperLower('U') = #isUpperLower('U')#br isUpperLower('d') =

RE: Upper/Lowercase

2005-11-18 Thread Andy Matthews
Care to post the code here? From Ray's own mouth, he's quite a bit behind in updating the functions found there. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Larry Juncker

RE: CFMX Instance Names

2005-11-18 Thread Dave Watts
Thanks! Just a note for anyone searching the archives. The registry settings only need to be changed if you created a 'windows service' when adding your instance. If there is no 'windows service' for that instance, then those changes don't need to be made. Well, actually, assuming

coldfusion mx 7 and mysql 5

2005-11-18 Thread wolf2k5
Hi all, I installed ColdFusion MX 7.0.1 on Red Hat Enterprise Linux. I also installed MySQL 5.0.15 on the same server. I cannot get CFMX to connect reliably to MySQL, I tried the CFMX driver and also the mysql.com JDBC driver (version 3.0.x and 3.1.x). I got weird error messages: connection

Displaying code

2005-11-18 Thread Jennifer Gavin-Wear
Hi, I need to be able to display a string containing html code and show the code, ie not have the browser parse it. ie, a br shows as the text br, not to put a break in. Any ideas please? Jenny ~| Logware (www.logware.us):

Re: Displaying code

2005-11-18 Thread Jerry Johnson
#replace(replace(string,,lt;,ALL),,gt;,ALL)# On 11/18/05, Jennifer Gavin-Wear [EMAIL PROTECTED] wrote: Hi, I need to be able to display a string containing html code and show the code, ie not have the browser parse it. ie, a br shows as the text br, not to put a break in. Any ideas

RE: Displaying code

2005-11-18 Thread Adkins, Randy
HTMLEDITFORMAT -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:22 AM To: CF-Talk Subject: Displaying code Hi, I need to be able to display a string containing html code and show the code, ie not have the browser parse it. ie,

Re: coldfusion mx 7 and mysql 5

2005-11-18 Thread Ryan Guill
Im not sure this will help, because it was for mysql 4.1, but some of the things I noticed may help you figure out what you need. Check this blog entry: http://www.ryanguill.com/blog/index.cfm?mode=entryentry=C7BE3545-40CA-6D1C-8A6FDADE72B840CC On 11/18/05, wolf2k5 [EMAIL PROTECTED] wrote: Hi

Re: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Michael Haynie
LOL...thanks for catching that! I hope our podcasts are betting than my spelling! Michael ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on

RE: coldfusion mx 7 and mysql 5

2005-11-18 Thread Munson, Jacob
I have it working, but on Windows. I used the comments in Ben Forta's post about MySQL 5, there are some links there to an MM tech note and the MySQL connector: http://tinyurl.com/9f7bf The MM tech note says MySQL 4.1, but the it worked for v. 5 (at least for me). -Original Message-

RE: Problem with Oracle stored proc result

2005-11-18 Thread Plunkett, Matthew
My group used a function like this in our error conditions for the ref cursors that would normally contain real data. Just assign your ref cursor to null_recordset in your exception block. TYPE ref_whatever IS REF CURSOR; FUNCTION null_recordset RETURN ref_whatever IS ref_null

RE: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Munson, Jacob
I hope our podcasts are betting than my spelling! Yes they are, and better than your grammar as well. ;-) --- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient,

RE: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Mark A Kruger
That would depend on the number of beers you have before you begin :) -Original Message- From: Michael Haynie [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:32 AM To: CF-Talk Subject: Re: OT:Coldfusion Podcast Episode 4 Released LOL...thanks for catching that! I hope

Re: PDF Question

2005-11-18 Thread Bryan Stevenson
Yeah, I'm familiar with both createObject and Java. It looks like com.lowagie.tools is the package needed for concatenating. I'll see what I can do. Cheers, Sam F Good stuffshould just be a little trial and error then and yer on your way ;-) Bryan Stevenson B.Comm. VP Director of

Re: PDF Question

2005-11-18 Thread Bryan Stevenson
I then created an object to the concat_pdf class and get it to return methods. I can call all methods except main which is the one I want. Error says The selected method main was not found.But a cfdump of the object lists the method main... Could be a method called main does not exist that

RE: Displaying code

2005-11-18 Thread Bobby Hartsfield
You can do... pre#htmleditformat(mycode)#/pre Or pre#replace(mycode, , lt;, all)#/pre ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:22 AM To: CF-Talk

Re: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Michael Haynie
Yeah, Bryan and I have been listening to the DiggNation Podcast recently and all of their episodes are better once they have made it through a few Pale Ales. Perhaps thats what we need! Michael ~| Logware (www.logware.us): a

Re: OT:Coldfusion Podcast Episode 4 Released

2005-11-18 Thread Michael Haynie
It's been a long week.. MTH ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for

RE: PDF Question

2005-11-18 Thread Robertson-Ravo, Neil (RX)
To note, if you are on CF7 you cannot upgrade or use the iText jar as it is already included and seems to be restricted in some way. N -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 16:40 To: CF-Talk Subject: Re: PDF Question Yeah, I'm

Re: PDF Question

2005-11-18 Thread Paul Hastings
Bryan Stevenson wrote: Could be a method called main does not exist that accepts the number of arguments or the types of args you passed (see that all the timeand JavaCast() is your friend) ;-) it's expecting command line args. maybe just a bit of re-writing to make it more

RE: Displaying code

2005-11-18 Thread Jennifer Gavin-Wear
Thanks to all who replied .. Jenny -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 16:43 To: CF-Talk Subject: RE: Displaying code You can do... pre#htmleditformat(mycode)#/pre Or pre#replace(mycode, , lt;, all)#/pre

Re: CFMX 7 on Dual Core CPU's

2005-11-18 Thread Jordan Michaels
Dave Carabetta wrote: On 11/17/05, Jordan Michaels [EMAIL PROTECTED] wrote: Anyone know off-hand if Macromedia considers Dual-Core CPU's one CPU or two? The reason I ask is because CFMX 7 is licensed per CPU, so if we get a Dual CPU machine which supports Dual-Core CPU's, I want to be sure

Re: PDF Question

2005-11-18 Thread Bryan Stevenson
To note, if you are on CF7 you cannot upgrade or use the iText jar as it is already included and seems to be restricted in some way. N A...but there is a wayand a link to the way is in the archives (and it was a thread I started...so search for my e-mail and iText and all will be

OT: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Peterson, Andrew S.
Hello, I've created an additional site in IIS 6 on my development server with a unique Host Header. So there are currently two sites on that server. Now I've got my brilliant Network admin trying to that second site to the DNS. Thus far, he has failed miserably :-). He created a new primary

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Peterson, Andrew S.
Regarding the additional site we created, I might also add that we are able to ping it successfully. Sincerely, Andrew Webmaster Illinois Office of the Comptroller IllinoisComptroller.com -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Friday, November 18,

Scheduled Tasks Not Running

2005-11-18 Thread Claremont, Timothy
Since my update to 7.0, my scheduled tasks have not been running. I can run them manually by going to the template and running that page, and the task scheduler does not complain of any errors when I check the status in the CF Administrator. The error logs show nothing. When I test in

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
Andrew, Why the new zone? What we do is take an existing zone and add a new A record. If the zone is mydomain.com I might have. clients.mydomain.com dev.mydomain.com www.mydomain.com etc... all of them A records. -Mark -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL

Re: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Matt Robertson
I'm doing a win2k3 server like this, with a dozen or so host-header'd domains, right now. In MS DNS at least, you set up the host entry and the * entry pointing to the shared IP. Then in IIS6 you set up the host headers with fully qualified domain, pointing to port 80. I like to use two host

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Ken Ketsdever
Hire a Network admin that knows a port from a hole in the ground. -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:26 AM To: CF-Talk Subject: OT: Multiple sites in IIS - Modifying DNS Hello, I've created an additional site in

RE: Scheduled Tasks Not Running

2005-11-18 Thread Ken Ketsdever
We had a similar problem here. It appeared as the task was being run, we even got a little message that said something like task successfully run when we ran it manually. Check the Publish box for Save output to a file. We discovered that the CF user didn't have proper permissions. The task

Re: FCKEditor and uploading images

2005-11-18 Thread Matt Robertson
ouch. Somebody needs an error handler :-) -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
I've created an additional site in IIS 6 on my development server with a unique Host Header. So there are currently two sites on that server. Now I've got my brilliant Network admin trying to that second site to the DNS. Thus far, he has failed miserably :-). He created a new primary

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Jim Davis
-Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 11:26 AM To: CF-Talk Subject: OT: Multiple sites in IIS - Modifying DNS Hello, The bottom line is that he blames me, and I blame him, and we're about to take it outside, in

Re: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
I tried that. Using my own admin username and password it still throws a You are not authorized to view this page error, even though this is obvioulsy not the case. I have tried it with and without provided usernames and passwords, prefixing with the domain name, etc. There must be something

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dawson, Michael
There's no need to create a new zone. Zones typically correspond to domains or subdomains. Assuming that both sites on your server use the same IP address, your network administrator only needs to create a CNAME record pointing the new host name to the old one. If the sites use different IP

RE: Scheduled Tasks Not Running

2005-11-18 Thread Ken Ketsdever
Did you give the under admin tools: services: macromedia cfmx as Your site service your username and pwd? -Original Message- From: Tim Claremont [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:22 AM To: CF-Talk Subject: Re: Scheduled Tasks Not Running I tried that. Using my

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
Dave, The CNAME record is used less than the A record because it causes more traffic - more lookups. You can have multiple A records for the same IP. Personally, I think it's easier to manage just A records. -Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent:

Re: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
Yup. I just confirmed it again just now, and it is the same username and password. I restarted the service as suggested to ensure that the account was correct. Same result. Did you give the under admin tools: services: macromedia cfmx as Your site service your username and pwd? -Original

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A records. -Justin Scott -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:39 PM To: CF-Talk Subject: RE: Multiple sites in IIS

OT: moving to cfeclipse... troubles

2005-11-18 Thread Anthony Prato
I've been making my move to cfeclipse from homesite and I'm happy so far. There are two major things I always use that I can't find in eclipse. The first it the CTRL+ and CTRL+ shortcuts to make and / respectively. I'm guessing I could setup a snippet for this... The major thing I noticed was

RE: Upper/Lowercase

2005-11-18 Thread Larry Juncker
It is included in the previous message with a link to it from my own server. I submitted a UDF to cflib.org called isUpperLower http://www.aljnet.net/downloads/isUpperLower Save the file in your root directoy as isUpperLower.cfm Its use is very simple: cfinclude template=isUpperLower.cfm

Strange CFC behavior

2005-11-18 Thread Rich Kroll
Hello all, I'm having a weird problem. I've crated a user.cfc that manages all my user information. When the object is created I put all relevant information into the variables scope like: cfset variables.instance = StructNew() cfset variables.instance.login = cfset variables.intance.password =

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A records. I'm not a DNS expert, but my understanding is that this is simply incorrect. There's nothing wrong with using CNAME records to alias hosts within a zone. Dave Watts, CTO, Fig

RE: moving to cfeclipse... troubles

2005-11-18 Thread Munson, Jacob
The major thing I noticed was now extended find/replace. It is the main reason I use homesite and really hope you can do something very similar in eclipse. Any suggestions? I miss the same thing from Homesite. I haven't found anything as powerful as HomeSite's find/replace in Eclipse. But

Re: Strange CFC behavior

2005-11-18 Thread Ryan Guill
Are the methods you are calling in the same component as the createUser method? I guess they must be if you can call variables.instance.something and get the value... You arent getting any errors thrown? On 11/18/05, Rich Kroll [EMAIL PROTECTED] wrote: Hello all, I'm having a weird problem.

RE: Upper/Lowercase

2005-11-18 Thread Andy Matthews
Duh... Sorry about that Larry. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:04 PM To: CF-Talk Subject:

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A records. I'm not a DNS expert, but my understanding is that this is simply incorrect. There's nothing wrong with using CNAME records to alias hosts within a zone. You CAN alias

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
The CNAME record is used less than the A record because it causes more traffic - more lookups. You can have multiple A records for the same IP. Personally, I think it's easier to manage just A records. The performance difference is pretty inconsequential, especially if both CNAME and A

RE: Scheduled Tasks Not Running

2005-11-18 Thread Tim Do
Could it be that it's timing out? -Original Message- From: Tim Claremont [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 9:52 AM To: CF-Talk Subject: Re: Scheduled Tasks Not Running Yup. I just confirmed it again just now, and it is the same username and password. I restarted

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Andrew Tyrone
-Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:46 PM To: CF-Talk Subject: RE: Multiple sites in IIS - Modifying DNS CNAME records should only be used when aliasing a host that is not within the same zone, otherwise, use A

Re: CFMX 7 on Dual Core CPU's

2005-11-18 Thread Sean Corfield
On 11/17/05, Jordan Michaels [EMAIL PROTECTED] wrote: Anyone know off-hand if Macromedia considers Dual-Core CPU's one CPU or two? I asked internally and was told that, for licensing purposes, a CPU is considered one *physical* CPU so a dual core CPU is still considered *one* CPU (same with

Delete Files with Wildcards

2005-11-18 Thread Dawson, Michael
Is there a way to easily delete files with wildcards? I want to delete some files that begin with something like 20051118_. The rest of the filename contains randomly-generated character such as 20051118_34425623.jpg. CFFILE does not accept wildcards. My next attempt will be CFDIRECTORY to

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Justin D. Scott
I don't agree with this because CNAME records pointed to A records make it easier to change IP addresses for said A records. One scenario would be 10 A records For people manually managing zone files, I suppose this could make life easier. I run my own DNS hosting service that uses variables

RE: Strange CFC behavior

2005-11-18 Thread Rich Kroll
Yes, all the methods are in the same component. I'm getting no errors at all, which is whats making me pull my hair out. When I test this I'm doing the following: cfset user = createObject(component, user) cfset user.setLogin(test) cfoutput#user.getLogin()#/cfoutput cfset user.createUser()

Re: Delete Files with Wildcards

2005-11-18 Thread Barney Boisvert
The CFDIRECTORY/CFLOOP/CFFILE solution is what I've used as well, at least where I needed to keep it all CF. If you don't mind shelling out, you can use native OS commands (rm or del), which do accept wildcards. It'll be a lot faster if you've got more than a couple files to kill off, even with

Re: Scheduled Tasks Not Running

2005-11-18 Thread Tim Claremont
Definately not timing out, since the output text file claiming access is denied gets generated immediately after trying to run the task. I have tried the usernames and passwords of all of my accounts, and confirmed that the accounts are valid in the server administrator. I have gone to the

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Dave Watts
You CAN alias records within the same zone, but it's generally not a good idea because of the extra DNS lookups required to resolve them. Just because you can do a think, does not mean you should. Again, though, this is what CNAME records are for. The extra DNS lookups do not cause a

Re: Delete Files with Wildcards

2005-11-18 Thread Jerry Johnson
I don't even want to suggest it, but cfexec? On 11/18/05, Dawson, Michael [EMAIL PROTECTED] wrote: Is there a way to easily delete files with wildcards? ~| Find out how CFTicket can increase your company's customer support

Re: Delete Files with Wildcards

2005-11-18 Thread Ken Ferguson
You could also do a cfdirectory with a filter to get a list of the files in question and then loop over them to do the cffile delete. --Ferg Barney Boisvert wrote: The CFDIRECTORY/CFLOOP/CFFILE solution is what I've used as well, at least where I needed to keep it all CF. If you don't mind

RE: Strange CFC behavior

2005-11-18 Thread Russ
Hmm... are you sure you're not 'var'ing the variables in some of these functions? Try this... try cfdumping the variables scope in your getLogin function. Also try specifying a returntype of String for the getLogin function. Maybe by dumping the variables scope, you will see what's

RE: Delete Files with Wildcards

2005-11-18 Thread Dawson, Michael
That's pretty much what I came up with. I thought about shelling out, but I didn't want to bring down the portable police on me. ;^) Thanks for all suggestions. M!ke -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:57 PM To: CF-Talk

Re: Delete Files with Wildcards

2005-11-18 Thread Barney Boisvert
CF is Certified for windows and *nix, and it'll tell you which is which with the server variables. All the *nix variants support 'rm', and windows obviously supports 'del'. So you can retain portability even with shelling out. cheers, barneyb On 11/18/05, Dawson, Michael [EMAIL PROTECTED]

Re: Upper/Lowercase

2005-11-18 Thread Claude Schneegans
RETURNS isUpperLower('U') = upperbr isUpperLower('d') = lowerbr isUpperLower('F') = upperbr It also returns isUpperLower('=') = upper isUpperLower('É') = lower which is not correct. -- ___ REUSE CODE! Use custom tags; See

Scheduling a car archive

2005-11-18 Thread Rick Root
Is it possible to schedule archiving of coldfusion settings and such? To a .car file.. I'd like to do this on an automated bases every night.. Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Upper/Lowercase

2005-11-18 Thread Larry Juncker
It is a quick check for ALPHA Characters, I did not say it would return Upper or Lower for symbols Or non Alpha characters. Larry Juncker President CEO ALJ Computer Services, LLC 1445 So 27th Street Fort Dodge, IA Phone: (515) 576-0885 Fax: (515) 576-8510 [EMAIL PROTECTED]

RE: CF Hosting

2005-11-18 Thread Snake
True, but u can contact those people and check if they are legit reviews. Not wanting to blow my own trumpet or anything, but we ask customers if they are happy to be contacted and have their email on the site, so all our customer reviews can be validated. Russ -Original Message- From:

Re: CFMX Instance Names

2005-11-18 Thread Douglas Knudsen
or use /bin/jrunsvc to remove and add the service. DK On 11/18/05, Dave Watts [EMAIL PROTECTED] wrote: Thanks! Just a note for anyone searching the archives. The registry settings only need to be changed if you created a 'windows service' when adding your instance. If there is no

Cf Grid Update

2005-11-18 Thread Rolf Kvamme
I just updated an intranet server from cf 5 to 7. Consequently the cgfgrid updates are erroring out from applications we use daily. Is this common? is there soemthing I need to change? Thanks Rolf Kvamme Invalid data for CFSQLTYPE CF_SQL_BIT.

RE: CF Hosting

2005-11-18 Thread Munson, Jacob
Ok, but when are you going to have CF/Linux hosting? ;-) -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 1:51 PM To: CF-Talk Subject: RE: CF Hosting True, but u can contact those people and check if they are legit reviews. Not wanting

RE: Scheduled Tasks Not Running

2005-11-18 Thread Ian Skinner
Definately not timing out, since the output text file claiming access is denied gets generated immediately after trying to run the task. I have tried the usernames and passwords of all of my accounts, and confirmed that the accounts are valid in the server administrator. I have gone to the

Re: Command line Printing SOLVED

2005-11-18 Thread Matt Robertson
I want it. Googled the web site right up. cheap it is indeed. Thanks for the heads up! -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a new and convenient web-based time tracking

Database changes causes Component Errors

2005-11-18 Thread Phillip Duba
Hello All, This is the second time in the past month we have come across this issue. The scenario is I have a component which contains a number of queries against our database. Some of these queries have a table.* in them. It appears if we alter the tables with the .*s, ColdFusion throws an

Anyone with CFWebstore Experience ?

2005-11-18 Thread Steve Kahn
Anyone with CFWebstore experience please contact me off list. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message:

Quote of the day.

2005-11-18 Thread Ian Skinner
This just really tickled my funny bone. Dogbert: We have between one and two billion readers! Dogbert: I figured out how to make three readers sound like a lot. Adams, Scott; Dilbert; 11/18/05 -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C

RE: FCKEditor and uploading images

2005-11-18 Thread Jennifer Gavin-Wear
http://cms.fasttrackonline.co.uk/cms/docs.cfm sorry about that, had a query open to write the docs .. sorted now .. Jenny -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 14:15 To: CF-Talk Subject: Re: FCKEditor and uploading images I got an error on

RE: Database changes causes Component Errors

2005-11-18 Thread Figy, Kam
CF (or some sort of execution plan CF creates) caches the database's structure. You'll have to restart CF for the changes to be picked up as far as I know. /k -Original Message- From: Phillip Duba [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:50 PM To: CF-Talk Subject:

RE: CFX_IMAP4 ... or .. ?

2005-11-18 Thread Jennifer Gavin-Wear
Have been playing with it today, can report back it's easy to install and Paul has been great on support with the questions I had after trying it out. I'm interested in it's scaleability on large imap folders, if anyone has some numbers it would help greatly. My plan is to use imap to import the

RE: Database changes causes Component Errors

2005-11-18 Thread Russ
You could also ask CF not to cache connections in the datasource. There might also be a way to programmatically drop the db connections. We had a script back when we were on CF 4.5 that would flush the db connections... is there a similar one for CFMX? -Original Message- From: Figy,

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Mark A Kruger
Dave, CNAME records make it possible to introduce recursion errors. The extra lookup is definitely an issue for small data centers trying to maximize bandwidth and resources. And from a management standpoint it seems easier to work with 1 less kind of record. -Mark -Original Message-

  1   2   >