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">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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,
>
#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
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
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
-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
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
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
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#"
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
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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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
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
>
>
>
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
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
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
> 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,
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
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
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
> 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
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
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
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
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
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
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
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
> 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
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
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
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
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
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:
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
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.
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
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
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
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
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
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
-
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.
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
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:
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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.
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
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
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
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 *
~~
> 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.
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
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.
~~~
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.
> >
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
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!
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
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
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
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
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
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
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
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
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 - 100 of 153 matches
Mail list logo