Re: Why does only one datasource throw an error?

2005-07-15 Thread Jeff Small
My guess, based on your error message, is that you're using different values for either the database server or the port. With SQL Server 2000, you can run multiple instances of SQL Server on the same machine. Each one will listen on a different port, and have a different name, although the

MX 6.11 and CFFILE difficulties, RENAME and DELETE

2005-07-14 Thread Jeff Congdon
- /cfcatch /cftry Still the file copies, but doesn't delete. But there's no error?!?! the catch block never triggers, and the page maintains that it executed properly, despite the fact that the file is never deleted. So... does anybody know what's going on? Thanks, -Jeff

Re: MX 6.11 and CFFILE difficulties, RENAME and DELETE

2005-07-14 Thread Jeff Congdon
parser to recognize the datestamps and to set a low tolerance for log size in CFAdmin - but this is just the way the app is written now so I'd like to get it to work as-is if at all possible) Thanks again, -Jeff Jeff Congdon wrote: I'm at a loss with some file handling difficulties on my

Query to text file.

2005-07-11 Thread Jeff Waris
the java.lang.OutOfMemoryError on the write. Anyone have an enlightenment? Thanks, Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

RE: Query to text file.

2005-07-11 Thread Jeff Waris
. Jeff -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 4:20 PM To: CF-Talk Subject: Re: Query to text file. What is the best way to dump a HUGE query to a text file. the db itself

RE: Query to text file.

2005-07-11 Thread Jeff Waris
Good point... Jeff -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 4:44 PM To: CF-Talk Subject: Re: Query to text file. Jeff Waris wrote: project. DTS also seems like trying to kill a fly with a sledgehammer. So I

Depth of a tree?

2005-07-10 Thread Jeff Chastain
up being 4 ... Food, Fruit, Red, Cherry - or - Food, Fruit, Yellow, Banana. Any ideas? Thanks -- Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

RE: Depth of a tree?

2005-07-10 Thread Jeff Chastain
am trying to find is the length of the longest branch of the tree, and short of writing a recursive function, I am not sure how else to calculate this. Thanks -- Jeff -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Sunday, July 10, 2005 4:38 PM To: CF-Talk

CF and SQL Server DTS - Dynamically

2005-07-08 Thread Jeff Waris
question. Is there a way to dynamically set the date in the datecreated portion of the query and have it save as a different file name? The saved DTS packages seem uneditable. Any way to do this from a CF page? Thanks. Jeff

CFGrid issue.

2005-06-29 Thread Jeff Waris
for that matter), the above error still occurs and its driving me nuts.. Is there something I'm missing? Thanks. Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com

Java InputStream = ??? in CF

2005-06-28 Thread Jeff Chastain
?  Is this the form field result of an input type=file field or is this the variable after a cffile upload? Any Java people out there that could make this comparison? Thanks -- Jeff Chastain ~| Find out how CFTicket can increase

RE: Java InputStream = ??? in CF

2005-06-28 Thread Jeff Chastain
form, not just an empty InputStream object.  What this is, is a CMS type system and this method call is to insert a new document in the CMS. Thanks -- Jeff From: Kerry [EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 10:07 AM To: CF-Talk cf-talk

RE: Java InputStream = ??? in CF

2005-06-28 Thread Jeff Chastain
Okay, I will give that a try as soon as I get ahold of the actual API.  I am just looking at the documentation right now while another team gets the application setup. Thanks for the help. -- Jeff From: Kerry [EMAIL PROTECTED] Sent: Tuesday, June 28

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
that I perform on the data, I will weed out that row. Thanks for everyone's suggestions. As always, you folks are great. --Jeff On 6/22/2005 5:33 PM, Mark A Kruger wrote: ok... in your querySetCell( ) call try doing something stringlike. For example, try Javacast('string',myVar) - or try trim

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
Oh yes, and I used the cast in the other query to get QoQ to play nicely. Thanks! cast(OrderDetails.Order_ID AS varchar(12)) AS Order_ID, --Jeff On 6/23/2005 8:52 AM, Jeff Langevin wrote: Thanks for the idea. I still had problems though. So I added a dummy row using querySetCell() where

Re: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
I have no doubt that it would be put to good use by many if you did... --Jeff On 6/23/2005 10:07 AM, James Holmes wrote: Would it help if I made good on my threat to write a QueryCast() UDF for CF 6.1? On 6/23/05, Jeff Langevin [EMAIL PROTECTED] wrote: Oh yes, and I used the cast

Query of Queries error

2005-06-22 Thread Jeff Langevin
is a query built from a csv file. I could write the csv data to a database table first and then work on it from there, but I'd rather avoid that if possible. I have a CF5 server and a 6.1 server on which I can run this process. Thanks! -Jeff cfquery dbtype=query name=combineOrderData SELECT

Re: Query of Queries error

2005-06-22 Thread Jeff Langevin
... Oh if only we could move to 7. But that is not an option. --Jeff On 6/22/2005 2:06 PM, Mark A Kruger wrote: Jeff, One of your original queries (that pull from the DB) sees the join column as a numeric type. re-cast it as a string type in the original query. Here's an MS SQL example

CFGrid Error in CFMX 6.1

2005-06-16 Thread Jeff Waris
and its driving me nuts.. Is there something I'm missing? Thanks. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

RE: Quick OT Javascript question.

2005-06-14 Thread Jeff Waris
Thanks all for the suggestions... I'll use an incarnation today and see how it goes... Claude.. Yeah I know... Outlook does that to me... Jeff -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 5:00 PM To: CF-Talk Subject: Re: Quick

Quick OT Javascript question. PART 2

2005-06-14 Thread Jeff Waris
, Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account

RE: Quick OT Javascript question. PART 2

2005-06-14 Thread Jeff Waris
my question to formulate the answer I need. Hope that makes some sense.. Jeff -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 9:29 AM To: CF-Talk Subject: Re: Quick OT Javascript question. PART 2 any reason you are puttting all

RE: Quick OT Javascript question. PART 2

2005-06-14 Thread Jeff Waris
Yep.. I had to make a couple changes where my hidden list is looped AFTER the Select Option loop but other than that, its similar to what the code looks like. I'll give the document.myform[colortype].value; notation a go... Thanks.. Jeff -Original Message- From: Adrian Lynch [mailto

Re: reverse compliment a sequence

2005-06-14 Thread Jeff Congdon
cfset newDNA = newDNA newLetter /cfloop Probably not the most efficient, but it should get you there. -Jeff Barney Boisvert wrote: I didn't say it was perfect. ;) The replace stuff is a lot better, most likely. I used a StringBuffer because string manipulation in Java is quite slow, and by using

Re: reverse compliment a sequence

2005-06-14 Thread Jeff Congdon
for that. -Jeff Dawson, Michael wrote: Replace() will work if you use *four* temporary values. Replace 'a' with '1' Replace 'c' with '2' Replace 'g' with '3' Replace 't' with '4' Then Replace '1' with 't' Replace '2' with 'g' Replace '3' with 'c' Replace '4' with 'a' Then, you mix in some love and you

Re: reverse compliment a sequence

2005-06-14 Thread Jeff Congdon
Ben Doom wrote: Jeff Congdon wrote: The replace idea below will work as long as those temporary values don't exist anywhere in the original string, which seems a risky assumption. Not knowing the original values though, I can't speak for that. Since he's looking for a DNA sequence

Re: mx 6 licenses?

2005-06-13 Thread Jeff Congdon
on our backend machines that were 'least necessary', then pushed those MX6 licenses to the pub servers. I'll begin playing with MX7 this summer though, as I'm really curious about some of the new functionality - namely CFDOCUMENT to pdf. Thanks, -Jeff Jared Rypka-Hauer - CMG, LLC wrote

Quick OT Javascript question.

2005-06-13 Thread Jeff Waris
that out dynamically? Thanks.. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

mx 6 licenses?

2005-06-10 Thread Jeff Congdon
Hey gang, I assume somebody in here knows the right place to go to buy MX 6? I can't find it as a listed product on MM's website, and we'd like to buy a few licenses. TIA, -Jeff -- Jeff Congdon ColdFusion Developer, Data Mining Specialist Headsprout www.headsprout.com EVERY CHILD A READER

RE: Source control PLUS Deployment control...

2005-06-09 Thread Jeff Waris
in the universe that needs to keep track of deployment as well as version control of the actual programs... Anyone have any recommendations?? Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking

SQL Help Please

2005-06-03 Thread Jeff Fongemie
releases within the last for weeks. What the above is giving me is a list of companuid's, whihc does not work. Any help or suggestion would be much appreciated. -jeff ~| Discover CFTicket - The leading ColdFusion Help Desk

RE: SQL Help Please

2005-06-03 Thread Jeff Fongemie
and companyid in (select distinct companyid Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] That's it! I forget about in. I knew it was simple. Thanks! -jeff -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED] Sent

RE: Search questions

2005-05-27 Thread Jeff Garza
multiple collection names to a single cfsearch tag. HTH, Jeff -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 5:58 AM To: CF-Talk Subject: Re: Search questions Anyone using Verity out there? =) Rick Root wrote: I've been asked to investigate

RE: ACH file format

2005-05-24 Thread Jeff Waris
positioning is pretty fixed... Jeff -Original Message- From: Chris Terrebonne [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 3:04 PM To: CF-Talk Subject: ACH file format Any chance one of you have experience with using CF to format a standardized ACH file? Any CFC's or custom

RE: CFMX 7 Installer woes, can't even get the installer to extract (XP/IIS)

2005-05-20 Thread Jeff
Your installer is corrupt. Download it again. I nearly ripped all my hair out over that one - and I have a LOT of hair :) I think so too, I've downloaded it twice so far. I have a question...how do you verify the MD5 Checksum value?

OT: SQL Query Question

2005-05-20 Thread Jeff Chastain
appreciated and would save the few brain cells I have left. Thanks -- Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Re: CFMX 7 Installer woes, can't even get the installer to extract (XP/IIS)

2005-05-20 Thread Jeff Small
Use md5sum: http://www.etree.org/md5com.html . Thanks tons! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with

Re: OT: SQL Query Question

2005-05-20 Thread Jeff Chastain
I knew there was any easier way to do this. Thanks -- Jeff From: S. Isaac Dealey [EMAIL PROTECTED] Sent: Friday, May 20, 2005 9:16 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: OT: SQL Query Question select t.* from test t where t.actid

CFMX XML/XSLT questions....

2005-05-19 Thread Jeff Waris
the data to the user.. What's the better way, or do I have more options for doing this kind of thing??? Thanks. Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

CFMX 7 Installer woes, can't even get the installer to extract (XP/IIS)

2005-05-19 Thread Jeff
Windows XP Pro. Gig of ram. IIS. I downloaded the CFMX 7 installer (don't even have CFMX 6 installed, it's a new computer) and it kept asking me to choose another location to extract the installer to. Over and over and over...so I googled it, and found the CF Livedocs that mention the problem,

RE: CFMX Help Desk Application?

2005-05-18 Thread Jeff Chastain
Do you have a url or anything for this product? I am not finding it in Google. Thanks -- Jeff -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:39 PM To: CF-Talk Subject: RE: CFMX Help Desk Application? I have Randy Adkins' Customer

TagCFMail

2005-05-18 Thread Pratte, Jeff
and try a couple of things but the problem remains. I tried to stop and start the services and I made sure there is disk space on the server. Any more suggestions??? Thanks for your help, Jeff Pratte Notice. This message is intended only for use by the person or entity to which it is addressed

Re: nuts bolts query ?

2005-05-17 Thread Jeff Langevin
Oops, I left for the day. Yes, you are correct. --Jeff On 5/16/2005 5:30 PM, Tim Laureska wrote: I checked that out it said in the nested loop/inner join popup window: For each row in the top (outer) input, scan the bottom (inner)input, and output the matching rows. Just so I understand

CFMX Help Desk Application?

2005-05-17 Thread Jeff Chastain
by 2Simplifi and CFTicket, but was hoping for something better. Does anybody know of any other options that would be recommended? Thanks -- Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: Database Object Names

2005-05-17 Thread Jeff Garza
for you if it's going to be useful and adhered to. -- Jeff Garza ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http

Re: nuts bolts query ?

2005-05-16 Thread Jeff Langevin
The first query creates an inner join between the two tables. Try dumping them into query analyzer and take a look at the execution plan. It'll give you a better idea of what its doing with your queries. --Jeff On 5/16/2005 3:45 PM, Tim Laureska wrote: I must be losing itWhy do

Re: nuts bolts query ?

2005-05-16 Thread Jeff Langevin
the Query menu, select Show Execution Plan. Run the query. Assuming these are the actual table and field names, it should return your 4 records. You'll see a tab at the bottom of the results pane called Estimated Plan. Click on that. You'll see that it's running a nested loop/inner join. --Jeff

RE: I truly hate Ben Forta

2005-05-11 Thread Jeff Garza
Man... doesn't anyone have wireless here??? ;-) I'm never offline... Jeff -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 6:58 AM To: CF-Talk Subject: Re: I truly hate Ben Forta Subtle way of saying in the bathroom? ;o) Rey

Re: I truly hate Ben Forta

2005-05-11 Thread Jeff Garza
Don't know about you, but I would never lug my WACK with me on an airplane... they'd probably charge extra for the added weight! -- Jeff - Original Message - From: Clint Tredway [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, May 11, 2005 7:39 AM Subject: Re

Re: I truly hate Ben Forta

2005-05-11 Thread Jeff Garza
Now that's dedicated! - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, May 11, 2005 7:18 AM Subject: RE: I truly hate Ben Forta I have an ethernet port in the WC;-) You just never know when you need to

Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
that record as long as that timestamp is, say... no older then 15 minutes. If it is older, then the timeout has been reached and I clear the lock. This is pretty down and dirty way to handle it. How else do folks handle these situations? --Jeff

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
is changing that field value, you could be making things worse... --Jeff On 5/9/2005 12:15 PM, Trey Rouse wrote: I take a different approach. I record in the users session the id timestamp of the record when they open it to edit. I then check this timestamp when I go to update

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
Thanks! This is definitely a more elegant way to handle it. But one question... do I really have to lock the reads? ...kidding! Just kidding... ;-) --Jeff On 5/9/2005 3:13 PM, Matt Robertson wrote: I do what Adam does. Application scope array, all reads and writes properly locked

Re: More than one datasource in cfquery

2005-05-09 Thread Jeff Langevin
Ah yes. We have Benefactor here which runs over Unidata. Its unfortunate that you must use UniQuery to do all the interactions with the DB (on our version). One of the newer versions of Unidata is supposed to support ODBC with an add-on package. Unfortunately, we don't have it. :( --Jeff

Re: Locking a DB record while editing

2005-05-09 Thread Jeff Langevin
Hey Matt, Yes, if you could email it to me, that would be great. Thanks! --Jeff On 5/9/2005 5:01 PM, Matt Robertson wrote: On 5/9/05, Jeff Langevin [EMAIL PROTECTED] wrote: But one question... Hah! You funny guy. You keep day job. As I said I've been meaning to write

Re: Two queries within CFMAIL

2005-05-06 Thread Jeff Congdon
/cfoutput /cfsavecontent cfmail#foo#/cfmail HTH, -Jeff Richard Colman wrote: Is it possible to include results from two completely different queries within a CFMAIL command? How? Richard Colman Institute for Genomics and Bioinformatics 949-824-1816, 701-5330 [EMAIL PROTECTED

OT: SQL Drop Table using Variable?

2005-05-05 Thread Jeff Chastain
@crDataTable -- Thanks -- Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

RE: SQL Drop Table using Variable?

2005-05-05 Thread Jeff Chastain
Table using Variable? Have you outputted @crDataTable to see what the values is? Also, what is the syntax error? -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 13:35 To: CF-Talk Subject: OT: SQL Drop Table using Variable? Sorry for the off-topic

RE: SQL Drop Table using Variable?

2005-05-05 Thread Jeff Chastain
error? -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 13:35 To: CF-Talk Subject: OT: SQL Drop Table using Variable? Sorry for the off-topic, but I am having a bit of a query issue. I have a dynamically created table that is named

Re: level 1, level 2

2005-05-03 Thread Jeff Small
Use Dreamweaver Templates? They'll automatically resolve any paths and you only need to create one master template. Then just save it wherever you want, and let Dreamweaver take care of all the hassle of keeping up with whatever directories something resides in. We have several sites built the

Re: level 1, level 2

2005-05-03 Thread Jeff Small
Does this work well with cfincluded files too? Heck yeah. It's tight. Check this out... http://www.macromedia.com/devnet/mx/dreamweaver/templates.html We're finding it's slowly replacing a LOT of overhead work that's just completely needless now. What were convoluted workarounds are now just

Re: level 1, level 2

2005-05-03 Thread Jeff Small
Does this work well with cfincluded files too? In particular, check this specific article out. http://www.macromedia.com/devnet/mx/dreamweaver/articles/ssi_templates.html It uses navigational includes as the basis of the tutorial...to quote: Wouldn't it be nice if you had several includes,

Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
know if something that hit it on the head even existed out there. Thanks, Jeff ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
phpBB.com with: * http://www.phpbb.com/phpBB/viewtopic.php?t=150857 gives you a rudimentary events system. * http://www.phpbb.com/phpBB/viewtopic.php?t=187868 gives email digests for messages to people who want them. There are loads of other plugins too that might help. It isn't CF but

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
PHP Rocks! Oh, I'm not arguing that. I just need to appease someone else in this case. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
Fusetalk is a nice solution for the talk to each other part of your challenge, and the pro version is pretty nice, and not significantly expensive. For meeting minutes based on a calendar, and even memos based on a calendar, how about a modification of BlogCFC? Tuck FckEditor in there

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
Fusetalk Pro can integrate with a SQL database for user access (userid/password) and probably other solutions as well. Is there something additional you're interested in as far as 'talking' goes? Oh no, not really. I mean, you saw what they wanted verbatim. I just didn't know if I could

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
I'm unsure why you aren't simply building this. From the sounds of it, I'm guessing you could have a beta version up in less than a week. Cheers, Kevin Beta version up in a week. 30-40 hours of programming just to get to a beta version is already blowing a not for profit hospital's budget

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
Ouch. If this is for doctors, you may also run afoul of HIPPA restrictions. http://www.hhs.gov/ocr/hipaa/ Bingo. This is what I'm afraid of. I have an email out to Yahoo! to see exactly what their take is on it. I'll definitely let you know.

CFMAILPARAM file name weirdness...

2005-04-28 Thread Jeff Garza
updater 1... sending through a Microsoft Exchange server... Thanks Jeff Garza ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

RE: Are search engine safe URLs really necessary?

2005-04-25 Thread Jeff Garza
I use a custom 404 handler that does a database lookup from a table of vanity URLs. It evaluates the last value of a list separated by / and searches the database for the url... Simple enough for me. HTH, Jeff -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Monday

Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
Have any of you ever tied into a Lotus Notes system, and if so, what were your experiences? Are there any sites that any of you know of that might point someone in the direction for doing this? I admit, I have no experience with the Lotus Notes system, so I'm kind of a fish out of water if you

Re: Are search engine safe URLs really necessary?

2005-04-25 Thread Jeff Garza
Search engines never see these urls. They are not anywhere on the site and only exist on print advertising campaigns. And I do throw in a status code of 301 using cfheader for good measure... but I'm not particularly worried about search engines for what this doing. Jeff - Original

Re: Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
Im pretty sure you can download off the Lotus site a java file that you can then add to CF that will allow you to connect to the Lotus server/database by setting it up as a datasource in CF. Cool. I tried looking thru there and searching for Cold Fusion but you get a lot of contradictory

Re: Just a quick question (Lotus Notes)

2005-04-25 Thread Jeff Small
This is one way to do it: http://www.lotus.com/notessql Just be aware that Lotus Notes is *not* a relational database, so what you get back when you start working with it may throw you for a bit. I'm going to be hitting this hard probably next quarter as we move our intranet out of

Re: Cheap, (not free) cms recommendations

2005-04-25 Thread Jeff Fleitz
Hi Steve, Plum has a lightweight CMS built into it, as well as a number of other features. Might be worth checking out: http://www.productivityenhancement.com/plum/ v/r, Jeff On 4/25/05, Paul Hastings [EMAIL PROTECTED] wrote: Steve Kahn wrote: Any one have a cheap (not free) cms

Re: wtf are those advertising links in the text?

2005-04-20 Thread Jeff Congdon
Like this thread? Personally, I'll pay 5-10 a month just to move this thread to CF-community. -Jeff Dana wrote: I for one like the idea of paying to make certain threads go away. I can think of entire conversations about Martha Stewart and baseball that I'd pay to see disappear. The genius

Software Engineer Opening - CF expertise

2005-04-20 Thread Jeff Herron
Senior Software Engineer * Are you interested in developing and implementing interactive applications to further progressive nonprofit causes? * Are you a talented and skilled developer looking for a meaning in your work? * Do you want to explore various technology options that are

Issue getting Coldfusion to process pages on new site...

2005-04-19 Thread Jeff Waris
. The new site is NOT in the WWWROOT directory, but neither is a bunch of others and they work. So I am at a loss? Anyone have anything similar happen to them? Thanks! Jeff ~| Find out how CFTicket can increase your company's

RE: Issue getting Coldfusion to process pages on new site...

2005-04-19 Thread Jeff Waris
It was a connecter issue... Anyone else who is interested. Below re-establishes all the correct connectors and I was good to go. C:\CFusionMX\bin\connectors\Remove_ALL_connectors.bat C:\CFusionMX\bin\connectors\IIS_connector.bat Jeff -Original Message- From: Nathan Strutz [mailto

Dynamic sort/order by Questions...

2005-04-15 Thread Jeff Waris
the query with that columns variable for sort. It works fine but, to me, there has to be a better way. Is there? Is there a way to sort a column name in a table on the fly without having to requery and reexecute the cfm page? Thanks. Jeff

CF5 / MySQL / Location 26 errors

2005-04-14 Thread Jeff Horne
to look at that might help. Thanks, Jeff Horne ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

Re: cfschedule and daylight savings bug

2005-04-08 Thread Jeff Congdon
, and even editing the time of the job, but none of these things worked. It seems my existing job would have run at t-1 hour until the next daylight savings, if I had not deleted it and recreated it. -Jeff Jeff Congdon wrote: After investigating some really strange behavior with my scheduled jobs

RE: Escaping #

2005-04-07 Thread Jeff Waris
Try ## -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 1:20 PM To: CF-Talk Subject: Escaping # I have to do something like this: replace bob #1 with bob \#1 I tried, cfset downLoadFile = replace(attachment.attName,

Re: Error Message No more data available to read. on CFMX 6

2005-04-05 Thread Jeff Congdon
at something else, 10 minutes later you hit the db again with a new query and it returns this error. HTH, -Jeff. Mosh Teitelbaum wrote: All: After moving a site to what will ultimately be its production server, I began receiving the following error message when trying to perform simple SELECT

Re: Is CFMX 7 any better?

2005-04-05 Thread Jeff Garza
What would your strategy be for storing database credentials if you are not storing them in CF? Are you saying don't put them in your cf templates or are you saying do not store them via the CF Administrator? Just curious. Jeff Garza - Original Message - From: Adrocknaphobia [EMAIL

cfschedule and daylight savings bug

2005-04-05 Thread Jeff Congdon
() in a cf date function returns 7:30 PM, 2 jobs were scheduled in advance... one for 6:30, the other for 7:30. I got a result from the 6:30 one, not from the 7:30 one. CFMX 6.1 with updater, and a day of cleaning up after this that I'll never get back. -Jeff

RE: What are optimal GC/JVM settings?

2005-04-04 Thread Jeff Garza
There are some fairly detailed instructions on performance tuning the JVM for CFMX on Sarge's blog. http://www.sargeway.com/sarge/index.cfm?mode=entryentry=27 HTH, Jeff Garza -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 4:24 AM

CFX_Paymentnet and Verisign

2005-04-04 Thread Jeff Langevin
Does anyone know where I can get a copy of CFX_Paymentnet? We are running Ablecommerce 3 and want to enable real-time credit card processing. However, this custom tag is required and it no longer appears to be available on the VeriSign website (Verisign has not been too helpful). --Jeff

Re: Get jpg pixel dimensions?

2005-03-31 Thread Jeff Small
search the archives for my name and ImageSize...or cffunction (hope those terms will work..I've posted the code at least twice)..you'll find my function(s) for geting image dimensions thumbnailing Ever thought about posting them on CFLIB.org? Might be a cool place to put it so others can

Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
. Thanks! Jeff ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial

RE: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
Mark The problem is when a call is made to get these images for viewing, another system copies a temporary jpg in directory for viewing. I have no control on how the image is created. Jeff -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005

RE: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
Thanks for the info guys... www.easel2.com http://www.alagad.com/index.cfm/name-home http://www.efflare.com/ I'll be looking at these tonight when I get some time... Jeff ~| Logware (www.logware.us): a new and convenient web

RE: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
of the cropped part of the image. Jeff -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:28 PM To: CF-Talk Subject: Re: Graphic Manipulation in Coldfusion question. Jeff, You'll have to test this, but you should be able

RE: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
It's looking like it going to be one of the image manipulation tags since I would like the user to (If they desire) to save the image. Jeff -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 2:49 PM To: CF-Talk Subject: Re: Graphic

RE: Graphic Manipulation in Coldfusion question.

2005-03-30 Thread Jeff Waris
Connie, Definitely removed, so I think I am going to check out the image tags suggested earlier... Jeff -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:00 PM To: CF-Talk Subject: RE: Graphic Manipulation in Coldfusion question

New CFFORM website

2005-03-28 Thread Jeff Small
Just got this off Tim Buntel's blog: In case you haven't heard, cfform.com has officially launched! This is a site that Mike Nimer, the principal engineer on the CFFORM features for CFMX 7, has put together for sharing skins and other extensions for both Flash and XML forms. Think cflib.org

Re: BlueDragon 6.2/.NET Released!

2005-03-23 Thread Jeff Fleitz
Hi Vince, Congrats! Looks like you have a comma in the wrong place for the price of the 4-cpu .NET server product. v/r, Jeff On Wed, 23 Mar 2005 18:27:18 -0500, Vince Bonfanti [EMAIL PROTECTED] wrote: New Atlanta is pleased to announce the final release of BlueDragon 6.2, which

Re: BlueDragon 6.2/.NET Released!

2005-03-23 Thread Jeff Fleitz
No, at the bottom of the right column of the product pricing page, for the Blue Dragon for .NET add, you have a price of '$1,2599' for the 4-cpu version of New Purchase w/subscription. Me thinks a comma is misplaced. Jeff On Wed, 23 Mar 2005 20:28:06 -0500, Vince Bonfanti [EMAIL PROTECTED

Re: Dreamweaver CFMX7 extensions, CFC filtering useless?

2005-03-18 Thread Jeff Fleitz
development. Jeff On Fri, 18 Mar 2005 08:51:54 -0400, Gel. [EMAIL PROTECTED] wrote: I got a bit upset this morning when trying to use the DMWX CFMX7 extensions. What was especially useful was being able to filter the CFC components for a specific site only. But when I tried to do

<    3   4   5   6   7   8   9   10   11   12   >