CFIndex type=custom body

2006-08-02 Thread coldfusion . developer
Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248654 Subscription: http

CFBackground checks

2006-08-01 Thread coldfusion . developer
e. D ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/grou

How 2 Search on date values

2006-07-31 Thread coldfusion . developer
hanks. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive:

CFSearch on ODBC date values

2006-07-31 Thread coldfusion . developer
on Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248265 Subscription: http://www

RE: JS List items

2006-07-31 Thread Coldfusion
eturn aList.join(sDelim); } Usage: deleteFromList("1,2,3,4,5", "3"); ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

OT: JS List items

2006-07-30 Thread Coldfusion
values? TIA ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly

String Manipulation: get filename out of path

2006-07-26 Thread coldfusion . developer
, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247802 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http

CF Edit mode

2006-07-26 Thread coldfusion . developer
) (/object) ~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive:

New CF Customer - DB Access through DreamWeaver

2006-07-19 Thread coldfusion . developer
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247080 Sub

Verity Examples Fail - http 500 ?

2006-07-19 Thread coldfusion . developer
-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247077 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscrib

Verity search examples

2006-07-19 Thread coldfusion . developer
I'm looking for sample articles on how to implement ColdFusion MX 7 indexing collections and creating pages to search on collections. I couldn't find any on adobe.com. Anyone know of any? Thanks. ~| Introducing

RE: cfmail with attachment

2006-07-08 Thread Coldfusion
t; > #myjobdescrip# > > #myempstatus# > > #myemergconta# > > #myemergphone# > > > > > > > > > > bla... > > > > How do

RE: CF and MYSQL 5

2006-07-05 Thread Coldfusion
I use to have the same problems. You have to use one of the later versions of the mySQL ODBC connectors Such as 3.0. Then create the ODBC in CFADMIN using Other and the following parameters: jdbc:mysql://localhost:3306/databasename com.mysql.jdbc.Driver Well atleast that works for me. -

ajaxcfc and Call back

2006-06-29 Thread Coldfusion
How can I dynamically pass a value from the initial call into the CallBack function? DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'doQuery', id, doQueryResults); Otherwirds, I want to pass an Row number into the doQueryResults call back action so it can be used dynamically. ~

Strip dots out of ip address

2006-06-27 Thread coldfusion . developer
All, I'm trying to strip the dots out of ip addresses. I'm trying to use it as part of a unique numeric value for e-mail confirmation. 69.124.49.27 Thanks. D ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244906

RE: 404 help

2006-06-21 Thread Coldfusion
What I did was setup in the application.cfm file was to use And in that file I displayed a custom error message. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 6:54 PM To: CF-Talk Subject: Re: 404 help have a look at the site wide err

Date Function ???

2006-06-21 Thread coldfusion . developer
This should simple for a lot of you. What data function do I use to create a countdown for the number of DAYS left until January 1, 2007? Thanks. D ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244464 Archives: h

ajaxCFC & Error Message

2006-06-19 Thread Coldfusion
I am attempting to use the ajaxCFC and trying this out, I am getting the error: Invalid Reply from Server. Any ideas to look at first? I have the paths as: root: - query.cfc - ajax.cfc - index.cfm (this calls the functions and has the return call also) - /js (this contains all

CFQuery simple but not working, strange

2006-06-15 Thread coldfusion . developer
Hey All, Argh! I've stared at this error for 10 minutes and i can't see what' wrong with my query. This query is checking to see if a username already exists before adding a new username to the app_users table. UID is the primary key in the app_users table and URL.dupid is the triggered red

Re: Next Page code

2006-06-10 Thread coldfusion . developer
All, I resolved the issue myself and thought I should post the code that works. It may not be the shortest or the best, but it works. 8-) You can set the num variable to control the length of text that appears on each page. For this example I have it set to ... which shows about one paragraph at

Next Page code

2006-06-09 Thread coldfusion . developer
All, I'm trying to create a text flow from an article. When the page displays so of the story, the Next Page hyperlink shows up. Once I click on it and get to the 2nd page, I'm trying to figure out how to display the text from where I left off and continue that to as many pages as required u

RE: Session Variables lost when moving from http to https - Please help!

2006-06-04 Thread Coldfusion
Correct me if I am wrong but I thought the session variables are applied to the application Which is mapped to the url of http://www.mysite.com Since https is a different protocol, I did not think you could in theory share those variables. What I did was shared the DSN and such. Passed a URL vari

RE: CM?

2006-06-03 Thread Coldfusion
? £50 vs free On 02/06/06, Coldfusion <[EMAIL PROTECTED]> wrote: > > Well I would like it to be but not a requirement. > I am tossed up right now between 13.amp and FarCRY. > > -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk short urls

RE: Web Traffic Reports

2006-06-03 Thread Coldfusion
+1 Smarter Stats.. I use the automated function for sending the emails with stats. -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Saturday, June 03, 2006 10:45 AM To: CF-Talk Subject: Re: Web Traffic Reports SmarterStats is really good as well.. Free single site

RE: CM?

2006-06-02 Thread Coldfusion
functions. For me sparkplug is equivalent to a VCR with a record and a play button, but simple enough so I can add on more complex features if the client really needs them down the line. Remember this opinion is before I go into production or even serious development ... On 6/2/06, Coldfusion

RE: CM?

2006-06-02 Thread Coldfusion
Well I would like it to be but not a requirement. I am tossed up right now between 13.amp and FarCRY. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 4:49 AM To: CF-Talk Subject: RE: CM? I gather you are after CF based systems ;

Enabling SSL - on CF Developer Edition on 127.0.0.1

2006-05-31 Thread coldfusion . developer
Where do I find the Java command line utility keytool? Do I use the DOS prompt from a specific directory/path? I'm not sure where to type this command line. I know it doesn't work at a dos prompt. http://www.adobe.com/support/coldfusion/using/ssl_with_cf_web_server/ssl_with_cf_we

RE: CSS and CF Debug

2006-05-28 Thread Coldfusion
That worked. I just tweaked the classic.cfm file (where the css is located) and now it is at the bottom. Thanks! -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 8:40 AM To: CF-Talk Subject: RE: CSS and CF Debug You are correct. I am using

RE: CSS and CF Debug

2006-05-28 Thread Coldfusion
You are correct. I am using Absolute positioning. I will have to look at the css for debug -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 8:35 AM To: CF-Talk Subject: Re: CSS and CF Debug Coldfusion wrote: > I have a site that is all

CSS and CF Debug

2006-05-28 Thread Coldfusion
I have a site that is all CSS based. If I turn on the CF Debugging for my IP Address, all the debug info is laying at the top (kind of transparent) instead of at the bottom of the CSS. How can I set it to be at the bottom?

Textarea width

2006-05-24 Thread Coldfusion
Is there a way to specify a textarea field's columns to be 100% or the field size? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241397 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription

Functions: Len & Left Right

2006-05-23 Thread coldfusion . developer
All, I've got a Web based admin tool that publishes articles. Regardless of the length of the story, I'm trying to cut the story off the text at a certain length and display the "next page" hyperlink. The code below does this ok. However, I want to detect the end of the paragraph so the reade

Pass a data to/from server without page refresh

2006-05-21 Thread coldfusion . developer
Good Day, I want to validate the availability of a username(user_id) in our user database without having to refresh/post/submit the Web page. I spent a lot of time searching the internet for examples of how to do this. I found the following but were a little more involved that what I was looking

cfTRANSACTION - success or failed

2006-05-20 Thread coldfusion . developer
Is there any way to carry a True/False value from the result of queries between cftransaction tags? Thanks. D ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241043 Archives: http://www.houseoffusion.com/cf_lists/th

RE: MS-SQL Group by Week

2006-05-17 Thread Coldfusion
Check out this thread: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6228 M!ke -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 9:07 PM To: CF-Talk Subject: MS-SQL Group by Week Does anyone know if it is possible via Query to group results by

MS-SQL Group by Week

2006-05-17 Thread Coldfusion
Does anyone know if it is possible via Query to group results by Week when the field actually contains a full date? I have a query where I have to pull all data and the SUM of a field which all should be grouped by Week such as: Week 1 (01/01/2006 - 01/07/2006) John Smith Project 5: 15hrs

RE: TextArea for multi inputs

2006-04-14 Thread Coldfusion
Same concept, one TEXTAREA field and on the action page, just parse the Results as a list type field using the carriage return as the delimiter. -Original Message- From: j s [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 11:44 AM To: CF-Talk Subject: TextArea for multi inputs Do

RE: DailyRazor Hosting

2006-04-14 Thread Coldfusion
Try http://www.coldfusion-mx-hosting.com/ You can do 2 domains for $12/month or 5 domains for $20/month. Personally I have the next plan doing 10 Domains for 35/month. Plus they have MySQL / MS-SQL7 / MS-SQL2000 And access ODBCs, and depending on the plan More subdomains than ever needed. --

RE: How to format the print view like a phone book?

2006-04-07 Thread Coldfusion
-Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 10:56 PM To: CF-Talk Subject: How to format the print view like a phone book? Hi, I am trying to format a 2-column page to make a p

RE: Anything inherently wrong with this query?

2006-03-31 Thread Coldfusion
I totally agree. I use Aliases all the time. Faster, simpler, and just as easy. I have no problems in deciphering the query. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 8:02 PM To: CF-Talk Subject: RE: Anything inherently wrong with this que

CFLOOP: Select Form in Edit Mode with Multiple Selections (selected help)

2006-03-30 Thread coldfusion . developer
All, I'm trying to populate a (categories) select form with element in edit mode. I'm trying to loop through the entire list of categories while highlighting (selected) the categories associated within this recordset. I'm having a hard time getting multiple selections to siaply properly in edit

RE: cgi.HTTP_REFERER

2006-03-29 Thread Coldfusion
Why not append the CGI.SCRIPT_NAME to the URL location? Or hard code the name. Because I agree with Dave, I do not think the referrer Will be displayed on a cflocation but then again I have Not tested it. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ma

RE: CF Hosting w/access above root folder

2006-03-27 Thread Coldfusion
I have been around and around fighting for a potential client on this Issue and they are dead set there is no directory access outside the root web folder. -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 6:57 PM To: CF-Talk Subject: Re: CF Ho

RE: Merging two queries

2006-03-21 Thread Coldfusion
Depending on the query and DB platform UNION -Original Message- From: Oleg Gunkin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 6:13 PM To: CF-Talk Subject: Merging two queries cfdirectory returns a query as a result, and I need somehow to combine results of several cfdirect

RE: GoDaddy & MySQL... does it work?

2006-03-21 Thread Coldfusion
I do not have GoDaddy for hosting but with Sandbox security, I would validate that the datasource name is the exact same CASE as you are using. -Original Message- From: Andrew Stevens [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 3:44 AM To: CF-Talk Subject: GoDaddy & MySQL..

RE: How do you all handle saving checkboxes that have been checked?

2006-03-20 Thread Coldfusion
You would need to validate the form items against the session variables. Thus if the form variable does not exists or set to false, kill the Session variable. All should be done on the Save (submit) event. -Original Message- From: Jeremy Bunton [mailto:[EMAIL PROTECTED] Sent: Monday, Ma

CFLOOP in Edit Mode - Invalid CFML construct

2006-03-09 Thread coldfusion . developer
Hi, I'm stuck on this and could use some help. I'm trying to populate a multiple selection form "in edit" mode and highlight (selected) items that are stored with the record. I'm storing the multiple selections in a single VarChar column using a comma delimiter. Thanks CF***ERRORMESSAG

RE: CF Host recommendations

2006-03-02 Thread Coldfusion
Only issue I had with UpLinkEarth was the restriction Of CFFILE, CFDIRECTORY, CFCONTENT. You had to use their custom tag which was a pain for me. So I changed hostings. Sorry they offer CFMX7 not CF5. -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, March

RE: using cfinclude

2006-02-21 Thread ColdFusion
If I recall right, the CFINCLUDE takes a relative path such not a URL path. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 9:38 AM To: CF-Talk Subject: using cfinclude I've got a little CMS type thing I'm working on, and I've been using

RE: cfdocument how to use on a .cfm to print a form?

2006-02-15 Thread ColdFusion
include a form in my cfdocument?" the answer is that the form tag is not currently supported in cfdocument. When I've tried to use forms in cfdocument PDF's, I get some funky output. See http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common

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: MySQL/CFMX7 (RESOLVED)

2006-02-06 Thread ColdFusion
For all those who either had attempted to help or are/have had the same problem, this is how I resolved my issue. Somewhat drastic but it works just fine now: 1. Removed CFMX 7 2. Removed MySQL 5.0 3. Rebooted machine 4. Re-installed CFMX 7 5. Reinstalled MySQL 5.0 6. Downloaded mysql-connector-

RE: MySQL/CFMX7 is the death of me.

2006-02-06 Thread ColdFusion
trying to connect to an *O*DBC datasource through ColdFusion, you use the ODBC Socket driver. That bridges *any* ODBC datasource to JDBC. I assume you'd pretty much only use it for MS Access, FoxPro, or anything else w.o an *O*DBC driver. I don't use navicat -- so don't know if it's us

RE: MySQL/CFMX7 is the death of me.

2006-02-06 Thread ColdFusion
Sandbox is enabled and All servers/ports are set to: connect, resolve Enabled Data Sources is set to All -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 4:28 PM To: CF-Talk Subject: Re: MySQL/CFMX7 is the death of me. Adkins, Randy

RE: Timesheet

2006-02-06 Thread ColdFusion
Sorry.. I meant to send that privately... What I get for not paying attention. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 5:57 PM To: CF-Talk Subject: Timesheet Hi Randy, Pretty cool so far. I assume that "save changes" overwrites

RE: Timesheet

2006-02-06 Thread ColdFusion
That's correct, if the record exists in the DB, and you do an update or remove Time from the record it will update the changes. By going to the next week you can add time accordingly, same way with in reverse. The key item is the tsSub date that is submitted when you click "save changes". If the

RE: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread ColdFusion
I have CFMX7, MySQL 5.0 and NaviCat all running locally -Original Message- From: ColdFusion [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 9:33 PM To: CF-Talk Subject: RE: MySQL 5 and CFMX7 (New Problem) Localhost is where the MySQL Database is at. It is all one machine

RE: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread ColdFusion
and mysql logs to see if the provide any lower lever details/clues. Dave On Feb 3, 2006, at 6:26 PM, ColdFusion wrote: > Yes, it is displayed under System Information in CF Admin > > -Original Message- > From: David Livingston [mailto:[EMAIL PROTECTED] > Sent: Friday, Febr

RE: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread ColdFusion
Yes, it is displayed under System Information in CF Admin -Original Message- From: David Livingston [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 7:07 PM To: CF-Talk Subject: Re: MySQL 5 and CFMX7 (New Problem) Did you add \ wwwroot \ web-inf\ lib into your java coldfusion

RE: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread ColdFusion
-Talk Subject: Re: MySQL 5 and CFMX7 (New Problem) what error? On 2/3/06, ColdFusion <[EMAIL PROTECTED]> wrote: > Now I removed MySQL 5 and ran regClean to clean the registries. Then > re-installed MySQL 5. > > Downloaded the Connectors/J for 5.0 from MySQL > > copied

Re: MySQL 5 and CFMX7 (New Problem)

2006-02-03 Thread ColdFusion
Now I removed MySQL 5 and ran regClean to clean the registries. Then re-installed MySQL 5. Downloaded the Connectors/J for 5.0 from MySQL copied the mysql-connector-java-5.0.0-beta-bin.jar into CfusionMX7 \ wwwroot \ web-inf\ lib folder. Restarted ColdFusion. Added the datasource using

RE: looking for a hosting company to resell

2006-02-02 Thread ColdFusion
Mike, Did you look at coldfusion-mx-hosting? They offer CFMX 7, unlimited pop/webmail, Plans include 10 or more domains for a single Plan and can be increased. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 9:50 PM To: CF-Talk Subject

RE: join statements with MS Access

2006-01-30 Thread ColdFusion
Actually I just went through this with Access for a client. I also agree not using access is the best policy but at times You have to do what the client requests. I have found that you must use parenthesis when using more than one join statement. Encasing everything but the last one. So in your

JS Print command ?

2005-12-27 Thread ColdFusion
I know in JS you can issue the window.print() command to force the print dialog box. Is there anyway to capture if a user clicks "CANCEL" or "OK" on the Print dialog box? ~| Discover CFTicket - The lea

RE: WYSIWYG Web Page Editor/Creator Plug-In

2005-12-17 Thread ColdFusion
arles ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227232 Archives:

RE: Group Query help.

2005-12-15 Thread ColdFusion
I have never tried to add MAXROWS to an CFOUTPUT Statement of a Group before, so I am not use it Can be done, however the only other way I can Think of is by creating your own counter and increment It by 1 each time until you get the desired number Of records. -Or

RE: more of my SQL issues :)

2005-12-13 Thread ColdFusion
Basically one of the subqueries are returning more than one value I would check the subqueries to make sure they one return one value, And if it does return more than one value (as a true request), then you Can not use x = y where Y is more than one item. It has to be re-written to be like: (X = Y

RE: SQL Dates

2005-12-08 Thread ColdFusion
Thanks.. I knew it was something simple.. Just could not see it. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, December 08, 2005 9:41 PM To: CF-Talk Subject: Re: SQL Dates >>#DATEFORMAT(NOW(),'MM/DD/')# BETWEEN PA_START_DATE AND PA_END_DATE F

SQL Dates

2005-12-08 Thread ColdFusion
I am trying to get all records from a table where the dates are in between two dates. Sounds simple if I was comparing a [column] between Date1 and Date2 but this is slightly reversed I need to get the records where the START_DATE and END DATE are compared to today. Such as: SELECT PA_START_D

RE: display multiple columns in a CFSELECT?

2005-12-08 Thread ColdFusion
work in a cfselect? So far, no luck ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/list

RE: Cffile Error

2005-12-03 Thread ColdFusion
Does ColdFusion Service have access to the network drive? \\SWPRINT\LAB_HEMA ??? -Original Message- From: John Lucania [mailto:[EMAIL PROTECTED] Sent: Saturday, December 03, 2005 1:35 AM To: CF-Talk Subject: Cffile Error C:\CFusionMX\runtime\bin>copy D:\Inetpub\WWWROOT\BBDatab

RE: read every file in a directory

2005-11-30 Thread ColdFusion
-Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 9:39 PM To: CF-Talk Subject: read every file in a directory I need to read every file in a directory (filenames unknown) and proces

RE: Custom Error Pages

2005-11-27 Thread ColdFusion
: Re: Custom Error Pages All CF pages on the server share the same CF missing template handler (if one has been specified). The information you received was correct - only non CF requests will use the custom error handler you specify. On 11/28/05, ColdFusion <[EMAIL PROTECTED]> wrote: > In

Custom Error Pages

2005-11-27 Thread ColdFusion
In a shared hosting environment where HELMs is used, you can establish custom error templates for 404 errors and others. Now if I want to redirect 404 errors to an error page such as: /errors/404.cfm That should be fine, right? Or does it need to be an HTM page? I was informed this: I think the

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
: Friday, November 25, 2005 8:10 PM To: CF-Talk Subject: Re: Access Error? CF7 just do no reason to do a dateformat on it to store it in a database. On 11/25/05, ColdFusion <[EMAIL PROTECTED]> wrote: > It is being set as: > > > -Original Message- > From: Dawson, M

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
: ColdFusion [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 5:15 PM To: CF-Talk Subject: RE: Access Error? CF7 It is being established as: > SQLINSERT INTO AccessLog ( MEMBERID, ACTIONDATE, ACTION, TYPE ) > VALUES ( (param 1) , '{ts '2005-11-25 14:44:00'}&#

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
It is being established as: > SQLINSERT INTO AccessLog ( MEMBERID, ACTIONDATE, ACTION, TYPE ) > VALUES ( (param 1) , '{ts '2005-11-25 14:44:00'}', 'Login', 'User Login' > ) > -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 6:01

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
: Access Error? CF7 Use the createODBCDateTime() function but *also* lose the single quotes. Valid timestamp = {ts '2005-11-25 14:44:00'} Valid string, but invalid timestamp = '{ts '2005-11-25 14:44:00'}' M!ke -----Original Message- From: ColdFusion [mailto:

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
Nope... Error Executing Database Query. Syntax error in INSERT INTO statement. The error occurred in E:\webs\mydomain.com\wwwroot\admin\actLogin.cfm: line 81 79 :( 80 :, 81 :'#createODBCDateTime(REQUEST.dtStamp)#', 82 :

RE: Access Error? CF7

2005-11-25 Thread ColdFusion
By the way, I verified that the data types are set properly: MEMBERID = Number ACTIONDATE = date/time ACTION = text TYPE = text If I run the query in Access, it works fine. -Original Message- From: ColdFusion [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 5:03 PM To: CF

Access Error? CF7

2005-11-25 Thread ColdFusion
Anyone see a problem with this query? insert into accesslog ( memberid, actiondate, action, type ) values ( , '#REQUEST.dtStamp#', 'Login', 'User Login' ) The memberid does exists as well as request.dtstamp This is the error I get in CFMX 7: Error Executing Database Query. Syntax err

RE: CFMX 7 & CFMODULE

2005-11-20 Thread ColdFusion Developer
yles to call custom tags do you get the same failure or does it work? -Original Message----- From: ColdFusion Developer [mailto:[EMAIL PROTECTED] Sent: Monday, 21 November 2005 1:33 p.m. To: CF-Talk Subject: CFMX 7 & CFMODULE Does anyone know why a CFMODULE call does not perform the sa

CFMX 7 & CFMODULE

2005-11-20 Thread ColdFusion Developer
Does anyone know why a CFMODULE call does not perform the same as it did on CF5 and CF6.1 ? In CFMX7 it is as if the call never happens. Thanks! ~| Logware (www.logware.us): a new and convenient web-based time tracking applic

OT:Coldfusion Podcast Episode 4 Released

2005-11-17 Thread ColdFusion Pocast
~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224558 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http

RE: DB connection question

2005-11-15 Thread ColdFusion Developer
NaviCat +1 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 7:03 PM To: CF-Talk Subject: Re: DB connection question If it does mean you can't use Navicat (which it sounds like that is the case) that would be a deal breaker for me. Gotta

RE: removing trailing comma in CSV row

2005-11-09 Thread ColdFusion Developer
score#, Any ideas appreciated. Rick. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/list

RE: CFFTP and CFDIRECTORY

2005-11-09 Thread ColdFusion Developer
You can not use the CFDirectory base don the connection. You have to use the CFFTP ACTION="LISTDIR" and then use that information. To read a File from the FTP, you will have to download The file to the local server then read it. Such as: CFFTP ACTION="GETFILE" Then use CFFILE ACTION="READ"

ColdFusion Podcast Series | Tips, Tricks and News

2005-10-31 Thread ColdFusion Pocast
We just started a new series of ColdFusion Podcasts. We hope to do an episode a week focusing on a variety of technologies. You can check it out at: http://www.coldfusionpodcast.com Michael ~| Logware (www.logware.us): a new

RE: [Reply To] Re: deleting directories older than say 6 hours

2005-10-20 Thread Coldfusion Developer
-Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 3:32 AM To: CF-Talk Subject: [Reply To] Re: deleting directories older than say 6 hours Thanks It's with DateAdd that I'm having problems - just can

RE: Credit Card processing

2005-10-17 Thread Coldfusion Developer
I would love to see these rates. -Original Message- From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 9:25 PM To: CF-Talk Subject: Re: Credit Card processing That's very high. I'm at Max right now so I don't have it in front of me but I can email exact prici

RE: Credit Card processing

2005-10-17 Thread Coldfusion Developer
Doing a google on various CC processing companies, I have found that the vast majority of them do not disclose their fees. Some of them charge $10-15 for Statement Fees, Sometimes $15-20 for monthly fee. As well as per transaction fees of some of the following: Per Transaction: 2.2 - 3.9% ..25

Brain Freeze

2005-07-03 Thread coldfusion . developer
All, I've got three queries all passing variables from previous queries. The issues? The second query returns 4 records. I want to use IDs for these records in query #3. However what I have only returns only 1 record. I want all 4 ID values in query #3 SELECT Categories.Name, Categories.Ca

CF and Payment Gateways

2005-06-17 Thread coldfusion . developer
I'm buying CFWebStore and trying to choose a payment gateway service. Does anyone have any comments for the following companys? skipjack iongate verisign authorize.net trust commerce D ~| Find out how CFTicket can increase you

RE: Ecom Advice

2005-06-17 Thread coldfusion . developer
-1014 >#include ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209812 Archives: http://www.houseoffusion.com/cf_l

RE: Ecom Advice

2005-06-17 Thread coldfusion . developer
America Merchant Account so the provider response needs >to speak VITAL. > >skipjack >iongate >verisign >authorize.net >trust commerce > > >Thank. > >D ~| Discover CFTicket - The leading ColdFusion

Ecom Advice

2005-06-17 Thread coldfusion . developer
nt is dealing with Bank of America Merchant Account so the provider response needs to speak VITAL. skipjack iongate verisign authorize.net trust commerce Thank. D ~| Discover CFTicket - The leading ColdFusion Help Desk and Tr

Re: CF / CSS / IE

2005-06-03 Thread ColdFusion Developer
Well this is baffling why it will work fine in FF but not IE. Adkins, Randy wrote: >Any ideas on this?? > > >-Original Message- >From: Adkins, Randy [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 02, 2005 4:06 PM >To: CF-Talk >Subject: RE: CF / CSS / IE > >Here is the snippet of the co

Re: anyone have statistex?

2005-05-23 Thread ColdFusion Developer
Thanks > > ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207491 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscr

Re: CFMX Help Desk Application?

2005-05-17 Thread ColdFusion Developer
ut I was not able to find the list >>archive search on the HOF site anymore. So, I am looking for a help desk, >>ticket tracking type application written in ColdFusion. Yes, I could write >>one, but an off the shelf one would probably be more cost effective >>assuming >>

Re: Column Exists?

2005-04-28 Thread ColdFusion Developer
Yeah forgot about the columnlist variable. I can do it that way. Thanks! Scott Weikert wrote: >ColdFusion Developer wrote: > > > >>MS-SQL7 and MySQL >> >> >> >> >> >Well with MS SQL there's a back way in... but there's

<    1   2   3   4   5   6   7   8   9   >