RE: email checking solution

2006-09-14 Thread Paul Vernon
We have been using cfx_pop3 standard for a while, and I think we're having issues with stability. The reason we went away from using the built in CFPOP is because it didn't support UTF7 at least in MX 6.1. Has this changed in 7? We are basically checking a mailbox for mail bounces, so

RE: SecretAgents recommendation?

2006-09-14 Thread Snake
Absolutely true, a client doesn't know what they want most of the time, until you have given them something, then they tell you whether it is right or wrong. Its all well and good to create giant functionality documents, but it's rather hard if the client doesn't really know what they want, and

Converting date

2006-09-14 Thread Ali Majdzadeh
Hi: I need a coldfusion code that lets me convert Hijri Shamsi date(persian date system)to Gregorian date. I have seen some CFC that does that but it needs some installation in the server. Is there any easy way that helps me convert those dates? Thanks Benign

Re: Converting date

2006-09-14 Thread Paul Hastings
Ali Majdzadeh wrote: Hi: I need a coldfusion code that lets me convert Hijri Shamsi date(persian date system)to Gregorian date. I have seen some CFC that does that but it needs some installation in the server. Is there any easy way that helps me convert those dates? Thanks Benign i guess you

Ideas please!!

2006-09-14 Thread Doug Brown
I have been trying to fugure something out that is simply eluding me. My app is an auction, and what I am trying to do is have it where when somebody bids on an item say within 2 minutes of auction close, the auction time is is increased by 5 minutes. I am pretty sure I have that part figured

RE: Ideas please!!

2006-09-14 Thread Andy Matthews
Doug. Running a scheduled task once a minute would likely be rather intensive to the server. You're going to know the auction id when someone places a bid, why not just do an update to the database table at that point? Also, you could use AJAX to update the ending time.

Re: Ideas please!!

2006-09-14 Thread Richard Dillman
place the time in an iframe with a meta refresh set at 15 seconds On 9/14/06, Che Vilnonis [EMAIL PROTECTED] wrote: Ajax or Flex might work. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 9:15 AM To: CF-Talk Subject: Ideas

RE: Ideas please!!

2006-09-14 Thread Snake
When the bid is placed, update the auction closing time at the same time, presuming the page will refresh after the bid is placed anyway, and will thus show the new time. Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 14 September 2006 14:15 To: CF-Talk

RE: Ideas please!!

2006-09-14 Thread Bobby Hartsfield
You can write a page that has nothing but the time displayed on it for an auction based on a url variable passed to it. Then use javascript's httprequest to read that page asynchronously and update the time the user sees. (aka AJAX) As for increasing the time... why not just do that when people

Web page thumbnails

2006-09-14 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hi all, Can anyone tell me of a way to generate thumbnails of web pages from ColdFusion? A co-worker is asking for a personal project he is working on (so I'm guessing that he is looking for a no/low cost solution). Thanks Steve

Re: Web page thumbnails

2006-09-14 Thread Jake Churchill
Rick Root's image.cfc. Google that and you'll find a .cfc file with everything you need DURETTE, STEVEN J (ASI-AIT) wrote: Hi all, Can anyone tell me of a way to generate thumbnails of web pages from ColdFusion? A co-worker is asking for a personal project he is working on (so I'm

Re: Web page thumbnails

2006-09-14 Thread Jim Wright
Can anyone tell me of a way to generate thumbnails of web pages from ColdFusion? A co-worker is asking for a personal project he is working on (so I'm guessing that he is looking for a no/low cost solution). I am assuming that you mean pulling in a web page from the internet, and then

RE: Web page thumbnails

2006-09-14 Thread Bobby Hartsfield
I wasn’t aware that Rick's image.cfc could grab a screenshot of a remote site and create an image out of it... is that true Rick? ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: Ideas please!!

2006-09-14 Thread Paul Giesenhagen
I don't believe you can show realtime without refreshing the page and even then it is not really real time it becomes history from the refresh. One thing of note, the way you are updating the time is by a scheduled task every 1 minute? Wouldn't it be easier to update the tables and times when

RE: Web page thumbnails

2006-09-14 Thread COLLIE David
Can anyone tell me of a way to generate thumbnails of web pages from ColdFusion? A co-worker is asking for a personal project he is working on (so I'm guessing that he is looking for a no/low cost solution). Colleague passed me this link for javascript version of what I think you are

RE: Ideas please!!

2006-09-14 Thread Che Vilnonis
Ajax or Flex might work. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 9:15 AM To: CF-Talk Subject: Ideas please!! I have been trying to fugure something out that is simply eluding me. My app is an auction, and what I am trying to do

Re: Web page thumbnails

2006-09-14 Thread Jake Churchill
I don't think it does. I read this at a glance and thought it said generate thumbnails for webpages when it says of webpages. Bobby Hartsfield wrote: I wasn’t aware that Rick's image.cfc could grab a screenshot of a remote site and create an image out of it... is that true Rick?

RE: Web page thumbnails

2006-09-14 Thread Bobby Hartsfield
Project:ImageCFC Home page: http://www.opensourcecf.com/imagecfc Author: Rick Root License:BSD Platform: CFMX 6.1+, Bluedragon 6.2+ Description:Description: ImageCFC is an image manipulation component which allows you to resize, rotate, flip, and crop images.

RE: Web page thumbnails

2006-09-14 Thread Andy Matthews
He's not talking about making thumbnails of an image that's already created. He wants to make thumbnails of live web pages, like Ask.com does. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Web page thumbnails

2006-09-14 Thread Bobby Hartsfield
I wonder what ask.com would think about someone 'borrowing' their screenshots? ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: DURETTE, STEVEN J (ASI-AIT) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:08 AM To: CF-Talk

RE: Web page thumbnails

2006-09-14 Thread DURETTE, STEVEN J \(ASI-AIT\)
Yes. Like Ask.com does. Sorry I wasn't more clear. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:33 AM To: CF-Talk Subject: RE: Web page thumbnails He's not talking about making thumbnails of an image that's already created. He

RE: Web page thumbnails

2006-09-14 Thread Dawson, Michael
What about CFHTTP and CFDOCUMENT? Not quite an image, but you may be able to convert the PDF to an image. M!ke -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 9:33 AM To: CF-Talk Subject: RE: Web page thumbnails He's not talking

RE: Web page thumbnails

2006-09-14 Thread DURETTE, STEVEN J \(ASI-AIT\)
Then the question would be how to convert the pdf to an image. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:43 AM To: CF-Talk Subject: RE: Web page thumbnails What about CFHTTP and CFDOCUMENT? Not quite an image, but you may

Re: Web page thumbnails

2006-09-14 Thread Tom Chiverton
On Thursday 14 September 2006 15:35, Bobby Hartsfield wrote: I wonder what ask.com would think about someone 'borrowing' their IIRC there is a Firefox extension to add them to Google results. They don't seem to mind that. -- Tom Chiverton Helping to apprehensively extend high-yield

Strange web service problem.

2006-09-14 Thread Peter Boughton
Here's a piece of code calling a web service: cfinvoke webservice=http://localhost/path/WS.cfc?wsdl; method=X returnvariable=Countries cfinvokeargument name=A value=Codes/ cfinvokeargument name=B value=listCountries/ cfinvokeargument name=C value=#StructNew()#/

RE: Web page thumbnails

2006-09-14 Thread Nathan C. Smith
Amazon.com has an inexpensive (I think) web service that will do this. I don't know if the web page has to already be in their library or if it is dynamic. http://Aws.amazon.com http://www.amazon.com/AWS-home-page-Money/b/ref=sc_fe_l_1/102-0823466-619213

Re: Strange web service problem.

2006-09-14 Thread Peter Boughton
The solution was to go into CF Administrator and in Web Services (under Data Services), select Refresh (middle icon) for the appropriate web service. The initial problem was caused by a CF feature/bug that prevents you from using class or method as web service argument names. For the former

QoQ is killing me

2006-09-14 Thread Nathan C. Smith
I'm trying to run a query of queries like this cfquery name=qryPCTinfo dbtype=query SELECT file,serialno,left(serialno,3) as thisPCT, imatterno, left(imatterno,6) as thisImatterno, patentno,issue,status FROM qryPatents

wildcard

2006-09-14 Thread Orlini, Robert
I have pdf files in a directory that CF reads using cfdirectory. It finds the filename under the user's name such as jsmith.pdf, but at times a user may have two pdf files in the directory such as jsmith.pdf and jsmith2.pdf. How can I have it find both instances? Can I use a wildcard character

RE: QoQ is killing me

2006-09-14 Thread Ben Nadel
You can't use the function LEFT() in query of queries. Query of queries only allows for a few functions such as UPPER() and LOWER() for example. Can you perform the LEFT() call in the original Query before it gets to CF? ... Ben Nadel www.bennadel.com Certified Advanced

RE: wildcard

2006-09-14 Thread Ben Nadel
You can form a query of queries on the directory query perhaps? cfquery name=qFileSet dbtype=query SELECT name FROM qDirList WHERE name LIKE cfqueryparam value=jsmith%.pdf / /cfquery This will get jsmith.pdf, jsmith2.pdf...

RE: QoQ is killing me

2006-09-14 Thread Nathan C. Smith
Thank you! That is what I will do. -Nate -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 10:43 AM To: CF-Talk Subject: RE: QoQ is killing me You can't use the function LEFT() in query of queries. Query of queries only allows

RE: wildcard

2006-09-14 Thread COLLIE David
I have pdf files in a directory that CF reads using cfdirectory. It finds the filename under the user's name such as jsmith.pdf, but at times a user may have two pdf files in the directory such as jsmith.pdf and jsmith2.pdf. How can I have it find both instances? Can I use a wildcard

RE: wildcard

2006-09-14 Thread Orlini, Robert
Thanks Collie! Got it working. -Original Message- From: COLLIE David [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 11:58 AM To: CF-Talk Subject:RE: wildcard I have pdf files in a directory that CF reads using cfdirectory. It finds the filename under

RE: wildcard

2006-09-14 Thread Orlini, Robert
Thanks Ben! Works now. Also, pointed to the wrong directory...my bad -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 11:46 AM To: CF-Talk Subject:RE: wildcard You can form a query of queries on the directory query

Dynamically calling methods in a CFC

2006-09-14 Thread Andy Matthews
I'm using Rick Root's image.cfc which contains scaleX and scaleY methods. Right now I'm doing an if statement with two lines for the call to the CFC. cfif scaleMethod IS scaleX cfset a = APPLICATION.imgObj.scaleX() cfelse cfset a = APPLICATION.imgObj.scaleY() /cfif But I'd like to

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
cfinvoke object=#application.imgobject# method=#scaleMethod# ... cheers, barneyb On 9/14/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm using Rick Root's image.cfc which contains scaleX and scaleY methods. Right now I'm doing an if statement with two lines for the call to the CFC. cfif

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Gaulin, Mark
Use cfinvoke -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 12:17 PM To: CF-Talk Subject: Dynamically calling methods in a CFC I'm using Rick Root's image.cfc which contains scaleX and scaleY methods. Right now I'm doing an if

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Charlie Griefer
not what you're going for exactly...but could you just have a method called 'scale()' and pass it an argument (X or Y)...the scale() method could then call the scaleX() or scaleY() method as required. it's not the single line you were looking for...but at least the logic would be in the CFC

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Andy Matthews
I've already got the object instantiated to the App scope though. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Barney Boisvert

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Tom Kitta
You may also use evaluate() - store the function name(s) in variables then evaluate them. TK -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 12:17 PM To: CF-Talk Subject: Dynamically calling methods in a CFC I'm using Rick Root's

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Andy Matthews
Nope. There's GOT to be a way do to this. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent:

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Ian Skinner
I've already got the object instantiated to the App scope though. cfinvoke object=#application.imgobject# method=#scaleMethod# ... This version of the cfinvoke tag uses your object in the application scope, not the component=#application.imgobject#. I believe is should be component not

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
evaluate() is satan. CFINVOKE will do the job. It can call methods statically, or on a preexisting object (per my previous email). cheers, barneyb On 9/14/06, Tom Kitta [EMAIL PROTECTED] wrote: You may also use evaluate() - store the function name(s) in variables then evaluate them. TK

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Matt Williams
Barney's solution will work. Although he uses cfinvoke, it isn't actually re-instantiating the object, it uses the already existing application.imgObject. I do this too. It is possible with evaluate, but as it seems many threads on the various lists argue against using evaluate, I opted for the

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Tom Kitta
Didn't we go over on this list the fact that evaluate() is not very bad anymore? I wonder which method would be faster, the invoke or the evaluate() in CF7. TK -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 12:34 PM To: CF-Talk

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Robertson-Ravo, Neil (RX)
Adding to this Q, is there a way to invoke a component and not pass in a method - but the CFC recognises this and invokes a default method. L This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
Quite possible. I don't think I've never used that syntax. ;) Yesterday was the first time I can recall ever using the CFINVOKE at all, and I was inside the CFC I was calling, so I didn't need it. cheers, barneyb On 9/14/06, Ian Skinner [EMAIL PROTECTED] wrote: I've already got the object

CF 7.0.2 Rollback

2006-09-14 Thread Kevin Aebig
Hey All, I've never seen a software patch bite it so hard in my years with CF, which is quite a disappointment. Even after all the discussion about how they were going to make it a Technote, a week later and nothing is on the site. I feel very sorry for anyone who gets screwed over by this as

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
While it may not be as bad as it once was in terms performance-wise, it's still bad for various other reasons. If you feel you need to use evaluate(), chances are good you're missing a language facet or you have a design flaw somewhere. It also often results in less readable code, because you

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
No, but it'd be trivial to implement a custom tag that does this for you. The default method would be application-specific, so an in-language mechanism for this wouldn't make much sense. cheers, barneyb On 9/14/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Adding to this Q, is there a

RE: Web page thumbnails

2006-09-14 Thread Priest, James \(NIH/NIEHS\) [C]
Can anyone tell me of a way to generate thumbnails of web pages from ColdFusion? A co-worker is asking for a personal project he is working on (so I'm guessing that he is looking for a no/low cost solution). Think Bobby mentioned ImageCR earlier - and I remember seeing this in the docs:

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Tom Kitta
Hello, I actually did a test: cfif not isDefined(application.imgobject) cfobject component=#application.cfcbase#common name=com cfset application.imgobject = com /cfif cfset scaleMethod = myTestMethod cfset tt = getTickcount() cfloop index=m from=1 to=1000 step=1

RE: CF 7.0.2 Rollback

2006-09-14 Thread Peterson, Chris
The cfide virtual directory really sounds like an IIS / Apache issue, not a CF one. Are you sure you have them setup correctly, as I upgraded my IIS 6.0 server with 11 sites without an issue?? Chris -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday,

Possible to change the Date Modified on a file?

2006-09-14 Thread Alex
I have an application that will upload a file (cffile - upload) to a server. However, when it uploads the file, it changes the Date Modified to the current date/time. Is there a way to preserve the date of the uploaded file? Or, better yet, is there a way for ColdFusion to change the Date

RE: CF 7.0.2 Rollback

2006-09-14 Thread Kevin Aebig
Well the charts and such work just fine in Firefox, so yeah, I'm pretty sure I know exactly what's happening. Do you have any CFCharts running on this? If so, could you send me a link to one running so I can check a few things on the source that works? !k -Original Message- From:

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Jeff Anderson
Andy, Try using this: cfset a = APPLICATION.imgObj[scaleMethod]/ Then: cfset a(yourArgs) / If you notice the methods live in the this and variables scopes in the CFC along with any other variables. Becuase of that, you can treat the method as a key in the scope struct and create a reference

RE: cfquery sql= ...

2006-09-14 Thread Richard Kroll
This is for multi configuration, for a single instance configuration, you can find it in \wwwroot\WEB-INF\cftags\META-INF\taglib.cftld Rich Kroll -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 5:16 PM To: CF-Talk Subject: RE: cfquery

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
Turns out the cfinvoke doesn't support 'object' parameter as in your example. Yeah, Ian corrected me above on that. You use 'component' for both a componet name and a component instance (which seems odd). FB4/5 XML grammar's INVOKE verb has an 'object' attribute for specifying an existing

Database connectivity MySQL Coldfusion on Virtual Windows 2003 server

2006-09-14 Thread Patrick McDonough
I have a problem with datasource connections in CF admin to our existing MySQL(MySql 4.1.2) databases on our datbase server (on a LAN). The application server running Coldfusion is a Virtual server. Note: Tried all below with MS Firewall turned off with the same results. When using the

CFGrid and Time Format

2006-09-14 Thread Patty Severski
Can I / How do I format the data that appears in cfgrid? Specifically : #TimeFormat(Date, “HH:MM:SS”)# ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: Database connectivity MySQL Coldfusion on Virtual Windows 2003 server

2006-09-14 Thread Teddy Payne
I would research JConnector from mysql.org. It is a JDBC driver for MySQL datasources. Here is the isntruction from Adobe: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253 Teddy On 9/14/06, Patrick McDonough [EMAIL PROTECTED] wrote: I have a problem with datasource connections

Checking Checkboxes Based on Database Results for Edit Page

2006-09-14 Thread Michael Tribone
Good afternoon, I am trying to have multiple checkboxes be checked based on data in a table for an edit page and can only get the first record to be checked. I've tried cfloop and ValueList() several ways and get the same results. Obviously, I'm missing something and hope that someone can

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Ben Nadel
Jeff, In my experience, you can do this, but when you invoke the method, it does not invoke within the memory space of the original component. It invokes the method as if it were a free-standing method. Therefore, it does not have access to THIS and VARIABLES scopes of the CFC. This is what I

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Raymond Camden
I don't think it's odd per se. One way lets you use an object you may not have an instance of: component=foo and one lets you use an instance, which you may want to do for performance or data reasons component=#foo# On 9/14/06, Barney Boisvert [EMAIL PROTECTED] wrote: Turns out the cfinvoke

Re: cfquery sql= ...

2006-09-14 Thread Aaron Rouse
Our RAD tool here still uses this attribute in a couple of spots. Guess if it ain't broke, don't fix it. On 9/13/06, Claude Schneegans [EMAIL PROTECTED] wrote: cfquery datasource=dsn sql=insert into ... This is not spaghetti code, this vintage code ;-) --

RE: Web page thumbnails

2006-09-14 Thread Bobby Hartsfield
http://efflare.com/docs/CFX_ImageCR3/reference/examples/index.html#Website%2 0Screenshot MAN!! WHAT WON'T IT DO!!?? ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14,

RE: Web page thumbnails

2006-09-14 Thread Bobby Hartsfield
Note that cfx_url2bmp is free ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:26 PM To: CF-Talk Subject: RE: Web page thumbnails

date format issue

2006-09-14 Thread Orlini, Robert
How can I specify the current date value in a search for a date text in a txt file? The date I need to be dynamic is in bold below. I tried a cfset todayDate = Now() and then putting #DateFormat(todaydate, mm/dd/yy)# into the field between the quotes, but no luck. Any ideas please? Thx.

Re: date format issue

2006-09-14 Thread Jake Churchill
Are you getting an error or is it just not doing anything? I think you need some kind of delimiter in your cfloop tag. Orlini, Robert wrote: How can I specify the current date value in a search for a date text in a txt file? The date I need to be dynamic is in bold below. I tried a cfset

Re: Possible to change the Date Modified on a file?

2006-09-14 Thread Joseph Lamoree
On 14 Sep 2006, at 10:54, Alex wrote: Is there a way to preserve the date of the uploaded file? I don't believe that the CFFILE tag supports retaining that date. The result structure, named CFFILE by default, contains a property named timeLastModified, however in my tests that is not the

Re: Dynamically calling methods in a CFC

2006-09-14 Thread Barney Boisvert
Perhaps 'odd' is the wrong term. It's ambigious. I.e. does component mean component name/path, or does it mean component instance? Leaving that ambiguity is an odd design choice to me. It seems much less confusing to have two distinct attributes, be they name/object, path/instance, or

Re: Possible to change the Date Modified on a file?

2006-09-14 Thread Alex
Joesph Lamoree... you are my new hero. - Alex On 9/14/06, Joseph Lamoree [EMAIL PROTECTED] wrote: On 14 Sep 2006, at 10:54, Alex wrote: Is there a way to preserve the date of the uploaded file? I don't believe that the CFFILE tag supports retaining that date. The result structure, named

Re: Good Documentation on Setting up Multiple Instances of CF7 running on IIS

2006-09-14 Thread Chris Mead
I am looking for more resources on setting up multiple instances of CF7 on IIS6. I have read through the docs at Adobe, but I was looking for more resources. I have set up CF Server many times before, but always as a single stand alone instance. I am looking for a good step by step

Possible bug?

2006-09-14 Thread Victor Moore
Hi, I encountered today an issue and I think it's a bug. Ex: cfscript myList = 45679879878,2; firstItem = listFirst ( myList, ;); /cfscript cfoutput#firstItem#/cfoutput I get 45679879878,2 Now, I expected no output as my list doesn't have the delimiter. It seems that CF treats any string

RE: Possible bug?

2006-09-14 Thread Brad Wood
Looks correct to me. You have a list with only one item (no delimiter needed) ~Brad -Original Message- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:38 PM To: CF-Talk Subject: Possible bug? Hi, I encountered today an issue and I think it's a bug.

Re: Possible bug?

2006-09-14 Thread Paul Giesenhagen
It's still a list, you just don't have a second item in your list. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Victor Moore [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 14, 2006 3:38 PM Subject:

RE: Possible bug?

2006-09-14 Thread Adkins, Randy
You only have one element in the list. 45679879878,2; You are using the delimiter of: ; not the default comma. If you use the default delimiter in the ListFirst function, it would return: 45679879878 instead of 45679879878,2 -Original Message- From: Paul Giesenhagen [mailto:[EMAIL

Re: Database connectivity MySQL Coldfusion on Virtual Windows 2003 server

2006-09-14 Thread Patrick McDonough
I would research JConnector from mysql.org. It is a JDBC driver for MySQL datasources. Here is the isntruction from Adobe: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253 Teddy On 9/14/06, Patrick McDonough [EMAIL PROTECTED] wrote: I have the latest JConnector loaded, this

New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Dan Plesse
Looking through the C:\CFusionMX7\wwwroot\WEB-INF\cftags\META-INF\taglib.cftld I found some new undocumented tags. If it says namecompile/name I guess that means cfcompile right? namedatasource/name cfdatasource is one for the books. Cool Then it goes off the deep end with a bunch new tags

RE: CF 7.0.2 Rollback

2006-09-14 Thread Kevin Aebig
So it seems that the virtual directories can be seen and read, so the problem is with something else the upgrade did. Has anyone else experienced further problems other than me? I know it's not a code issue as the same script runs fine on our testing server... !k -Original Message-

Re: Possible bug?

2006-09-14 Thread Victor Moore
In my mind it was a list only if it had a delimiter. So 1234, is a list with one item (if Is elect , as the delimiter) but 1234 is not a list just an ordinary string. So I guess and string is a list with one item. Thx Victor

RE: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Kevin Aebig
Whoa... digging around for gold are we? =] !k -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 2:57 PM To: CF-Talk Subject: New CF Tags undocumented cool! cfdatasource? what the hell Looking through the

Re: Possible bug?

2006-09-14 Thread Robertson-Ravo, Neil (RX)
This is the expected result. No bug. It is a value and a list of 1. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Possible bug?

2006-09-14 Thread Teddy Payne
List are not data types. Lists are strings. The list functions just use the string library to make it easy to organize specialized strings. Teddy On 9/14/06, Victor Moore [EMAIL PROTECTED] wrote: In my mind it was a list only if it had a delimiter. So 1234, is a list with one item (if Is

Re: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Dan Plesse
Cool the ServletTag and I was looking for the WebApplication tag foolish me When they said they where kicking ass, they where not kidding around !!! I don't see the AJAX Tag or the XUL tag But I do see an unfinished X tag ~|

Re: Checking Checkboxes Based on Database Results for Edit Page

2006-09-14 Thread Matt Williams
I could help you much better if you gave me some sample data. You may be doing some unnecessary looping. Post the results from a query. On 9/14/06, Michael Tribone [EMAIL PROTECTED] wrote: Good afternoon, I am trying to have multiple checkboxes be checked based on data in a table for an edit

RE: Possible bug?

2006-09-14 Thread Andy Matthews
Actually, ANY string can be a list with Len(yourlist) different delimiters. The string 1234 actually has 4 possible delimiters, 1, 2, 3 and 4. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

ugh... CFLOGIN Help please

2006-09-14 Thread Brent Nicholas
Ok, so I've searched and read the posts on this list about CFLOGIN, I've read Brandon Purcell's power point and read over all the Macromedia documentation. I'm actually using most of their code, though I've rearranged it to make more sense in what I'm doing to prove the concept. In short it

Re: Database connectivity MySQL Coldfusion on Virtual Windows 2003 server

2006-09-14 Thread Dan Plesse
Patrick, I think I posted this before but no one is picking up on it so here it is again. Can you try to adjust your JDBC string with a few extra things and see if that works? jdbc:mysql://localhost:3306/YOUR_DB?logger=

RE: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Kevin Aebig
I'm curious about whether or not they'll push AJAX considering the money they're throwing at Flex... XUL? !k -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:20 PM To: CF-Talk Subject: Re: New CF Tags undocumented cool! cfdatasource?

RE: Possible bug?

2006-09-14 Thread Brad Wood
But if 1 or 4 was the delimiter, it would be unnecessary. :) ~Brad -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 4:24 PM To: CF-Talk Subject: RE: Possible bug? Actually, ANY string can be a list with Len(yourlist) different

CFDocument TimeOut Bug???

2006-09-14 Thread Dave Hatz
I am running a long process that builds a 3meg PDF. It takes a good 5 minutes easy to process. This process runs on a server that is sitting offline and not used for Web access. Anyways, I am getting the following error message: An exception occurred when performing document processing. The

RE: Dynamically calling methods in a CFC

2006-09-14 Thread Snake
Also depends if a few milliseconds is really going to affect your application. Personally I have never seen evaluate() bring down a server or cause fire and brimstone to reign down on earth. -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: 14 September 2006 17:53

RE: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Munson, Jacob
I'm curious about whether or not they'll push AJAX considering the money they're throwing at Flex... Don't forget about Spry... This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are

CFLdap

2006-09-14 Thread Ian Skinner
What would one put into a filter to select all ldap entities that do not have an mail object? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run. Run code run. Please! -

RE: CFDocument TimeOut Bug???

2006-09-14 Thread Ben Nadel
Dave, I may or may NOT have had a similar problem just two days ago: http://www.bennadel.com/blog/266-CFDocument-Errors-And-Resolving-DNS.htm ... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -Original

RE: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Kevin Aebig
True, but I think that perhaps they released that to seem unbiased. It would be difficult to simply ignore the big AJAX trend these days... !k -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 4:04 PM To: CF-Talk Subject: RE: New CF Tags

RE: New CF Tags undocumented cool! cfdatasource? what the hell

2006-09-14 Thread Munson, Jacob
True, but I think that perhaps they released that to seem unbiased. It would be difficult to simply ignore the big AJAX trend these days... Well, I think they realize that while Ajax is not the answer for everything, neither is Flex. Flex has it's place, and so does Ajax. There is overlap,

Reliability

2006-09-14 Thread Neil Middleton
Bit of an odd one this - but does anyone else find CF a little more unreliable than other similar products when using them in day to day use. The only reason I ask is that our CF servers always seem a little more unstable than some of our other servers running things such as ASP.NET or Ruby on

  1   2   >