Re: Trouble getting this loop to work ...

2008-09-25 Thread gary gilbert
I have to agree with Gert on this one. That function needs to be rewritten so that it can accept a list of values. Would be interesting to see what the function is doing too. Running multiple queries in that way is unnecessarily network heavy. Gary Gilbert http://www.garyrgilbert.com/blog On

RE: Using Max Function on more that two data values

2008-09-25 Thread Bobby Hartsfield
Neah... it's overrated. ..:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 11:45 AM To: CF-Talk Subject: Re: Using Max Function on more that two data values

Re: Windows 2003 server CF 8 Installation issue

2008-09-25 Thread Gus Denton
I think I have misunderstood what I am trying to do. In Adobes docs I am having trouble deciding between doing another standalone instalation and multiserver. It appears that I can also run the standalone and it will also install a fresh copy of JRun with 1.6.x jre.. I have taken a few days

Re: Sessions and more info

2008-09-25 Thread Gus Denton
no luck on that front either as we host a number of top level serices so the main uni cert would have to cover us. Trying to organise that.. well and end to poverty just might be easier to arrange ! No No cert server, and no wildcard cert for the institution though I am told that this has

Re: Sessions and more info

2008-09-25 Thread James Holmes
I know what you mean (I work in a Uni too), but it's really not too hard to organise as far as the technology goes: 1) Get cert from DigiCert 2) Install it The cost is reasonable and it solves so many issues; we were able to combine a wildcard cert for our prod servers with wildcard DNS for our

Re: Gmail blocking CF8 as x-mailer

2008-09-25 Thread Tom Smith
Few things: 1. Its not blocking it for us. 2. could be your cf server or mail relay server has been blacklisted. Ours is dedicated so we don't have that issue. If your in a shared envirnoment it may not be your doing, but your sharing the penalty for someone else's violations. 3.Faking outlook

Re: Gmail blocking CF8 as x-mailer

2008-09-25 Thread Tom Smith
Also one more thing to add. The CF logs for e-mail aren't going to tell you much. CF8 isn't a mail server, just a relay tool. As Coldfusion is concerned if it gets to your mail server its a successful send. Your mail server actually does the sending, so it can give you better error logs. If CF

My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Ian Skinner
We tried to install ColdFusion 8.01 in 64 bit mode on a new Solaris Unix server yesterday and it did not complete. The installation seems to have ran without any noticeable problems, but the cfmx-connectors.sh does not seem to run properly. We are attempting to install ColdFusion in a

Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Paul Ihrig
the fckeditor in cf8 dosnt seem to render in chrome. any ideas? danke -paul ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: How Do I treat this Changing Variable?

2008-09-25 Thread Andrew Powell
You are not pinging the 230 machines, they will be submitting their results to the main computer? It would then seem that each call will have its own session. So the next level up is the Application though my preference would be to use database tables. Then I don't just have live results but

Re: My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Shannon Peevey
Is coldfusion firing up? Or, is it failing when you try to start the server? It appears to me that your issue is simply configuring the web server to use coldfusion. If this is true, this post may be of use: http://www.talkingtree.com/blog/index.cfm/2007/8/28/ColdFusion8-64-bit-mode-Solaris As

Re: Gmail blocking CF8 as x-mailer

2008-09-25 Thread Jochem van Dieten
James Wolfe wrote: I think that Gmail may have just changed their spam filters to identify as spam any email with the following header: X-Mailer: ColdFusion 8 Application Server Why do you think so? Jochem ~| Adobe®

Re: CF Module for Pay-Pal integration

2008-09-25 Thread Andrew Powell
Its easy enough just to use .net or com objects with ColdFusion cfobject tag. Have you tried this approach yet? -Andrew JHello everyone, I have several organizations wyho want to enable their Web sites to process transactions via Pay-Pal. I downloaded the Pay-Pal module which allows one

attempting to create a dropdown to select a 4 digit year value

2008-09-25 Thread Nisher
hello, I am attempting to create a coldfusion function that will populate a range of years in a dropdown select box. i would need it to select the 8 years before the current year as well as the 8 years following the current year. I was able to do it with javascript to populate from current to

RE: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Andy Matthews
Hrm... I can confirm that FCKEditor does indeed work in Chrome. I just tested it in our CMS to be certain. We're using v2.5, what version are you using? andy -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 9:00 AM To: CF-Talk Subject:

RE: attempting to create a dropdown to select a 4 digit year value

2008-09-25 Thread Andy Matthews
cfset now = Year(Now()) cfset past = now - 8 cfset future = now + 8 cfoutput cfloop index=y from=#past# to=#future# #y#br / /cfloop /cfoutput -Original Message- From: Nisher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 9:11 AM To: CF-Talk

RE: attempting to create a dropdown to select a 4 digit year value

2008-09-25 Thread Dawson, Michael
cfoutput cfloop from=-8 to=8 index=thisOne #year(dateAdd(, thisOne, now()))# /cfloop /cfoutput -Original Message- From: Nisher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 9:11 AM To: CF-Talk Subject: attempting to create a dropdown to select a 4 digit year

Re: My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Ian Skinner
Shannon Peevey wrote: Is coldfusion firing up? Or, is it failing when you try to start the server? We haven't got that far, I don't think. We can start the JRun server, but then get errors when we attempt to run the cfmx-connectors.sh shell script. But I have never done this type of

Re: attempting to create a dropdown to select a 4 digit year value

2008-09-25 Thread Nisher
That works perfectly thanks a lot appreciate the help. cfset now = Year(Now()) cfset past = now - 8 cfset future = now + 8 cfoutput cfloop index=y from=#past# to=#future# #y#br / /cfloop /cfoutput hello, I am attempting to create a coldfusion function that will

Versant OODB

2008-09-25 Thread Shawn McKee
Has anyone here integrated a Versant Object Oriented Database in a CF project? If so how was it? What challenges did you have to address? Shawn McKee ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
I'm currently looking to make a career change, and I frequently see positions asking for Java Consultants. For those of you CF developers that deploy your apps to J2EE Servers (or servlet containers, as is the case with Tomcat), have you been successful in situations where the employer wanted a

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Ryan Stille
Paul Ihrig wrote: the fckeditor in cf8 dosnt seem to render in chrome. any ideas? danke -paul I believe it only works in Safari/Chrome when using the latest version of FCKEditor. -Ryan ~| Adobe® ColdFusion® 8

RE: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Gaulin, Mark
If you don't program in java a lot then I don't see how you could successfully call yourself a java consultant. The two languages and environments are nothing alike when things start to get interesting, and is someone needs a consultant then things are probably already interesting. Thanks

Re: My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Ryan Stille
Check the paths in the connector script and make sure they are correct. This is often an issue on Linux, and it could be the same on Solaris. This may be helpful: http://www.stillnetstudios.com/2007/04/05/problems-installing-the-coldfusion-connector-on-linuxapache/ -Ryan Ian Skinner wrote:

Re: Inserting an image in a PDF?

2008-09-25 Thread Aaron C
Yes, I meant an existing PDF. Specifically, one I'm already cfpdfformparam to populate. I was hoping there was a way to also insert an image into a defined area. Though your solution of creating a seperate PDF and then merging the two would likely work as a 2nd best option for what I need. On

CFDocument space between header and content

2008-09-25 Thread Yuliang Ruan
I'm trying to set up a PDF CFDocument and I'm been trying to get rid of the space between the header and the main content of the page so far I've got this code and I'm left with just like a 1/8. any ideas to get the two parts to be totally flush? cfdocument format=PDF margintop=2

Re: My first attempt to install 64bit CF did not go well...

2008-09-25 Thread Ian Skinner
Ryan Stille wrote: Check the paths in the connector script and make sure they are correct. This is often an issue on Linux, and it could be the same on Solaris. This may be helpful: http://www.stillnetstudios.com/2007/04/05/problems-installing-the-coldfusion-connector-on-linuxapache/

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Paul Ihrig
so how do i updated the fckeditor that cf 8 uses in its rich text area for cfinput? On Thu, Sep 25, 2008 at 10:39 AM, Ryan Stille [EMAIL PROTECTED] wrote: Paul Ihrig wrote: the fckeditor in cf8 dosnt seem to render in chrome. any ideas? danke -paul I believe it only works in Safari/Chrome

RE: using anchors

2008-09-25 Thread Eric Roberts
I notice that error (I picked that up from a website...it's been so long since I have used an anchor I forgot the syntax hehehe) I changed that as well and it still is not going down to the place where the anchor is located. Eric /*-Original Message- /*From: Azadi Saryev [mailto:[EMAIL

RE: using anchors

2008-09-25 Thread Dave Francis
Don't want to insult your intelligence, but I fell for this once... Is the page long enough that the anchor isn't halfway down the last bit? (Also, I believe you need to close named anchors with /a rather than a name=xxx /) -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED]

cfargument type equals 1 of 2 options

2008-09-25 Thread Richard White
Hi in one of our functions we need someone to pass in one of 2 options (exist or not exists) we have thought about making the argument type a boolean but we actually need one of these 2 strings to be passed in. is there a way in the cfargument tag whether you can specify that the value

RE: cfargument type equals 1 of 2 options

2008-09-25 Thread Dawson, Michael
You could use a type of string, then have a regex that test for the allowed values. Mike -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 12:03 PM To: CF-Talk Subject: cfargument type equals 1 of 2 options Hi in one of our functions

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Ryan Stille
It can be done, but I don't know the specifics. There are also reasons you may not want to. But you can download FCKeditor and just embed it manually. Its not hard. -Ryan Paul Ihrig wrote: so how do i updated the fckeditor that cf 8 uses in its rich text area for cfinput? On Thu, Sep 25,

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Mike Kear
The FCKEditor is in the CFIDE folder in a default installation.You can just replace the relevant files, but make sure you copy the CF Configured things first.I'm not at my desk right now - in fact i'm in the radio station doing my radio show, so i cant give you all the specifics now, but

Help with CFX

2008-09-25 Thread Kim Skalaski
Hi all - I'm working on a Coldfusion application that needs to interface with a 3rd party API that is written in C++. I cannot register their .dll with windows so I cannot access the API using cfobject. It is my understanding that I need to wrap this is into a COM object. My question is:

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Cutter (CFRelated)
The CF 8.01 updater includes FCKEditor 2.5, if I remember correctly. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Paul Ihrig wrote: so how do i updated the fckeditor that cf 8 uses in

Re: Chrome: Cfinput text area: fckeditor

2008-09-25 Thread Mike Kear
You can check which version you're running by clicking the last icon on the bottom row (that's if you have it working!) . you need version 2.5+ to have it work in Chrome. I converted to Chrome a while back and i think it's fantastic - it's solved all my browser problems. And introduced some

RE: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dave Watts
For those of you CF developers that deploy your apps to J2EE Servers (or servlet containers, as is the case with Tomcat), have you been successful in situations where the employer wanted a Java Developer, and after talking to you with your CF skillset, felt comfortable they were serving

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
Wow ... thanks for the enlightenment Dave. I know CF programs aren't written in Java, but they can be run on J2EE servers, where other previously programmed Java/JSP apps may be running. Perhaps a better question would have been to ask whether any of you CF Pros have persuaded someone looking to

Re: CFDocument space between header and content

2008-09-25 Thread Mike Chabot
To get rid of the small gap between the header and content, replace topmargin=0 with style=margin-top:0px; -Mike Chabot On Thu, Sep 25, 2008 at 11:45 AM, Yuliang Ruan [EMAIL PROTECTED] wrote: I'm trying to set up a PDF CFDocument and I'm been trying to get rid of the space between the header

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Josh Nathanson
The person who is deciding on the platform will usually have their own biases. It's very difficult to persuade people to go away from their own favorite platform, but it is possible if you can make a case based on saving a lot of money on development costs, while also mitigating the perceived

RE: using anchors

2008-09-25 Thread Eric Roberts
Yep...it's a long page. I found a solution using document.getElementById('#id#').focus and putting that in a script tag on the bottom of the page Eric /*-Original Message- /*From: Dave Francis [mailto:[EMAIL PROTECTED] /*Sent: Thursday, September 25, 2008 11:38 AM /*To: CF-Talk

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Andre Kapp
I'm now in the position that I'm currently a Java programmer (JSP's, Servlets, EJB's, JMS, etc) and need to learn CF as well. I used to program Fortran many years ago, then did some C/C++ and then did a lot of PL/SQL in Oracle. Moving from that background to Java was not difficult, but to do the

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Adam Haskell
New Atlanta has made quite a good living migrating folks from legacy coldfusion to .Net or JEE. The reality is they come into companies still running ColdFusion 5 or older and move them onto New Atlanta's licenced CFML engines (BlueDragon) for the appropriate platform be it .Net or JEE. Now

Re: Inserting an image in a PDF?

2008-09-25 Thread Andrew Powell
We've been using watermark for this cfpdf action=addwatermark source=PDFdoc copyfrom=#getFiles.ImagesPDF# foreground=no opacity=10 pages=1 position = 0,0 showonprint=yes name=PDFdoc You can set the position. Place it in front or back and set the opacity :) Yes, I meant an existing PDF.

Adobe Acrobat PDF with Barcode Field and ColdFusion?

2008-09-25 Thread Andrew Powell
We are using Acrobat Pro to add form fields to our PDFs that we then fill out and print from ColdFusion. One type of form field in Acrobat is the BarCode. When we use cfpdfformparam with this field the field actually shows the text and not the barcode lines. The natural way to use the field

OT- Regex Help- extracting email address

2008-09-25 Thread Mike Francisco
Hello CFers, I know this is OT, but I'll ask anyway. I was wondering if someone can help me with regex. I am returning a query object after executing a cfpop. On the query object, there is a column named 'From'. The data string is formatted like: John Doe [EMAIL PROTECTED] . I would

Re: CFDocument space between header and content

2008-09-25 Thread Mike Chabot
You also might want to add this to your table tag: style=margin:0px 0px 0px 0px;padding:0px 0px 0px 0px; -Mike Chabot On Thu, Sep 25, 2008 at 3:17 PM, Mike Chabot [EMAIL PROTECTED] wrote: To get rid of the small gap between the header and content, replace topmargin=0 with

RE: OT- Regex Help- extracting email address

2008-09-25 Thread Adrian Lynch
If that's always the format, no need for a RegEx, use ListLast(theString, ). Adrian -Original Message- From: Mike Francisco Sent: 25 September 2008 21:32 To: cf-talk Subject: OT- Regex Help- extracting email address Hello CFers, I know this is OT, but I'll ask anyway. I was wondering

Re: Help with CFX

2008-09-25 Thread Andrew Powell
You might consider developing the C++ into a CFX tag. http://livedocs.adobe.com/coldfusion/8/htmldocs/CFXTags_1.html If the third party app has a commandline interface you could just use that with cfexecute http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_d-e_18.html Though I perfer the

RE: OT- Regex Help- extracting email address

2008-09-25 Thread Mike Francisco
Adrian, No it might not always be the format- possibly it might just be the email address only or one with brackets. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 1:49 PM To: cf-talk Subject: RE: OT- Regex Help- extracting email

RE: OT- Regex Help- extracting email address

2008-09-25 Thread Andy Matthews
This is a regex I'm using in a recent app that I wrote: cfset re = '^(([\w-\s]+)|([\w-]+(?:\.[\w-]+)*)|([\w-\s]+)([\w-]+(?:\.[\w-]+)*))(@(( ?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2 [0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]

RE: OT- Regex Help- extracting email address

2008-09-25 Thread Adrian Lynch
Ah, then ignore me :) Google for an email RegEx and then if you're on CF8 use REMatch() to pull the email address out. Adrian -Original Message- From: Mike Francisco [mailto:[EMAIL PROTECTED] Sent: 25 September 2008 21:59 To: cf-talk Subject: RE: OT- Regex Help- extracting email address

RE: OT- Regex Help- extracting email address

2008-09-25 Thread Mike Francisco
Well, I just found a function on cflib that does exactly what I was looking for. Sooo... carry on- nothin' to see here folks -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 1:49 PM To: cf-talk Subject: RE: OT- Regex Help-

RE: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dave Watts
Wow ... thanks for the enlightenment Dave. I know CF programs aren't written in Java, but they can be run on J2EE servers, where other previously programmed Java/JSP apps may be running. That doesn't make you a Java developer. If I were to advertise myself as a Java developer based solely

Re: ColdFusion Consultant as a Java Consultant?

2008-09-25 Thread Dakota Burns
Thanks all for the followup! I'm sorry, but it was My Bad on the subject line. I wasn't trying to suggest that a CF Developer could present him or herself as a Java developer, but rather present the idea of a CF Developer persuading a company to use ColdFusion versus Java for their web apps.

Re: CFGRID (html) column a href issue (CF8)

2008-09-25 Thread vishnu prasad
did find fix for this? Hello All, I am using the new cf8 html cfgrid. My Grid column is as follows: cfgrid name = NewReports format=html height=170 width=780 pageSize=5 sort=true cfgridcolumn width=160 name = VIEWREPORT header=Report href=ViewReport.cfm?status=new hrefkey=REP_REPORT_ID