Re: DateFormat and german umlauts

2006-02-07 Thread Patric Stumpe
Hi Paul, PH in theory, yes sure. but locale resource data/implementation varies version to PH version i suppose OS to OS--even something as simple as the terminology PH differs OS to OS (and sometimes version to version). PH any chance the host is setting the file encoding? Hmm, I doubt so.

timeout error

2006-02-07 Thread Duncan
How can I catch a timeout and deliver a friendly error message tailored to a timeout? I have database, verity and exception etc covered with cferror, but it does not cover timeouts. -- Duncan I Loxton [EMAIL PROTECTED] ~|

Re: Need query help

2006-02-07 Thread Will Tomlinson
Jeasus man! I'm gonna show you something, it'll take me about an hour to rewrite your query though!! Bare with me... 1. I might bear with ya dude, but I aint gonna BARE with you. Check with dave for that one. lol! 2. Oh yeah, the query is lookin' sweet now! Ok, I'll start tryin' to use

RE: MySQL/CFMX7 (RESOLVED)

2006-02-07 Thread ColdFusion
My apologies John. I had tried both ways using the ODBC using the Selection of MySQL(3.x) as well as Other (JDBC). However, I did use the ODBC settings within the Control Panel to rule out the issues Governing the Port, Username, and password for the MySQL Database Server as well as to confirm

Re: DateFormat and german umlauts

2006-02-07 Thread Paul Hastings
Patric Stumpe wrote: Hmm, I doubt so. But my hope is to find the source of the problem, ask? No your missing nothing. It's absolutely correct. Those values are just filled into corresponding formfields for start and end day, month, year. do you have an example? I would imagine that the

Re: DateFormat and german umlauts

2006-02-07 Thread Patric Stumpe
Hmm, I doubt so. But my hope is to find the source of the problem, PH ask? That whole hosting thing has become some kinda political beyond my recommendations. Really difficult. So I have to stick with what's given on the server side. You won't believe how happy I was when I heard that I was

httpHandlers, handle non existent cfm files

2006-02-07 Thread info
Hi, I am creating a CMS using mx 7. When ever a user creates a page i want to store all the info, like the directory name, page name,content in the database and i dont want to create directories,.cfm file physically. How do i hijack the http request so that it displays the .cfm page even

Re: DateFormat and german umlauts

2006-02-07 Thread Paul Hastings
Patric Stumpe wrote: That whole hosting thing has become some kinda political beyond my recommendations. Really difficult. So I have to stick with what's given on the server side. You won't believe how happy I was when I heard that I was *allowed* to port the DB... well it would really help

Re: editing existing text in FCKEditor

2006-02-07 Thread Deanna Schneider
I had that start happening in Firefox when I upgraded to FF 1.5. When I upgraded to 1.5.01, it stopped happening. *shrug* I hadn't gotten around to trying to figure it out yet. So, I dunno what the issue was. On 2/6/06, Mike Kear [EMAIL PROTECTED] wrote: Some one posted the solution to this a

Re: DateFormat and german umlauts

2006-02-07 Thread Patric Stumpe
PH well it would really help to know if they are actually forcing utf-8 or whatever PH as file encoding. make some sense of your problems. Hmm, then I'll have to dig a bit into this on the live server. But at the moment the problems occur on our dev server. A quick test shows that its default

Re: passing multiple values from the same form field

2006-02-07 Thread Deanna Schneider
He gave you an example: #form[fieldname counter]# Basically, the form scope is an array, so you in cases when you need to use a variable as a form name, you can use the bracket notation above to get the data without using evaluate. So, for example, if you had this form: form input type=text

Re: data from two datasources

2006-02-07 Thread Sebastian Mork
found something in the mySql-forums.. http://dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html (The FEDERATED Storage Engine since mySql 5.0.3) -- Sebastian Mork [EMAIL PROTECTED] -- On Mon, 06 Feb 2006 23:49:35 +0100 Sebastian Mork [EMAIL PROTECTED] wrote: ok, my mistake.. so

Re: httpHandlers, handle non existent cfm files

2006-02-07 Thread Robertson-Ravo, Neil (RX)
Seems like it will be a huge drain on performance - but you will still need page to serve it all up. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains

Re: DateFormat and german umlauts

2006-02-07 Thread Paul Hastings
Patric Stumpe wrote: Hmm, then I'll have to dig a bit into this on the live server. look at the JVM arguments. A quick test shows that its default encoding is UTF-8. you're setting the *file encoding* to utf-8? Dropping in a simple cfset foo = DateFormat(now(), 'dd.mm.') / anywhere

RE: Log analyzer software.

2006-02-07 Thread Che Vilnonis
Thanks to all that have helped. Looks like SmarterStats is a go. :) Also, from what I hear, their mail software, SmarterMail is pretty good as well. Thanks, Che. -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 8:48 PM To: CF-Talk

Re: DateFormat and german umlauts

2006-02-07 Thread Patric Stumpe
PH look at the JVM arguments. How would I read them without shell or CFAdmin access? PH you're setting the *file encoding* to utf-8? Ermm, the GetEncoding(URL) and GetEncoding(FORM) return UTF-8. PH is there a public example of this? May I contact you offlist with that? PH now() produces a

Re: data from two datasources

2006-02-07 Thread Pete Ruckelshaus
Could you just do a UNION within a query of queries? Pete On 2/7/06, Sebastian Mork [EMAIL PROTECTED] wrote: found something in the mySql-forums.. http://dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html (The FEDERATED Storage Engine since mySql 5.0.3) -- Sebastian Mork [EMAIL

RE: Strange Error

2006-02-07 Thread Robertson-Ravo, Neil (RX)
No. Blackstone was ColdFusion 7 -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: 07 February 2006 03:01 To: CF-Talk Subject: RE: Strange Error Wasn't Blackstone a CF code name for version 5? Eric -Original Message- From: Robertson-Ravo, Neil (RX)

RE: [work] File exists on remote server?

2006-02-07 Thread Andy Matthews
Jacob... The code isn't returning an error...just a broken image. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Monday, February 06,

Re: timeout error

2006-02-07 Thread Ron Gowen
cferror type=exception exception=coldfusion.runtime.RequestTimedOutException mailto=[EMAIL PROTECTED] template=/error_log/timeoutErr.cfm should work - handle the way you wish in the timeoutErr.cfm file On 2/7/06, Duncan [EMAIL PROTECTED] wrote: How can I catch a timeout and deliver

Re: data from two datasources

2006-02-07 Thread Michael Traher
could be a candidate for doing in two or three steps and using a query of queries to combine the data. Just a thought Mike T On 2/7/06, Sebastian Mork [EMAIL PROTECTED] wrote: found something in the mySql-forums.. http://dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html (The

Re: data from two datasources

2006-02-07 Thread Sebastian Mork
Hi, I've now just started to test the federated storing engine with mysql 5 ... I've a lot of queries and I dont wanna change everything, so lets see if it'll work. I've just installed mysql5 on my machine and try now to create some kind of 'federated table' local. so that my local dbms connects

Re: editing existing text in FCKEditor

2006-02-07 Thread John Wilker
I'm running 2.2 (i think it is) and don't have that problem. Mine pulls content from the DB and shows it in regular text format. Souce code not shown. You have like a PRE or something in the mix maybe? On 2/6/06, Rick Root [EMAIL PROTECTED] wrote: Mike Kear wrote: I'm usng FCKEditor v2.2

evaluate hell PT 3 (three)

2006-02-07 Thread Cutter (CF-Talk)
Can anyone give me a good/valid reason for the existence of the following statement: #Evaluate(ListLen(CurrentDir, '/')-NestDepth)# (Gotta love OPC...) Cutter ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231588

RE: SQL Server Monitor with CFMX

2006-02-07 Thread Dave Watts
With CFMX, is there a way to monitor when SQL Server Agent/Service are stopped and stared? Well, ideally, those services should be on a different machine entirely. In that case, there wouldn't be anything within CF that would let you directly query the status of those remote services. You

Re: MySQL/CFMX7 (RESOLVED)

2006-02-07 Thread John Paul Ashenfelter
On 2/7/06, ColdFusion [EMAIL PROTECTED] wrote: My apologies John. I had tried both ways using the ODBC using the Selection of MySQL(3.x) as well as Other (JDBC). Again, not to be a pain, but no you didn't set up an ODBC. You set up a MySQL(3.x) JDBC datasource. Then you set up an Other JDBC

Re: evaluate hell PT 3 (three)

2006-02-07 Thread Charlie Griefer
good? no :) valid? maybe. pre-MX, you couldn't do computations inside of brackets (e.g. #myVar1 - myVar2# would not work), so you needed evaluate() (or you needed to do a cfset /). but as of MX, #listLen(currentDir, '/') - nestDepth# should work just peachy. On 2/7/06, Cutter (CF-Talk)

RE: MySQL/CFMX7 (RESOLVED)

2006-02-07 Thread Adkins, Randy
John, in fact YES I did create an ODBC just not in ColdFusion. So if we get technical I did the *ODBC* in the Windows Control Panel to validate the connection information. Now with that said, instead of me saying *ODBC* in the thread, The proper term would have been using the ColdFusion

detecting delivered email addresses...

2006-02-07 Thread Protoculture
I was wondering if there was a way to detect the email delivery status of an email programmatically? Essentially what we want to do is to make sure that an email account exists or guarantee fast delivery. Either one of these options would work for us at the moment. The other alternative is

Re: data from two datasources: got it with mysql

2006-02-07 Thread Sebastian Mork
Hi, great, its working now :) (using mysql 5 with The FEDERATED Storage Engine) to access a local and a remote database within one query. http://dev.mysql.com/doc/refman/5.0/en/federated-storage-engine.html I've just installed - MySql 5.0.18 on my xp-machine (+ the latest phpMyAdmin-version +

RE: Log analyzer software.

2006-02-07 Thread Kevin Graeme
Just to be the guy that bucks the trend, we use Urchin and it's quite nice. Haven't tried SmarterStats to compare it too but we used to use WebTrends and you couldn't pay me to use that again. --- Kevin Graeme Cooperative Extension Technology Services University of Wisconsin-Extension

RE: Log analyzer software.

2006-02-07 Thread Che Vilnonis
Can you buy the standalone version of Urchin anymore? I can't seem to find it... its all Google Analytics now. Che -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 12:44 PM To: CF-Talk Subject: RE: Log analyzer software. Just to be the

OT: monitoring handles that the process uses

2006-02-07 Thread Russ
I'm trying to install IMS Lite on our new server, and I got it to work partially. The problem is we're not running coldfusion or ims as local system, but as a user instead. Apparently this is not enough privileges for it to work properly. I added permissions to jrun to certain registry

Re: detecting delivered email addresses...

2006-02-07 Thread Claude Schneegans
Essentially what we want to do is to make sure that an email account exists or guarantee fast delivery. According to my own experience, this is not possible, due to the fact that most mail servers do not strictly follow standards when replying to SMTP request. Some will reply that the user

RE: Log analyzer software.

2006-02-07 Thread Emmet McGovern
Also, unless you need the built in web server to access the smarterstats webservices for some reason, you don't need to run the smarterstats webserver. Set the directory permissions and run it under IIS. Emmet -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: detecting delivered email addresses...

2006-02-07 Thread Emmet McGovern
We have most of our servers set to silent dump any invalid email addresses. It's too much of a resource hog to send all those bounces, not to mention some blacklists will now blacklist you for bouncing. It's a dirty tactic but you could always use html mail with a hidden image to track opened

RE: detecting delivered email addresses...

2006-02-07 Thread Dave Watts
According to my own experience, this is not possible, due to the fact that most mail servers do not strictly follow standards when replying to SMTP request. Some will reply that the user address is unknown, but some will will not, simply accept the message and bye ! That alone doesn't

Re: detecting delivered email addresses...

2006-02-07 Thread Claude Schneegans
That alone doesn't mean they don't follow standards. For security reasons, it's common for SMTP servers to return a 252 response What I mean is that some won't even answer to VRFY requests, that is not standard. -- ___ REUSE CODE! Use custom tags; See

RE: detecting delivered email addresses...

2006-02-07 Thread Russ
You're forgetting that the spammers can collect email addresses from your server just by generating a list of random (and not so random) characters and then appending yourdomain.com to them, and testing whether that address exists. I believe it's called a directory harvesting attack... Russ

RE: detecting delivered email addresses...

2006-02-07 Thread Emmet McGovern
The most notorious for this is spamcop.net http://www.spamcop.net/fom-serve/cache/297.html If a server sends bounces to an SCBL spamtrap in sufficient quantity to meet the listing criteria, the SCBL will list that server. This situation results as some mailservers do not reject mail during the

cross server locking

2006-02-07 Thread Russ
We have a template that basically trickles mail out (we store mail in the database, and the template generates the actually cf_mail calls, etc and sends out batches of 1000) at a time. Is there a way to somehow do a cross server lock so that each of our 2 servers doesn't try sending out the same

RE: cross server locking

2006-02-07 Thread Andy Matthews
Could you mark each batch of mail as processed? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 2:57 PM To: CF-Talk

RE: cross server locking

2006-02-07 Thread Russ
We have an email queue, and when an email gets sent, I mark it as sent. The problem I'm trying to avoid is. Server a runs query Select top 1000 * from emailQueue where isSent=0 Server b runs query Select top 1000 * from emailQueue where isSent=0 They both send out the same 1000 of emails.

RE: cross server locking

2006-02-07 Thread Paul Vernon
I wrote a cf_clusterlock tag that would allow arbitrary named locks across servers... It does require that both servers can see a shared DB for the locking to work. If you need it mail me off list... :) Paul ~| Message:

input box selection

2006-02-07 Thread Jason Herbolsheimer
I'm currently developing a site that has a very simple form(2 email addresses, Name and comments). The problem I'm having is that I'm unable to click on any of the text boxes to place the cursor inside of it, unless you hover exactly over the top portion of the text box (your arrow will go to a

FW: input box selection

2006-02-07 Thread Jason Herbolsheimer
Sorry that isn't the correct url. Please try this one instead. http://oil.cfwebtools.com/newshome.cfm?news_id=51action=showstory -Original Message- From: Jason Herbolsheimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 4:05 PM To: cf-talk@houseoffusion.com Subject: input

FW: input box selection

2006-02-07 Thread Jason Herbolsheimer
OK. I promise this one is the right one. http://oil.cfwebtools.com/newshome.cfm?news_id=51action=emailstory -Original Message- From: Jason Herbolsheimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 4:07 PM To: CF-Talk Subject: FW: input box selection Sorry that isn't the

Re: input box selection

2006-02-07 Thread Charlie Hanlon
http://oil.cfwebtools.com/newshome.cfm?news_id=51action=emailstory Jason, I viewed source on the url above, saved it locally and then ran that page in my browser and had no problems inputting data into the form fields. Not sure what this means. Additionally, at the URL above, I put my

RE: input box selection

2006-02-07 Thread Bobby Hartsfield
Nothing jumps right out at me... try validating and cleaning up your html and CSS first. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jason Herbolsheimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 5:09 PM To: CF-Talk

Re: input box selection

2006-02-07 Thread Sebastian Mork
What about the height of the layer4-div (with aout us etc in it)? maybe its height is too big? and I would suggest to use the label-tags for input-fields, so users could click on the label to foucs the fields.. (e.g. label for=emailEmail/label) bye -- Sebastian Mork [EMAIL PROTECTED] -- On Tue,

Re: cross server locking

2006-02-07 Thread Jochem van Dieten
Russ wrote: We have a template that basically trickles mail out (we store mail in the database, and the template generates the actually cf_mail calls, etc and sends out batches of 1000) at a time. Is there a way to somehow do a cross server lock so that each of our 2 servers doesn't try

RE: input box selection

2006-02-07 Thread PINE Phyo Z
Yep. And I tested it and it seems like your div Layer4 is giving the problem. If you comment out the following portion in your code, it all seems well. You might want to re-code that part. div id=Layer4 style=position:absolute; left:350px; top:200px; width:300px; height:330px; z-index:8

CF_Flex connectivity install troubles. Anyone else?

2006-02-07 Thread John Wilker
I have a multi instance Jrun set up. I run the cf_flex_connector installer and no matter where I point it. it always says it's not a valid jrun root. Anyone else experience this? -- John Wilker Writer/Web Consultant www.johnwilker.com / www.red-omega.com Everything changes, nothing remains

Looping over dynamic checkboxes

2006-02-07 Thread Cameron Johnson
The scenario: I've got a self-posting form that validates against validateForm.cfm. If there are errors in the form, I declare an error message variable and put in some text: cfset errorMessage = There were errors in your submission. The purpose: If there are errors, I want the form to be

RE: cross server locking

2006-02-07 Thread Russ
Is this available in SQL Server 2000? Looking at the docs, it doesn't look like it is. Russ -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 5:29 PM To: CF-Talk Subject: Re: cross server locking Russ wrote: We have a

Re: cross server locking

2006-02-07 Thread Jochem van Dieten
Russ wrote: Is this available in SQL Server 2000? Looking at the docs, it doesn't look like it is. It is, but why would MS use the same syntax as everybody else when they can do it their own way and lock users deeper into their propietary syntax? SELECT ... FROM ... WITH (updlock |

RE: Looping over dynamic checkboxes

2006-02-07 Thread Bobby Hartsfield
Use the same loop to declare cfparams for your form fields using the query results as the default Then in all of your form fields, use the form scope for the values When the user first hits the form, the query populates the form scope. When the user submits, THEIR information overrides the

Re: CF_Flex connectivity install troubles. Anyone else?

2006-02-07 Thread Tyler Fitch
Yes I have. The connector isn't currently released for J2EE CF installs. It's only released for the stand-alone CF installs. It's an installer issue, I haven't heard of any solutions being currently available. t On 2/7/06, John Wilker [EMAIL PROTECTED] wrote: I have a multi instance Jrun

RE: detecting delivered email addresses...

2006-02-07 Thread Justin D. Scott
I was wondering if there was a way to detect the email delivery status of an email programmatically? Once an e-mail has been sent, there is no way to track its delivery like you can with a package sent via FedEx. You can, however, test to see if the mail servers configured for a domain will

Re: CF_Flex connectivity install troubles. Anyone else?

2006-02-07 Thread John Wilker
Cool. That's all I needed to hear to stop spinning my wheels. I'll work on it within the constraints. THanks Tyler. J ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231626 Archives:

RE: input box selection

2006-02-07 Thread Dan G. Switzer, II
Jason, I believe the problem is with your line-height CSS declarations for the input element. Check out this URL: http://www.richinstyle.com/bugs/ie5b.html Look for: Bug 5: line-height and padding destroyed on INPUT type=text and type=password This appears to be the problem you're

cftry and cfcatch

2006-02-07 Thread John Lucania
I have two queries: cfquery name=checksrv datasource=master SELECT @@SERVICENAME; /cfquery cfquery name=checkage datasource=master SELECT count (program_name) FROM master.dbo.sysprocesses WITH (NOLOCK) WHERE program_name LIKE '%Agent%' /cfquery I want to be notified through cfmail if 1) query