Re: Find a date from a given date

2000-07-13 Thread Justin v0.9 MacCarthy
Oh My God... You would think he could have doubled the speed of the loop with step=2. LOL :-) Oh Dear, ~Justin cfset date1 = createdate(2000,5,16) cfset date2=date1 cfloop index="i" from=1 to=180 cfset date2=dateAdd("d",1,date1) /cfloop cfoutput #dateformat(date1)#br

Re: cfmail

2000-07-13 Thread Justin v0.9 MacCarthy
Did you check the logs? Maybe the mail server you are using is not allowing you to relay mail? The logs are located in c:\cfusion\logs\ If you need an alternative: Have a look at the www.coolfusion.com They have a email server for posting mail at $70 ( I think ) which is far better than the

Re: Quite simple, co

2000-07-12 Thread Justin v0.9 MacCarthy
Gregory Harris: Quite simple, count the amount of Fields, and the amount of values, and they aren't consistent you have 11 fields and 12 values, re-tool and try again! Nope 12 and 12. You should try looking at the full sql that gets passed, check it for quotes etc What DB are you using???

Re: Problem writing to file with CFFILE

2000-07-11 Thread Justin v0.9 MacCarthy
CFSET Data = "lt;" "?xml version=" "quot;" "1.0" "quot;" " encoding=" "quot;" "utf-8" "quot;" " ?" "gt;" When I display this on the page CFOUTPUT#Data#/CFOUTPUT it looks fine, but when I use it in the OUTPUT="#Data#" in CFFILE it puts lt;?xml version=quot;1.0quot;

Re: cffile

2000-07-11 Thread Justin v0.9 MacCarthy
Something like "c:\inetpub\wwwroot\picapp\" or "YOUR_drive:\whatever_your_webroot_directory_is\ ~Justin - Original Message - From: Daslweb - Greg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 11, 2000 5:39 PM Subject: cffile in CFfile tag what is meant by full file path

Re: WishList: ListServ interaction with Cold Fusion

2000-07-07 Thread Justin v0.9 MacCarthy
Check out iMS mailserver from www.coolfusion.com , a fully scriptable mail server all from CF ... It's really good ~Justin MacCarthy - Original Message - From: Eric Dawson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 07, 2000 4:51 PM Subject: WishList: ListServ

Re: More than one Submit button

2000-07-06 Thread Justin v0.9 MacCarthy
But, each submit button will have to have a different fuseaction. Sure , create a hidden form field called fuseaction input type=hidden name=fuseaction value ="" Put this function in the header cfhtmlhead text=" script function SubmitFuseAction(fuseaction) {

Re: Bug in VB example provided with Forta's advanced book?

2000-07-04 Thread Justin v0.9 MacCarthy
also make sure you have the WDDX type lib checked in references... ~J - Original Message - From: Kris Marwood [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 04, 2000 11:28 AM Subject: Bug in VB example provided with Forta's advanced book? Has anyone had any trouble

Re: Offline Post to CF Site

2000-07-04 Thread Justin v0.9 MacCarthy
Solution Yeah, good few folks including myself are doing this, your should look at WDDX for this , there is an example in BenFortas book that show you how to do this in the other direction, but it should be easy to change (in VBA) (if you don't want to buy the book, the examples are in the wddx

Re: limiting upload file size - solution

2000-07-03 Thread Justin v0.9 MacCarthy
Hi all , To do this use you can use the CGI.CONTENT_LENGTH variable Justin MacCarthy - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 03, 2000 3:04 AM Subject: Re: limiting upload file size I want to not upload at all if the file

Re: Can you loop a CFMAIL tag w/o a query?

2000-07-03 Thread Justin v0.9 MacCarthy
If you are doing a lot of bulk mail-shots or mail lists you should look at the POST server at www.coolfusion.com or http://www.coolfusion.com/post_se.htm for $79 It beats the heck out or the CFmail ... ~Justin MacCarthy - Original Message - From: Roberts, Jesse D [EMAIL PROTECTED] To:

Re: UPS CHECK DIGIT

2000-07-02 Thread Justin v0.9 MacCarthy
Just a comment, that's the kind of thing I would have written that as a cfscipt block. It would be a little faster and less bulky looking ~Justin MacCarthy - Original Message - From: Zachary Bedell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 02, 2000 2:36 PM

Re: CF 3.1 docs?

2000-06-29 Thread Justin v0.9 MacCarthy
Chris check out: http://www1.allaire.com/Handlers/index.cfm?ID=6248Method=FullCache=Off ~Justin - Original Message - From: Chris Evans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 29, 2000 2:57 PM Subject: CF 3.1 docs? I'm looking for the docs for 3.1, to support a

Running Cf under a user account

2000-06-28 Thread Justin v0.9 MacCarthy
Hi Everybody, I'm having a problem running CF under a user account,it works fine except for ODBC connections. I've followed Kb Article 11859 but with no luck ... any ideas ??? ~Justin -- Archives:

Re: Running Cf under a user account

2000-06-28 Thread Justin v0.9 MacCarthy
What do you mean ??? How many accounts have you got? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to

Running Cf under a user account - It's official: I'm stupid

2000-06-28 Thread Justin v0.9 MacCarthy
I fixed this - I had forgot to add that user as an account on my SQL Box I need a day off ( uptime is 22 days ) ~Justin -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 11:42 To: [cftalk] Subject: Running Cf under a user account

Re: row numbers

2000-06-28 Thread Justin v0.9 MacCarthy
Sure is #Queryname.CurrentRow# ~Justin - Original Message - From: Douglas Jordon [EMAIL PROTECTED] To: Cold Fusion List [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 5:19 PM Subject: row numbers Is there a way to find out which row number any given record is? TIA, Doug Jordon

Mac File Uploads + extensions

2000-06-28 Thread Justin v0.9 MacCarthy
How are people dealing with files uploaded by AppleMacs. How can you tell what type of files they are ?? ~Justin -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: what's the name of my server?

2000-06-27 Thread Justin v0.9 MacCarthy
Greg, check out CFX_SystemInfo @ www. intrafoundation.com SHould give you want you are looking for ~Justin MacCarthy www.cfug.ie - Original Message - From: Greg Saunders [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 26, 2000 6:21 PM Subject: what's the name of my server?

Re: NULL using it in CF

2000-06-27 Thread Justin v0.9 MacCarthy
Use CFIF #myvariable# IS ""do something/CFIF - Original Message - From: Colin Robinson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 27, 2000 12:14 PM Subject: NULL using it in CF Could someone please tell me what is wrong with the following: CFIF #myvariable# IS

Server times + international site

2000-06-27 Thread Justin v0.9 MacCarthy
Hi All, Can anyone tell me how they deal with Timezones??? We are doing a web Application , which will be used (hopefully :- 0 ) by folks across several timezones. Should we set are system clock to GMT and offset the timezones in the code Anyone dealt with this already?? ~Justin

Re: NULL using it in CF

2000-06-27 Thread Justin v0.9 MacCarthy
ColdFusion uses either BSTRs or MFC CStrings (which are implemented as BSTRs, I believe) instead of the usual C/C++ NULL terminated strings. Ah. The evil legacy of Visual Basic strikes again. :) In that case, yea, len when be faster. Thanks for pointing that out. Had slipped my mind

Running CF under a different user

2000-06-26 Thread Justin v0.9 MacCarthy
HI all, I've got the service running under a user (cfserver) but I can't get any odbc DataSources to work. I have followed article 11859 in the Allaire KnowledgeBase. If I change back to the system account all my odbc's work. I think it is permissions thing ...anyone know? ~Justin MacCarthy

Re: [Another Way...]Checking for a record, and then deleting it

2000-06-23 Thread Justin v0.9 MacCarthy
The correct way in ANSI SQL would be something Like DELETE FROM SystemQuote WHERE CFID Exists IN ( Select CFID FROM SystemQuote WHERE (CFID=#CFID# AND CFTOKEN=#CFTOKEN#) ) Check the syntax but something like that . Justin - Original Message - From: Chris Terrebonne [EMAIL

Re: Changing file permissions in Unix

2000-06-23 Thread Justin v0.9 MacCarthy
Using the mode attribute in File = upload ??? MODE=777 etc just your standard chmod numbers Or you chould try cfexecute chmod etc... BTW the is a linux cf list @ [EMAIL PROTECTED] ~Justin We have our CF user (www) file permissions set to owner read-write only (no group or world read

Re: Logical Limit of NT User Accounts

2000-06-23 Thread Justin v0.9 MacCarthy
FROM http://sam.cs.unc.edu/ntfaq.html Q. How many user accounts can I have in one Domain? A. The real problem is that each user account and machine account takes up space in the SAM file, and the SAM file has to be memory resident. A user account takes up 1024 bytes of memory (a machine

Re: cfscript

2000-06-22 Thread Justin v0.9 MacCarthy
No - Original Message - From: Tim Bahlke [EMAIL PROTECTED] To: Cf-Talk [EMAIL PROTECTED] Sent: Thursday, June 22, 2000 5:43 PM Subject: cfscript Can I call a cfscript function through a link like a javascript function. Like ... a href="javascript:function_name('arg','arg')"blah/a

Re: SQL Server/CF Question

2000-06-22 Thread Justin v0.9 MacCarthy
On the memory note I think SQL server will only use a upper limit of 3Gb of RAM... ~JustinMacCarthy As I've said, SQL Server LOVES memory, and the more you can give it, the happier it is, but a 512Mb lower limit should be noted, below that and it does run slower... 1Gb RAM should give

Re: cfscript

2000-06-22 Thread Justin v0.9 MacCarthy
Tim, you might want to combine CF and JavaScript for what you want to do. For example : cfquery name=q SELECT Name FROM dB /cfquery cfoutput query=q a href="javascript:ShowName('#Name#');"#name#/abr /cfoutput Hope that helps ~JustinMacCarthy

Re: Need help with a SQL query

2000-06-21 Thread Justin v0.9 MacCarthy
Hi Seth, This book also has info on cross Tabulations which what you want Also there are scripts here http://www.swynk.com/sqlhome/6xlibrary.asp for doing this ... BTW It's an excellent site for SQL ~Justin Have a look at Joe Cleko's books SQL for Smarties . He has lots on these types

Re: CFX execution time

2000-06-21 Thread Justin v0.9 MacCarthy
Is the CFX set to remain loaded in memory? ~Justin - Original Message - From: Michel Vuijlsteke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 21, 2000 4:21 PM Subject: CFX execution time Hello. I have Delphi-built cfx that takes 2 integers and returns them to me

Re: äãéîòî ä÷éèñéèèñì úéæëøîä äëùìä

2000-06-21 Thread Justin v0.9 MacCarthy
CF doesn't support Unicode at this time. However I believe the next release will. ~JustinMacCarthy - Original Message - From: jonathan hamner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 21, 2000 5:19 PM Subject: äãéîòî ä÷éèñéèèñì úéæëøîä äëùìä Is there a way to have

Re: Parsing variables?

2000-06-20 Thread Justin v0.9 MacCarthy
SELECT * FROM table WHERE id = #ID# or more correctly SELECT * FROM table WHERE id = #URL.ID# ~JustinMacCarthy - Original Message - From: WL [EMAIL PROTECTED] To: Cold Fusion Talk [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 12:09 PM Subject: Parsing variables? [nb: beginners'

Re: Mail Servers

2000-06-20 Thread Justin v0.9 MacCarthy
Sure but what platform, features do you need ?? ~JustinMacCarthy - Original Message - From: Steve Robson [EMAIL PROTECTED] To: House of Fusion (E-mail) [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 12:54 PM Subject: OT: Mail Servers Does anyone know of any email servers that will

Re: Getting Last Directory Name from Path

2000-06-20 Thread Justin v0.9 MacCarthy
Something like ... #listgetat(path,Listlen(path,"/")-1,"/")# - Original Message - From: Chris Montgomery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 6:19 PM Subject: Getting Last Directory Name from Path Howdy, What's the best way to get the last directory

Re: How to stop an infinite CF loop?

2000-06-19 Thread Justin v0.9 MacCarthy
What about using these settings in the Admin? Timeout requests Set a value to limit the amount of time ColdFusion waits before terminating a request. Restart unresponsive server This option allows you to restart the ColdFusion Server service (daemon) in the event some ColdFusion component

Re: http/wddx-confused....

2000-06-19 Thread Justin v0.9 MacCarthy
Use Something like ... ReReplace(NEWS,"p(*)/p","\1") - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 19, 2000 4:39 PM Subject: http/wddx-confused I am pulling in a news page but I want to strip out everything except information