Error creating dir with period/full stop in CF8 and IIS

2007-09-11 Thread Adrian Lynch
Hey all, got a bit of a weird one here. Running the following, CF8 on Win2K Server with IIS. Creating a new dir with a period/full stop and an index.cfm file causes a 403 when accessing the file. Running the following will highlight this: !--- works --- !--- cfset folderName = testcom ---

RE: Replacing the CFDJ awards.... ?

2007-09-11 Thread Dave Watts
While I'm certainly neither surprised or upset by the demise of CFDJ, I always did get a lot of vicarious pleasure out of the yearly CFDJ awards. Regardless of the value of such awards (and no offense to any recipients or nominees) such a popularity contest is always useful in one way or

Directory Watcher Skipping Files

2007-09-11 Thread Chris Velevitch
I've noticed the directory watcher is skipping files when a number of files appear in the directory in less than a minute. The first one or 2 are successfully processed, but the next one(s) are skipped. The timestamps on the files are like:- 10:28:32 done 10:29:06 done 10:29:14

Re: FCKEditor showing HTML content before fully loading in browser

2007-09-11 Thread Dominic Watson
Brilliant, thank you very much Dennis Dinner :) Dominic, Developer, Dude Dork On 07/09/2007, Dennis Powers [EMAIL PROTECTED] wrote: We have a client complaining that, when they have a poor internet connection, they can see HTML source while the FCKEditor is loading I ran into this

Test

2007-09-11 Thread Adrian Lynch
Ingore. Just seeing if I can post from a new email addy... ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Charles Sheehan-Miles
Well, the verdict here: 1) If I create the object every request, the javascript appears and the cfform works fine 2) If I CFINCLUDE a CFM template, the javascript appears and the cffform works fine 3) If it is invoked from a persistent object (in either application or session scope) it

Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread James Holmes
This stands to reason, as the grid objects needs to know if the relevant JS has been included once already, in case you have multiple grids on a page (or any other controls using the same JS files). It seems that calling multiple grid tags reuses the same java object in a page (and in this case

Links in CFDOCUMENT

2007-09-11 Thread Mikkel Johansen
I have BIG problems trying to get links to work inside a pdf generated with Coldfusion. The problem is when using CFPDF and action merge, then the links inside the pdfs are no longer click-able. It works when using action write. Another problem is how to make internal links, example how to

Links in CFDOCUMENT

2007-09-11 Thread Mikkel Johansen
I have BIG problems trying to get links to work inside a pdf generated with Coldfusion. The problem is when using CFPDF and action merge, then the links inside the pdfs are no longer click-able. It works when using action write. Another problem is how to make internal links, example how to

Re: Error creating dir with period/full stop in CF8 and IIS

2007-09-11 Thread Adrian Lynch
It seems .com won't work but .co.uk will... So, the next question is, how can I get IIS to not freak at .com? And apparently the anwser is I can't on IIS5! This leads to an MS KB article. If anyone knows any different please let me know.

Re: Replacing the CFDJ awards.... ?

2007-09-11 Thread Tom Chiverton
On Monday 10 Sep 2007, [EMAIL PROTECTED] wrote: Am I missing something here? Was there an announcement about CFDJ going away? I never even noticed it was there in the first place :-) -- Tom Chiverton Helping to continuously incentivize wireless IPOs on: http://thefalken.livejournal.com

Coldfusion .net Error

2007-09-11 Thread vishnu prasad
HI all When i access the .net class i got the below error Error Occurred While Processing Request Could not find the DotNet class. The assembly might not be registered with the DotNetSide. i have initiated the .net object, when i put in dump it display the Methods in that class .

RE: Dynamic CSS

2007-09-11 Thread Andy Matthews
But then you've still got two places you'd need to edit. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 9:07 PM To: CF-Talk Subject: RE: Dynamic CSS -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Error creating dir with period/full stop in CF8 and IIS

2007-09-11 Thread Ben Doom
This is a known issue with IIS on Win (as opposed to IIS anywhere else. :-) Basically, .com is an executable extension in Win/DOS. The system therefore looks for the .com file, instead of a directory. I'd suggest using _com instead. Not a perfect solution, but --Ben Doom Adrian Lynch

add xml node?

2007-09-11 Thread Paul Hastings
say i have an xml doc a b c / /b /a how would i add a node d to node b, so i'd end up with something like this? a b c / d / /b /a i've tried structInsert xmlElemNew. no workee. i seem to have mushed up the part

mail getting rejected

2007-09-11 Thread Dave Francis
CF5.0, on Win 2k server. IIS. I recently switched my mail server in cf admin to 127.0.0.1 (Previously, it was a dedicated mail server, also referenced via IP). Since then I am getting many smtp;504 pcname: Helo command rejected: need fully-qualified hostname when I send using CFMAIL.

Re: Directory Watcher Skipping Files

2007-09-11 Thread Virgil Spruit
Yeah, I also encountered some problems with the watcher. We have 1000+ files for one website and when uploading a file we wanted it to initiate a function but the directory watcher couldn't see a file change with more than a certain number of files. Other people also having problems with

Parent - Child data in a drop down

2007-09-11 Thread Adrian Lynch
I have a table as follows: ID - Item - ParentID Which stores related items with a parent ID of 0 to indicate the top level items. This is cool, I generate various output from this using recursive function, but, what I'm looking for now is output in a drop down that looks like this: Home Home

Re: Directory Watcher Skipping Files

2007-09-11 Thread Brian Kotek
Does this help? http://coldfusion.sys-con.com/read/317586.htm On 9/11/07, Virgil Spruit [EMAIL PROTECTED] wrote: Yeah, I also encountered some problems with the watcher. We have 1000+ files for one website and when uploading a file we wanted it to initiate a function but the directory

CF8 Docs

2007-09-11 Thread Robert Harrison
For CF7 I had a CF Docs folder on the local. I don't have one where I installed CF8, and I use that a lot when I'm working off-line. Are there any downloadable CF8 docs? Could not find them on Adobe. Robert B. Harrison Director of Interactive services Austin Williams 125

RE: CF8 Docs

2007-09-11 Thread Bruce Sorge
Mine has it. Maybe you chose not to install the docs when you did the CF install? Bruce -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 7:18 AM To: CF-Talk Subject: CF8 Docs For CF7 I had a CF Docs folder on the local. I don't have

Re: CF8 Docs

2007-09-11 Thread Andy Allan
http://www.adobe.com/support/documentation/en/coldfusion/ Andy On 11/09/2007, Robert Harrison [EMAIL PROTECTED] wrote: For CF7 I had a CF Docs folder on the local. I don't have one where I installed CF8, and I use that a lot when I'm working off-line. Are there any downloadable CF8 docs?

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Vince Collins
Sorry for my ignorance on this, I would have suggested using cftransaction. However, now, I'm thinking that cftransaction may just ensure that that particular thread of commits are done in order but it doesn't prevent other threads' from colliding with the database which is why cflock is

RE: CF8 Docs

2007-09-11 Thread Robert Harrison
Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be . -Original Message- From: Andy Allan

RE: CF8 Docs

2007-09-11 Thread Robert Harrison
I could swear I did not choose that... but I'm not reinstalling as it took a lot to get CF8, IIS7 and SQL2005 all working together properly on my Vista laptop. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Brian Kotek
Yes. CFTRANSACTION only creates a transaction for the current thread (actually the current database connection from the connection pool). If multiple threads could be running the same process at the same time, resulting in a race condition, then you need to lock that set of queries as well. Use a

Re: CF8 Docs

2007-09-11 Thread Bruce Sorge
Yeah, same here on my Vista work computer. Fortunately there are some great resources on-line so that helped. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Vince Collins
Thanks Brian! Brian Kotek wrote: Yes. CFTRANSACTION only creates a transaction for the current thread (actually the current database connection from the connection pool). If multiple threads could be running the same process at the same time, resulting in a race condition, then you need to

Re: add xml node?

2007-09-11 Thread Brian Kotek
cfset ArrayAppend(xml['a'].xmlChildren[1].xmlChildren, XmlElemNew(xml, 'd')) / On 9/11/07, Paul Hastings [EMAIL PROTECTED] wrote: say i have an xml doc a b c / /b /a how would i add a node d to node b, so i'd end up with something like this? a

CFWINDOW form action?

2007-09-11 Thread Asim Manzur
I have a form inside cfwindow, when the form submit, it refresh the main page, not just the window. how can I just limit the form submission just only inside the cfwindow? Thanks, ~| Get the answers you are looking for on the

CF8 CFPOP? Better?

2007-09-11 Thread Scott Weikert
For a good while I've been using the 'CFX_POP3' tag in lieu of CF's built in 'CFPOP' (using 6.1). It's always worked better/faster for me. Now, we're in the process of prepping a couple of new servers, with CF8, and I'm curious whether or not I should continue to use the CFX tag or migrate

Re: CFWINDOW form action?

2007-09-11 Thread Raymond Camden
Use cfform. Or use ColdFusion.Ajax.submitForm. On 9/11/07, Asim Manzur [EMAIL PROTECTED] wrote: I have a form inside cfwindow, when the form submit, it refresh the main page, not just the window. how can I just limit the form submission just only inside the cfwindow? Thanks,

RE: Smart Parsing of E-mail Attachments...

2007-09-11 Thread Dan G. Switzer, II
Jochem, But you can still distinguish between embedded and attached images, the one is multipart/related and the other multipart/mixed. Are you positive that's the case? If I recall from some earlier testing (which was about 8 months ago) not every mail client marked embedded images as

How to protect this query?

2007-09-11 Thread Les Mizzell
I'm working my way through some legacy sites that have queries that need a little securing from SQL injection attacks. Most of them simply need cfqueryparam added. But, what's best practice for the simple query below? cfquery name=getPA datasource=#request.datasource#

Re: Smart Parsing of E-mail Attachments...

2007-09-11 Thread Jochem van Dieten
Dan G. Switzer, II wrote: But you can still distinguish between embedded and attached images, the one is multipart/related and the other multipart/mixed. Are you positive that's the case? Barring broken implementations, yes. Jochem

Re: How to protect this query?

2007-09-11 Thread Raymond Camden
I'd change the select * to a specific list of columns, and replace the '%... with a cfqueryparam as you well know. On 9/11/07, Les Mizzell [EMAIL PROTECTED] wrote: I'm working my way through some legacy sites that have queries that need a little securing from SQL injection attacks. Most of

Re: Parent - Child data in a drop down

2007-09-11 Thread Joe Lakey
By drop down do you mean a DHTML navigation menu? -Joe Lakey ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

Re: How to protect this query?

2007-09-11 Thread Les Mizzell
I guess I'm a little unclear on how to use a like with cfqueryparam. I'd change the select * to a specific list of columns, and replace the '%... with a cfqueryparam as you well know. On 9/11/07, Les Mizzell [EMAIL PROTECTED] wrote: I'm working my way through some legacy sites that have

Re: How to protect this query?

2007-09-11 Thread Ian Skinner
Just LIKE this, sorry could not resist: WHERE pa_name like cfqueryparam value='%#form.pa_name#%'... ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

RE: How to protect this query?

2007-09-11 Thread Andy Matthews
You should be able to straight up replace the part after like with a cfqueryparam. Keep the percent signs in and everything. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 11:22 AM To: CF-Talk Subject: How to protect this query? I'm

Re: How to protect this query?

2007-09-11 Thread Les Mizzell
WHERE pa_name like cfqueryparam value='%#form.pa_name#%'... The percent signs aren't escaped? I thought they were and it wouldn't work. I haven't tested this - let me check. Seems too simple, huh? ~| ColdFusion is delivering

cfhttp XML from a directory problem

2007-09-11 Thread Paul Ihrig
we have a page that post xml data which works fine. during the night we do a back up on a server. during this time we write out the data to a static xml file like myXML.xml it contains the exact same data that process just fine as: cfhttpparam name=XML type=xml value=#procXML# but what i loop

Re: CFWINDOW form action?

2007-09-11 Thread Asim .
onclick button event I use ColdFusion.Ajax.submitForm() it is inside the cfform. on the action page i have a confirmation page, when I submit the button, it should take me to the confirmation page. but nothing happens. on the ColdFusion Ajax logger. I see this entry info:http: Form submission

RE: How to protect this query?

2007-09-11 Thread Bobby Hartsfield
WHERE pa_name like cfqueryparam cfsqltype=cf_sql_varchar value=%#form.pa_name#% / ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 12:34 PM To: CF-Talk Subject:

Re: Parent - Child data in a drop down

2007-09-11 Thread [EMAIL PROTECTED]
How 'deep' can this go for parent records? You indicate to the 'Sub Sub' level (3 deep), can it go 4 deep? I am pondering a method that orders and groups all the data by the parent ID and then does a loop. That loop would create a 'prefixdisplay' variable based on how many deep the child

Re: How to protect this query?

2007-09-11 Thread Ian Skinner
Nope, in this case it is just that simple, actually with a lot of CF it's just simple, thats why we all love it after all! :-) ~| Check out the new features and enhancements in the latest product release - download the What's

RE: cfhttp XML from a directory problem

2007-09-11 Thread Doug Arthur
Try this the code below, there might be some syntax issues as this is all off the top of my head, but I think it's all right: Also, I added the Trim because sometimes when you write a file it can add a return carriage at the end of the file which is unwanted whitespace for xml. cfdirectory

Web Service question

2007-09-11 Thread Eric Roberts
I am getting hte following error: Web service operation listPositions with parameters {client_id={xx},} could not be found. (x represents a number) I am calling a cfc (guts of query and datasource removed) that is on the same server, but in a different site: cfcomponent cffunction

Re: CF8 CFPOP? Better?

2007-09-11 Thread Eric Roberts
Depends...if you are accessing an exchange server...check out the cfexchange tags... Eric On 9/11/07, Scott Weikert [EMAIL PROTECTED] wrote: For a good while I've been using the 'CFX_POP3' tag in lieu of CF's built in 'CFPOP' (using 6.1). It's always worked better/faster for me. Now, we're

Re: Web Service question

2007-09-11 Thread Bryan Stevenson
1st question: Have you successfully run this before? 2nd question: If so, have you changed any of the argument names or data types since the last successful run WITHOUT updating the webservice via CF Admin? If you answered yes to number 2...then go refresh that webservice and away you go If

PDF Creation in Coldfusion

2007-09-11 Thread Rosana Levesque
Hi, Although I just registered to House of Fusion, I have been reading and getting info and solutions from it for a long time now. About my question: I know how to create PDFs, not a problem. The problem is when I want to edit these PDFs in a Vector Software, like Corel Draw. It displays a

Re: cfhttp XML from a directory problem

2007-09-11 Thread Paul Ihrig
Dug, thank you. looks like that worked! now i just need to find out how to move the xml files now from the directory once its processed to a back up dir. man, i am so rusty have never seen any one do any of this with xml! thanks again! -paul

Re: Web Service question

2007-09-11 Thread Ian Skinner
Also web services are access as client-server http reqeusts so your cfinvoke should be to the url of the WSDL of your defined web service on the site it is living on, something conceptionally like this: cfinvoke method=listPositions returnvariable=rawXMLPostionlist

Re: cfhttp XML from a directory problem

2007-09-11 Thread Paul Ihrig
nice cfoutput query=CurrentDirectory cffile action = move source = C:\myDir\#Name# destination = C:\myDir\Processed\ attributes=Normal /cfoutput ~| Enterprise web applications, build robust, secure scalable apps today - Try it

Re: Web Service question

2007-09-11 Thread Eric Roberts
you are correct...but when you register the service in CF Admin...you can use a name. Like I said...this is on the same box, so I just registered it to make it easire. I got the same results with the url. On 9/11/07, Ian Skinner [EMAIL PROTECTED] wrote: Also web services are access as

Re: Web Service question

2007-09-11 Thread Eric Roberts
1: No 2: It didn't work...but I did do this without having it registered and using the url. If I run the query and output of the cfc on it's own, I get the expected results. I based what I did on the following tutorial... http://www.quackit.com/coldfusion/tutorial/coldfusion_web_services.cfm

Re: CFWINDOW form action?

2007-09-11 Thread Raymond Camden
If you use submitForm, then you are doing an AJAX request. If you want something to change in the display, you have to do it yourself. You may want to NOT use submitForm() and just use cfform and post to the confirmation page. On 9/11/07, Asim . [EMAIL PROTECTED] wrote: onclick button event I

RE: Odd database behavior: duplicate key error

2007-09-11 Thread Dave Watts
Yes. CFTRANSACTION only creates a transaction for the current thread (actually the current database connection from the connection pool). If multiple threads could be running the same process at the same time, resulting in a race condition, then you need to lock that set of queries as

Re: CFWINDOW form action?

2007-09-11 Thread Asim .
if I use the regular form submission, my whole page shows the confirmation page, not just the windows, infact I am using cfform. If you use submitForm, then you are doing an AJAX request. If you want something to change in the display, you have to do it yourself. You may want to NOT use

Re: Web Service question

2007-09-11 Thread Ian Skinner
What happens when you put the url into a browser. You should get a WSDL file displayed in the browser. If you don't maybe the generate error message could be informative. ~| Download the latest ColdFusion 8 utilities

Re: add xml node?

2007-09-11 Thread Paul Hastings
Brian Kotek wrote: cfset ArrayAppend(xml['a'].xmlChildren[1].xmlChildren, XmlElemNew(xml, 'd')) / well that was intuitive ;-) many thanks brian. ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins

Re: CFWINDOW form action?

2007-09-11 Thread Raymond Camden
Err, so wait. You said even if you use cfform, the whole page refreshes? That isn't right. On 9/11/07, Asim . [EMAIL PROTECTED] wrote: if I use the regular form submission, my whole page shows the confirmation page, not just the windows, infact I am using cfform. If you use submitForm,

Re: CFWINDOW form action?

2007-09-11 Thread Asim .
well thats the problem, I am using the cffrom inside that cfwindow, and once I just use the submit, the whole form refreshed. cfform name=dataForm format=html id=dataForm action=index.cfm?fuseaction=#attributes.XFA.btnSubmit# method=post input type=button name=btnSave value=Next

Re: CFWINDOW form action?

2007-09-11 Thread Asim .
Got it working. The form should be submitted with the submit type button. If you try to submit the form using Javascript, it will refresh the whole page, not just the window. Maybe its a bug, not sure. Thanks for your help Ray. appreciate that. Asim well thats the problem, I am using the

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Brian Kotek
I can't test it myself to simulate the race condition, but I definitely know that people have been talking about this issue for a very long time. I can remember reading posts about it going back for years, and in those cases, people had tried CFTRANSACTION alone and it didn't make a difference.

Re: Web Service question

2007-09-11 Thread Eric Roberts
I get the wsdl... Eric On 9/11/07, Ian Skinner [EMAIL PROTECTED] wrote: What happens when you put the url into a browser. You should get a WSDL file displayed in the browser. If you don't maybe the generate error message could be informative.

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Claude Schneegans
people had tried CFTRANSACTION alone and it didn't make a difference. CFTRANSACTION won't help for race condition problems, it only handles rollback if a problem happens during execution. But two updates can still compete one against another without causing any execution error. CFLOCK will

CF8 - Exchange appointment time issue, DST?

2007-09-11 Thread Konopka, Dave
We're experiencing a problem with appointment times using cfexchange against an Exchange 2003 server. When we pull back appointments scheduled after November 4th, the time is +1 hour from the actual time. November 4th is the new end of Daylight Savings Time. The same appointments appear with

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Brian Kotek
Well that's just it, from what Dave (and Simon's article) are saying, this is not the case. CFTRANSACTION (with the appropriate level of isolation) should handle concurrency across threads as well as handling rollbacks. I'd like to confirm that this is true, because if it is, my whole

RE: CF8 - Exchange appointment time issue, DST?

2007-09-11 Thread Dawson, Michael
It's been a while, but I don't remember if we had to run an Exchange DST patch or not. Our sys admin would have done that if it was required. However, I remember that we had to run a patch on each Windows PC to update the appts in Outlook. I don't think it worked as advertised. Finally, we

RE: Odd database behavior: duplicate key error

2007-09-11 Thread Brad Wood
If he is using MS SQL server wouldn't with(tablock holdlock) also need to be used on the delete AS WELL as a transaction to actually prevent another process from inserting into the table until the transaction was complete. It is my understanding that with(holdlock) would be necessary for the lock

multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a database conetnt and has three levels. It means something like that: MenuSubmenu_level1Submenu_level2 for example for a book shop menu: Home BooksKids *Harry

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Josh Nathanson
Original poster here...for the record I'm using MySQL 5. Update: I added the named lock and that squashed the problem completely. In my case there is some additional code involved rather than just back-to-back database updates, PLUS the possibility of some shared scope issues, AND we are on a

RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread jake
Check out this example, I've based many of my own menus on this: http://www.cssplay.co.uk/menus/flyout2.html Jake Original Message --- Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Raymond Camden
Did you look at the docs for cfmenu? On 9/11/07, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a database conetnt and has three levels. It means something like that:

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for cfmenu? \ Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign ~| Check out the new features and

RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Jayesh Viradiya
That's problem then...but you must try CFMENU tag, it's amazingly easy to use. Jayesh -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 3:24 PM To: CF-Talk Subject: Re: multi-level coldfusion menu that reads from a database Did you look

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
That's problem then...but you must try CFMENU tag, it's amazingly easy to use. Jayesh Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign Okay but there is a question. What CF8 hosting service do you

RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Bill Betournay
www.crystaltech.com www.hostmysite.com To get the list started once again. Bill -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: September 11, 2007 6:46 PM To: CF-Talk Subject: Re: multi-level coldfusion menu that reads from a database That's problem then...but

Re: Odd database behavior: duplicate key error

2007-09-11 Thread Jake Pilgrim
Yes, you could use CFtransaction for this type of isolation, but this can also cause problems that you wouldn't see with cflock. Cftransaction isoloation='serializabile' for example will give you an exclusive lock to all tables within the transaction (most restrictive level of isloation).

CFINPUT type=datefield popup calendar underlaps other form fields

2007-09-11 Thread coldfusion . developer
I'm using CFINPUT type=datefield to create a popup calendar and the calendar works fine but is showing up under other form fields and is hard to read. I've tried applying a class with a z-index through CSS and it doesn work. Has anyone ever ran into this? Any Advice? Thanks Dan

RE: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Jaime Metcher
Not sure how much effort you want to go to, but if you want to have it both ways you could have a per-request object which has composed into it the session-scope object. Did you do that dump of the variables scope? I'd be interested to see how CFGRID is doing this. I'd have a look myself, but

RE: Odd database behavior: duplicate key error

2007-09-11 Thread Jaime Metcher
Dave, According to livedocs cftransaction by default uses the default isolation level of the database - which in most installations will be either read committed or repeatable read. What you say is true if one sets the isolation level explicitly to serializable. However (I'm sure you know this

Re: Web Service question

2007-09-11 Thread James Bailey
Web service operation listPositions with parameters {client_id={xx},} could not be found. (x represents a number) I am calling a cfc (guts of query and datasource removed) that is on the same server, but in a different site: cfcomponent cffunction name=listPositions

SAX XML parser for ColdFusion (wrapper component for Java maybe)

2007-09-11 Thread Hansjoerg
Hello! I have the problem that I always run out of memory when parsing very, very huge .XML files (up to 500 MB). So the way to go is SAX with an event-based approach, but I cannot find useable code for ColdFusion using this technology. In an (quite cold) article a component was mentioned

Re: mail getting rejected

2007-09-11 Thread Wil Genovese
This is a BIG question. Since your trying to use localhost (127.0.0.1) as your mail server you need to make sure you really have a SMTP server running at that IP address and identify which port it is listening on. This is normally port 25. Does the cfadmin 'Verify mail server Connection'

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for ? Okay it seems mine will be CF8 soon. Then how can I use CFMENU? I'm waiting for Ben Forta's books to learn more about the new features of CF8 and I wonder where I can learn more about it meanwhile. thanks Benign

Re: CFINPUT type=datefield popup calendar underlaps other form fields

2007-09-11 Thread Andrew Scott
Yes I blogged about it a long time ago, and have reported it as a bug to adobe as well. On 9/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using CFINPUT type=datefield to create a popup calendar and the calendar works fine but is showing up under other form fields and is hard to

Re: Odd behavior when using cfform inside a CFC

2007-09-11 Thread Charles Sheehan-Miles
Unfortunately, I'm on a very tight self-imposed deadline, so I've dropped it for the time being and I'm skipping the cf8 ajax functions. I'll revisit in the next version. I did try moving the relevant CFCs to the request scope. Didn't do the trick. Even those I invoked the CFC fresh on

Re: Web Service question

2007-09-11 Thread Matthew Chambers
Hi Eric, I had similar problem when I was first introduced to WS's. I've found that numerous problems can cause this but the most common cause is that you are not passing the parameters correctly. With some of the WS I've consumed I found that I had to pass almost all arguments even if they

RE: mail getting rejected

2007-09-11 Thread Dave Francis
Hi Wil, First off, many thanks for your reply. My problem, other than not knowing much at all about mail servers, is that a lot of mail IS being delivered. Which led me to believe that the mechanics are all OK, and maybe I was being rejected by the recipient for some reason. Any ideas

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Web Specialist
Ali, I'll want to suggest you to know this jQuery plugin: http://labs.activespotlight.net/jQuery/menu_demo.html Using ajax call could be a very nice solution to your needs. Cheers p.s.: open that link and click in Toggle Menu(top left position). 2007/9/11, Ali Majdzadeh [EMAIL PROTECTED]:

Ajax cfgrid bind problem

2007-09-11 Thread Mike Chabot
I am trying to use the cfgrid CFC binding feature in CF8 but I am having trouble getting the CFC to populate the Ajax grid. URL: http://site/ Folder: c:\inetpub\wwwroot URL: http://site/projects/ (virtual directory) Folder: c:\projects\ This folder has a cfc called myCFC My bind attribute

RE: Ajax cfgrid bind problem

2007-09-11 Thread Dale Fraser
What OS etc. I could not get this stuff to work under Vista and IIS, works find on a Windows server. Also if the cfm is in the same as the cfc you don't need the projects. Regards Dale Fraser http://learncf.com -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent:

Re: Ajax cfgrid bind problem

2007-09-11 Thread Mike Chabot
Windows 2003 Standard 32 bit with IIS6. My example is simplified. The cfm file is not in the same directory as the cfc in actuality. Although that gave me an idea. I put the cfc in the same directory as the cfm file and shortened the cfc path, but the result is the same. The Ajax call is looking

RE: Ajax cfgrid bind problem

2007-09-11 Thread Dale Fraser
Do you have a CFIDE virtual directory, this is required for all the AJAX stuff. Regards Dale Fraser http://learncf.com -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 September 2007 11:15 AM To: CF-Talk Subject: Re: Ajax cfgrid bind problem Windows

Re: Ajax cfgrid bind problem

2007-09-11 Thread Mike Chabot
Yes. The full CFIDE directory is there. The grid works fine when I change the binding to be a local cfquery. However, ultimately I want to bind to a CFC on the server. When I view source, the line that is wrong is this one: ColdFusion.Bind.cfcBindHandler(null,

Re: Directory Watcher Skipping Files

2007-09-11 Thread Chris Velevitch
On 9/12/07, Brian Kotek [EMAIL PROTECTED] wrote: Does this help? http://coldfusion.sys-con.com/read/317586.htm No, because my files are XML files 35K or less and I would have picked that fact that it was partially reading files when I checked the validity of the XML data. If there was a

cfwindow making page jump to top..

2007-09-11 Thread Will Tomlinson
Man I love this cfwindow tag. My only problem is, on a long page with a vertical scrollbar, if you click the link that pops the cfwindow open, the page jumps to the top. The window opens like it should, but you're back at the top of the page. Any ideas on what I'm doin wrong? Here's my

Re: cfwindow making page jump to top..

2007-09-11 Thread J.J. Merrick
The issue is the href=## is essentially saying click me and I will take you to Anchor Nothing.. or index.cfm# change this... a href=## onclick=javascript:ColdFusion.Window.show('window#Section#')Show students that didn't complete an evaluation/a to a

  1   2   >