Best affordable source control solution

2000-11-29 Thread Marc Schipperheyn
This is a multi-part message in MIME format. --=_NextPart_000_0009_01C059E5.41174200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi all, I'm interested in acquiring a source control solution for Cold Fusion Studio. Unfortunately, the obvious

Error occurred while attempting to start service

2000-11-29 Thread Seamus Campbell
Anyone help? I've just got this error below I can't see any services that are not running And certainly Apache, CF application server, CF RDS, and CF Executive are all running Any clues anyone? Error Occurred While Processing Request Error Diagnostic Information Error occurred while attempting

Re: HELP HELP HELP!!!

2000-11-29 Thread Bud
On 11/28/00, Chris Straight penned: '#required1#'cfif isdefined('author2'), cfelse /cfif cfif isdefined('author2') '#author2#', /cfif cfif isdefined('title_price2')

Re: uploading tabular data...

2000-11-29 Thread Bud
On 11/29/00, [EMAIL PROTECTED] penned: Hello, In my application, the user has to upload tabular data to the server I tried the CFFILE tag but then I get all the data only in 1 variable. How do I split the data so that I can read data from fields. Also, how do I read 1 row at a time ? You

Re: Auto-deleting old events from CF events calendar

2000-11-29 Thread Bud
On 11/28/00, Chris Geanious penned: I have a CF based events calendar I am modifying and need to delete events older than 30 days from the Access database. What would be the simplest way to set this up. Should be relatively simple but my brain is dim at the moment. cfset deletedate =

No Subject

2000-11-29 Thread Seamus Campbell
I just sent a help message below. I think I've done a really stupid, stupid thing. I increased the template cache size to 30720 and ticked the trusted cache checkbox. I now realize that I only have 64 MB ram on the server the holds CF Server, so I'm presuming it just doesn't have enough memory

Approved: news@news.gradwell.net

2000-11-29 Thread Seamus Campbell
I just sent a help message below. I think I've done a really stupid, stupid thing. I increased the template cache size to 30720 and ticked the trusted cache checkbox. I now realize that I only have 64 MB ram on the server the holds CF Server, so I'm presuming it just doesn't have enough memory

CFFILE copy and NAMECONFLICT

2000-11-29 Thread Kay Smoljak
Hi all, I have an interesting problem. We're developing a windows-based program that will be creating a html file, uploading it with any images to a temp directory on a web site, then calling a CF template with a set of url parameters. That template will move the uploaded files to a directory

CFFILE locking?

2000-11-29 Thread Len Conrad
With CFFILE action=write, does CF have implicit file locking or serialization of access to one file (such as a logging file common used by all a site's pages) or do we have implement our own locking scheme? In either case, what happens when there is a collision? Does CF do its own

Re: Error occurred while attempting to start service

2000-11-29 Thread Seamus Campbell
Thanks but that's not the problem Seamus At 07:37 PM 29/11/00 , you wrote: Check your date on your server. I had a problem recently when the date re-set itself to 2045! Completely screwed everything. Just a thought. Gordon At 19:19 29/11/00 +1100 Seamus Campbell said Anyone help?

CF-TALK Problem?

2000-11-29 Thread Guy J. McDowell
I haven't received a CF-Talk digest e-mail in about 3 days. Is something wrong with the listserve? Yours In Conservation, Guy J. McDowell, Webmaster The Ontario Federation of Anglers Hunters E-mail: [EMAIL PROTECTED] Phone: (705) 748-6324 ext. 262 P.S. www.OFAH.org - The flagship site for

Re: Seamus' Stupid Stupid Thing

2000-11-29 Thread Bud
On 11/29/00, Seamus Campbell penned: I just sent a help message below. I think I've done a really stupid, stupid thing. I increased the template cache size to 30720 and ticked the trusted cache checkbox. I now realize that I only have 64 MB ram on the server the holds CF Server, so I'm presuming

Re: CF-TALK Problem?

2000-11-29 Thread Michael Dinowitz
Yep, there was a problem with the digests and it should be fixed. I'm hoping that I've preserved the ones from the last few days. If not, there's always the archive. :) I haven't received a CF-Talk digest e-mail in about 3 days. Is something wrong with the listserve? Yours In Conservation,

Re: [Best affordable source control solution]

2000-11-29 Thread Alex
CVS is free and IMHO the best "Marc Schipperheyn" [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. --=_NextPart_000_0009_01C059E5.41174200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi all, I'm interested in acquiring a

Re: Auto-deleting old events from CF events calendar

2000-11-29 Thread Chris Geanious
Thanx Bud, Yeah, I was going to include the snippet in the template which generates each month's page. This should do the trick. thanx again, Chris At 03:48 AM 11/29/00 -0500, you wrote: On 11/28/00, Chris Geanious penned: I have a CF based events calendar I am modifying and need to delete

new struct func (4.5.1.sp2)

2000-11-29 Thread pan
has anyone gained sufficient insight from the extremely sparse release notes to understand how to use the new struct funcs? fertile ground for a new tutorial/examples release notes: StructAppend StructAppend adds all the fields and values of Struct2 to Struct1. Struct1 is changed in the

RE: new struct func (4.5.1.sp2)

2000-11-29 Thread Raymond K. Camden
I'll tackle one of these - StructGet() Think of StructGet as a mega cfparam tag. You can do this: CFSET StructGet("Request.Foo.Lower.RealLow.Blah") and it will create the structure. If you did this with cfparam, it would actually create a key called foo.lower.reallow.blah. StructGet actually

Re: new struct func (4.5.1.sp2)

2000-11-29 Thread Michael Dinowitz
I looked them over and added them to my functions list but haven't played yet. I do plan to devote some time to digging into each one and then writing it up as a FA article. (yes, we're getting FA back on track). The StructAppend looks really useful for Fusebox in place of the loop used on the

Getting info from IIS

2000-11-29 Thread Tom Espen Pedersen
I was wondering if there's a way to interact with IIS ? Like reading the "current users" to display the number of active users on a site... etc. Tom Espen Pedersen [EMAIL PROTECTED] UF+ ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Cookie and Javascript detect

2000-11-29 Thread Benjamin Fitts
http://www.browserhawk.com I believe they even have a cfx tag listed in the allaire developers exchange. Regards, Benjamin Fitts Web Developer uClick [EMAIL PROTECTED] -Original Message- From: Park, Simon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 6:19 PM To: CF-Talk

Re: Getting info from IIS

2000-11-29 Thread Dylan Bromby
You can use ADSI to interact pretty deeply with IIS. I don't know about the current user thread. But there are tons of objects you can access with ADSI. - Original Message - From: "Tom Espen Pedersen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000

RE: Cookie and Javascript detect

2000-11-29 Thread Park, Simon
Benjamin Fitts [mailto:[EMAIL PROTECTED]] wrote: http://www.browserhawk.com I believe they even have a cfx tag listed in the allaire developers exchange. I checked Browserhawk out and there are some limitations with CF which they don't tell you about until you install the program. For

RE: CF and IIS

2000-11-29 Thread Gieseman, Athelene
I tried this just recently. Unfortunately, the user name it returned was the one that we use to log into the CF services. In other words, I logged into the web as user ABC and when I use the cgi.auth_user variable, it returns user XYZ. Can anyone shed any light on what I may be doing wrong?

RE: Command line arguments for CFStudio

2000-11-29 Thread Hoffman, Joe (CIT)
C:\Program Files\Allaire\ColdFusion Studio 4.5cfstudio45.exe c:\website\htdocs\index.cfm or C:\"C:\Program Files\Allaire\ColdFusion Studio 4.5\cfstudio45.exe" c:\website\htdocs\index.cfm Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology

405 Error

2000-11-29 Thread Todd Ashworth
I have a search form. When I chose an option in a certain select box and then submit the form, I get this error: HTTP Error 405 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME

Help With SQL Query

2000-11-29 Thread Gary Groomer
I have two tables from which I want the sum of the columns based on a common key. From the below tables, the desired output is 3,5,1,2. Instead I get 6,10,6,3. I am sure the solution is simple, but I haven't run into this one before and any help would be appreacited. Gary Table1 ---

RE: 405 Error

2000-11-29 Thread Dave Watts
I have a search form. When I chose an option in a certain select box and then submit the form, I get this error: HTTP Error 405 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the

RE: HELP!!! Forums Question - index.cfm file not found

2000-11-29 Thread Chris Montgomery
Issac, Are you using the open source Forums from forumspot.org? If so, the path to the security template directory is set in the application.cfm file and is then later referenced in a CFINCLUDE in application.cfm. For example, lines 45-47 (in the unedited application.cfm): !--- path to your

RE: 405 Error

2000-11-29 Thread Rob Sherman
Anytime I've seen the 405 error it's because the Method="post/or/get" attribute was not placed in the original form tag. Sincerely, Rob Sherman Allaire Certified Developer Instructor CFDude, Inc. http://www.cfdude.com CF_Office (310) 543-1622 CF_Fax (310) 543-0512

Re: Getting info from IIS

2000-11-29 Thread Billy Cravens
Can you post some basic code? I know how to interact with IIS in ASP, but I've yet to figure out how to do it in ColdFusion. Where I'm mostly interested is configuring and setting up web sites, ftp sites, virtual directories, etc. If you could just show a simple example of hooking into the

RE: Help With SQL Query

2000-11-29 Thread Hayes, David
Well, the problem is with your join - each row in table 1 is being joined with EVERY row in table 2, so that your result set is 6 rows rather than 3. What happens if you take out the where a.user=b.user condition and just have WHERE a.user = 'karl' and b.user = 'karl'? If you give us a little

Re: CF-TALK Problem?

2000-11-29 Thread Steve Reich
Where is the archive located? "Michael Dinowitz" [EMAIL PROTECTED] wrote in message 016a01c05a12$848bf5d0$[EMAIL PROTECTED]">news:016a01c05a12$848bf5d0$[EMAIL PROTECTED]... Yep, there was a problem with the digests and it should be fixed. I'm hoping that I've preserved the ones from the last

Re: Command line arguments for CFStudio

2000-11-29 Thread Steve Reich
C:\Program Files\Allaire\ColdFusion Studio 4.5cfstudio45.exe c:\website\htdocs\index.cfm Thanks, Joe... that works too. It also works with the /f flag. I'm wondering which one is most acceptable by Studio's program code. I'm guessing there isn't any documentation of this anywhere? I'm trying

Re: 405 Error

2000-11-29 Thread Billy Cravens
Make sure the folder has the correct settings. I've run into this when you forget to mark a folder as executable. -- Billy Cravens [EMAIL PROTECTED] Todd Ashworth wrote: I have a search form. When I chose an option in a certain select box and then submit the form, I get this error:

Re: 405 Error

2000-11-29 Thread Todd Ashworth
You are right as always. My action in my form was set to index?go=staff/contactListinstead of index.cfm?go=staff/contactList Just out of curiosity though, why did the form work at all? Todd Ashworth - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: "CF-Talk"

Re: Getting info from IIS

2000-11-29 Thread Jake Hileman - Patmos
I seem to see a lot of requests for those kind of utilities. I've got some utilities here that let me set up new WWW accounts from the web for me I'm willing to "liquidate". :-) jake. - Original Message - From: "Billy Cravens" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent:

Query as a structure

2000-11-29 Thread Manam Suresh
Is query a structure in CF 4.01? How can I convert a query to a structure in CF 4.01? Thanks Kumar ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: 405 Error

2000-11-29 Thread Jeremy Ridout
Hi, Todd, Assuming your permissions and IIS are set up properly, in your form action, are you referring to the directory only or the directory and the filename? I've always had problems when setting my action to be the directory only, but not specifying a filename (expecting it to go to the

CFMail CRs

2000-11-29 Thread Jay Jennings
This sounds like a stupid newbie question (is the newbie stupid or is it the question?) but I'm bonking my head against my monitor right now... Take a look at the code down below. Two CFMAIL things. The first sends an email with no carriage returns -- everything's on one line (that wraps). The

RE: HELP HELP HELP!!!

2000-11-29 Thread Chris Straight
well I fixed the comma problem for future reference. But the same problem is persisting with the updatable query error. What I failed to mention was that I was using Visual Source Safe and I couldn't get it to release all of the files on the server. Now being dumb and late at night I decided to

Re: Getting info from IIS

2000-11-29 Thread Dylan Bromby
We used ADSI to manage over 3000 domains in IIS. It was great. Honestly, CF wasn't up to it. Accessing ADSI was very slow even embedding the controls as COM objects. We ended up creating VB apps using ADSI. - Original Message - From: "Billy Cravens" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

RE: 405 Error

2000-11-29 Thread Patricia Lee
My educated guess is because you're most likely using IE (just a wild guess) and it decided that it would post the form back to itself. I've seen this happen when one leaves out the action attribute all together. Once you added the url parameters, ie gave up and gave you the 405 error. I'd

RE: Getting info from IIS

2000-11-29 Thread Dave Watts
Can you post some basic code? I know how to interact with IIS in ASP, but I've yet to figure out how to do it in ColdFusion. Where I'm mostly interested is configuring and setting up web sites, ftp sites, virtual directories, etc. If you could just show a simple example of hooking into

cfmail in cferror templates

2000-11-29 Thread W Luke
Hi, I thought it would be useful to have any Request errors emailed to me, so I added the necessary cfmail code to my Request Error template, but it failed to work. Does anyone have a workaround for this? Will ~~ Structure your ColdFusion code

RE: Query as a structure

2000-11-29 Thread Dave Watts
Is query a structure in CF 4.01? No, queries are not structures in any version of CF. They're fundamentally different - a query is essentially an array of structures. How can I convert a query to a structure in CF 4.01? If you only have two fields within your query, you can loop over that

RE: Cookie and Javascript detect

2000-11-29 Thread Courtney Payne
For javascript detect, look up the noscript tag. For a cookie check, attempt to set a cookie on one page with cfcookie and check for it's existence on a subsequent one. If it's there then... well, you know. :-) Courtney E. Payne, Developer Fig Leaf Software "We've got you covered" [EMAIL

RE: CFMail CRs

2000-11-29 Thread Simon Horwith
I believe CFMAIL handles the formatting of whatever text is placed inside it, much the way HTML PRE tags do. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original

RE: CFMail CRs

2000-11-29 Thread Simon Horwith
if the CR (hidden character) is not inside the mail tags, the text is formatted appropriately. Different readers (mail clients) also handle mail formatting a little differently, too. You may want to use a variable set to Chr(10) Chr(13) as your line delimeter, if you want to be certain of line

CFEXPRESS

2000-11-29 Thread Kelly Olson
Does anyone have a copy of CFEXPRESS that could mail me off line. It was mentioned that it was available at allaire, but it seems to be really difficult to find or taken of of the site. Kelly Olson [EMAIL PROTECTED] ~~ Structure your ColdFusion

Re: cfmail in cferror templates

2000-11-29 Thread Dylan Bromby
I use CFTRY and CFCATCH and embed CFMAIL within the catch. - Original Message - From: "W Luke" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 8:57 AM Subject: cfmail in cferror templates Hi, I thought it would be useful to have any Request

RE: Query as a structure

2000-11-29 Thread Chris Terrebonne
Actually a query is an array of structures. Chris -- Original Message From: "Eric Bradburn"[EMAIL PROTECTED] Subject: RE: Query as a structure Date: Wed, 29 Nov 2000 11:49:38 -0500 This message is in MIME format. Since your mail reader does not

application timeout

2000-11-29 Thread Won Lee
What is the advantages of having your application timeout? Won ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: ? - /

2000-11-29 Thread Cameron Childress
Check out the fusebox site. The formurl2attrubuites custom tag supports this type of URL syntax. -Cameron Cameron Childress ElliptIQ Inc. p.770.460.7277.232 f.770.460.0963 -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: ? - /

2000-11-29 Thread Bill Killillay
Michel Take a good long look at Fusebox. We have some tags that we use with fusebox that just EXACTLY what you want, and in my opinion Fusebox is a great way to develop as well. IT does allow good reuse of code if done correctly. It is not the holy grail, but it's gaining speed every day and

Re: application timeout

2000-11-29 Thread Todd Ashworth
Application timeout is how long your Application variables exist before being cleared from memory. If that's what you are refering to, the advantage is that your memory variables are cleared from memory on a regular basis instead of existing forever causing all of your memory to be used up and

Re: application timeout

2000-11-29 Thread Jeffry Houser
Well, I think you are referring to the application timeout attribute of the CFAPPLICATION tag, correct? This is meant for application variables. Application variables are stored in RAM. If no one is using the application, there is no need to continue to hold the the memory hostage.

RE: ? - /

2000-11-29 Thread Jeremy Ridout
Have a look at the fusebox tags on www.fusebox.org. There is one called FormURL2Attributes.cfm. It primarily rescopes all URL and Form variables to Attributes. But it can also convert ? and = to / like you want. I used it at my site, works great. here is the direct link to the file

RE: MS SQL Shortcut?

2000-11-29 Thread Jonathan McGuire
Try SELECT ISNULL(SUM(paymentamt),0) as total Remember, SQL Server returns true nulls. CF in its infinite wisdom does not support NULL. When Null is returned, CF converts it to an empty string. Jonathan McGuire VP of Engineering Impact Solutions, Inc. 704-568-0122 [EMAIL PROTECTED] Smart

RE: ? - /

2000-11-29 Thread Sean Daniels
The custom tag cf_formurl2attributes does almost exactly that. You can get it at www.fusebox.org. - Sean ~~ Sean Daniels Manager, Engineering Marketplace Technologies (T): 207.363.7374 (C): 207.332.6340 ~~ http://www.dealforce.com

Re: application timeout

2000-11-29 Thread Todd Ashworth
You just change the value in your cfapplication tag in your Application.cfm file ... ? Todd Ashworth - Original Message - From: "pan" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 1:26 PM Subject: Re: application timeout | | From: "Won Lee"

RE: CFMail CRs

2000-11-29 Thread Jay Jennings
I believe CFMAIL handles the formatting of whatever text is placed inside it, much the way HTML PRE tags do. That's what I thought, too. So I'm wondering why my emails show up all on one line? Like I said, one page generates two emails. The first comes all on one line, the second shows up

Re: Single Thread

2000-11-29 Thread Howie Hamlin
By doing this you create a single-user system in effect. Only one request will be handled at any one time. I would follow Allaire's recommendation of 4-5 threads per CPU. Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101

Re: ? - /

2000-11-29 Thread paul smith
Using a modified Fusebox style, and without using any of the Fusebox tags, it's pretty easy to code your own app_global.cfm and have URLs like http://www.zog.org/beat/index.cfm/lovemedo.htm where "beat" is the folder name AND the fuseaction name, index.cfm CFINCLUDES the templates you need

Re: MS SQL Shortcut?

2000-11-29 Thread Jim McAtee
Jonathan, Thanks. Is that considered the "correct" way to do this? I assume the IsNull() function is interpreted as "if the first argument is null return the second argument"? Using Chris' suggestion worked quite well. Sum(paymentamt) + 0 AS total Thanks, Jim - Original Message -

CUS Xmas Party!!

2000-11-29 Thread Brian L. Wolfsohn
All cf'ers are invited. This is not a recruitment ad. We have NO COLDFUSION JOB OPENINGS. There is no hidden agenda.. There will be no recruiting at the party. We are NOT a recruiting firm.. If someone tries any recruiting, that's what we have the pool for... So, throw all recruiters in

RE: CFMail CRs

2000-11-29 Thread Philip Arnold - ASP
This sounds like a stupid newbie question (is the newbie stupid or is it the question?) but I'm bonking my head against my monitor right now... Take a look at the code down below. Two CFMAIL things. The first sends an email with no carriage returns -- everything's on one line (that wraps).

RE: CFMail CRs

2000-11-29 Thread paul smith
CFSETTING ENABLECFOUTPUTONLY="Yes" ? At 10:53 AM 11/29/00 -0800, you wrote: That's what I thought, too. So I'm wondering why my emails show up all on one line? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Single Thread

2000-11-29 Thread Dave Watts
Is there any performance hit by setting CF to Single Thread? If you're referring to the "single threaded sessions" option within the Locking section, there is a potential performance hit. If, for example, you're using frames within an application, and you're using CF to generate the content

RE: Single Thread

2000-11-29 Thread paul smith
At the Conference I heard 3 for ColdFusion-intensive apps and 5 for ColdFusion apps that use a lot of Database. Then I also heard the Allaire test team say at the Conference they do onsite testing with values like 20, etc! to determine, for THAT app, what value to use. best, paul At 07:07

Printing Help

2000-11-29 Thread Kim Ahlbrandt
I need to know if there is a way to make a report print nicely using the browser. I have a nicely formatted report written in coldfusion...it looks great on the screen but when it prints, I need to include page breaks so that the column titles will be on every page. Any Suggestions?? Thanks,

RE: Single Thread

2000-11-29 Thread Jim Gurfein
We've been having a terrible time with CF crashing since installing 4.51sp2. Here's what we've done: 1) Locked all session variables 2) Changed all CFX_http to CFHTTP 3) Changed all CFX_UUID to #createuuid()# 4) Reset CF to use "single threaded sessions" We put out about 200,000 pages per day

Re: application timeout

2000-11-29 Thread pan
[Won] | What is the advantages of having your application timeout? | [Pan] | Among other things, it would be nice to have a way to change the | value of the timeout without having to stop/start the server. [Todd] You just change the value in your cfapplication tag in your Application.cfm

RE: Printing Help

2000-11-29 Thread Adrian Cesana
Ive used this for breaks and seems to work well. table STYLE="page-break-before:always" Hope it helps,Adrian -Original Message- From: Kim Ahlbrandt [mailto:[EMAIL PROTECTED]] I need to know if there is a way to make a report print nicely using the browser. I have a nicely

Re: CUS Xmas Party!!

2000-11-29 Thread Brian L. Wolfsohn
At 02:29 PM 11/29/00 , you wrote: Are you sure you won't be still counting ballots? (running and ducking ;-) Actually, while there won't be any recruiting going on, we will have a ballot counting hour around 1AM.. At 02:06 PM 11/29/00 -0500, you wrote: All cf'ers are invited. This is not a

Re: Help With SQL Query

2000-11-29 Thread Gary Groomer
Using a UNION did the trick. Thanks for the tip. Gary - Original Message - From: "Hayes, David" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 8:21 AM Subject: RE: Help With SQL Query Well, the problem is with your join - each row in table 1 is

RE: CFMAIL Fails to Send

2000-11-29 Thread Simon Horwith
use the trim() function if the spaces are leading or trailling. Try Replace(fromvarname,Chr(32),"",ALL) to kill spaces in the middle of a value ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line)

RE: CUS Xmas Party!!

2000-11-29 Thread Russel Madere
-Original Message- From: Brian L. Wolfsohn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 13:50 To: CF-Talk Subject: Re: CUS Xmas Party!! At 02:29 PM 11/29/00 , you wrote: Are you sure you won't be still counting ballots? (running and ducking ;-) Actually, while

RE: Printing Help

2000-11-29 Thread Kim Ahlbrandt
Thanks, This will really help. Does anyone know if there is a way to include logic where certain things are displayed only when printing. Kim -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 1:50 PM To: CF-Talk Subject: RE: Printing

Re: Single Thread

2000-11-29 Thread Chris Michl
It may be the fact that you're now using CFHTTP instead of CFX_HTTP. Many of us have experienced similiar problems with CFHTTP -- do you use it quite heavily on your site? I've switched all of my CFHTTP calls over to ASPHTTP (www.serverobjects.com), a COM object you can access with CFOBJECT.

RE: Single Thread

2000-11-29 Thread lsellers
Allaire has guidelines on how many threads you should set your server to (I think it's something like 3-4 per processor), but I still think that's a little low (especially if your machine only server CF and the website) Some recent COM work I've been doing tends to confirm this. The

CFFILE - writing a CF template woes

2000-11-29 Thread j p
Hey Gurus, I need help on this one I am having problems getting CFFILE to write a cf template... The " and probably some otherthings are causing some wierdness. I have tried Replace(), Evaluate(DE()) to no end... How does one create a new CF template with CFFILE??? Someone had mentioned

RE: ? - /

2000-11-29 Thread ron
I've gone even further in a developing app and use URLs like: http://www.MyApp.com/HL/LL/OA/OO/index.cfm/IN.845/CD.50022/CN.3711 5146/HD.475000/AL.B/LL.E/OR.5260.HTM where I parse the "/" delimited list to obtain the value of several passed parameters (the value of OR is 5260, for

Second Attempt: Issue with Cold Fusion and IE 5.5

2000-11-29 Thread JB Mentzer
Hi all I posted this yesterday for an off-list friend ... can anyone shed any light on is problem? Thanks! * john * Hello everyone. Has anybody experienced an issue with Microsoft Internet Explorer 5.5 locking up when trying to process a cookie established in your standard application.cfm?

RE: CFMAIL Fails to Send

2000-11-29 Thread Adkins, Randy
use the Trim Function #trim(form.fromaddress)# -Original Message- From: Drechsler, Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 2:44 PM To: CF-Talk Subject: RE: CFMAIL Fails to Send It seems that I am having the same problem with space in the From field of a

RE: ? - /

2000-11-29 Thread Robert Hinojosa
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C05A48.7F825C2E Content-Type: text/plain; charset="iso-8859-1" How do you handle web statistics with that format? Robert

RE: Query Question

2000-11-29 Thread Simon Horwith
that looks good to me. ~Simon Simon Horwith Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000

RE: CF_Calendar

2000-11-29 Thread Richard Kern
I've used and bought the tag code for CF_bucalendar. Mark Bureau was very pleasant and willing to work with us. He has recently changed the interface and we got a version that allows for multiple users on one database Richard Kern RSA Companies -Original Message- From: Jeanne Sarfaty

RE: Printing Help

2000-11-29 Thread Arden Weiss
Using one of the print to PDF programs available at PDFZONE.COM may be what you are looking at. There is an html2PDF custon tag on the Allaire site that may interest you -- just enter HTML2PDF in their search field at http://devex.allaire.com/developer/gallery/ Also, I am using the "not free"

Re: CF_Calendar

2000-11-29 Thread Jon Hall
I took a look at this as soon as I saw it because I am working on a calendar program of my own right now. The screenshots they have up on their site of the backend seem a little simplistic, but very straightforward (This is a good thing for the typical client who cant figure out how to read

RE: CF_Calendar

2000-11-29 Thread Phoeun Pha
DOn't get it. It's not really administratableblaablaggg. what i meant was, the only thing u set on it are the events and dates. thats all. There are some FREE nifty CF based event /planner calendar on the allaire site, which have a hugeload of cool stuff you can mess around with

Form Error #2

2000-11-29 Thread David Clay
This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=_CB90D9C4.ED8CECDC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable

RE: CUS Xmas Party!!

2000-11-29 Thread Hoffman, Joe (CIT)
Saturday, December 16th, 2000 (12/22/2001) 7:30 P.M. to Whenever Hm ? Kinda goes hand in hand with the new Florida state motto: "Where your vote counts! and counts and counts and counts" Joe -Original Message- From: Brian L. Wolfsohn [mailto:[EMAIL PROTECTED]] Sent:

RE: ? - /

2000-11-29 Thread ron
How do you handle web statistics with that format? IIS5 logs the page requests just fine, with their virtual folder structure intact. The actual 404 processing page never even gets logged (at least with our LiveStats system by MediaHouse), and no errors get logged. -ron

RE: Single Thread

2000-11-29 Thread Peter Theobald
I am using Sybase on a Linux system. Docs say the db drivers are NOT thread safe. Does this mean I am forced to cripple my system with ONE database connection at a time?! At 11:34 AM 11/29/00 -0800, paul smith wrote: At the Conference I heard 3 for ColdFusion-intensive apps and 5 for

Re: How to prevent BACK and FORWARD button from clicked?

2000-11-29 Thread Bruce Heerssen
Three points... 1. Use some server side processing to see if the form has been submitted before and reject the new data if it has. You should do the same before serving the form also. Reason: The page source has been sent to the browser and hence can be recovered by the user - NO MATTER HOW YOU

RE: CUS Xmas Party!!

2000-11-29 Thread Kevin Langevin
Hey! Watch it! :) CFUG-SFL Manager -Kev /CFUG-SFL Manager -Original Message- From: Hoffman, Joe (CIT) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 4:53 PM To: CF-Talk Cc: [EMAIL PROTECTED] Subject: RE: CUS Xmas Party!! Saturday, December 16th, 2000

Re: CF_Calendar

2000-11-29 Thread Todd Ashworth
I've noticed a lot of people looking for calandars and/or scheduling apps. My company needed a hefty one for a current project. We couldn't find anything that suited our needs so we are having to build our own. It's pretty complex. It takes 6 tables in the database just to schedule an event.

RE: Form Error

2000-11-29 Thread Hayes, David
The error message is straightforward -- it's not recognizing FORM.REORDERNO; Output the value on the page (before your erroneous SQL statement) or turn on debugging and see what form fields are being returned. -Original Message- From: David Clay [mailto:[EMAIL PROTECTED]] Sent:

RE: Form Error #2

2000-11-29 Thread Hayes, David
Again, turn on your debugging; it's a great help to see the SQL statement that CF is submitting to the db. My first guess is that one or more of your db fields are text, meaning that the #form...# tags must be surrounded with single quotes. -Original Message- From: David Clay

Re: Query Question

2000-11-29 Thread Bud
On 11/29/00, Chad Gray penned: I would like to get all the data with a value of 1234 in the field JobNum. Once i collect these records i would like to get the Record with the highest ACTLOGID value. Can you do a : SELECT max(ACTLOGID), JobNum FROM activitylog Where Jobnum='1234' Absolutely,

  1   2   >