Re: CFLOOP question

2001-05-09 Thread Heidi Belal
How about if you put # sign's around insert_counter in the first cfswitch expression? Heidi --- JB Mentzer <[EMAIL PROTECTED]> wrote: > Hi all > > I'm attempting to overwrite the index value of a > CFLOOP from within the > loop: > > STEP="1"> > > > > > > > > > > > > > > >

Re: Replace #'s Function!!

2001-05-09 Thread bfalloon
This doesn't work... Nothing happens... it doesn't throw an error, but the pound symbols remain in the HTML. > > > -Original Message- > From: bfalloon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 11:07 PM > To: CF-Talk > Subject: Replace #'s Function!! > > > Hello all, >

Re: Replace #'s Function!!

2001-05-09 Thread sabrina Lotun
#Replace(code, "#chr(35)#", "", "ALL")# sabrina - Original Message - From: bfalloon To: CF-Talk Sent: Thursday, May 10, 2001 10:06 AM Subject: Replace #'s Function!! Hello all, I've encounter a stumbling block... I'm performing a CFFILE action to read a text docum

Re: MS Access JOIN Error

2001-05-09 Thread Heidi Belal
I don't know if this will help any but you have missing and mis matched quotes. "52 log.Supervisor" AS Supervisor, i suppose Supervisor should have double quotes around it as you have with the previous variables! FROM "MPA log" LEFT JOIN "52 log" ON 'MPA log.MPA #' = '52 log.MPA #'" what's thi

RE: Clarification

2001-05-09 Thread Peter Tilbrook
I believe you can. Hopefully supported under the new version of Verity under CF 5.0. Check out www.verity.com for more info on the Verity SDK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Parker, Kevin Sent: Thursday, 10 May, 2001 1:50 PM To: CF-Talk S

RE: Replace #'s Function!!

2001-05-09 Thread Dylan Bromby
-Original Message- From: bfalloon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 11:07 PM To: CF-Talk Subject: Replace #'s Function!! Hello all, I've encounter a stumbling block... I'm performing a CFFILE action to read a text document that contains HTML, but I need to remo

Replace #'s Function!!

2001-05-09 Thread bfalloon
Hello all, I've encounter a stumbling block... I'm performing a CFFILE action to read a text document that contains HTML, but I need to remove any # symbols before I can used the code from the file. I've included my code below, but the # symbol always throws an error. I've also tried double pou

structure in request scope

2001-05-09 Thread Mark Ireland
Could someone tell me how to load a structure into the request scope in the application.cfm once only when a user first visits a page. That is, check that the structure is there and dont rerun the query code if it is unless a change has been made to the database. Its for the colour scheme o

RE: CFLOOP question

2001-05-09 Thread David Shadovitz
Don't try to change a loop index. Use a CASE tag to take care of the cases for which an action is required, as you do for VALUE="1". Don't provide a CASE tag for the values for which no action is required. And don't forget the pound signs around the expression: EXPRESSION="#insert_counter#"

RE: SQL help, pretty please...SOLVED

2001-05-09 Thread Erika L Walker
This approach worked marvelously!!! Thank you very much John and Jim!!! Erika (with a *K*) -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 11:59 PM To: CF-Talk Subject: RE: SQL help, pretty please... Here is a different approach that would find th

Re: SQL help, pretty please...

2001-05-09 Thread sabrina Lotun
hi, hmm i guess it should be select CORFNBR, CODATE, COTIME, CONAME, CODESCR, COSPEAKER, COSPECIAL from CONFERENCES, SPEAKERS where CORFNBR IN (#ValueList(getconfnumbers.RCCORFNBR)#) and COSPEAKER = SPRFNBR and month(conferences.CODATE) >= #nextMonth# - Sabrina - - Original Mes

Re: SQL help, pretty please...

2001-05-09 Thread Jim McAtee
How about: select CORFNBR, CODATE, COTIME, CONAME, CODESCR, COSPEAKER, COSPECIAL from CONFERENCES, SPEAKERS where CORFNBR IN (#ValueList(getconfnumbers.RCCORFNBR)#) and COSPEAKER = SPRFNBR and month(conferences.CODATE) > #Month(Now())# Jim - Original Message - From: "Erika L Walker

RE: SQL help, pretty please...

2001-05-09 Thread John
Here is a different approach that would find the next conference even if it was in the same month. select top 1 CORFNBR, CODATE, COTIME, CONAME, CODESCR, COSPEAKER, COSPECIAL from CONFERENCES, SPEAKERS where CORFNBR IN (#ValueList(getconfnumbers.RCCORFNBR)#) and COSPEAKER = SPRFNBR and conference

Re: SQL 7 Question

2001-05-09 Thread Paul Hastings
* Team Allaire * > Thanks! Now that you mention it I did had BEGIN TRANSACTION/COMMIT > TRANSACTION in another version, but I guess it fell down the proverbial > crack in this developing application. (Probably a bad copy/paste ;-) if you sh

Clarification

2001-05-09 Thread Parker, Kevin
Can someone clarify this for me please. Can I use CF and Verity located at one URL to index material at another (completely different) URL. Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: +61 8 82332548 f: +61 8 82332000 m: 0418 800 287

SQL help, pretty please...

2001-05-09 Thread Erika L Walker
Some pointing in the right direction please I generate an email based upon a user's attendance of a conference on a particular day. The email is going to tell the user when the next conference is. I pull a list of all conferences. Here is my SQL statement: select CORFNBR, CODATE, COTIME

Re: SQL 7 Question

2001-05-09 Thread Paul Smith
Thanks! Now that you mention it I did had BEGIN TRANSACTION/COMMIT TRANSACTION in another version, but I guess it fell down the proverbial crack in this developing application. (Probably a bad copy/paste ;-) I happen to have the SQL below within a CFTRANSACTION of 3 CFQUERIES. They take zip

Re: SQL 7 Question

2001-05-09 Thread Jon Hall
The dbms needs to support it, but yeah it's known. I guess the only limit would be the amount of time you want that connection open to the database server. It is not the equivalent to a transaction. I thought so also until Dave Watts corrected me a little while ago ;-) Each different command betwe

RE: cfloop question (I think)

2001-05-09 Thread Seamus Campbell
Many thanks - I was focusing on tblGroups and didn't even think going the other way as you have suggested your first code worked beautifully thanks again Seamus At 11:59 am 10/05/01 , you wrote: >You could probably do this with cfloop but why. Let the database do the >work for you. I am a li

RE: CFX_IMAGE original?

2001-05-09 Thread Bill Poff
Has anyone tried using the Jasc Image Robot for this type of application? We've been using 2GIF and 2JPEG from fCoder (fcoder.com) and are quite pleased with both output and speed when used with Cold Fusion. We need to have the ability to convert from AI and EPS files as well and the fCoder apps

RE: cfloop question (I think)

2001-05-09 Thread John
You could probably do this with cfloop but why. Let the database do the work for you. I am a little confused to when you say zero product descriptions. Does this mean an entry in tblproduct where there is a groupcode but no productdescription, meaning its null. Another option, which what

SQL 7 Question

2001-05-09 Thread Paul Smith
I've been putting one SQL statement after another like the following inside a CFQUERY for a while. Seems to work fine. UPDATE MAX_ID_Clients SET MAX_ID_Client = MAX_ID_Client + 1 DECLARE @MAX INT SELECT @MAX = MAX_ID_Client FROM MAX_ID_Clients INSERT INTO ClientData(CFID,CFTOKEN) VALUES(@MAX,#C

cfloop question (I think)

2001-05-09 Thread Seamus Campbell
I have a database with (amongst other things) a table: tblProduct ProductDescription and GroupCode another table: tblGroup GroupCode and GroupDescription The database is updated regularly there are 31 GroupCodes but sometimes (and this varies) one or more GroupCodes have zero ProductDescripti

Re: Wrong permissions on a Sun Server

2001-05-09 Thread Mak Wing Lok
did you used FTP or RDS on your CF Studio to save .cfm files into the server? try checking on the user account that you log into the server from CF Studio - Original Message - From: "Stevens, Jason" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 5:20 A

Re: [Wrong permissions on a Sun Server]

2001-05-09 Thread Alex
if you FTP them to the solaris box then they are owned by the FTP acct used. You can change the permissions of the nobody acct (not recommended) or change the acct used to FTP over the files...ie. cfuser with correct permissions. useradd... "Stevens, Jason" <[EMAIL PROTECTED]> wrote: I have rec

Re: RE: Highlighting Text

2001-05-09 Thread Christine Kelley
Awesome :) Thanks, Christine > Save the following as a tag and place all of your content between the open and end tags. > > For example, if your tag was called CF_Highlight: > > > > This is a test of the sales system. > #variables.foo# > End of sales information > > >

Re: CF-Studio registration number

2001-05-09 Thread Tom Davison
You started with 4.52 eval which will not work if you put the serial number in, now that you have that installed download the upgrade which is 4.52 also but now you can put the serial number in... hope this clears up any confusion. Tom - Original Message - From: <[EMAIL PROTECTED]> To: "C

RE: Firewall Proxy Server Suggestions

2001-05-09 Thread Steve Bernard
Do you require an application that supports network-based virus protection? Regards, Steve -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 5:44 PM To: CF-Talk Subject: OT:Firewall Proxy Server Suggestions We are currently using WinProxy

RE: disabling RDS

2001-05-09 Thread Dylan Bromby
woops. i guess i should've read all of the message huh? :) -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 2:10 PM To: CF-Talk Subject: RE: disabling RDS on NT? if so, set the service to "Disabled". -Original Message- From: Brook D

RE: CFREGISTRY (the inner workings of CF Admin)

2001-05-09 Thread Dave Watts
> I am thinking I'm going to disable CFREGISTRY on one of my > servers for security reasons. Then it occurred to me, how > does the CF Administrator check passwords, retrieve datasources, > etc... if it's disabled. Does disabling it exclude pages > within the CF Administrator...? By default,

RE: Pinging an email address

2001-05-09 Thread Bruce Heerssen
I know how most folks around here feel about HTML email (evil), but it should be noted that images can be used to track emails. You can either look in your server logs for hits to the image, or serve up the image using CF or PHP, which would let you do things like add records to the database, et

Re: OT: How to set up PWS to process CGI scripts?

2001-05-09 Thread Billy Cravens
When you say CGI, do you mean Perl? (common mistake; they're not interchangeable terms) If so, look at ActiveState Perl -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Robert Obreczarek wrote: > Hi Everybody, > > Sorry for the OT post, but I need to find out > some info on this t

RE: Pinging an email address

2001-05-09 Thread Keith C. Ivey
On 9 May 2001, at 16:46, Steve Bernard wrote: > Yes, most mail servers support address verification, if it's > enabled. You can use a Telnet client, or CFX_TCPClient, ... But since verification is disabled on most mail servers (mainly because of spammers), it's not likely to be worth the troubl

Re: Pinging an email address

2001-05-09 Thread Steve Reich
> If the email is accepted it's likely valid. We are using iMail on our server and you can set up an alias named 'nothing' that will accept all email to the domain that doesn't point to an existing account. With this in mind, our mail server would never return mail as undeliverable. So I just tho

OT:Firewall Proxy Server Suggestions

2001-05-09 Thread Larry Juncker
We are currently using WinProxy for our firewall and proxy server, however they feel compelled to charge $2000.00 per year for their virus protection now. Any suggestions on NT or LINUX based server software out there? Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, In

RE: Pinging an email address

2001-05-09 Thread PEREZ, RICHARD RINGO (SBCSI)
What is an MX record how do you do that? -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:19 PM To: CF-Talk Subject: RE: Pinging an email address you can telnet to a mail server (they usually have exposure to the internet). 1) lookup the

CFREGISTRY (the inner workings of CF Admin)

2001-05-09 Thread Steve Reich
I am thinking I'm going to disable CFREGISTRY on one of my servers for security reasons. Then it occurred to me, how does the CF Administrator check passwords, retrieve datasources, etc... if it's disabled. Does disabling it exclude pages within the CF Administrator...? Mostly just curious St

Wrong permissions on a Sun Server

2001-05-09 Thread Stevens, Jason
I have recently started a position in a rather chaotic CF environment and wonder if someone could help me with, what I hope, is a simple question. We run ColdFusion Server 4.5 on a Sun platform. Whenever we create a .cfm in Studio and put it on the server the permissions are incorrect. They are

Re: syntax error when inserting date

2001-05-09 Thread Erik Carroll
What database are you using? The problem may be that your database is expecting the date in a specific format. Using Oracle as an example, the value you are trying to insert into the Date column, '#onedate#', would be seen as a string and not a date which would generate an error. Oracle has a TO_D

Re: disabling RDS

2001-05-09 Thread Lanny R. Udey
We found you could not disable it but if you set it to manual it was OK. Lanny Udey Hofstra University >>> [EMAIL PROTECTED] Wednesday, May 09, 2001 >>> I have disabled the RDS service on our NT server but get the following error in the executive log: "Error","TID=104","05/09/01","00:41:34","U

RE: How to set up PWS to process CGI scripts?

2001-05-09 Thread Boardwine, David L.
This link tells how to set up PERL scripts on PWS. http://support.microsoft.com/support/kb/articles/q231/9/98.asp David L. Boardwine Programmer/Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] -Original Message- From: Robert Obreczarek [mailto:[EMAI

RE: disabling RDS

2001-05-09 Thread Dave Watts
> I have disabled the RDS service on our NT server but get the > following error in the executive log: > > "Error","TID=104","05/09/01","00:41:34","Unexpected Windows > NT error number 1058 occurred while attempting to start the > RDS service." > > Is it possible to completely disable the RDS

RE: disabling RDS

2001-05-09 Thread Dylan Bromby
on NT? if so, set the service to "Disabled". -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:42 PM To: CF-Talk Subject: disabling RDS I have disabled the RDS service on our NT server but get the following error in the executive log: "Err

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
The information that I get from the form is not ever going back to the application, only to a VB app that I have created to read the information from the database. I think I am going to follow your suggestion and grab the actual data from the database, use CFFILE to write a temp. cfm file and then

AW: CF-Studio registration number

2001-05-09 Thread cf-talk
As I said, I started with 4.5.2 right from the beginning. So your suggestion doesn't make sense. But thank you anyway. Uwe -Ursprüngliche Nachricht- Von: Tom Davison [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 9. Mai 2001 01:06 An: CF-Talk Betreff: Re: CF-Studio registration number

Bit Masks

2001-05-09 Thread Ken Monroe
Hello! I believe that someone once gave a presentation at one of the CFUGs about using bit masks, also know as Right Bit AND, to set up security access levels. This wasn't the same as the presentation at the Fig Leaf site that's slight more oriented towards hierarchy uses. I've looked at all th

RE: Highlighting Text

2001-05-09 Thread Howarth, Craig (IBK-NY)
Save the following as a tag and place all of your content between the open and end tags. For example, if your tag was called CF_Highlight: This is a test of the sales system. #variables.foo# End of sales information Tag Code:

RE: Pinging an email address

2001-05-09 Thread Steve Bernard
Yes, most mail servers support address verification, if it's enabled. You can use a Telnet client, or CFX_TCPClient, to open a connection to port 25 on the mail host and issue the following command: VRFY Steve -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednes

OT: Email List Servers

2001-05-09 Thread Bill Holloway
Anyone have a good email list server recommendation. I've been looking at iMail but it's more than I need. (what's this list run on?) TIA for suggestions, Bill ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.

RE: Pinging an email address

2001-05-09 Thread Tony Schreiber
This wouldn't catch email addresses that are aliases would it? Would it depend on how the alias was defined? > you can telnet to a mail server (they usually have exposure to the > internet). > > 1) lookup the MX record for a domain > 2) telnet to that mail server (usually on port 25) > 3) do VRF

Re: Pinging an email address

2001-05-09 Thread Tony Schreiber
Send them a message and have the user click a link inside the email (or cut/paste whatever)... That's how I verify with most of my applications (SMB included). You can't really "ping" an actuall address, only the mail server that serves it... > Is there a way to "ping" an email address to verify

Re: Pinging an email address

2001-05-09 Thread Jim McAtee
The closest thing would be the smtp VRFY command. Many (most?) email server admins have the command disabled in order to prevent the harvesting of email addresses, so it's all but worthless in verifying the validity of an address. JIm - Original Message - From: "Steve Reich" <[EMAIL PR

disabling RDS

2001-05-09 Thread Brook Davies
I have disabled the RDS service on our NT server but get the following error in the executive log: "Error","TID=104","05/09/01","00:41:34","Unexpected Windows NT error number 1058 occurred while attempting to start the RDS service." Is it possible to completely disable the RDS service? Thanks

Re: Highlighting Text

2001-05-09 Thread Jose Alberto Guerra Ugalde
There's a Custom Tag that I think does just that in Allaire the name is CF_Highlight "CF_Highlight takes a list of substrings, and highlights them in a larger text string. For example, it can be used to highlight search terms on the results page from a search engine. It requires CF 3.01 or above

RE: syntax error when inserting date

2001-05-09 Thread Chris Maloney
Actually the problem is that you have a field in your database named 'Date' this is a reserved word and cannot be used as a field name in your db. Try changing the field name to something like 'mydate' or some other equivalent and try your code again, you will likely see better results. Chris -

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Chris Maloney
Robert, Considering I've seen other replies to this post that were considerably inaccurate, I'll give you a proper solution. The way to solve this problem is to take the data from the database write it to a file and then use cfinclude to include the file back in and thus have the code executed.

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
Yes, I am aware of this, also I am the only one with access to my SQL server. Robert J. Bailey (646) 526-4536 -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 4:04 PM To: CF-Talk Subject: RE: Can I run CFML code that I pull form my database

Re: syntax error when inserting date

2001-05-09 Thread Bryan LaPlante
Remember that date is a key word in sql and will produce undesired results if a field in a table is named date as in your code snippet. insert into class_schedule (classID, location, date) Try changing the field name to aDate or lastupdated or something. Bryan - Original Message - From:

RE: Pinging an email address

2001-05-09 Thread Robert J. Bailey
you can not "ping" an email, but there are some ways to determine if the email exists. Will take some extra work on your end and more then likely you are not going to know right away. Try connecting to the SMTP server that you want to check mail against. When you connect to the SMTP, which is usua

RE: Pinging an email address

2001-05-09 Thread Chris Maloney
There is no explicit way to 'ping' an email address the best and only way to do it is send an email to that address. If the host rejects the email the address is invalid. If the email is accepted it's likely valid. Typically the best way to verify an email address is to have the user click on a

RE: Pinging an email address

2001-05-09 Thread Dylan Bromby
you can telnet to a mail server (they usually have exposure to the internet). 1) lookup the MX record for a domain 2) telnet to that mail server (usually on port 25) 3) do VRFY (username) or EXPN (username) however, those commands are unavailable sometimes for privacy/security reasons. or...some

OT: How to set up PWS to process CGI scripts?

2001-05-09 Thread Robert Obreczarek
Hi Everybody, Sorry for the OT post, but I need to find out some info on this topic quick. I need to know if it's possible to set up PWS to process cgi scripts. I'm on a Win 98 SE box. If yes can someone point me to any resources or downloads? I really apreciate any help. Thanks a lot. Robert O

Highlighting Text

2001-05-09 Thread Christine Kelley
Hi! How do I go about... Having the Keyword highlighted throughout page. For example the keyword 'sales' would be shadowed in yellow. I've looked into the custom tag, but it's not quite what I need. It would be nice to highlight all the keywords at once. How about looping through each

Re: OT: Spider 404s

2001-05-09 Thread Keith C. Ivey
On 9 May 2001, at 11:15, Nick McClure wrote: > You should be able to check CFHTTP.StatusCode > > this will be equal to 404 or 500. > > 200 is a successful request. Yes, that's the way it's supposed to work. Unfortunately, a bunch of people out there have configured their servers to return s

RE: syntax error when inserting date

2001-05-09 Thread robrusher
Your problem is most likely due to the format of the date. If the data field in the database is of type 'Date' you would have to use CreateODBCDate(Form.Date) in order to change the text to an ODBC date format. Regards, Rob Rusher Spectra Architect, Certified ColdFusion Instructor + Developer,

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Jann VanOver
And PLEASE be aware that this is potentially very dangerous. Do YOU have full control over what goes in and out of the database? Be aware of your risks before you take this action. -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 12:46 PM T

Pinging an email address

2001-05-09 Thread Steve Reich
Is there a way to "ping" an email address to verify that the mailbox exists? It doesn't neccessarily have to be a CF routine either... Thanks, Steve ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthor

RE: Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
yes, I understand that, but is there anyway I can use any CFML within this that you can think of at all? Thanks! Robert J. Bailey (646) 526-4536 -Original Message- From: Dave f [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 3:36 PM To: CF-Talk Subject: Re: Can I run CFML cod

Re: Can I run CFML code that I pull form my database?

2001-05-09 Thread Billy Cravens
Wrap the string from SQL Server in an #Eval()# statement. It'll take a bit of escaping a whatnot, but it should work. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] "Robert J. Bailey" wrote: > OK, here is what I am doing. I am executing a stored procedure which grabs > some code

RE: PageMaker/Quark document generated from Database?

2001-05-09 Thread Paul Sizemore
You defiantly want Quark, and to add to the confusion, you might look at Meadows Information's offerings (www.meadowsinfo.com). I reviewed the three and decided on Meadows because they seemed like they would be more responsive to tech questions (and price was less). When I used it, they were plann

Re: Can I run CFML code that I pull form my database?

2001-05-09 Thread Dave f
It will work if you change to regular HTML FORM tags etc. - Original Message - From: "Robert J. Bailey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 2:27 PM Subject: Can I run CFML code that I pull form my database? > OK, here is what I am doing

Re: cfloop vs cfoutput

2001-05-09 Thread Jon Hall
I think that has made it into Hals Helms worst practices list. Learn to use SQL joins and this is never necessary. jon - Original Message - From: "Adkins, Randy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 1:08 PM Subject: RE: cfloop vs cfoutput >

Re: cfloop vs cfoutput

2001-05-09 Thread Jon Hall
And now to inject a little more uncertainty... Just a couple of months ago an Allaire consultant told me that cfloop was the second slowest tag after cfmail. Always use cfoutput to output queries. I imagine he was speaking relatively though. I can think of some really slow tags. jon - Origina

Re: cfloop vs cfoutput

2001-05-09 Thread Gregory Harris
Ok, bad example (I recall in an earlier version that this was impossible though, to embed CFQUERY in CFOUTPUT), but some tags still, such as the before mentioned CFMAIL tag. Gregory Harris Web Developer The Stirling Bridge Group, LLC *We Engineer Internet Business Solutions* TEL: (94

default spool file

2001-05-09 Thread sebastian palmigiani
I had a problem with cfmail where it kept sending the same email over and over again. I had to stop the CF service. I checked the spool directory and found the following spool file: c:\CFusion\Mail\Spool\2A.CFMAIL=1 That was the name of the email that was beeing sent over and over. What is the

ColdFusion Query Windows NT Error 1450

2001-05-09 Thread Jack Tumlin
I'm having a problem with a query that displays the results in a CFGRID. The query works on two different servers with no problems. Now, I'm trying the query on NT 4.0 machine and getting a blank page. A "Error number 1450 occurred while attempting to write the reply to the web server." entry

Can I run CFML code that I pull form my database?

2001-05-09 Thread Robert J. Bailey
OK, here is what I am doing. I am executing a stored procedure which grabs some code from my SQL server and then displays it on the page. Mostly what this is for is my forms, which I would like to keep in the DB so I can easily change them. The problem being that the CFFORM tag as well as my CFINP

PageMaker/Quark document generated from Database?

2001-05-09 Thread Jamie Jackson
I've got an Access database full of information to list in in a directory which is to be printed at a print shop. So I need the database to populate my directory pages. I'll probably need to use Quark or PageMaker. Is one or the other better suited for this endeavor? I'm also a ColdFusion progra

RE: [Object Oriented CFML]

2001-05-09 Thread Garza, Jeff
CF5 is, I believe, the last of the CF engines based on the C++ codebase. There are parts of CF5 (like parts of the Administrator) that are java servlet based. Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Mess

Re: cfloop vs cfoutput

2001-05-09 Thread Critter
Hello Kola, This is from the Certified ColdFusion Developer Study Guide: pg 37 Tip #1 The function of the query loop is the same as using with a query attribute. For performance reasons, use a Query loop rather than a loop. Before ColdFusion 4.x, the query loop performed better. Gener

Re: cfloop vs cfoutput

2001-05-09 Thread G
Well thats a bit misleadingthe more processing you do within a loop, the slower its going to be, no matter the looping method. For pure looping, I remember hearing from somewhere that CFLOOP was actually faster, all other things being equal. I remember being somewhat surprised by this.

RE: cfloop vs cfoutput

2001-05-09 Thread Kola Oyedeji
sure? >I just remembered where I read that cfloops are more efficient than >cfoutput with queries, in ben forta's coldfusion developers study guide, if >that helps clarify anything >mark If there is no notable difference then i suppose it doesnt matter! Kola -Original Message- From: Gr

RE: cfloop vs cfoutput

2001-05-09 Thread Adkins, Randy
You can have a tag between Tags I have done that many times Example: This that and the other thing Back to Square One -Original Message- From: Gregory Harris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 12:33 PM To: CF-Talk S

RE: [Object Oriented CFML]

2001-05-09 Thread Andy Ewings
Yeh I spoke to some guy from Allaire about it a while back and he sounded pretty upbeat about the whole thing. I agree it sounds superb that you can combine pure Java and CF in one page. I guess having the ability to combine both in a page gives you the opportunity to enjoy increased development

CFLOOP question

2001-05-09 Thread JB Mentzer
Hi all I'm attempting to overwrite the index value of a CFLOOP from within the loop: and so on So far, the CFSWITCH's Expression never seems to be true. Anyone have any ideas on how to make this work? Thanks! * john * ~~

RE: Log files of a web attack.

2001-05-09 Thread Dave Watts
> What was the situation under which Apache failed? Load testing of a simple CF application on non-clustered servers. The servers became unresponsive at high load, and started generating lots of Winsock errors at the console. > What version of 1.3? I don't recall exactly. I believe it was 1.3.

Re: cfloop vs cfoutput

2001-05-09 Thread Gregory Harris
No question on that one, CFOUTPUT beats CFLOOP by a long shot, however sometimes you have to use CFLOOP for things, like if you wish to have a tag in your statement which wouldn't be possible, you'd have to use CFLOOP Gregory Harris Web Developer The Stirling Bridge Group, LLC *We

Re: cfloop vs cfoutput

2001-05-09 Thread Michael Lugassy
ofcourse cfoutput, that's why it doesn't allow alot of tags to be typed into it. it's much more faster then CFLOOP, which lets you specify every cf tag you want (CFMAIL, for example) Thanks, Michael Lugassy IT/WEB Specialist Interactive Music Ltd. ~~~

RE: Log files of a web attack.

2001-05-09 Thread Tony Schreiber
What was the situation under which Apache failed? What version of 1.3? My last application used a large number of clustered servers, so it may be a while before that installation experiences any problems. Load testing proved very successful however... I put Apaches Mod_rewrite to great use. > >

RE: MS Access JOIN Error

2001-05-09 Thread douglas . kronenberger
Rats, that did not do it Thanks all the same. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 7:32 AM To: CF-Talk Subject: RE: MS Access JOIN Error Not sure about Access but in SQL you have to specify the fact that it's an outer join so ins

RE: concurrency problem..

2001-05-09 Thread Tony Schreiber
Well, that's a problem. Let's assume that we can mark a quantity of an item as "taken" when they place it in their shopping cart. What percentage of shopping carts are abandonned? Plenty. So that inventory is locked up until this cleanup runs - which may be before the user has finished shopping!

Re: Spider 404s

2001-05-09 Thread Dain Anderson
Gene, In addition to the comments you've received, you could also take the route of using a try/catch statement with the TYPE= to one of the HTTP exception types (see below): Examples: cfhttp statement here... ...code... ...code... Exception types: COM.Allaire.ColdFusion.CFEX

RE: Spider 404s

2001-05-09 Thread Caulfield, Michael
Funny you should mention this -- we go this hit from Google the other day: http://www.as.columbia.edu/test404response2057687042.html Now since we have no page of that name, I'm guessing that google is dealing with exactly the same problem that you are, and their process goes something like this

RE: Array String Concatenation

2001-05-09 Thread Bill King
Just for clarification: what are your intended results? Are you making a list of clickable teams from a database? Could you, instead of using a two dimensional array use an array with a structure in it like this: Standings[1][TeamName] = "Barracudas"; Standings[1][TeamID] = "17"; Then you c

RE: MS Access JOIN Error

2001-05-09 Thread DeVoil, Nick
Does this work? FROM [MPA log] LEFT JOIN [52 log] ON [MPA log].[MPA #] = [52 log].[MPA #] Those table names and field names are pretty confusing. Is it an option for you to change the names so that they do not contain spaces, pound signs etc? Nick -Original Message- From: [EMA

cfloop vs cfoutput

2001-05-09 Thread Kola Oyedeji
Sorry for the crosspost (had conflicting answers from other lists) but is there a consensus on which method of looping over a query is fastest? cfloop or cfoutput.. Cheers KOLa ~~ Structure your ColdFusion code with Fusebox. Get the official b

RE: MS Access JOIN Error

2001-05-09 Thread Garza, Jeff
No, Access only allows a LEFT JOIN. Try Creating the query in the Access Query builder and paste to your CMFL template. This is by far the easiest way I found to deal with Access's squirly SQL syntax... Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http

RE: [Object Oriented CFML]

2001-05-09 Thread Garza, Jeff
If I remember correctly, Neo will actually be a full set of JSP Custom tags to convert the CFML to appropriate Java syntax (which will be compiled to a servlet class file). It's pretty much the same as using the Jrun custom tags like <%jrun:sql%>. This will be some really cool technology as you

RE: Uploading a file

2001-05-09 Thread Craig Dudley
you are missing the accept paramater, This could very well be your problem, I think the mime type for Word docs is "application/ms-word" -Original Message- From: Nick Betts [mailto:[EMAIL PROTECTED]] Sent: 08 May 2001 17:41 To: CF-Talk Subject: Uploading a file Hi, I am trying to u

RE: test

2001-05-09 Thread Thomas Chiverton
Sorted now. Thanks to those who replied. ~~ 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/ Unsubscribe: http://www.h

  1   2   >