Developer Exchange Search

2002-01-23 Thread Dave Clay
Time to wake up guys. The function is sooo slow. Please look into it!!! __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99

Re: SQL ?

2002-01-23 Thread Billy Cravens
Perhaps, but as you stated, you are asking very basic SQL questions. You're dealing with a classic one-to-many relationship, and I'm not sure that you understand the concepts of primary and foreign keys. These are fundamentals of working with any language that communicates with a relational data

Re: split

2002-01-23 Thread Thomas Muck
Damn, you learn something every day. ;-) tom "Raymond Camden" <[EMAIL PROTECTED]> wrote in message news:021f01c1a424$5ec6f680$[EMAIL PROTECTED]... > Um, no, you are wrong. The second arg to listtoarray specifies a list of > delimiters. Every character passed will be used. When you pass: > you

Windows Explorer HTML thumbnails

2002-01-23 Thread Zac Spitzer
anyone got any idea on how to re-use the window explorer webpage thumbnails to create a cool CFX, CFX_WEBPAGEIMAGE ? zac __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Acti

Re: OT-- WAY OFF TOPIC

2002-01-23 Thread Densmore Family
Michael, if you're saying you need to work remotely then are you not a part of th e network you need to work on? If that is the case then you would probably need to set up a VPN to get into that network, Have you tried using RDS i n CF Studio to make changes to the files? Ben - Original Mess

RE: OT-- WAY OFF TOPIC

2002-01-23 Thread Dave Watts
> This si way off topic and Im sure Ill catch some ehat for it, > but I am going nuts here. I am at Alfred University and tyring > to work remotely on some CF files form my room (dorm room to > server room). My issue is this: I am running XP Pro and am logged > into my computer and the domain

RE: OT-- WAY OFF TOPIC

2002-01-23 Thread Dave Watts
I got the CyberKit URL wrong: http://www.cyberkit.net/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20

Everything was going so well, until....

2002-01-23 Thread Ron Davis
I am using SOXML and TCPClient to try to move some data back and forth from my server to a remote system. Jon has been EXTREMLY helpful in this, but I've run up against yet another problem... But, I'm not sure if its on my end or the recieving servers end (Jon, if you're still out there.

cf-talk@houseoffusion.com

2002-01-23 Thread coldfusion . developer
Our company has our Web site at an ISP on a share host situation with Cold Fusion and Sql Server. The applications I've built are part of an process that relies on the consistant delivery of e-mail generated by each step in the process. However we're losing e-mails due to e-mail being place

RE:

2002-01-23 Thread Robert Everland
Well the problem is with cffile. The tag has to use it and for security reasons they would have disabled it. The only kind of host that would allow something like this is for one that allows you to have your own server. To get around this I would send myself a copy of the email and put everything

RE: Everything was going so well, until....

2002-01-23 Thread Dave Watts
> I think that my problem is that the server on the other > end is not a web server... so, will it understand the > objXMLHTTP.open line at all? Nope. > Is there an alternate tag that I should be using to talk to > just a regular IP address thats not running web services? Well, what is th

RE: Everything was going so well, until....

2002-01-23 Thread Ron Davis
This is where I'm getting confused... .They've been telling me all along that I need to just open a connection to the port, dump the data down the tube and then listen for a response...? How on earth I'm supposed to do that, I dont know. I have been working under the assumption all along tha

problems with

2002-01-23 Thread Metzy Martinez
I'm having problems with , it's outputing these tags Untitled Document I'm trying to dynamically create javascript and to call that javascript from an onload event. It's to find my function because it's looking at the wrong body tag. Example Below. what the #%&%$% is going is there

RE: Everything was going so well, until....

2002-01-23 Thread Dave Watts
> This is where I'm getting confused... .They've been telling > me all along that I need to just open a connection to the port, > dump the data down the tube and then listen for a response...? > How on earth I'm supposed to do that, I dont know. I have been > working under the assumption all

Re:

2002-01-23 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > > Has anyone come across this? Can someone recommend an > ISP that this isn't a problem with, or do we have to go > to a colocated solution which is more $$$? Talk to your ISP again. Tell them that if they install the script in the "Unsecured Tags Directory" they

RE: problems with

2002-01-23 Thread Dave Watts
> I'm having problems with , it's outputing these > tags ... You didn't include the CFML code, just the generated HTML, so it's hard to be sure what's going on, but my guess is that you've got this in Application.cfm: Untitled Document If so, remove it. Dave Watts, CTO, Fig Leaf Soft

RE:

2002-01-23 Thread Robert Everland
Also why do you have to have them install, why not just run the code from your directory, rem CF_ will go right to your directory, or change the name and call it directly. If it isn't using cffile, why not use it. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original M

SQLServer Stored Proc Permissions

2002-01-23 Thread Samuel Farmer
Hi, I am trying to use a system stored procedure in SQLServer7 that is in the master database called sp_fkeys. My datasource accesses a database called 'mydb' that does not have the sp_fkeys stored procedure in the database. In Query Analyzer the stored procedure works with the sams database is

ASP Equivalents?

2002-01-23 Thread Chris Norloff
We need to build an app using ASP. We'd rather use CF (of course!) but the customer is adamant. Anybody know a good source for getting "ASP equivalents" for: 1. creating and initializing server, client, application, and session scope variables as we do in application.cfm 2. cfmodule (or passi

RE: SQLServer Stored Proc Permissions

2002-01-23 Thread Andrew Tyrone
> -Original Message- > From: Samuel Farmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 4:21 PM > To: CF-Talk > Subject: SQLServer Stored Proc Permissions > > > Hi, > > I am trying to use a system stored procedure in SQLServer7 that is in the > master database called sp_f

Re: Developer Exchange Search

2002-01-23 Thread Jochem van Dieten
Dave Clay wrote: > Time to wake up guys. The function is > sooo slow. > > Please look into it!!! http://www.macromedia.com/support/email/cscontact/?6171=9 Jochem __ Dedicated Windows 2000 Serv

Re: ASP Equivalents?

2002-01-23 Thread Jochem van Dieten
Chris Norloff wrote: > We need to build an app using ASP. We'd rather use CF (of course!) but the customer >is adamant. > > Anybody know a good source for getting "ASP equivalents" for: ASP in a Nutshell, from the O'Reilly Zoo. Jochem ___

Re: Everything was going so well, until....

2002-01-23 Thread Lewis Sellers
On Wed, 23 Jan 2002 16:13:12 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: >That's ok. You can do this very easily with TCPClient. It lets you build >whatever arbitrary string you want, and send it to whatever arbitrary socket >you want. Build the string however you like, but don't use MSXML to se

Re: Developer Exchange Search

2002-01-23 Thread Billy Cravens
It's no worse than it was back in the Allaire days I wrote absolute crap that used Access and Verity when I first picked up CF in the 4.0 days that ran faster. - Original Message - From: "Dave Clay" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 1

RE: problems with

2002-01-23 Thread Mark A. Kruger - CFG
Metzy, There is no CFML in this example. Where is the output code. Mark -Original Message- From: Metzy Martinez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 12:58 PM To: CF-Talk Subject: problems with I'm having problems with , it's outputing these tags Untitled D

Re: split

2002-01-23 Thread Thomas Muck
Since I need this functionality also, I wrote a little function that behaves like the VB Split function, allowing the use of multiple character delimiters: function vbSplit(string,delimiter) { var returnArray = ArrayNew(1); var i = 1; var offset = len(delimiter); var nextitem = find(delimite

Re: SQLServer Stored Proc Permissions

2002-01-23 Thread Sam Farmer
- Original Message - From: "Andrew Tyrone" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 4:25 PM Subject: RE: SQLServer Stored Proc Permissions > > Stored Procedures in the master database can be accessed globally, that is > why you can perform the

Re: ASP Equivalents?

2002-01-23 Thread Alex
what language are you using for your ASP? On Wed, 23 Jan 2002, Chris Norloff wrote: > We need to build an app using ASP. We'd rather use CF (of course!) but t he customer is adamant. > > Anybody know a good source for getting "ASP equivalents" for: > > 1. creating and initializing server, cl

Re: ASP Equivalents?

2002-01-23 Thread Bryan Stevenson
He's not developing an ASP he's using ASP to develop an app (and we'll never for give him for it...hehe) ;-) Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Mac

RE: Everything was going so well, until....

2002-01-23 Thread Dave Watts
> > That's ok. You can do this very easily with TCPClient. It > > lets you build whatever arbitrary string you want, and > > send it to whatever arbitrary socket you want. Build the > > string however you like, but don't use MSXML to send it; > > use TCPClient instead. > > One note: I glanced

RE: ASP Equivalents?

2002-01-23 Thread Brunt, Michael
Alex, if this is a commercial venture for your client the cost of the ASP based app will likely be far higher than a ColdFusion based one, it does not take long to eat up the $1,300.00 for a copy of CF Pro in extra developer hours. In addition they will be locked into a WinTel platform without ex

RE: split

2002-01-23 Thread Christopher Olive
all these examples are a bit complex, neg? why not use Replace to replace the multichar delimiters with a single character one (like the bell character that Dave Watts is so fond of) and then use list functions? IE: Replace(VARIABLES.journalstring, "", Chr(7), "ALL") christopher olive, cto, vp

Re: ASP Equivalents?

2002-01-23 Thread Alex
I mean what language are you using for your Active Server Page? You can write them in perl, python, javascript, vbscript, and probably many more languages. On Wed, 23 Jan 2002, Bryan Stevenson wrote: > He's not developing an ASP he's using ASP to develop an app (and we'll ne ver for give him for

problems with CF mail

2002-01-23 Thread stas
I have a simple SMTP mail server set-up that CF is configured to use as SMTP. Everything worked fine for a year, but now it looks like the messages that CF is sending our going into the void. If I do "verify" in CF Admin, the mail server checks out - I can also see the communication between it and

#%#$%#%@% FTP!!!!!! Arg!

2002-01-23 Thread Tony Schreiber
I have an application that processes orders from multiple online marketplaces (half.com, amazon, yahoo, etc). Half and Yahoo use ftp for getting order files and upload inventory. I built the "module" for Half.com some time ago using CFFTP and all has been dandy. No problems. Scheduled tasks run an

How to determine what button was pushed? --(@@@)

2002-01-23 Thread Troy Simpson
Is there a way to use client-side javascript to determine what button was pushed before submitting a form? For example: Thanks, Troy P.S. Anyone know of a good JavaScript list to subscribe to? -- Troy Simpson | North Carolina State University NCSU Libraries | Campus Box 7111

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Bryan Stevenson
I don't have a solution for ya, but I use Google Groups for all my JavaScript issues...it's great! Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia As

Re: ASP Equivalents?

2002-01-23 Thread Billy Cravens
Well, a number of those features don't exist in ASP. Things like application.cfm, "custom tags", list manipulation functions. You'll need to reproduce some CF functionality, and rethink how you architect your application. It sounds to me like you're coming at this fresh - if so, I'd look at ASP

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Troy Simpson
One other thing I needed to add. In IE, if a user presses the Enter Button, the page gets submitted but no default button is pressed. How has others resolved this issue? I am thinking that I am going to have to assumed a default action if the Enter Key has been pressed and a button on the form w

Re: Windows Explorer HTML thumbnails

2002-01-23 Thread Billy Cravens
all it does is render it in a tiny window - you can see the code, just look for the .htt file - Original Message - From: "Zac Spitzer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 1:27 PM Subject: Windows Explorer HTML thumbnails > anyone got a

Re: ASP Equivalents?

2002-01-23 Thread Billy Cravens
You really want to stick with VBScript (in ASP 2/3), since 99% of all examples will be in that language, and it seems to be the easiest of those listed to learn (you may already know JScript, but there alot of difference between server-side and client-side coding) - Original Message - Fro

RE: #%#$%#%@% FTP!!!!!! Arg!

2002-01-23 Thread Sicular, Alexander
Tony, I had similar problems when using the cfftp tag with msftpsvc. I got different results between ftp on nt4 and ftp on w2k. Code that worked on one wouldn't work on another. I got to a certain point and stopped because I controlled both the cf server and the ftp server. Don't be surprised if

RE: ASP Equivalents?

2002-01-23 Thread Garza, Jeff
We need to build an app using ASP. We'd rather use CF (of course!) but the customer is adamant. Anybody know a good source for getting "ASP equivalents" for: 1. creating and initializing server, client, application, and session scope variables as we do in application.cfm Global.asa 2. cfmodul

RE: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Sicular, Alexander
go right to the source. http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm Another good site is www.irt.org , and I second groups.google.com Look for event handlers like onkeypress/up/down and the like. When doing this I usually load a function via onload that is included lik

RE: #%#$%#%@% FTP!!!!!! Arg!

2002-01-23 Thread Tony Schreiber
I know that half is using NCftpD, at least that's what shows in the banner. I'm not sure what Yahoo! uses since it doesn't show. I'm just pissed because something that worked fine for months breaks now... Arg. > I had similar problems when using the cfftp tag with msftpsvc. I got > different res

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Billy Cravens
Why not try this instead: - Original Message - From: "Troy Simpson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 23, 2002 4:33 PM Subject: How to determine what button was pushed? --(@@@) > Is there a way to use client-side javascript

Re: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Jon Hall
Here is one way... submitForm(btn) { alert(btn.name + ' was clicked.'); document.frm.submit(); } http://groups.yahoo.com/group/JS-Jive/ jon ps. I was going to make a pro Tarheel joke, but they suck right now, so I wont bother ;-) - Original Message - From: "Troy S

RE: How to determine what button was pushed? --(@@@)

2002-01-23 Thread Steve Oliver
I came up with this, it tells the form to click on the button when you submit the form. Also the onclick function of the buttons tells the javascript which button was pressed. Not sure if this is what you want or not. function getName(btnid){ window.alert (btnid.value); } ___

RE: problems with CF mail

2002-01-23 Thread Christopher Olive
has your server been blocked by ORBS or some such? is there anything in mail.log? christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 5:3

RE: problems with CF mail

2002-01-23 Thread Garza, Jeff
So, do I see correctly or do you have a new Padawan at Crescotech??? How are things? I gave up on the hacking game. Had to get some real work done. Anyway, hope things are well. Later. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectruma

RE: problems with CF mail

2002-01-23 Thread Tracy Bost
Check the mail server and see if the mail is in the queue. Mail server may have a problem resolving the domain names. Quoting Christopher Olive <[EMAIL PROTECTED]>: > has your server been blocked by ORBS or some such? is there anything i n > mail.log? > > christopher olive, cto, vp of web deve

RE: problems with CF mail

2002-01-23 Thread Garza, Jeff
Ooopss... I really need to check the TO: address Sorry for the post. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Garza, Jeff Sent: Wednesday, January 23, 2002 4:06 PM To: CF-Talk Sub

Can anybody confirm this CFMAIL whitespace behavior?

2002-01-23 Thread Lawrence B. Afrin, M.D.
Howdy -- Today I discovered (I think) a CFMAIL behavior I didn't previously know about and which I can't find documented anywhere. (Unable to check the forums, as that system appears to be down for maintenance at the moment.) Ordinarily, any line breaks that I put in the message body enclosed b

RE: problems with CF mail

2002-01-23 Thread Steve Oliver
I don't mind thinking of myself as a Jedi apprentice :) __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 6:23 PM To: CF-Talk Subject: RE: problems

RE: problems with CF mail

2002-01-23 Thread Dave Watts
> > How are things? I gave up on the hacking game. > > Ooopss... I really need to check the TO: address Yes, and now you'll have to tell us all about the hacking game. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __

RE: Can anybody confirm this CFMAIL whitespace behavior?

2002-01-23 Thread Steve Oliver
Have you tried this? body line #i# __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Lawrence B. Afrin, M.D. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 6:33 PM To: CF-Talk Subject: Can anybody

RE: Can anybody confirm this CFMAIL whitespace behavior?

2002-01-23 Thread Steve Oliver
Actually I believe the cfml tags go inside of the cfprossingdirectives tag. Like so. __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Lawrence B. Afrin, M.D. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23

RE: the Hacking Game (was Problems with CF Mail)

2002-01-23 Thread Garza, Jeff
This was one from CF-Community about a month and 1/2 ago... It's a website with "hacking challenges" to complete. Quite addictive once you get into it. I made it to level 6 and was stumped... www.try2hack.nl -- don't let it eat all your time as it will... Please don't perpetuate this thread as

Re: SQL ?

2002-01-23 Thread Douglas Brown
Thank you Billy!! That is an answer that is actually worth writing, compared to the other. I appologize for the OT type of question, but we all have got to learn somewhere. I would not go with an easy to build site just because I am new to it, that is the easy way out. The more complex the bet

RE: problems with CF mail

2002-01-23 Thread Christopher Olive
that's the try2hack.nl thing that was going around a while back. and steve, while still my padawan, has nearly surpassed the master. i've had to fall back on sneaky old dog tricks to keep ahead of him. :) christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://

RE: split (pardon my crap but this is french)

2002-01-23 Thread Brendan Avery
hey hey hey now. microphone check it, yo. i'm gonna have to strap on my correction boots and do a little stomp-down; the ONLY reason your example worked is that the delimiters are CASE sensitive. what really happened is that <,>,P, and I all delimited empty string values when in sequence, so

fusenews.com

2002-01-23 Thread Lewis Sellers
Anyone here run fusenews.com? Or anyone remember if it was anything important cf-wise? It's clogging up my bookmarking script with a "HTTP/1.0 500 Internal Server Error" because it's not checking if COOKIE.UID exists before using it. --min

Re: Windows Explorer HTML thumbnails

2002-01-23 Thread Lewis Sellers
On Wed, 23 Jan 2002 16:40:56 -0600, "Billy Cravens" <[EMAIL PROTECTED]> wrote: >all it does is render it in a tiny window - you can see the code, just look >for the .htt file You mean all it does is crash the explorer shell half the time. :) You'd think microsoft would spend a little time and p

Copy image

2002-01-23 Thread Ray Bujarski
I have images stored on another server that I don't have access to except through http, I want to copy the images from that server to mine. http://photoph.qualcomm.com/emppics/11558.jpg"; DESTINATION="/Reviews1/PHImage/"> above is what I want to do, obviously cfml doesn't allow this. doe

RE: Copy image

2002-01-23 Thread Dave Watts
> I have images stored on another server that I don't have > access to except through http, I want to copy the images > from that server to mine. Use CFHTTP, and specify the FILE attribute to save it to file. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax

doesn't work for date type in CF server 4.5 ??

2002-01-23 Thread Richard Li
Does anybody know why is not working for me to update dates entered into a in ColdFusion server 4.5? I used in . One of the is a DATETIME data type in MS SQL server 7.0. I then use to update the database. It works when I update text field, but not the date field. When I type in a date such a

Re: fusenews.com

2002-01-23 Thread W Luke
> Anyone here run fusenews.com? Or anyone remember if it was anything > important cf-wise? The Fuseware.com guys were developing that ages ago but sadly nothing's gone any further. Love to know if they are still working on it though. Will ___

Re: OT: Macromedia's new site design

2002-01-23 Thread John Dowdell
At 9:11 AM 1/23/2, Zac Belado wrote: > I can't get any data back from the knowledgebase search using Mozilla Hi Zac -- Which page, which Mozilla, any particular search term, and does "no date" also mean no HTML, or just a literal "no hits" type of message, or what should someone expect to see if

Re: Windows Explorer HTML thumbnails

2002-01-23 Thread Cary Gordon
They would, but they use up all their resources making those errors in the first place... At 07:16 PM 1/23/2002 -0500, you wrote: >You'd think microsoft would spend a little time and put some error >checking in it's code. I get error's where it tries to read memory >from NULL's way too often. __

Need a way to cycle through records

2002-01-23 Thread Tim
I have a database of race results cover six years. The results table has a date field, race name field, and fields for the first 50 finishers. I also have a race name table and a racers table. The fields in the results table are populated with the corresponding key fields for the race and runne

RE: Copy image

2002-01-23 Thread Ray Bujarski
I have tried cffile and cfhttp so far with no luck. http://photoph.qualcomm.com/emppics/11558.jpg"; METHOD="get" USERNAME="xx" PASSWORD="xx" PATH="/prj/vlsi/webdev/Reviews1/scripts/" FILE="11558.jpg" RESOLVEURL="Yes"> FYI The path used in the tag is

Slightly OT: Frame Frustration

2002-01-23 Thread Ledwith, Brian
Evening all, 2/3 of my site is non-frames, and each page executes the following JS above to break out of frames: The rest of the site is in the following frameset. (js not executed on pages related to the frames)

Re: Copy image

2002-01-23 Thread David Schmidt
Don't you still need to give the absolute path in order to save the file? I would think that you would need something like /usr/tmp/someimage.jpg for the file name... - Original Message - From: "Ray Bujarski" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January

Re: Slightly OT: Frame Frustration

2002-01-23 Thread Jim McAtee
If you know which pages are to be unframed, then within your own site why don't you just make the links to those pages use ? It's a little more work, but it's also cleaner than linking to a page and then requiring that page to break out of the frameset. Jim - Original Message - From: "

doesn't work for date type in CF server 4.5 ??

2002-01-23 Thread Richard Li
Does anybody know why is not working for me to update dates entered into a in ColdFusion server 4.5? I used in . One of the is a DATETIME data type in MS SQL server 7.0. I then use to update the database. It works when I update text field, but not the date field. When I type in a date such a

Re: split (pardon my crap but this is french)

2002-01-23 Thread tom muck
Stomp away. I've been corrected 4 times now, admitted the error of my ways, and posted a function that will do the split like a vb split function. Do you forgive me? ;-) I assumed that because I had it working like this in a page, that it was correct. I do it like that in VB, and assumed it to

RE: split (pardon my crap but this is french)

2002-01-23 Thread Brendan Avery
sorry for the redundance; my email client didn't pull in the other cf-talk responses 'til after i had already sent it. damn the dark side. so anyways; yeah. multicharacter delimiters would be a major bonus to cf. i don't know why they didn't just allow for a comma delimited list of delimiters

Re: Need a way to cycle through records

2002-01-23 Thread Jeffry Houser
This sounds like run of the mill stuff. A few comments: You are storing the names of the top 50 finishers in a race in a single row, if that is what you truly meant, that sounds like it must be violating some form of database design, although I don't know enough right now to make that dis

Reply To in CFMail

2002-01-23 Thread Michael Gribbin
Hi, I would like to be able to include a "Reply To" email address that is different from the "From" email address when using CFMAIL. After searching 3 ColdFusion manuals I have not been able to find such an attribute. Is this true or am I missing something? Surely there is a way to do it. Thanks

Re: Reply To in CFMail

2002-01-23 Thread Howie Hamlin
Use something like this in your cfmail code: HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusio

How to make 'FIRSTNAME' appear as 'Firstname' - i.e. sentence case

2002-01-23 Thread one
Hi, does anyone know how to make FIRSTNAME from a database appear as Firstname for the purpose of sending emails to customers. It would look weird sending emails as: Dear FIRST NAME, So I'm finding it a challnge to format this properly as: Dear Firstname Appreciate any help. Thanks, Pardee.

RE: How to make 'FIRSTNAME' appear as 'Firstname' - i.e. sentence case

2002-01-23 Thread Steve Oliver
You mean getting firstname from a database and sending it in an email? That's pretty simple, something like this: SELECT firstname FROM users Where id = 1 Dear #getUser.firstname#, Blah blah blah __ steve oliver cresco technologies, inc. http://www.crescotech.com -

RE: How to make 'FIRSTNAME' appear as 'Firstname' - i.e. sentence case

2002-01-23 Thread Steve Oliver
Whoops, looks like I read that wrong. http://www.cflib.org/library.cfm?ID=1 There's quite a few UDF's for string manipulation there. Namely one called CapFirst __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: [EMAIL PR

RE: How to make 'FIRSTNAME' appear as 'Firstname' - i.e. sentence case

2002-01-23 Thread C. Hatton Humphrey
The easiest way would be: #UCase(Left(FIRSTNAME, 1))##LCase(Right(Firstname, Evaluate(Len(Firstname) - 1)))# Or a variance thereof. Hatton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 11:47 PM To: CF-Talk Subject: How to make '

RE: OT: Macromedia's new site design

2002-01-23 Thread Peter Tilbrook
What I hate - but we (single PC) developers would know this - is the fact that it is very difficult to run more than one version of a browser (IE, NS) and can this really complicate things. If you keep your core HTML as compliant it can assist greatly but often browser issues can be difficult to

Re: Reply To in CFMail

2002-01-23 Thread Michael Gribbin
Thanks Howie, that worked just great. I always love what the great CF brain trust comes up with. I couldn't do my coding nearly as well if it wasn't for you all. Michael - Original Message - From: "Howie Hamlin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, Janua

RE: Reply To in CFMail

2002-01-23 Thread Peter Tilbrook
Michael, The "" tag is what you need, eg: This tag can also be used for things like attachments and many other uses although it can be dependant on the "mail server" support for certain features. P.S. - Have you ever played the C64 computer game "Gribbly's Day Out"? Peter Tilbrook ColdFusion

Good WHOIS

2002-01-23 Thread Neil H.
I am trying a really good CF based Whois for domain names? I tried ODSWHOIS and its nice but it doesn't show record created and expiration dates. Anyone know of one that does? Thanks, Neil __ Dedicated Windows 2000 Server PII

CFFILE? Is this possible?

2002-01-23 Thread Douglas Brown
I have a list of fields that will hold images to be uploaded, and all fields are the same name. Can I loop through like so to insert the images? I am wondering about the filefield attribute of the cffile tag. There are two major products that come out of Berkeley: LSD and [Unix] BS