Re: CF 7.02 won't install ond Windows Server Enterprise 2003, Ser vice Pack

2006-12-19 Thread Robertson-Ravo, Neil (RX)
Is this a brand new Windows install? Have you enabled cfm etc to be executed? Is it set to be a Web Server? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It

RE: Why datediff

2006-12-19 Thread Will Swain
As an aside, I wouldn't use number as a variable name. Just instinct, but it seems likely that there might be conflicts along the line with reserved words etc.. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 01:09 To:

RE: splitting large csv file into smaller parts

2006-12-19 Thread Will Swain
Thanks Ben...I'm looking at this code today and will let you know if I run up against anything. They are my second set of twins. The older two are 4!! Christmas is going to be fun this year! will -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED]

Re: Web services

2006-12-19 Thread Rukmaj Chandavar
Hi James, Yes, I am trying with .cfc?wsdl also when I try to use it as a simple component I don't get any error I can use the component without any problems in any of the other cfml pages. Cheers, Rukmaj On 12/19/06, James Holmes [EMAIL PROTECTED] wrote: add ?wsdl to the URL you are viewing

RE: Web services

2006-12-19 Thread Will Swain
Is access set to remote in the cffunction? You need to if you want to expose it as a webservice. Cheers will -Original Message- From: Rukmaj Chandavar [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 09:53 To: CF-Talk Subject: Re: Web services Hi James, Yes,

RE: old topic: CF Excel

2006-12-19 Thread Coldfusion
I tried that. I even copied and pasted it directly. Either I am not calling the file correctly or something As it only displays the numbers in a few rows in the browser not an excel file. However, mine did not have The INLINE attribute. When adding that parameter I get the following error: XML

RE: old topic: CF Excel

2006-12-19 Thread Coldfusion
Yes, CreateObject is a tag I can use. -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 11:05 PM To: CF-Talk Subject: Re: old topic: CF Excel Can you use createObject? On 12/18/06, Coldfusion [EMAIL PROTECTED] wrote: I searched all

Server Error (Either the Macromedia application ...)

2006-12-19 Thread Abd�sselam_Karatas
Hi, We have a client using cfmx 7 on one server (red hat 8.0),cfmx 7 on a second server (windows 2003) and db2 on another (red hat 8). Now we want to add another cf server (windows 2003) as a third application server to use. But when we install cf it gives an error saying Server Error

RE: splitting large csv file into smaller parts

2006-12-19 Thread Ben Nadel
Will, Good luck! I have twin sisters (twins with each other, not me) and two older brothers. When they are young I am sure it is a lot of hard work, but as they get older, holidays can be a blast with a large family. Our thanksgivings average about 30+ people, most of which is immediate and

RE: CF 7.02 won't install on Windows Server Enterprise 2003, Service Pack

2006-12-19 Thread Steve Good
I ran into this problem as well. I had to use a silent install to get everything working with enterprise sp1. On small bus. 2003 turning off DEP was sufficient. The problem is with SP1 and the Install Anywhere package I believe. KB from Adobe for silent install:

RE: Server Error (Either the Macromedia application ...)

2006-12-19 Thread Steve Good
I ran into this problem as well. I had to use a silent install to get everything working with enterprise sp1. On small bus. 2003 turning off DEP was sufficient. The problem is with SP1 and the Install Anywhere package I believe. KB from Adobe for silent install:

Counting Cfcontent Downloads

2006-12-19 Thread Mark Leder
When using CFContent, how would I write to a db AFTER a file is downloaded (such as a counter/date) in the background, without opening a new page? I do have each file listed in a db, with all the normal file scope fields (size, name, etc). [This E-mail scanned for viruses by Declude EVA]

Re: Counting Cfcontent Downloads

2006-12-19 Thread Scott Stroz
If you are using CF 7, use OnRequestEnd in Application.cfc (or OnRequestEnd,cfm if using anything before CF 7). You could do a check in OnRequestEnd to see if its a page that serves up a download, and then perform whatever DB actions you desire. On 12/19/06, Mark Leder [EMAIL PROTECTED] wrote:

RE: Counting Cfcontent Downloads

2006-12-19 Thread Bobby Hartsfield
You would just run your query to update the count at the same time you run the cfontent tag to push the file to the user. Running the query just AFTER the cfcontent tag would let you know that every count was atleast a prompt to download the file. They could still be counted and simply hit close

RE: Counting Cfcontent Downloads

2006-12-19 Thread Mark Leder
at least a prompt to download the file. They could still be counted and simply hit close or concel on the download prompt or even download half of the file and then cancel though. I don't think you are going to get around that in any easy way. That's what I told the client, that I can't control

Re: OT: Java Code Translation

2006-12-19 Thread Jeff Chastain
Those are called java generics, and they are new to JRE 1.5, so we can't use them with CF yet. Mark After doing some more digging, with the right terms now, this appears to be correct. For anybody that wants the full details ... the T refers to a java generic which was invented

Re: java.io.File lastModifed() string conver sion

2006-12-19 Thread Richard Ashley
Thanks! Both work well. createObject(java,java.util.Date).init(theFile.lastModified())/ and the UDF on cflib.org http://www.cflib.org/udf.cfm?ID=790 I had a hunch it was Epoch Time but I couldn't figure out the conversion; when in doubt divide by 1000. Try this. cfset theFile =

Application.cfc vs cfm

2006-12-19 Thread Ray Champagne
Say I have the following directory/file structure: /root - Application.cfc - Index.cfm /subdirectory o Application.cfm o index.cfm My question is, since there is an Application.cfc in the parent directory, will the Application.cfm file be

RE: Application.cfc vs cfm

2006-12-19 Thread Ray Champagne
That file structure formatting got messed up in the transfer. Amended: /root - Application.cfc - Index.cfm /root/subdirectory o Application.cfm o index.cfm ~| Create robust

Re: Application.cfc vs cfm

2006-12-19 Thread Raymond Camden
I'm pretty darn sure it runs the first one it finds. Since your immediate dir has .cfm, it will be loaded. On 12/19/06, Ray Champagne [EMAIL PROTECTED] wrote: That file structure formatting got messed up in the transfer. Amended: /root - Application.cfc - Index.cfm

RE: Application.cfc vs cfm

2006-12-19 Thread Ryan, Terrence
In my experience, the application.cfm wins out. Terrence Ryan Senior Systems Programmer Wharton Computing and Information Technology   E-mail:     [EMAIL PROTECTED] -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 9:58 AM To:

RE: CF 7.02 won't install ond Windows Server Enterprise 2003, Service Pack

2006-12-19 Thread Snake
Did any part of the install fail, it would have told you when it completed if there were any errors. Check the install log. Is the service running. -Original Message- From: Tom Hines [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 05:18 To: CF-Talk Subject: CF 7.02 won't install ond

Re: Application.cfc vs cfm

2006-12-19 Thread Gert Franz
Hi Ray, in Railo 1.1 you can configure this setting. In the Railo administrator you will be able to set the Application Listeners as follows: Type: none - No Application.cfm and Application.cfc will be included classic - First look for Application.cfm and after the request for OnRequestEnd.cfm

RE: Application.cfc vs cfm

2006-12-19 Thread Ryan, Terrence
I need to stop writing such terse responses. I was referring to his particular case. I've used application.cfm's for subfolders like CFC collections to block direct web access. It's often easier then writing a whole application cfc, just to redirect direct directory calls. Terrence Ryan

RE: Application.cfc vs cfm

2006-12-19 Thread Mansen, Robert E Civ WRALC/ITMS
FWIW --- The following text is quoted straight from the CFMX Development Guide that ships with CFMX7: !--- How ColdFusion MX finds and process application definition pages ColdFusion MX uses the following rules to locate and process the Application.cfc, Application.cfm, and OnRequestEnd.cfm

webcam software

2006-12-19 Thread Rick Root
Can anyone recommend a decent webcam software with the ability to push (via FTP) still images to a web site? Rick ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

RE: webcam software

2006-12-19 Thread Bobby Hartsfield
I LOVE TinCam. http://www.tincam.com/ ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 10:33 AM To: CF-Talk Subject: webcam software Can anyone recommend a decent webcam

RE: Application.cfc vs cfm

2006-12-19 Thread Snake
While on this subject. Considering CFC's are slower to instantiate compared to regular .cfm files, how does this affect application.cfm, has anyone tested? Is it slower than using application.cfm and onrequestend.cfm Russ -Original Message- From: Gert Franz [mailto:[EMAIL PROTECTED]

Re: webcam software

2006-12-19 Thread Joseph Lamoree
On 19 Dec 2006, at 07:32, Rick Root wrote: Can anyone recommend a decent webcam software with the ability to push (via FTP) still images to a web site? EvoCam is quite popular. It's got more features than you could shake a stick at. http://www.evological.com/evocam.html -- Joseph

RE: Application.cfc vs cfm

2006-12-19 Thread Snake
Should read how does this affect application.cfc -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 15:48 To: CF-Talk Subject: RE: Application.cfc vs cfm While on this subject. Considering CFC's are slower to instantiate compared to regular .cfm files, how

Re: CF 7.02 won't install ond Windows Server Enterprise 2003, Service Pack

2006-12-19 Thread Bruce Sorge
I recently did an install in Windows 2003 Server and had the same problem. What ended up being the problem was when it got to the IIS portion, I accepted the default and it did not work. I had to actually point the installation to the IIS server on my machine, and specifically to the default web

Adding pages to ColdFusion contribute site

2006-12-19 Thread kola.oyedeji
Slightly OT. A client has a ColdFusion site. They also uses contribute to manage some of the content. Are there any issues with adding pages to the site outside of contribute. These pages do not need to be edited from within contribute. Thanks ~Kola

Chain saw using log4j

2006-12-19 Thread Ashok kaliaperumal
Hi, I am using developer cfmx server for my development. For error logging, am using log4j to write the errors to a flat file (.log). I am planning to use chainsaw to monitor the errors and hence have following questions 1) Will chain saw support only xml files? 2) How to make a socket listen to

RE: Adding pages to ColdFusion contribute site

2006-12-19 Thread Dave Watts
A client has a ColdFusion site. They also uses contribute to manage some of the content. Are there any issues with adding pages to the site outside of contribute. These pages do not need to be edited from within contribute. No, this shouldn't be a problem. However, you may need to ensure

DateTime format problems

2006-12-19 Thread Ioannis Papanikolaou
Hello everyone, I have a small problem converting dates using the function CreateODBCDateTime. I have a file in the server named ingrRdf which I want to retrieve the last date and time modified. If I go: cfoutput#ingrRdf.DateLastModified#/cfoutput is going to give me: 19/12/06 15:35 Correct

Re: Application.cfc vs cfm

2006-12-19 Thread Robertson-Ravo, Neil (RX)
Sounds good, but isn't he using ColdFusion? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Coldfusion, com and WbemScripting...

2006-12-19 Thread D F
Trying to obtain system Ram, using the following code below: I'm basing it on Javascript code that does retrieve this... trying to make a coldfusion version of it. The way I assumed it worked was that calling the memorys.Instances_ method would return a collection. At least it does with

RE: DateTime format problems

2006-12-19 Thread Bobby Hartsfield
There is a current thread on getting the last modified date and formatting it. There were 2 solutions. You should try one of those. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ioannis Papanikolaou [mailto:[EMAIL PROTECTED] Sent:

Reverse Online Auction

2006-12-19 Thread Lorenzo Hills
Does anyone know where I can find CF code information and database layout information for a Reverse Online Auction? ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: webcam software

2006-12-19 Thread Rick Root
Joseph Lamoree wrote: On 19 Dec 2006, at 07:32, Rick Root wrote: Can anyone recommend a decent webcam software with the ability to push (via FTP) still images to a web site? EvoCam is quite popular. It's got more features than you could shake a stick at.

RE: Application.cfc vs cfm

2006-12-19 Thread Dave Watts
While on this subject. Considering CFC's are slower to instantiate compared to regular .cfm files, how does this affect application.cfm, has anyone tested? Is it slower than using application.cfm and onrequestend.cfm I haven't bothered doing any testing. However, I haven't seen any

Re: DateTime format problems

2006-12-19 Thread Christopher Jordan
How are you getting the last modified date? Chris Ioannis Papanikolaou wrote: Hello everyone, I have a small problem converting dates using the function CreateODBCDateTime. I have a file in the server named ingrRdf which I want to retrieve the last date and time modified. If I go:

RE: Coldfusion, com and WbemScripting...

2006-12-19 Thread Brad Wood
I've does this before but it may only report the JVM's stack heap. Dunno. cfset runtime = CreateObject(java, java.lang.Runtime).getRuntime() cfset freeMemory = runtime.freeMemory() / 1024 / 1024 cfset totalMemory = runtime.totalMemory() / 1024 / 1024 cfset

RE: webcam software

2006-12-19 Thread Rick Faircloth
I see you, Rick! Look at the camera and smile! Rick PS - Get off that phone and get back to work! :o) -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 12:08 PM To: CF-Talk Subject: Re: webcam software Joseph Lamoree wrote: On 19 Dec

ColdFusion Picture Framing Sites.

2006-12-19 Thread Che Vilnonis
Does anyone know of any already built Picture Framing Software packages that are ColdFusion based? i.e., I am looking to build/purchase something similar to the functionality of http://www.framesbymail.com where you can upload a photo, see your photo with the picture frame, resize it, choose mats,

RE: Application.cfc vs cfm

2006-12-19 Thread Rick Faircloth
The only problem with using Railo is it doesn't amount to any savings for those of us who host multiple websites on our own server. The price is practically the same as Adobe's CF server. If the price were significantly less, then it would be more attractive and worth the effort to do the work

Re: Coldfusion, com and WbemScripting...

2006-12-19 Thread D F
Hi Brad, thanks for that... I've done that as well and that only pertains to the Java Virtual Machine, rather than system ram. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

RE: webcam software

2006-12-19 Thread Will Swain
Hope you don't pick your nose Rick! -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 17:18 To: CF-Talk Subject: RE: webcam software I see you, Rick! Look at the camera and smile! Rick PS - Get off that phone and get

RE: ColdFusion Picture Framing Sites.

2006-12-19 Thread Paul Vernon
i.e., I am looking to build/purchase something similar to the functionality of http://www.framesbymail.com where you can upload a photo, Funny that, I've just been commissioned to build something like that into a site we already manage at http://www.diyframing.com... I'm about a week into

Re: webcam software

2006-12-19 Thread Rick Root
Will Swain wrote: Hope you don't pick your nose Rick! if I did would you be more likely to click on my google ads? =) ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: DateTime format problems

2006-12-19 Thread Ioannis Papanikolaou
Well as a newbe with Coldfusion (this is my first application trying to develope) I am working a lot with examples and tutorials. I have found the property .DateLastModified on http://tutorial236.easycfm.com/; and it looks like it works good. It is able to retrieve the right date and time from

RE: DateTime format problems

2006-12-19 Thread Ian Skinner
If you know any alternative ways to retrieve the last date and time, a file has been modified or a function to convert the date time on the desireable format but with no mistakes please let me know. Thanx a lot for your responces You may need to look at the LS date/time functions that help

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Claude Schneegans
Does anyone know of any already built Picture Framing Software packages that are ColdFusion based? Sure, have a look at CF_PictureFrame: http://www.contentbox.com/claude/customtags/Frames/testPictureFrame.cfm You can see one site using it here: http://www.adpfm.ca Select a year in the Mosaïque

RE: ColdFusion Picture Framing Sites.

2006-12-19 Thread Andy Matthews
Nice one Claude...very pretty. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: DateTime format problems

2006-12-19 Thread Christopher Jordan
Hmmm This code: !--- display the last date modified area --- cfdirectory action=list directory=#ExpandPath(.)#\ name=qGetLastdateModified filter=#ListLast(CGI.SCRIPT_NAME, /)# cfif qGetLastdateModified.recordCount CFOutput

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Jerry Johnson
Claude, I'd buy this tonight if I could get it installed and running at CrystalTech on a shared hosting plan. Is it a cfm or cfx (java, c++) tag? Can it be placed in my working folder, and therefore not need to be registered with cf? Jerry On 12/19/06, Claude Schneegans [EMAIL PROTECTED] wrote:

Re: Disregard last email

2006-12-19 Thread Bruce Sorge
Hello all, Well I am still struggling to wrap my head around structures. (this is a continuation of yesterday's conversation where I have dynamically generated field names.) I have the following code: cfset languageNameStruct = StructNew() cfloop index=i list=#form.fieldnames# cfif

Re: Disregard last email

2006-12-19 Thread Charlie Griefer
On 12/19/06, Bruce Sorge [EMAIL PROTECTED] wrote: Hello all, I googled looping through ColdFusion structs but it is still not making sense. http://livedocs.macromedia.com/coldfusion/7/htmldocs/0296.htm -- Charlie Griefer ...All the world

remove time element

2006-12-19 Thread Orlini, Robert
I have a search form that searches an Access table w/a date/time field. It includes date and time (12/19/2006 8:20:07 AM) and I think the time maybe affecting the search. When I pass a search into: CFSET today = Createdate(Year,Month,day) CFSET oneday = Createdate(Year2,Month2,day2) CFQUERY

Re: DateTime format problems

2006-12-19 Thread Ioannis Papanikolaou
Thanx a lot guys, Ian and Chris were right. It was a problem with local settings, as I am in Gibraltar (Spain) at the moment. I have used : LSParseDateTime(ingrRdf.DateLastModified) instead of : CreateODBCDateTime(ingrRdf.DateLastModified) and it worked. Format and date are the

OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
I am playing with YUI and spry and have a fun task of having content from other pages load into a tab system in spry. All is working well so far. Next I have event listener code to check for the click of any link in that tab content area (which is a separate file). Those links are just normal

Re: DateTime format problems

2006-12-19 Thread Ioannis Papanikolaou
Thanx a lot guys, Ian and Chris were right. It was a problem with local settings, as I am in Gibraltar (Spain) at the moment. I have used : LSParseDateTime(ingrRdf.DateLastModified) instead of : CreateODBCDateTime(ingrRdf.DateLastModified) and it worked.!!! Thank you very much for the

Re: remove time element

2006-12-19 Thread Charlie Griefer
you could keep it in... just set it to 11:59 pm on the oneday variable. cfset today = createDate(year, month, day) / cfset oneday = createDateTime(year2, month2, day2, 23, 59, 59) / (btw, if year, month, and day are your CF variable names...i'd rename those. those are built in functions in CF

Re: OT: javascript to prevent a normal link from working

2006-12-19 Thread Charlie Griefer
return false in your a href tag. a href=# onclick=doFunction(args); return false;foo/a On 12/19/06, Joshua Cyr [EMAIL PROTECTED] wrote: I am playing with YUI and spry and have a fun task of having content from other pages load into a tab system in spry. All is working well so far. Next I

RE: OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
Ah, but these are links I have no control over from other pages. The trick is that they are just normal pages that are pulled in to the tab. Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Application.cfc vs cfm

2006-12-19 Thread Snake
Well I have noticed that the time to instantiate a CFC, using cfinvoke or createobject is slower than using a customtag, a clinclude or a UDF. And the only way to avoid this is to cache the cfc in a persistent scope, such as application. When I first tried out the Model-Glue framework I found the

OT: Eclipse Configuration

2006-12-19 Thread Mike Tangorre
Is it possible to use the same Eclipse configuration/preferences for all users? Currently, the following directory exists (hidden by default): C:\Documents and Settings\mtangorre\.eclipse\ I would like to move it under the Eclipse home directory: D:\eclipse\ What is the process

Re: Disregard last email

2006-12-19 Thread Josh Nathanson
Hi Bruce, I think you might want to reconsider looping over the field names. You are trying to insert multiple fields while looping over fields one at a time -- I don't think that will work. If you know how many groups of fields are coming from the form (the last number on the end of _ on

Re: Eclipse Configuration

2006-12-19 Thread Bryan Stevenson
I'm not sure, but you can copy your prefs to all user machines Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Verity Hanging issue

2006-12-19 Thread Sloan, Richard
I am hoping someone has experienced this same problem and can help me solve this. I have a Verity Collection on MX 7.0.2 that indexes files (.htm, .xls, .pdf, .ppt) on site and also dumps our cms data into it. I have 2 scheduled tasks one that runs at 4pm that does the files index and one that

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Claude Schneegans
Is it a cfm or cfx (java, c++) tag? It is a plain vanilla CF5.0 compatible code. No Java, no Javascript, no hassle. Can it be placed in my working folder, and therefore not need to be registered with cf? Absolutely. -- ___ REUSE CODE! Use custom tags;

Re: Eclipse Configuration

2006-12-19 Thread Bryan Stevenson
nevermind...I bet you meant all users of a single machine ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message

Re: remove time element

2006-12-19 Thread Rick Root
also, use cfqueryparam in your query =) Charlie Griefer wrote: you could keep it in... just set it to 11:59 pm on the oneday variable. cfset today = createDate(year, month, day) / cfset oneday = createDateTime(year2, month2, day2, 23, 59, 59) / (btw, if year, month, and day are your CF

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Claude Schneegans
Claude, I'd buy this tonight if I could get it installed and running at CrystalTech on a shared hosting plan. However, the names appearing in popups on the pictures is not part of the tag. The tag only adds the frames. -- ___ REUSE CODE! Use custom tags;

RE: webcam software

2006-12-19 Thread Bobby Hartsfield
I had to take mine down because I'd forget that it was there and the wife and I would walk by nekkid ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.15.24/592 -

RE: Verity Hanging issue

2006-12-19 Thread Russ
I don't know much about verity, but I wouldn't run 2 update tasks at the same time. I would make them part of the same template, so that one runs after the other, or put in a cflock. Russ P.S. if all else fails, try lucene. -Original Message- From: Sloan, Richard [mailto:[EMAIL

Re: Disregard last email

2006-12-19 Thread Bruce Sorge
Thank you Josh, that was it. Bruce On 12/19/06, Josh Nathanson [EMAIL PROTECTED] wrote: Hi Bruce, I think you might want to reconsider looping over the field names. You are trying to insert multiple fields while looping over fields one at a time -- I don't think that will work. If you

Re: DateTime format problems

2006-12-19 Thread Christopher Jordan
Sweet! Glad to hear things are working now. :o) Cheers, Chris Ioannis Papanikolaou wrote: Thanx a lot guys, Ian and Chris were right. It was a problem with local settings, as I am in Gibraltar (Spain) at the moment. I have used : LSParseDateTime(ingrRdf.DateLastModified) instead of :

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Jerry Johnson
Well, look at that. You just saved me a couple of hours of programming I didn't want to do before New Years. Good thing I read all the threads. Thanks, Jerry On 12/19/06, Claude Schneegans [EMAIL PROTECTED] wrote: Is it a cfm or cfx (java, c++) tag? It is a plain vanilla CF5.0 compatible

Re: ColdFusion Picture Framing Sites.

2006-12-19 Thread Claude Schneegans
t is a plain vanilla CF5.0 compatible code and CFMX also, of course. ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: webcam software

2006-12-19 Thread Will Swain
That's a different kind of webcam site altogether! -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 19:39 To: CF-Talk Subject: RE: webcam software I had to take mine down because I'd forget that it was there and the

Re: webcam software

2006-12-19 Thread Rick Root
Bobby Hartsfield wrote: I had to take mine down because I'd forget that it was there and the wife and I would walk by nekkid Hah, that'd be bad. My webcam is at work. I don't usually have the opportunity nor the desire to walk around the office naked..

Re: Application.cfc vs cfm

2006-12-19 Thread Gert Franz
Well it depends... If you only see the the price then yes, Railo is as cheap or as expensive as CFMX. But, you can use the professional version with unlimited webs wich costs 900¤ and is therefore cheaper than CFMX. AND the enterprise version of Railo is at the price of one fourth of the

Re: Verity Hanging issue

2006-12-19 Thread Rich Sloan
I should clarify I run one at 4pm the docs and the custom db collection runs at 1am. They are seperate files ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

RE: webcam software

2006-12-19 Thread Burns, John D
PySoft has a product called Active Webcam that I've used and it works well. Supports multiple cams including Ethernet cams and directly connected cams. www.pysoft.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 10:34 AM To:

CFC structure - queries returned from gateway objects

2006-12-19 Thread Janet MacKay
I'm just getting started with CFC's and I'm a bit confused. From what I understand gateway objects typically return queries containing multiple records like getAllUsers(). That makes sense. What about situations where you also need aggregate information? For example a page that displays a

Re: Disregard last email

2006-12-19 Thread Christopher Jordan
Bruce, I had trouble getting my head around structures too (about two years ago), and now they're like my best friend. :o) I can probably help you to get your head around them too if you like. You solved your problem using a two dimensional array. That's fine. That works, but in referencing it

Re: Disregard last email

2006-12-19 Thread Bruce Sorge
yes it is. What was messing me up though was not realizing that passed form fields are actually structures. So, I was basically creating a structure of a structure when all I had to do was parse through the existing one. Now that I know that, I understand and will have a much easier time of it

Re: Disregard last email

2006-12-19 Thread Christopher Jordan
Oh, that's what you were trying to do. I suppose my email completely missed the mark then! :o) No worries. I'm glad someone was able to help you. :o) Cheers, Chris Bruce Sorge wrote: Thank you Josh, that was it. Bruce On 12/19/06, Josh Nathanson [EMAIL PROTECTED] wrote: Hi Bruce, I

Re: CFC structure - queries returned from gateway objects

2006-12-19 Thread Tom McNeer
Hi Janet, I'd agree with you that you want to keep your view and model separate. So I would opt for doing the aggregates somewhere other than the view. But it might well be in between view and gateway, in a business object. That business object (CFC) could call the gateway and receive the

Re: Disregard last email

2006-12-19 Thread Christopher Jordan
It's probably worth mentioning then, that *ALL* of the ColdFusion scopes are structures. Server, Application, Client, Variables, This (in CFCs), Form, URL, Session, Caller (in custom tags) Have I missed any? :o) Cheers, Chris Bruce Sorge wrote: yes it is. What was

RE: Disregard last email

2006-12-19 Thread Ryan, Terrence
Cfcatch :P Terrence Ryan Senior Systems Programmer Wharton Computing and Information Technology   E-mail:     [EMAIL PROTECTED] -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 3:52 PM To: CF-Talk Subject: Re: Disregard

Re: Disregard last email

2006-12-19 Thread Charlie Griefer
On 12/19/06, Christopher Jordan [EMAIL PROTECTED] wrote: It's probably worth mentioning then, that *ALL* of the ColdFusion scopes are structures. Server, Application, Client, Variables, This (in CFCs), Form, URL, Session, Caller (in custom tags) Have I

Re: Disregard last email

2006-12-19 Thread Charlie Griefer
On 12/19/06, Charlie Griefer [EMAIL PROTECTED] wrote: On 12/19/06, Christopher Jordan [EMAIL PROTECTED] wrote: It's probably worth mentioning then, that *ALL* of the ColdFusion scopes are structures. Server, Application, Client, Variables, This (in CFCs), Form,

RE: OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
Just to close the loop, I found a way to do it with the yahoo event handler. Basically I have tabs that pull data from other files, and if those files have links and the link is to an internal document open the liked doc in the tab, if an external document link like normal. Sort of like using

Re: Disregard last email

2006-12-19 Thread Christopher Jordan
Man, you just can't get these people to disregard anything. ;o) lol! Cheers, Chris Charlie Griefer wrote: On 12/19/06, Charlie Griefer [EMAIL PROTECTED] wrote: On 12/19/06, Christopher Jordan [EMAIL PROTECTED] wrote: It's probably worth mentioning then, that *ALL* of the ColdFusion

Re: Disregard last email

2006-12-19 Thread Christopher Jordan
The Error struct. can't forget that one. Charlie Griefer wrote: On 12/19/06, Charlie Griefer [EMAIL PROTECTED] wrote: On 12/19/06, Christopher Jordan [EMAIL PROTECTED] wrote: It's probably worth mentioning then, that *ALL* of the ColdFusion scopes are structures. Server,

SeeFusion says 500, site says 200

2006-12-19 Thread Josh Nathanson
Hey all, I have SeeFusion installed on our production server and it works dandy. Today I noticed we were getting hit by a spider, requesting the sitemap.cfm page repeatedly, a few times per second. In SeeFusion, it was showing the response as 500 Server Error. However, when I hit the page

Re: Adding pages to ColdFusion contribute site

2006-12-19 Thread Deanna Schneider
The major issue is that Contribute doesn't have granular control of permissions. So, if Contribute users can edit the top level page, they can edit everything from there on down. And, as we all know, if a user can screw up, they will. Um, I didn't know what that little yellow shield was for, so I

RE: SeeFusion says 500, site says 200

2006-12-19 Thread Andy Matthews
Is the page getting the 500 error a form processing page? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Josh Nathanson [mailto:[EMAIL

  1   2   >