Re: 500 Error on SWF files

2007-07-06 Thread Aaron Roberson
My logs show as being last updated in the past, so I know that there is no relevant info. How about you Cutter? On 7/5/07, Dinner [EMAIL PROTECTED] wrote: On 7/5/07, Aaron Roberson [EMAIL PROTECTED] wrote: ... Mysteries, anyone like them? They're alright, but I prefer Fantasy or Sci-Fi.

Re: CFLOOP: Almost there ...

2007-07-06 Thread Dominic Watson
I'vew just checked the CFTalk archives and it seems my repsonse got cut off, perhaps its the way gmail writes its HTML or something. Anyway, as I was saying, the CFLOOP version might look something like this: cfloop index = VotedElement list = #FORM.vote# cfset position = ListFind(

onSeessionEnd not working?

2007-07-06 Thread James Smith
I currently have an Application.cfc with the following 3 functions... cffunction name=onApplicationStart returnType=void output=no cfscript Application.Sessions = 0; /cfscript /cffunction cffunction name=onSessionStart returnType=void cfscript

RE: onSeessionEnd not working?

2007-07-06 Thread Big Mad Kev
You need to reference you application.sessions to ApplicationScope.sessions -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 06 July 2007 09:19 To: CF-Talk Subject: onSeessionEnd not working? I currently have an Application.cfc with the following 3 functions...

RE: Dreamweaver and Vista (zip issue fixed)

2007-07-06 Thread James Smith
Well I finally got sick of the one vista issue still bugging me, the slow zip file handling and slow file copy/move operations. http://support.microsoft.com/kb/931770/en-us The hotfix above will fix your problems, and if you don't want to phone Microsoft to get it just goole search it and you

Re: Spam to my CF-Talk address

2007-07-06 Thread Tom Chiverton
On Thursday 05 Jul 2007, James Wolfe wrote: Spam is avoidable if care is taken Everyone gets spam, sooner or later. Until CompSci grads stop writing spam-ware. and I see no particular reason that my email address should be put in the outgoing emails. In the particular case of the this

Re: onSeessionEnd not working?

2007-07-06 Thread Andrew Scott
If I understand your question, you can not expect the onSessionEnd to fire when a user close their browser. It is only fired when the session actually times out by the settings set within you admin settings. On 7/6/07, James Smith [EMAIL PROTECTED] wrote: I currently have an Application.cfc

Re: Coldfusion MX7 Developer Exam for certification, a must? Wher e is the location of the exam?

2007-07-06 Thread Tom Chiverton
On Thursday 05 Jul 2007, DURETTE, STEVEN J (ATTASIAIT) wrote: Actually, I'd be happier if it were more of a requirement. I'd also like to see different levels other than Certified and Advanced. I'd want it to be cheaper too - maybe free at 'basic' level. We must not create barriers to entry.

Re: CFEclipse Snippet exchange?

2007-07-06 Thread Mark Drew
I am trying to get a release out of this, I am just working with the code at the moment. Will be coming soon (maybe, I am getting to like the idea of doing releases on slow days, it means less problems for me :) MD On 3 Jul 2007, at 22:01, Casey Dougall wrote:

RE: onSeessionEnd not working?

2007-07-06 Thread James Smith
Nope, I am setting the session timeout to this.sessiontimeout = createTimeSpan(0,0,1,0); so the session should end after 1 minute. I have changed the onSessionEnd to cffunction name=onSessionEnd returnType=void cfargument name=SessionScope required=yes/ cfargument

Re: onSeessionEnd not working?

2007-07-06 Thread Andrew Scott
Well yes that would have been erroring, the reason being is that when a session expires there is no way to reference persistant variables like application, session and is why they are passed into the function in the first place. I haven't used this, but one minute is too short for real world

OT: Learning JAVA

2007-07-06 Thread Robert Rawlins - Think Blue
Chaps, I've been playing around with JAVA for some time now and generally have a pretty good grasp of what's going on, its not that dissimilar to ColdFusion, at least the principle are the same, however, I really want to begin expanding on that knowledge and thought I'd ask you for some

Re: Learning JAVA

2007-07-06 Thread Massimo Foti
I've been playing around with JAVA for some time now and generally have a pretty good grasp of what's going on, its not that dissimilar to ColdFusion, at least the principle are the same, however, I really want to begin expanding on that knowledge and thought I'd ask you for some pointers

Re: OT: Learning JAVA

2007-07-06 Thread Andrew Scott
Spring and Hibernate would be two that I highly would look at, as well as Junit testing and maybe even Test Driven Development as well. But one of my all time favourites, is the heads up serious and in particular the heads up first on Design Patterns. On 7/6/07, Robert Rawlins - Think Blue

RE: OT: Learning JAVA

2007-07-06 Thread Robert Rawlins - Think Blue
Thanks guys for your suggestions, The heads up stuff will work nicely for me, I've got the OO Analysis and Design and the Design Pattern ones already so that would be a nice avenue to take, they certainly make for excellent reading. I can agree that Spring would be a nice way to go when thinking

RE: onSeessionEnd not working?

2007-07-06 Thread James Smith
I haven't used this, but one minute is too short for real world applications. So you might need to think about that, and maybe look into I am aware of this but for testing it is just fine, thanks for your concern though. -- Jay

Re: The best way to export a complex report...

2007-07-06 Thread Tom Chiverton
On Thursday 05 Jul 2007, Will Tomlinson wrote: It works great if you only need the basics of layout, color etc. I indeed did get it working. My main issue is I have a few side-by-side tables. Excel wants to stack these vertically. Is there a trick to getting excel to read them like td's?

Re: The best way to export a complex report...

2007-07-06 Thread Will Tomlinson
Does nesting table tags work ? Tom, I figured out a way around it. I simply stuck each table in it's own side by side td. Duh!! Seems to be formatting perfectly! Anyone ever seen an easier way to export to excel than this? cfcontent type=application/vnd.ms-excel

Re: The best way to export a complex report...

2007-07-06 Thread Tom Chiverton
On Friday 06 Jul 2007, Will Tomlinson wrote: There is one little issue that involves IE. You ever seen the way IE opens excel INSIDE the browser? It's kinda odd lookin. My sister uses excel everyday and she exported my report. It opens IN her browser, IN excel, and she doesn't understand

RE: 500 Error on SWF files

2007-07-06 Thread Andy Matthews
Cutter's not in just yet, but as soon as he gets here I'll ask him to post any relevant bits from his log files. -Original Message- From: Aaron Roberson [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 1:50 AM To: CF-Talk Subject: Re: 500 Error on SWF files My logs show as being

account for SQL Server has gone missing?

2007-07-06 Thread Andy Matthews
Hey Aaron... It appears that my permissions to connect to SQL Server on production have up and gone missing. Do you know what might have happened? I can VPN just fine, but when I try to actually connect to SQL Server on 105 it tells me that my permissions are gone. Any chance of getting this

RE: account for SQL Server has gone missing?

2007-07-06 Thread Andy Matthews
Move along... Nothing to see here -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 8:29 AM To: CF-Talk Subject: account for SQL Server has gone missing? Hey Aaron... It appears that my permissions to connect to SQL Server on production

Re: Spam to my CF-Talk address

2007-07-06 Thread Claude Schneegans
Spam is avoidable if care is taken Right, but the problem is when taking care is more trouble than spam itself. ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Re: 500 Error on SWF files: Logs Pt 1

2007-07-06 Thread Cutter (CFRelated)
OK, round one. I cleared all JRun, CF instance, and Apache logs. I have now restarted all JRun/ColdFusion instances within the MS Management Console, and reviewed (to start) the JRun files located in the JRun4\logs folder. This is prior to starting Apache. The logs for the three instances

Re: 500 Error on SWF files: Logs Pt 2

2007-07-06 Thread Cutter (CFRelated)
A pre-Apache start review of the individual CF instance log files (C:\JRun4\servers\[instance]\cfusion.ear\cfusion.war\WEB-INF\cfusion\logs)isn't showing anything unusual. I have an eventgateway.log that says the log file has been initialized, and that the Event Gateway is disabled. I also

CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread coldfusion . developer
All, Within a CFQUERY Valuelist works well when working with the query scope, but when I try and pass it the form scope (FORM.variablename) tries to read it as a query. What can I use besides valuelist to parse this list? FORM.vote contains ids... 8,9,12,13,14 CFQUERY name=upd_vote_yes

Re: 500 Error on SWF files: Logs Pt 3

2007-07-06 Thread Cutter (CFRelated)
Starting Apache didn't create any log entries of significance. Accessing a site, defined in a VirtualHost directive to point to the 'websites' ColdFusion instance, immediately gave me the JRun 500 error when attempting to retrieve a (few) .swf. Relevant lines within the

Re: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Dominic Watson
CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN ('#Replace(FORM.vote,',',',','all)#') /CFQUERY Basically, each item in the list needs to be wrapped in single quotes. Dominic On 06/07/07, [EMAIL PROTECTED] [EMAIL

RE: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Aaron Wolfe
Use () instead of the '' and the query should work fine. -Aaron CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN (#FORM.vote#) /CFQUERY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Coldfusion 6.1 on CentOS

2007-07-06 Thread Barney Boisvert
Do you have the libstdc++-compat RPM installed? I haven't tried CentOS 5, but I've got a pile of boxes running CentOS 4 and CF without issue. cheers, barneyb On 7/5/07, Dave Potts [EMAIL PROTECTED] wrote: Hi, I have been trying to install Coldfusion 6.1 on a CentOS 5 server, with no luck.

RE: Flash Forms CF7 Design help?

2007-07-06 Thread Aaron Wolfe
http://www.asfusion.com/blog/archives/category/cfform is a good place to start. -Aaron -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 5:04 PM To: CF-Talk Subject: Flash Forms CF7 Design help? Hey, anybody got a good tutorial on Flash Forms

RE: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Marius Milosav
Use cfqueryparam CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN cfqueryparam cfsqltype=cf_sql_int list=yes value=#FORM.vote# /CFQUERY Marius Milosav ScorpioSoft Corp. www.scorpiosoft.com It's not about technology, it's about

RE: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Jake Churchill
Try this... CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN (cfqueryparam cfsqltype=cf_sql_integer value=#FORM.vote# list=true) /CFQUERY _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b

Amazon WebStore API or Exporting?

2007-07-06 Thread Rey Bango
Has anyone worked with Amazon WebStores? If so, would they happen to have an API or some method of exporting orders for import into another system? Rey,,, ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s

Re: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Christopher Jordan
How about: CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN (#ListQualify(Form.Vote,')#) /CFQUERY Cheers, Chris [EMAIL PROTECTED] wrote: All, Within a CFQUERY Valuelist works well when working with the query

Re: Using a Custom COM Object

2007-07-06 Thread jonese
Also i'm putting the .dll file in the same directory as the calling script. Should i be placing it somewhere else? it's not in the root of the website. jonese On 7/5/07, Dave Watts [EMAIL PROTECTED] wrote: Here's a small sample VB program that uses the object (which, of course, has to be

Re: Using a Custom COM Object

2007-07-06 Thread jonese
Tried that Dave didn't work. gave me the java.lang.Exception: Invalid COM object error. An exception occurred when instantiating a Com object. The cause of this exception was that: coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred when instantiating a Com object.

Re: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread J.J. Merrick
use cfqueryparam CFQUERY name=upd_vote_yes datasource=#datasource# update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN (cfqueryparam value=#FORM.vote# list=yes cfsqltype=cf_sql_integer) /CFQUERY J.J. On 7/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Within a CFQUERY

Authorize.net cfc/tag for recurring billing?

2007-07-06 Thread Ryan Stille
Anyone know of a cfc or custom tag to work with Authorize.net's recurring billing API? I know tags/cfcs have been around for their regular payment gateway, but in early 2007 they (finally!) released a recurring billing API. It uses xml, it doesn't look *too* time consuming, but I thought if

RE: Coldfusion 6.1 on CentOS

2007-07-06 Thread O�uz_Demirkap
Hi Dave, First try to be sure that you have a good CentOS installation. I would suggest to check the page http://howtoforge.com/perfect_setup_centos5.0 It looks like you need to install compat-libstdc libraries. You can find these RPMs easily and install them. Sincerely, Oðuz Demirkapý Sr.

RE: Using a Custom COM Object

2007-07-06 Thread Dawson, Michael
Have you registered the object yet? -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:29 AM To: CF-Talk Subject: Re: Using a Custom COM Object Tried that Dave didn't work. gave me the java.lang.Exception: Invalid COM object error. An exception

RE: Using a Custom COM Object

2007-07-06 Thread Dave Watts
Tried that Dave didn't work. gave me the java.lang.Exception: Invalid COM object error. Are you sure you registered the object with regsvr32? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our

RE: Amazon WebStore API or Exporting?

2007-07-06 Thread Oğuz_Demirkapı
You can check following links. http://amazoncfc.riaforge.org/ http://sqscfc.riaforge.org/ Sincerely, Oğuz Demirkapı Sr. Developer | TeraTech http://www.teratech.com -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 11:40 AM To: CF-Talk

RE: Using a Custom COM Object

2007-07-06 Thread John Mason
Which windows account is Coldfusion running under? John [EMAIL PROTECTED] -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 11:29 AM To: CF-Talk Subject: Re: Using a Custom COM Object Tried that Dave didn't work. gave me the java.lang.Exception:

CFEclipse Show Line Numbers

2007-07-06 Thread Jake Churchill
I’m using Eclipse 3.3 with the CFEclipse 1.3.1.5 plugin that was just released. I am having issues with showing line numbers in my files. It seems that the deeper into the directory structure I get, the less often I can get line numbers to work. I have a folder mapped to a file system folder in

RE: Amazon WebStore API or Exporting?

2007-07-06 Thread Oğuz_Demirkapı
No really don't know. I think you can ask on project forums page or direct project owners. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 12:27 PM To: CF-Talk Subject: Re: Amazon WebStore API or Exporting? Thanks OÄŸuz. Do you happen

cfform and preservedata

2007-07-06 Thread Michael Beins
I have a self submitting form with the preservedata attribute set to true. This form submits twice. Once to retrieve user information (name) when the user tabs off the user id field and the second time when they complete the form. It works like I want it to in Firefox but in IE the retrieved

Re: Amazon WebStore API or Exporting?

2007-07-06 Thread Rey Bango
Thanks OÄŸuz. Do you happen to know if these could export orders? Rey... Oğuz_Demirkapı wrote: You can check following links. http://amazoncfc.riaforge.org/ http://sqscfc.riaforge.org/ Sincerely, OÄŸuz Demirkapı Sr. Developer | TeraTech http://www.teratech.com

Re: Using a Custom COM Object

2007-07-06 Thread jonese
Right now a Special Domain User. but in the future it will be LocalSystem jonese On 7/6/07, John Mason [EMAIL PROTECTED] wrote: Which windows account is Coldfusion running under? John [EMAIL PROTECTED] -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July

Re: Using a Custom COM Object

2007-07-06 Thread jonese
No how do i do that? jonese On 7/6/07, Dawson, Michael [EMAIL PROTECTED] wrote: Have you registered the object yet? -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:29 AM To: CF-Talk Subject: Re: Using a Custom COM Object Tried that Dave

Re: Using a Custom COM Object

2007-07-06 Thread jonese
Got it registered now it work. Thanks michael! jonese On 7/6/07, Dawson, Michael [EMAIL PROTECTED] wrote: Have you registered the object yet? -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:29 AM To: CF-Talk Subject: Re: Using a Custom COM

RE: Using a Custom COM Object

2007-07-06 Thread John Mason
I figured you already did that :) For others who run across this. You need to register the dll with the regsvr32 command so the system knows you what you are calling . If you run CF under an account other than the Local System (which you should). There may be some permissions issues depending on

Translating CFFORM Error Messages

2007-07-06 Thread Barney Boisvert
One of the gals on our team is trying to translate the error messages that CFFORM's JS validation displays to the user. Anyone know how to do that? thanks, barneyb -- Barney Boisvert [EMAIL PROTECTED] http://www.barneyb.com/ Got Gmail? I have 100 invites.

RE: Translating CFFORM Error Messages

2007-07-06 Thread Oğuz_Demirkapı
Hi, Why don't you try to use message attribute for cfform items? cfinput type=text name=username message=My Custom Msg! If you need to change anything on any default form items, you can copy the /cfide/scripts/ directory into your webroot and change it as you like and refer it as following

Re: Amazon WebStore API or Exporting?

2007-07-06 Thread Rey Bango
Thanks man! Oğuz_Demirkapı wrote: No really don't know. I think you can ask on project forums page or direct project owners. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 12:27 PM To: CF-Talk Subject: Re: Amazon WebStore API or

Re: CFLOOP: Almost there ...

2007-07-06 Thread coldfusion . developer
cfloop index = VotedElement list = #FORM.vote# cfset position = ListFind( FORM.allidslist, VotedElement ) cfif position cfset FORM.allidslist = ListDeleteAt(FORM.allidslist, position) /cfif /cfloop Here's what I have and what I get ... I've spent way too much time on

Re: CFLOOP: Almost there ...

2007-07-06 Thread coldfusion . developer
correction ... first 8 next to FORM.allidslist_new was missing. #FORM.vote# = 8,9,12 FORM.allidslist = 8,9,12,13,14,15,16,17,18,19,20,21,22,23,24 FORM.allidslist_new = 8,9,13,14,15,16,17,18,19,20,21,22,23,24 ~| Upgrade to Adobe

Re: Translating CFFORM Error Messages

2007-07-06 Thread Paul Hastings
Oğuz_Demirkapı wrote: cfinput type=text name=username message=My Custom Msg! why not use resource bundles for this leave the js lib alone? ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features,

Problem read IIS log files

2007-07-06 Thread Claude Schneegans
Hi, I'm trying to read the IIS log file from the server and I'm getting the error: The process cannot access the file because it is being used by another process. I suppose the other process is IIS, however, I can still read the file into WordPad, of transfer it by FTP, so I suppose the file

Re: Model-Glue and Form handling

2007-07-06 Thread Dinner
Ah, I see you'd said it was in the HTML. Hmm... All I can think is cfdump dump dump. Or try out the new debugger for cf8, perhaps? ;-) It probably is something right there... hmm... you can try on the model-glue list on googlegroups, for more MG eyes on the type, so to speak. =] On 7/5/07,

Re: Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Cutter (CFRelated)
REPlace? Or REReplace? Or just Replace? Any which way, it's a server side process, being handled within CF, so the browser shouldn't care one way or the other. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

Re: 500 Error on SWF files: Logs Pt 3

2007-07-06 Thread Dinner
Nothing but the beta is disabled from the first batch, jumped out at me... But it looks like you've got the connector in verbose mode, which is swell- I bet someone can see what's happening from this. Did you check out the CF logs after the apache request? Was that were the beta is expired or

Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Scott Stewart
Any idea why this code wouldn't work in IE6, but work in IE7 and Firefox # REPlace(REPlace(arrRecords[i].title,,,ALL),,,ALL)# Im at a loss. Thanks in advance sas -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703)

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-06 Thread Cutter (CFRelated)
The CF logs didn't budge, after the request. No new entries whatsoever. The 'beta is expired' messages come from the JRun instance (not the CF) logs, just after starting the CF instances, and just prior to starting Apache. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia

Re: CFLOOP: Almost there ...

2007-07-06 Thread Dominic Watson
When you call ListDeleteAt() you do not change the value of the first argument (FORM.allidslist) so each iteration of your loop starts again with the full list of IDs. Do this instead if you want to use that 3rd form variable: cfloop index = VotedElement list = #FORM.vote# cfset position =

Re: CFLOOP: Almost there ...

2007-07-06 Thread Dominic Watson
Sorry I made a mistake in the first snippet. Should be: cfset FORM.allidslist_new = FORM.allidslist cfloop index = VotedElement list = #FORM.vote# cfset position = ListFind(FORM.allidslist_new, VotedElement ) cfif position cfset FORM.allidslist_new =

RE: Model-Glue and Form handling

2007-07-06 Thread Doug Arthur
In your controller, where you broadcast authenticate, do a dump and an abort before you do arguments.event.addResult(). It's possible that arguments.event.addResult(loggedIn) is being set, and that would bring you to your home event based on your results/result tag. result name=loggedIn do=Home

RE: Problem read IIS log files

2007-07-06 Thread Aaron Wolfe
Claude, I know when I was using WebTrends the newest file was always locked by IIS and could not be processed until the predetermine time period per file was over. However, the file was viewable with notepad and etc. Have you tried opening any older files? Also, I know from my experience, it

RE: Amazon WebStore API or Exporting?

2007-07-06 Thread Aaron Wolfe
Rey, I know when I worked with Amazon's Merchant API, they had a webservice method to get orders through a general get documents method. Also they had web based admin that allowed you to download a flat file of orders and orderdetails. -Aaron -Original Message- From: Rey Bango

Re: CFLOOP: Almost there ...

2007-07-06 Thread coldfusion . developer
You rock! It worked. Thank you. Sorry I made a mistake in the first snippet. Should be: cfset FORM.allidslist_new = FORM.allidslist cfloop index = VotedElement list = #FORM.vote# cfset position = ListFind(FORM.allidslist_new, VotedElement ) cfif position cfset

Re: Problem read IIS log files

2007-07-06 Thread Claude Schneegans
I know when I was using WebTrends the newest file was always locked by IIS and could not be processed until the predetermine time period per file was over. However, the file was viewable with notepad and etc. I finally tried to CFCOPY the file first, then I can read the new file. This is

Re: Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Claude Schneegans
It must depend on the way you are getting arrRecords[i].title, this is the only part that can depend on the browser, the rest is all server side. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

Dreamweaver extensions for CF8

2007-07-06 Thread Greg Morphis
There's a few people here that havent switched to CFEclipse and are still using Dreamweaver. Does anyone know if Adobe is planning on releasing CF8 extensions for Dreamweaver? Thanks ~| Create robust enterprise, web RIAs.

RE: Dreamweaver extensions for CF8

2007-07-06 Thread John Mason
I think there was dw/homesite extensions link with the cf 8 beta download. John [EMAIL PROTECTED] -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 4:27 PM To: CF-Talk Subject: Dreamweaver extensions for CF8 There's a few people here that

Re: Amazon WebStore API or Exporting?

2007-07-06 Thread Rey Bango
Thanks Aaron. I'm glad to know they have that. I've been to find good docs on it but so far no luck. Rey Aaron Wolfe wrote: Rey, I know when I worked with Amazon's Merchant API, they had a webservice method to get orders through a general get documents method. Also they had web based

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-06 Thread Cutter (CFRelated)
I shut down all JRun/ColdFusion instances, as well as my Apache service, zeroed out all of my log files, and Set my system clock to June 1st. I started everything back up, and I now, once again, have my Flash content (hurray!!!) I also no longer have those 'Beta license expired' messages

Re: Dreamweaver extensions for CF8

2007-07-06 Thread Casey Dougall
On 7/6/07, Greg Morphis [EMAIL PROTECTED] wrote: There's a few people here that havent switched to CFEclipse and are still using Dreamweaver. Does anyone know if Adobe is planning on releasing CF8 extensions for Dreamweaver? Thanks There are a few people who have taken a look at

RE: Dreamweaver extensions for CF8

2007-07-06 Thread O�uz_Demirkap
http://www.adobe.com/go/coldfusion8_dwext ColdFusion 8 beta tag updates for Dreamweaver CS3 This download provides Dreamweaver CS3 users with an extension package file that adds support for all of the new language and tag enhancements included within the ColdFusion 8 beta. FYI. Sincerely,

cfmail message-id

2007-07-06 Thread Russ
I'm trying to set the message-id for the mail that I'm sending out from our cf server, but this code doesn't seem to be working. This is the sample code that I've found while googling cfmail from=[EMAIL PROTECTED] to=[EMAIL PROTECTED] subject=test server=x.x.x.x mailerID=Thunderbird 1.5.0.12

Why I love type checking and cfqueryparam

2007-07-06 Thread Paul Vernon
Someone just pasted this into a URL on one of our sites... EventID=280 and 1=convert(int,(select top 1 char(124)+char(124)+table_name+char(124)+char(124) from information_schema.tables where table_name ('') order by table_name asc))--sp_password Paul

SOT: Getting Started with FFMPEG Windows

2007-07-06 Thread Michael E. Carluen
I'll be working with FFMEG with CF. Can anyone recommend a good installer package? There a ton of stuff to read. I was wondering if anyone know a fasttrack way for the installation. Thanks all ~| CF 8 – Scorpio beta

Re: 500 Error on SWF files: Logs Pt 3

2007-07-06 Thread Sean Corfield
On 7/6/07, Dinner [EMAIL PROTECTED] wrote: Nothing but the beta is disabled from the first batch, jumped out at me... Likewise. *.swf is mapped to the CF servlet and it looks like that is refusing to serve SWFs because of the license expired error on the Apache Web Tier. But I would only expect

Re: 500 Error on SWF files: Logs Follow-Up

2007-07-06 Thread Sean Corfield
On 6/1/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote: I shut down all JRun/ColdFusion instances, as well as my Apache service, zeroed out all of my log files, and Set my system clock to June 1st. I started everything back up, and I now, once again, have my Flash content (hurray!!!) I

Re: onSeessionEnd not working?

2007-07-06 Thread Janet MacKay
I thought you needed to lock the application scope to prevent race in OnSesionEnd. cffunction name=onSessionEnd returnType=void cfargument name=SessionScope required=yes/ cfargument name=ApplicationScope required=yes/ cfscript arguments.applicationScope.Sessions =

Ft.Lauderdale, Pompano Beach o Boca Raton, FL

2007-07-06 Thread Chris Rodman
Looking for cold fusion programmer on part time basis/contract work to assist in management and creation of cellular business web sites. Pay negotiable and some travel may be required to my location. if interested please email [EMAIL PROTECTED] for further information Chris

Coldfusion

2007-07-06 Thread Christi Amend
Hello! Volt Technical Resources is looking for a Sr. Level Coldfusion/Flex developer for a direct, full time position in Wilsonville, OR (about 20 minutes south of Portland). Benefits and pay are excellent and relocation package is available. this position will fill quickly so don't delay! To

Coldfusion/Flex Developer Needed in Wilsonville, OR-Relocation paid!

2007-07-06 Thread Christi Amend
Hello! Volt Technical Resources is looking for a Sr. Level Coldfusion/Flex developer for a direct, full time position in Wilsonville, OR (about 20 minutes south of Portland). Benefits and pay are excellent and relocation package is available. this position will fill quickly so don't delay! To