CDONTS

2001-12-03 Thread list peters
hi... does anyone have any code, or links about using CDONTS with cold fusion? also, are there any obvious advantages to using CDONTS over cfmail? thanks chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Menu Problem

2001-12-03 Thread Shahzad Butt
Yeah my client vars are enabled in cfapplication tag. And it is context sensitive menu with is not same for every user so I cant give it application scope. -Original Message- From: cf refactoring [mailto:[EMAIL PROTECTED]] Sent: 01 December 2001 12:44 To: CF-Talk Subject: Re: Menu

RE: asp vs. cf

2001-12-03 Thread Adam Reynolds
Actually with a user base of 2000 people, performance is not an issue. I would suggest that development turnaround is more important. Any proficient developer will be able to deliver to similar timescales. What you need to examine is what your skill sets are, and how long you would need to take

RE: CDONTS

2001-12-03 Thread Carlisle, Eric
I started using CDONTS to conflict the fixed this version, broken this version legacy of CFMail. CFMail caused our servers to crash and mail data to be lost. So far, CDONTS working out very well. If you're not having big issues with cfmail, perhaps you should stick with it. I do like the

RE: CF Server runs under user account

2001-12-03 Thread dave fauth
Are there any major changes for CF5, especially w/ the JRUN piece installed for graphing? thanks dave At 01:35 PM 12/1/2001 -0500, you wrote: I posted some info on this at http://www.defusion.com/articles/index.cfm?ArticleID=89 which describes using somewhat more restrictive settings than

RE: CF Server runs under user account

2001-12-03 Thread mherbene
I don't know, haven't tried it yet. If you want to try it and let me know what changes, I'll post an updated document. -Original Message- From: dave fauth [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 8:18 AM To: CF-Talk Subject: RE: CF Server runs under user account

RE: ArraySort

2001-12-03 Thread Raymond Camden
What logic do you base this on? As far as I know, arrays are faster, and if you think about it, it makes sense. For lists, CF has to parse the string to get the correct data. For example: CFSET List = Foo@Goo@Moo@Doo@Doo CFOUTPUT#ListGetAt(List,3,@)#/CFOUTPUT In the example above, CF has to

Re: ArraySort - benchmarks

2001-12-03 Thread Jon Hall
Some benchmarks... CF5 P550 ArraySort - Averages 90ms cfset tList = 10,5,3,6,1,7,8,9,2,4 cfset tArray = listToArray(tList) cfloop from=1 to=1000 index=i cfset rs = arraySort(tArray, numeric) /cfloop ListSort - Averages 210ms cfset tList = 10,5,3,6,1,7,8,9,2,4 cfloop from=1 to=1000 index=i

RE: asp vs. cf

2001-12-03 Thread Yager, Brian T Contractor/NCCIM
Programming, in any language involves two key concepts: logic and syntax. Cold Fusion will teach you logic. But it does not teach you syntax. From that perspective, Cold Fusion tricks you into thinking you are a master programmer. I jump at the chance to program in ASP or JSP simply because it

RE: asp vs. cf

2001-12-03 Thread C. Hatton Humphrey
When I was in college one major thing that I learned was that syntax is fluid. The logic of how to do an IF or a LOOP or a CASE or mathematical formulas is what defines what a programmer is or is not. I personally learned that stuff with Pascal and CoCo BASIC. The same rules of programming

Re: Merant Text Driver: how to specify pipe character?

2001-12-03 Thread tom muck
You should be able to enter additional parameters from the CF Administrators at the bottom of the CF Settings page, you can enter connection strings: - Use this option only to add connection attributes that cannot be included in the ODBC data source definition. tom www.basic-ultradev.com

OT- Credit card merchant/processor

2001-12-03 Thread Yager, Brian T Contractor/NCCIM
Sorry for the off topic post all. I am developing a storefront and was wondering what the different CC merchant/processor's there are out there. I am looking at two right now (Online Data Corp and Advanced Merchant). Does anyone else have any experiences with either these or any others that I

RE: CFMAIL

2001-12-03 Thread Tammy Hong
have you found the answer? I had the same problem and so I added the smtp server and it's port number intot he CFMAIl tag and it worked. This is a very strange occurrence though. Tammy -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 8:52 AM

RE: OT- Credit card merchant/processor

2001-12-03 Thread Joel Parramore
I used CyberCash's services at other companies for online payment processing. I wouldn't say that they were 100% responsive in times of crisis, but the crises didn't happen all that often, which was a plus. Also, I think there's a CFX tag for working with CyberCash out there. However, VeriSign

CF / JS question

2001-12-03 Thread Bill Killillay
Ok let me setup what I am trying to do here: I have been testing/playing with this and almost have it, but yet I am a million miles away too. If I do: script language=JavaScript src=library/validatesearch.js/script like normal all works fine. I can rename the .js file to .txt and then make the

RE: OT- Credit card merchant/processor

2001-12-03 Thread Joshua Miller
We use CyberCash WebAuthorize - you run your own transaction server and there is a tag out there for connecting CF with WebAuthorize. It's very simple to setup and use, but the initial cost can be a bit painful - to the best of my knowledge it was around $5k for the WebAuthorize software. The

Re: CF / JS question

2001-12-03 Thread BILLY CRAVENS
I don't think there's any need to use a CFContent tag - Original Message - From: Bill Killillay [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 03, 2001 10:23 AM Subject: CF / JS question Ok let me setup what I am trying to do here: I have been

RE: CF / JS question

2001-12-03 Thread Dave Watts
Ok let me setup what I am trying to do here: I have been testing/playing with this and almost have it, but yet I am a million miles away too. If I do: script language=JavaScript src=library/validatesearch.js /script like normal all works fine. I can rename the .js file to .txt and

RE: CFMAIL

2001-12-03 Thread Gary P. McNeel, Jr.
Look at file in undeliverable. Check the file size. See if the body made it. We experienced this problem under NT. Moving to 2K solved this. We found files with just the header or even 0k files. Hope this helps. -Gary -Original Message- From: Tammy Hong [mailto:[EMAIL PROTECTED]]

RE: CFMAIL

2001-12-03 Thread Tammy Hong
Everything is there. Headers and body... -Original Message- From: Gary P. McNeel, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 10:47 AM To: CF-Talk Subject: RE: CFMAIL Look at file in undeliverable. Check the file size. See if the body made it. We experienced this

Is possible to cache a stored procedure?

2001-12-03 Thread Bosky, Dave
How could I cache the following stored procedure for a day? CFSTOREDPROC PROCEDURE=spCategories DATASOURCE=HTCYP CFPROCRESULT NAME=spCategories RESULTSET=1 /CFSTOREDPROC Would it work like this?? CFQUERY NAME=qCategory DATASOURCE=HTCYP CACHEDWITHIN=#CreateTimeSpan(0,1,0,0)#

CFHTTP problem

2001-12-03 Thread Don Vawter
I am attempting to use cfhttp to automate my login to another site. The login action page is checklogin.asp. If I cfhttp to that page using port 443 and method of post with appropriate form fields as cfhttpparam I get a connection error cfhttp

RE: CFMAIL

2001-12-03 Thread Steven Dworman
did you verify that cf server can connect to your mail server? verify all the settings in the administrator. i think default smtp is port 25. if that doesn't work then just use cfmail tag. you can set the server name and port number in the tag. another thing to check, if you're using

RE: CFMAIL

2001-12-03 Thread John McCosker
Just a guess here, but has your exchange server got routing restrictions, Our IT guys set it up here, Develoment worked fine, but Live (all mail went straight to Undeliv). We do our own hosting though. jmc .. .. -Original Message- From: Tammy Hong [mailto:[EMAIL PROTECTED]] Sent:

Re: NOT and ~ operators

2001-12-03 Thread Kwang Suh
It is the ~ operator. The SQL Server NOT is used in SQL like WHERE field NOT IN (list) - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, December 01, 2001 2:53 PM Subject: NOT and ~ operators I'm used to using the NOT operator in SQL

Re: Is possible to cache a stored procedure?

2001-12-03 Thread Don Vawter
yes but your resultset will now be qcategory instead of spCategories - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 03, 2001 9:52 AM Subject: Is possible to cache a stored procedure? How could I cache the following stored

problems with backslash and quotes..

2001-12-03 Thread Alexis Maldonado
I created an app using Access and Mssql7. it works perfect on it but i need to get it to run on Postgresql and Mysql. The problem im having is that everytime i try to run an insert from a text field or file into the database and the text field contains a backslash it fails.. i have tried doing:

RE: CFMAIL

2001-12-03 Thread Tammy Hong
Yes I checked, double checked, triple checked and then some but still it would go straight to the undeliverable and it was only 2 pieces of cf code that was acting up. Strangely, one week before all this, I did extensive testing and ALL was fine. I'll check to see if there are any restrictions

RE: problems with backslash and quotes..

2001-12-03 Thread Bryan Love
It looks like the single quotes are in your variable. In that case CF will automatically escape them when you reference the variable in a CFQUERY: cfset foo = '\' cfquery. INSERT INTO... VALUES( '#foo#' - this will be '''\''' /cfquery you can prevent this by using the

Expriing a session

2001-12-03 Thread Tangorre, Michael T.
Hi everyone. I am having no luck expiring a users session. Here is what I am attemnpting: User logs in.. All is fine, a session variable is set to loggedin. When the user clicks log out I call a template that sets the value of the session var to loggedout and then redirect them to a new page. The

RE: Expriing a session (Solution)

2001-12-03 Thread Nathan Stanford
Here are the two things you can do to clear a session and clear a session when the browser closes. 1. cflock timeout=30 name=logOut cfscript StructClear(session); /cfscript /cflock This will clear the users session. 2. right after the code you use to start the application

RE: Expriing a session

2001-12-03 Thread Kevin Mansel
Use a struct delete. cfset tempvariable = StructClear(session) where session is the name of the entire session group. or you can do it with an induvidual variable like this cfset StructDelete(Session, username) HTH Kevin ~ Kevin Mansel Senior Web Developer Fox

sorta ot: free application servers

2001-12-03 Thread BILLY CRAVENS
Has anyone seen this article? My apologies if this thread has already been discussed: http://dailynews.yahoo.com/h/cn/20011203/tc/application_server_software_g iants_regroup_1.html Basically talks about the big J2EE servers (IBM,BEA,Sun) being given away for free, in an attempt to kill

Re: Merant Text Driver: how to specify pipe character?

2001-12-03 Thread letters
Thanks Tom. I thought about that, but I couldn't find any support docs at Allaire or Merant to tell me the syntax for specifying a pipe delimiter. Marc Garrett tom muck [EMAIL PROTECTED] wrote in message 3c0b956d$[EMAIL PROTECTED]">news:3c0b956d$[EMAIL PROTECTED]... You should be able to enter

browser time display

2001-12-03 Thread Gonzo Rock
Curious if there is a way to show a constantly updating time display in a browser... so that if the user idles for 30 minutes the time display keeps advancing showing the correct time? thanks, ~~ Your ad could be here. Monies from ads go to

Dynamic form fields

2001-12-03 Thread Bruce, Rodney (Contractor)
hello all Hope you can help with a little problem. I have on a field that is named using an id. On the form I have: CFQUERY name=getids get ids /CFQUERY CFOUTPUT query=getids INPUT type=text name=name[#getids.id#] value=#getids.id# /CFOUTPUT On the action

RE: browser time display

2001-12-03 Thread Raymond Camden
Pretty simple in DHTML. HTML HEAD SCRIPT function doTime() { TheTime.innerHTML = new Date(); setTimeout(doTime,1000); } /SCRIPT /HEAD BODY onLoad=doTime() SPAN ID=TheTime/SPAN /BODY /HTML This is IE only, however. (But, let's face it, IE makes DHTML as easy as pie. Netscape

RE: browser time display

2001-12-03 Thread Robert Forsyth
here's the code I use: // Set the clock's font face: var LC_Font_Face = Arial; // Set the clock's font size (in point): var LC_Font_Size = 10; // Set the clock's font color: var LC_Font_Color = #ff; // Set the clock's background

RE: browser time display

2001-12-03 Thread Adkins, Randy
Use JavaScript ONLOAD function to display the time as well as a clock interface. Look at: http://javascript.internet.com/clocks/dynamic-clock.html -Original Message- From: Gonzo Rock [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 2:16 PM To: CF-Talk Subject: browser time

Editing, deleting, and inserting values on form.

2001-12-03 Thread Angel Stewart
Ok boys and girls, I've got a little question for you. I have one table, called Equipment..that has EquipID, Equipment Type,and Hours. Now...someone can have equipment entered previously. OR they might want to insert new equipment, or delete existing equipment. I can't use a grid, because the

Re: Merant Text Driver: how to specify pipe character?

2001-12-03 Thread tom muck
I think that with the Merant driver you are limited to the delimiters in the TableType drop-down box. If you look at the registry entries for a sample Merant driver, there aren't any other options for delimiters. tom [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: Editing, deleting, and inserting values on form.

2001-12-03 Thread Douglas Brown
Why not just put 3 buttons on your page and give them different values. I hope I understood your question correctly. IE: input type=button name=action value=Add input type=button name=action value=Update input type=button name=action value=Delete Then on the processing page, just do CFIF

RE: Expriing a session

2001-12-03 Thread Dave Watts
I am having no luck expiring a users session. Here is what I am attemnpting: User logs in.. All is fine, a session variable is set to loggedin. When the user clicks log out I call a template that sets the value of the session var to loggedout and then redirect them to a new page. The

Re: browser time display

2001-12-03 Thread Douglas Brown
This is what I use for our intranet, it is based on the server time script cfoutput var dateString = (#dateFormat(now(),MM/DD/)# #timeFormat(now(),hh:mm:ss)#); var i = #timeFormat(now(),ss)#; /cfoutput function updateClock(){ var DateVariable = new Date(dateString);

Sniffing WAP Browsers II

2001-12-03 Thread JAAV
Hello, I have some problems with WAP detecting and redirecting wap browsers. Any help is welcome. This is the situation: I have a directory (say /wap) with all the wap cfm templates. That directory has a special application.cfm template for WAP application. In that template we put something

RE: Editing, deleting, and inserting values on form.

2001-12-03 Thread Angel Stewart
No...they would want to be able to do all things at once. SO the form would have to look like Equipment Type Hours -- [combo box] [txthours] [combo box] [txthours] [combo box]

Scheduled graph generation, saving the image files?

2001-12-03 Thread Kevin Gilchrist
Hi, We're generating scheduled reports and have found that if there is a CF-generated graph in the report the ability to display the graph by opening the generated HTML page is lost if you restart the graphing service/reboot etc. The IMG SRC in the generated HTML file looks like it references a

RE: Dynamic form fields

2001-12-03 Thread Steven Dworman
try #evaluate('form.name[#getids.id#]')# -Original Message- From: Bruce, Rodney (Contractor) [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 2:15 PM To: CF-Talk Subject: Dynamic form fields hello all Hope you can help with a little problem. I have on a field that

RE: Dynamic form fields

2001-12-03 Thread Dave Watts
I have on a field that is named using an id. ... CFOUTPUT query=getids INPUT type=text name=name[#getids.id#] value=#getids.id# /CFOUTPUT ... CFOUTPUT #form.name[getids.id]# /CFOUTPUT I get error resolving parameter form.name. I can see all my form fields listed in the

Re: Dynamic form fields

2001-12-03 Thread BILLY CRAVENS
Looks to me like you're trying to handle form fields the same way you can in PHP. In PHP, giving a form name[1] makes it part of an array on the next page. However, ColdFusion will not handle form variables this way - instead of an array called form.name, it would see a variable called

RE: Dynamic form fields

2001-12-03 Thread Raymond Camden
First off, I don't know if CF willbe happy with form fields named with that syntax. I know PHP uses that syntax, but I can't promise it will work in CF... but... try it. :) Secondly, please, please, please do _not_ use Evaluate to get dynamic form fields. Remember that form fields are stored in

CFX_Print - anybody have it?

2001-12-03 Thread Justin Hansen
Hi all... I need the CFX_Print tag but there is only a dead link in the Allaire Tag Gallery. Does anybody have it? Please email it to me if you do. Are there any other solutions to print a .txt file on the a printer attached to the server? I have looked at cfcomet. If I can't find CFX_Print I

CFLOCK and COM objects

2001-12-03 Thread Carlisle, Eric
I've heard that CFLOCK should be used for tags dealing with internet protocols (CFHTTP, CFFTP). I have a custom tag using CDONTS. Should I use CFLOCK for the block of code that uses CDONTS? Thanks :) EC . ~~ Get the mailserver that powers this

Spacing a Dynamice Menu?

2001-12-03 Thread Kris Pilles
I have a menu that is dynamic. So it will be growing in shrinking as time goes on. Is there anyway to when I output the menu titles have them equally spaced across the top of the page? This way I won't have to worry about formatting down the road? Thanks Kris Pilles Website Manager Western

Re: Editing, deleting, and inserting values on form.

2001-12-03 Thread Douglas Brown
Well, I would say that you would need to do this on the processing page. 1. Check to see if the value of the equipmentID exists in your DB and if it does not do an insert of the equipment type and hours. 2. If the value exists then do an update of the equipmentID and hours 3. If I understand

Creating dynamic images

2001-12-03 Thread E C HOF list
I need to do some lite image generation taking a text string and turning into a GIF or JPG. I am wondering if there's any way to do this with the Macromedia Generator code that's built into CF 5.0. If not, does anyone have any recommendations for custom tags that do the same. For instance, I

RE: Dynamic form fields

2001-12-03 Thread Steven Dworman
you learn something everyday. thanks for the insight -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:17 PM To: CF-Talk Subject: RE: Dynamic form fields First off, I don't know if CF willbe happy with form fields named with that

MAC File Upload Issues

2001-12-03 Thread Joshua Miller
I sent this message, but it was returned - the mailserver said I had no SUBJECT (I did though). Ok, this is bizarre: I'm uploading a file via CFFILE and the code works flawlessly - until you get onto a MAC (IE5) I routinely get the error The form field specified in the CFFILE tag (CLOGO) does

Re: problems with backslash and quotes..

2001-12-03 Thread Alexis Maldonado
actually the single quotes for the SQL are not in my variable.. lets say my variable is.. cfset foo = this is a test '\' text cfset foo = replacenocase(foo, \, \\ , ALL) // escape the ( \ ) when i do INSERT INTO foo (field) values('#foo#' it will look like ( 'this is a test ''\\''

RE: Dynamic form fields

2001-12-03 Thread Bruce, Rodney (Contractor)
Thanks for all the suggestions. unfortunately I am not at my development server so can't test. but I am going to change the code to look like this. If you see anything that will not work please let me know. On the form: CFQUERY name=getids get ids /CFQUERY CFOUTPUT query=getids

RE: CFLOCK and COM objects

2001-12-03 Thread Dave Watts
I've heard that CFLOCK should be used for tags dealing with internet protocols (CFHTTP, CFFTP). I've heard that occasionally too, but then I've heard more often (and from Allaire/MM people) that it's not true, so my assumption is that it's not true. I have a custom tag using CDONTS. Should I

RE: Sniffing WAP Browsers II

2001-12-03 Thread Dave Watts
I have a directory (say /wap) with all the wap cfm templates. That directory has a special application.cfm template for WAP application. In that template we put something like: cfif NOT (UCase(Cgi.http_accept) Contains WML)cflocation url=/YouDontHaveaWapBrowser.cfm

RE: MAC File Upload Issues

2001-12-03 Thread Joel Parramore
Mac filenames don't use \ --- they use : instead. So what you're seeing makes sense if you're uploading from a Mac. You could use the CGI.HTTP_USER_AGENT variable to try and see what OS the file upload is coming from and deal with the paths based on that. Regards, Joel Parramore

RE: MAC File Upload Issues

2001-12-03 Thread Zac Belado
Has anyone else experienced this? Is this an anomaly or is this a known issue with CF and MAC or is it an IE bug? The colon character is the path delimiter on the Mac. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: MAC File Upload Issues

2001-12-03 Thread Joshua Miller
The path that's being displayed to me SHOULD BE the temporary path on the NT server and not on the MAC, is this an issue created by uploading from the MAC? If so, is there any documentation on how to handle MAC uploads in ColdFusion? The problem doesn't appear to be the MAC path, but the path to

RE: MAC File Upload Issues

2001-12-03 Thread Joshua Miller
But it isn't displaying a colon either - it's displaying nothing. The path is all one line - and it's the NT temporary path that appears this way - not the MAC path. Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] -Original

Re: browser time display

2001-12-03 Thread Gonzo Rock
Thanks all, This is what I was looking for... you guys rock! At 12:02 PM 12/3/01 -0800, you wrote: This is what I use for our intranet, it is based on the server time script cfoutput var dateString = (#dateFormat(now(),MM/DD/)# #timeFormat(now(),hh:mm:ss)#); var i =

RE: MAC File Upload Issues

2001-12-03 Thread Joel Parramore
No, you're correct, it should be the server-side path and not the path from the client. How are you getting the E:WINNTTEMPACF123.gif below? What do CFFILE.ServerDirectory and CFFILE.ServerFile show after the upload? I'm not aware, right at hand, of any specific problems with CF+MACs+IE,

Re: MAC File Upload Issues

2001-12-03 Thread BEN MORRIS
Are you trimming every form field? If so, trimming the upload field will screw it up. I have had problems with this before. You could call the FormURL2attributes tag in application.cfm, and start referencing attributes instead of form for your non-file form fields. That would give you the

RE: Editing, deleting, and inserting values on form.

2001-12-03 Thread Angel Stewart
Hmm...darn. That makes sense... Thanks a lot dude! -Gel -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Well, I would say that you would need to do this on the processing page. 1. Check to see if the value of the equipmentID exists in your DB and if it does not

Re: Creating dynamic images

2001-12-03 Thread Jon Hall
CFX_Image can do this and it is free I believe, although it's quite an ordeal to actually download it from the site... http://www.gafware.com You know, at first I thought this was some kind of reverse psychology ad for Michael Smith/Teratech's cfx_graphicserver :) jon - Original Message

RE: Creating dynamic images

2001-12-03 Thread Mike Craig
cfx_image by manner jukka does this just fine because no, the generate tooling that comes with CF5 is really just designed for use with the new graphing capabilities, as far as I am aware. -Original Message- From: E C HOF list [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001

RE: MAC File Upload Issues

2001-12-03 Thread Steven A. del Sol
Ok, I was having this same issue... I solved it by doing two things 1. I predefined my accept clause to accept *.JPEG,*.Gif, *.jpg etc. 2. I separated my uploads to only one hardcoded variable. (In other words I no longer tried to pass a variable in to the CFFILE statement.) I believe

RE: CFX_Print - anybody have it?

2001-12-03 Thread Kurt Ward
If you are just printing text files, just create a batch file and use the copy command. Then use CFExecute to call the batch file and pass the params copy.bat: copy %1 %2 (%1 is the source argument, %2 is the destination) cf code: cfexecute name=c:\copy.bat arguments=c:\filename.txt LPT1

catching a timeout

2001-12-03 Thread Chris Norloff
I want to catch a page timeout (long-running query). cfcatch type=COM.Allaire.ColdFusion.Request.Timeout doesn't catch the timeout, but cfcatch type=any does catch it. Anybody know why it doesn't catch the timeout? (The other cfcatches work okay for their exception: type=expression and

RE: CFX_Print - anybody have it?

2001-12-03 Thread Justin Hansen
Sweet idea! Thanks, I will try that. -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:47 PM To: CF-Talk Subject: RE: CFX_Print - anybody have it? If you are just printing text files, just create a batch file and use the copy command. Then

AbleCommerce

2001-12-03 Thread C Runyan
I'm working at a company that is planning to buy AbleCommerce to do e-commerce. Just wondering if anyone has opinions positive or negative about using it. If anyone has done source code modifications it would be helpful to know how easy that is. We're expecting to do some of that as well

Re: AbleCommerce

2001-12-03 Thread Chuck Rodgers
Hi, If you want to do what it does straight out of the box, it will work great. Depending on your modifications, expect some serious work to modify the code. Chuck Rodgers At 10:17 PM 12/3/01 +, you wrote: I'm working at a company that is planning to buy AbleCommerce to do e-commerce.

RE: AbleCommerce

2001-12-03 Thread Paris Lundis
well... AbleCommerce is a mature product... I actually bought a bundled version of it a while back and never used it... For all intensive purposes, AbleCommerce does a lot and isn't exactly a good piece to throw at non-technical.. Actually the learning curve and implementation time for such is

RE: AbleCommerce

2001-12-03 Thread Larry Juncker
It is a tough program to change code in, but it can be done. I felt let down though myself as I was told for a year that the new Fusebox package was coming and so we trudged along with it only to find out that the new package was written entirely in ASP. A lot of good that did us. But all in

Re: AbleCommerce

2001-12-03 Thread C Runyan
Mostly I think we will be adding things to it (such as checking a user owns a product before giving them an upgrade item). As far as changing their existing code we may want to change the format of their forms just for appearance. Hopefully that part won't be too hard. Not afraid of doing a

BUG In CF5, is it known ?

2001-12-03 Thread James Sleeman
I had an old client come to me with a bug today. The server was upgraded to CF5 a while ago and this bug seems to be related to that... basically I was using a variable called Arguments, and it was producing an unknown exception from CF, simply changing the variable to be called Argies fixed

Re: AbleCommerce

2001-12-03 Thread Chuck Rodgers
Hi Chris, Expect it to lean on the difficult side. While not impossible, if the changes are more than cosmetic, you will be tracing things back through modules, and going, why the heck is it doing that. Chuck At 10:35 PM 12/3/01 +, you wrote: Mostly I think we will be adding things to

Re: MAC File Upload Issues

2001-12-03 Thread James Sleeman
As I remember IE on the Mac messes up when uploading files, I had the same problem a couple of years ago and found no solution. Use Netscape to upload files and your problems will disappear :-) I'm uploading a file via CFFILE and the code works flawlessly - until you get onto a MAC (IE5)

Re: AbleCommerce

2001-12-03 Thread Alex
Bloated. By the time you have dug through ablecommerce you code have written clean code yourself. On Mon, 3 Dec 2001, C Runyan wrote: I'm working at a company that is planning to buy AbleCommerce to do e-commerce. Just wondering if anyone has opinions positive or negative about using it.

Re: Merant Text Driver: how to specify pipe character?

2001-12-03 Thread letters
But if you look at the Merant Text Driver in the Win2K ODBC Data Source Administrator it provides an input box to specify your delimiter character. Marc tom muck [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I think that with the Merant driver you are limited

RE: BUG In CF5, is it known ?

2001-12-03 Thread Dave Watts
I had an old client come to me with a bug today. The server was upgraded to CF5 a while ago and this bug seems to be related to that... basically I was using a variable called Arguments, and it was producing an unknown exception from CF, simply changing the variable to be called Argies

Re: AbleCommerce

2001-12-03 Thread Tracy Bost
I remember doing most of the modifications in the basket directory, as related to shipping, credit card/check transactions etc... But it was very tricky to work with. From the sound of your second post, I would think most of your modifications would be done in the directory that is created

RE: BUG In CF5, is it known ?

2001-12-03 Thread Lee Fuller
Arguments is a reserved word. Just like password is reserved in SQL. Even putting a number behind it will work. I.e., arguments1. Lee -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 2:46 PM To: CF-Talk Subject: BUG In

RE: AbleCommerce

2001-12-03 Thread Gantz, Shlomy
Chris, As an out-of-the-box solution Ablecommerce is definitely worth it, it provides most of the functionality you would need from a middle market e-commerce package. I have used it before and had no trouble deploying e-commerce sites and even customizing them, most of the changes can be done in

RE: CFMAIL

2001-12-03 Thread Chad Gray
We had the custom tag CF_ParagraphFormat in the body of the email. We took out the white space (one big sentence, no CRs) in the Custom tag and it worked. I think it has something to do with with bare LF's and our mail server. http://cr.yp.to/docs/smtplf.html If you are running into this

MS SQL type TEXT in CFPROCPARAM

2001-12-03 Thread Jim McAtee
The CF documentation doesn't appear to list the Microsoft SQL type of TEXT as a supported CFSQLType for stored procedure parameters. Is there another type that can be used, such as CF_SQL_LONVARCHAR that would be compatible? Jim ~~ Structure your

CFMAIL Spooling

2001-12-03 Thread Jim McAtee
In the CF5 Administrator there's a parameter that controls how often the server checks the mail spool. Is there a fixed number of messages that CF relays to the mail server in each interval? Doing a mass mailing (40k messages), it seems that mail is moving rather slowly from the CF spool. The

Re: AbleCommerce

2001-12-03 Thread Mahmut Basaran
Hi Chris, I agree with the others, it is great for standart use. But when it comes to editing, I can't say the same. If you are planning to add new features, you should better write the code yourself. I remember I spent 3 hours at my first shopping cart modification. Mahmut Basaran Measure

Re: MAC File Upload Issues

2001-12-03 Thread Brook Davies
Try using a try/catch statement around the upload... At 11:52 AM 04/12/01 +1300, you wrote: As I remember IE on the Mac messes up when uploading files, I had the same problem a couple of years ago and found no solution. Use Netscape to upload files and your problems will disappear :-) I'm

RE: AbleCommerce

2001-12-03 Thread Bryan Love
Why don't you check out NetReady. It blows AbleCommerce away. It's fuseboxed and modular - very easy to modify. Also works with Oracle, Access, and SQL 7... Get details here if you want... http://aloha-webdesign.com +---+ Bryan Love Macromedia

Manipulating a text file ... how to convert a type?

2001-12-03 Thread Mike Kear
I'm working with a text file, using it as a datasource, that an information provider puts into our site daily. One of the fields is InterestRate and the contents are values like 14.0005% and 8.5000%. There is no problem as long as I just want to display this value. But now I want to sort the

Re: CFMAIL Spooling

2001-12-03 Thread tom muck
There is no setting for the number of emails. The spooler delivers 100 mails every 60 seconds. You can change the interval to 15 seconds, but no lower. Also, there is a limit of 65,535 emails that can be delivered to the spool folder at one time. tom www.basic-ultradev.com Jim McAtee [EMAIL

Re: CFMAIL Spooling

2001-12-03 Thread Jim McAtee
Thanks, Tom. Not even through a registry setting, eh? Looks like any CF applications we had written for CF4 which were doing a self-paced delivery of messages should be rewritten. There's not much sense in it if CF has a maximum delivery speed of 400 messages per minute. I suppose 24,000

Re: CDONTS

2001-12-03 Thread list peters
It's probably not the best bulk-mailing solution (from what I've heard). Pay this concern as you consider expected mail volumes. i might want to send out a few 1000 emails. can i put the whole code in a loop and send away without too many side effects? could you elaborate more? anyway...

  1   2   >