RE: Shanje's broken? Anyone know?

2001-06-19 Thread Will Swain
Don't think you need to send the same thing three times!!! -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: 18 June 2001 01:42 To: CF-Talk Subject: Shanje's broken? Anyone know? A client of mine has a site at Shanje, and he's written to me telling me that his site's

Sorry - off topic: any suggestions?

2001-06-19 Thread Tim Grannum
I need good oracle skills + ColdFusion for a 3 month project in the Midlands. Anyone interested? Tim Tim Grannum Sentinel I.T. Ltd Tel: 01892 618555 Fax: 01892 618558 Email: [EMAIL PROTECTED] For more information and a list of our latest vacancies - visit us at http://www.sentinelit.com

Re: XML with ColdFusion

2001-06-19 Thread tom dyson
Hi Josh The following code opens and outputs an XML file based on an XSL template using ASP I was wondering if there are similar functions in CF or if someone could point me in the right direction towards functions or whatnot .. % 'Load the XML set xml =

FW: strange errors with form fields not getting passed

2001-06-19 Thread Will Swain
I posted this yesterday, and Raymond said he thought it might be a netscape 6 bug. Sadly though, it's not, as the client is using IE5. Could there be a problem with server memory or something like that which would cause this to happen. It worked fine yesterday, but today the client is having

Inset into a date please help..thanks

2001-06-19 Thread roadrunner
Hi all, I'm a newbie so I apologize if this is too easy. Here is my problem. I'll show the simple code first: CFSET today= DateFormat(Now(), d ) cfquery name=table datasource=hillmartin dbtype=ODBC INSERT INTO contestdata (NAME,COMPANY,ADDRESS,CITY,STATE,ZIP,PHONE,EMAIL,COMMENTS,

Re: XML with ColdFusion

2001-06-19 Thread Larry W. Virden
I've a similar question. I've a need to communicate with an application that generates either some generic xml formatted data, or csv. My preference would be to go with some sort of xml - perhaps SOAP based, so that the data is self-described . However, I'm uncertain where to start. I've

Re: Shanje's broken? Anyone know?

2001-06-19 Thread David Hannum
Folks, I don't think anybody is sending anything three times. The list sporadically sends extra copies. It's been happening for the past few days .. . . Dave - Original Message - From: Will Swain [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 4:53 AM

RE: XML with ColdFusion

2001-06-19 Thread Michael Bruce
You might want to check out SO_XML from www.siteobjects.com . The tag is very cool and can do what you want. Teh ASP that you are showing is using the msxml.dll and you can access that using the cfobject which is what this tag does. Try it. Michael Bruce Fig Leaf Software -Original

Re: XML with ColdFusion

2001-06-19 Thread tom dyson
Hi Larry I've a similar question. I've a need to communicate with an application that generates either some generic xml formatted data, or csv. My preference would be to go with some sort of xml - perhaps SOAP based, so that the data is self-described . However, I'm uncertain where to

Querying a large database

2001-06-19 Thread Chad McCue
Hey Everyone, I have a quick question about querying a database with over 600 thousand entries. The user has the ability to search by a name they type in. Now when they click search I need to query two fields from this table to find the name. Both fields in SQL are indexed. I need some

RE: Surepay and coldfusion

2001-06-19 Thread Larry Juncker
I am currently writing templates for SurePay and ColdFusion I now have the code written for sending and recieving to/from them. -Original Message- From: Neo Fusion [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 10:26 AM To: CF-Talk Subject: Surepay and coldfusion Has anyone

RE: JSStringFormat Function

2001-06-19 Thread Larry Juncker
Take off the single quotes around the following line and it works fine in IE CFSET myVar = 'Law Office(s) / Chamber(S)' Make it like this: CFSET myVar = Law Office(s) / Chamber(S) -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 9:31 PM To:

RE: Querying a large database

2001-06-19 Thread mherbene
I would not allow the user to wildcard at the start of the names, and require at least one letter of each name. Any good database engine should do fine with those restrictions. -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 8:29 AM To:

Re: Detecting if Browser has Cookies Enabled

2001-06-19 Thread Chris Norloff
-- Original Message -- From: Graham Pearson [EMAIL PROTECTED] I am trying to find a section of code that I can put into my pages to test the existence of cookies and if they do not exist, I am wanting to add CFID and CFTOKEN to each Link after a user logs

RE: CFMAIL problem

2001-06-19 Thread Bill Poff
Hi, Sorry for the earlier message, my fingers were going faster than my brain... My experience with mail servers is that they won't send mail without a valid From address. This is how I take care of that. !--- Check User's Email Address --- CF_IsEmail

RE: Shanje's broken? Anyone know?

2001-06-19 Thread Dylan Bromby
did the list automatically give his email 3 different subjects? :) if it were the list, the subjects would all the the same, right? his subjects (the body of each wasn't identical, but virtually the same) were: 1) Shanje's broken? Anyone know? 2) What's happened to Shanje? Did they go

RE: CFMAIL problem

2001-06-19 Thread Dylan Bromby
that's a mail server-dependent feature. not all mail servers automatically validate the sender. -Original Message- From: Bill Poff [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 7:24 AM To: CF-Talk Subject: RE: CFMAIL problem Hi, Sorry for the earlier message, my fingers were

CF 5 scheduling

2001-06-19 Thread Michael Dinowitz
Has anyone had any problems with the scheduling in CF 5? I've had CF 4.5.2 and earlier scheduled events running like a champ but 5 doesn't seem to want to budge. Anyone else with this experience? I built the new HoF server with CF 5 but I may go back to 4.5.2 if this isn't working right. Michael

RE: CFMAIL problem

2001-06-19 Thread Dan Phillips
Check your logs to see what the problem may be. You can find this in /cfusion/logs/mail.log This will tell you why a message was not able to be sent. Also check the folder /cfusion/mail/undeliverable and see if any text files are there. If there aren't any, then CF is sending the mail and you may

CF MS INDEXING Service

2001-06-19 Thread Michael Lugassy
I'm trying to build an efficient search engine with Microsoft Indexing Service (IIS5.0) Has someone tried to operate CF with this? (i.e - created a search template and search queries?) any help or opinions on that service from M$ would be great! Thanks, Michael Lugassy

RE: duplicate logins

2001-06-19 Thread Andrew Scott
And does the word Firewall mean anything, some software allow for cookies to never be passed back to the server and others hide the machine name as well as being able to hide where you visited from Should always once made a connection to pass the ID Token in the url. -Original

RE: single user version of 5.0

2001-06-19 Thread Raymond Camden
Guys, I spoke w/ some higher ups at Macromedia and they are _very_ aware that there is some confusion in this area. I can promise you that a _definite_ statement will be made to clear this up. This statement will happen soon, and it will get posted here. I hope this helps!

RE: CF 5 scheduling

2001-06-19 Thread Saidi; Marwan
What type of problems are you having? I had a scheduled verity update template that ran fine until I upgraded. After the upgrade, the template was crashing. After investigation, I found that the template took about 45-60 seconds to update (it is a large collection), and the default timeout was

Re: CFMAIL problem

2001-06-19 Thread Howie Hamlin
Check the log files for errors and see if there are any mails in the UNDELIVR folder. These are under: [directory where cf is installed]\mail\log [directory where cf is installed]\mail\undelivr The log file will contain errors in transmission to the mail server and the UNDELIVR folder will

(admin) test 1

2001-06-19 Thread Michael Dinowitz
test 1 Michael Dinowitz Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) ~~ Structure your ColdFusion code with Fusebox. Get the

Re: CFX_Excel Tag not working with CF 5.0

2001-06-19 Thread Paul Smith
What does the CFX_Excel tag allow you to do? Does it help you import an Excel spreadsheet into SQL? best, paul At 01:21 AM 6/17/01 -0400, you wrote: Dave, That did it! I deleted the tag and removed the registration. Downloaded a fresh tag and installed and registered it. Restarted CF5. Cold

pdfs, fds oh my

2001-06-19 Thread Janine Jakim
This is a repost. I sent this out Friday afternoon, but it never showed up again in my mailbox...sorry if you are receiving it for a 2nd time. I am trying to populate my pdf form using cf/fdf(non ActiveXmethod)-nice write up on that Max- your directions are superb and easy to follow. (If you

Thumbnail creation from Quark/Illustrator/Freehand

2001-06-19 Thread Chad Gray
Has anyone see an application that can create a thumbnail from Quark/Illustrator/Freehand documents? I have an application where people upload files, and i can create thumbnail images from tif,psd,pcx,jpg,gif,eps, and bmp with CFexecute and ImageMagick. I cant seem to find any application

RE: CFMAIL problem

2001-06-19 Thread Philip Arnold - ASP
I am tring to send email with cfmail but I am facing some problems. Some times it sends and some time it does not send! I am sure that all form variables are passed and they are ok. I used the following standard code: cfif IsDefined(SendIt) cfmail from=#FORM.sEmail#

Re: Unicode ( was OT: Coldfusion vs. ASP)

2001-06-19 Thread Kay Smoljak
On Mon, 18 Jun 2001 02:58:55 +0700, [EMAIL PROTECTED] (Paul Hastings) wrote: I've had to learn ASP to compliment my CF skills, mainly for multi-language projects due to CF's lack of unicode support. not to start any religious wars, but even cf's unicode support, while not as good as ASP, isn't

RE:XML with ColdFusion

2001-06-19 Thread Russell Brown
Hi, Have a look at siteobjects.com's soxml tag (also available at the allaire tag gallery) It use cfobject to invoke an instance of the msxml parser and run the methods, (just like asp!). I have a version that uses xerces instead of msxml (in case you have Linux/Solaris CF server) if you want

IIF vs if,else

2001-06-19 Thread Cameron
Ok, after a bit of testing... can anyone tell me what the advantage of IIF over if (cfif or if () {}), else (cfelse or else {}). I tested a simple block of code using IIF and cfifcfelse/cfif IIF ran twice as slow... I can't see any major advantage by using it... yeah, it is kinda similar to

Re: Desperate for Hosting URGENT WARNING URGENT

2001-06-19 Thread cf . talk
Dear Heidi: IF YOU or MICHAEL LUGASSY or ANYONE ELSE ON THIS LIST are customers of CIHOST, be afraid, be VERY afraid. Maybe you've seen CIHOST listed on a Top Hosting Lists website? If so, go back, look again, and see who actually sent in the votes for them to be there. This company has NO