This is a multi-part message in MIME format.
--=_NextPart_000_0033_01C0FA76.538B58E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
Wondering if anyone out there had a similar experience with a wonderful =
process called 'ntConsoleJava
Is there any way to cache the result set returned by a stored proced in SQL
Server 2000, CF 5
TIA
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archi
Interesting. My opinion on the matter is don't fix something that isn't
broken. Your first query, where you name the columns, is actually better
anyway.
SELECT * should be avoided whenever possible.
---mark
Mark Warrick - Fusioneers.com
Personal Email: [E
Set up all of your fields ahead of time with defaults like so:
That way ColdFusion has a value for that field even though it is null.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 3:45 PM
To: CF-Talk
Subject: Re: How to set up jump
Does anybody have any solutions to the following problem that I am having:
I have a verity collection that pulls data out of a database.
I have one column in the database database that consists of a list of
keywords, i.e. (dead trees,Meta Lake,Meta Lake Mt. St.
Helens,mountain,Mountains,Mt. St
Thanks. When I used double hashes, the form worked ok. However, when I
clicked on the jump my computer, instead of going to the target spot, read
the code from the very beginning of the form and coming across empty field
values (because, after all, I'm still making the form and I haven't filled
So this is looking less like a CF 5 general issue with CFMAIL and more like
one specifically with my setup. I'm going to look through all the code that
sends mail and the error logs. I know there's a problem, now I get to define
the why of it. :)
Oh, this message was sent with CFMAIL (or resent as
If you are looking for a great CF/NT Host look at ATSWEBNET
(www.atswebnet.com)
They have a very affordable solution, reliable up times, and good support.
The support is only by email, but has always been answered within a couple
of hours.
Tell them www.coldfusionjobs.com sent you.
Nathan West
the 4,000-5,000 are different; they're user accounts. there are many more
users than that, but that is the average daily volume range. the
50,000-100,000 batch mailings are all the same - subscribers to a list.
if you want to talk about mail and CF...i can go on for hours.
www.planetaccess.com ha
This one is for the archives. I have not found a way to make thumbnail
images from Quark/Illustrator/Freehand documents but i have stumbled upon
some very nifty image processors:
http://www.handmade.com/
http://www.imagepump.com/
http://www.rastermaster.com/
At 05:23 PM 6/19/2001 -0400, Bil
This was recently covered, if you check the Archives (see URL below) you can
search on it. There is a Registry change you need to make to fix this.
I believe (correct me if I'm wrong here) that Mr. Watts was the one to cover
the fix.
Steven Semrau
SRA International, Inc.
Senior Member, Professi
When the RDS Service is disabled, the CF Executive service still tries to
start it. Is there anyway to keep the Executive from trying to start the
RDS Service.
It tries to start it every 2 seconds and this quickly fills up the log file.
--
Nick McClure
TransDigital Solutions
Sorry, I meant to say Component Checker indicates I'm currently
running MDAC Version 2.6...
Gene
On 20 Jun 2001, at 13:59, [EMAIL PROTECTED] wrote:
> I've discovered the CFQUERY actually works fine if the SQL is like
> this:
>
> SELECT field1, field2
> FROM Table
>
> (with or without the s
Same ones or different? What I've been seeing is that a piece of mail will
get 'stuck' and locked. It will not get sent, it will not get moved and it
will not get deleted. This message will stop all other messages from being
sent. To make matters worse, when CF wants to 'move' it to the undelivere
I sent this post yesterday and did not receive any kind of response, so I
wanted to try once more. Excuse me if it is too simple, but I am puzzled on
it.
I have a file that has the code in it for a table.
Is there a way that I can break out this table code into say q query or
something that can
The simplest way to prevent proxies from caching your pages is to appened a
random number the end of each query string (URL) in the website.
---mark
Mark Warrick - Fusioneers.com
Personal Email: [EMAIL PROTECTED]
Business Email: [EMAIL PROTECTED]
Phone: 714-5
Michael;
I send about 4,000-5,000 emails daily with CFMAIL on CF5.0 and I don't see
that. Every few weeks I send 50,000-100,000 in one batch. I haven't actually
done that in a month or so, so I don't know how that will run on CF5.0. When
I do, I'll let you know if anything anomalous happens.
--D
There is a quip on www.allaire.com that the dbtype attribute for
CFQUERYPARAM shouldn't be there. It's not a valid attribute for that tag.
See
http://www.allaire.com/documents/cf50/cf5_update.htm
HTH,
Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http:
I'm probably the 345th person to answer this, but when using pounds within a
CFOUTPUT block you have to escape the pound sign...
To get # to print out use ##
HTH,
Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http://www.spectrumastro.com
-Origina
Check out www.220solutions.com
-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 10:13 AM
To: CF-Talk
Subject: Re: Desperate for Hosting
Why not Cihost? (http://www.cihost.com)
Checkout NT Shared Specials (!)
1gb storage, 20gb bandwidth, 20
> -Original Message-
> From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 3:59 PM
> To: CF-Talk
> Subject: IsNumeric weirdness - can someone explain this?
>
>
> Here's the test code:
>
> -
>
>
> #IsNumeric('3D
Escape the hash - displayform.cfm##continue
- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 9:43 AM
Subject: How to set up jumps within a CF form?
> Hi,
>
> I'd like to enable the user of a form I'm creating to be able to
> 1) were you able to create, maintain and search verity collections based
on
> database info, where the info is in a double byte
if by double byte you mean unicode, then according to verity, the newer
stuff in cf5 *might* work as they say they're using unicode. our shop
hasn't used verity for d
I've discovered the CFQUERY actually works fine if the SQL is like
this:
SELECT field1, field2
FROM Table
(with or without the semi-colon)
but it fails on:
SELECT *
FROM Table
Could this be an MDAC version issue? When I installed Ent Mgr, it
apparently installed MDAC 6, according to th
>>You've got a semi-colon at the end of your SQL statement. Although this
>>would work fine in the SQL Query tool, within a CFQUERY it will not.
I don't think this is true - you can legally use semi colons in a cfquery
providing you are using ODBC 2 as this supports the use of multiple SQL
state
Hi,
I'd like to enable the user of a form I'm creating to be able to jump from one section
to the other. However, the HTML code for such a jump contains the character '#' (as
in ) which the CF server tries to interpret,
resulting in an error message (I guess it's what would be called a 'reser
I've narrowed this issue down a bit...
Seems the query works fine if it reads:
SELECT field1, field2, etc
FROM Table
but it throws an error with
SELECT *
FROM Table
Running MSDE (SQL Server 7) and CF 4.0.1. Why would the
asterisk throw an error?
Gene Kraybill
On 20 Jun 2001, at 10:34, [EMAI
Hi,
I'm building an form allowing users to apply for insurance to cover money stored in
business premises. Each applicant may have more than one premises, and each premises
may have more than one safe. Because of this, I've built separate tables to store the
data on each customer, premises a
Mike
You can use CSS classes to achieve this...
A.LightLink {
color : white;
}
A.DarkLink {
color: black;
}
A.LightLink:Hover {
color : yellow;
}
A.DarkLink:Hover {
color : red;
}
Then specify the class of the link...
that
And depending on what class you s
Hamid,
Open up the /cfide/administrator/filedialog/index.cfm file. This will show
you exactly how you can create an applet "tree" similar to the windows
explorer.
Of course, you'll need the decrypter.
---mark
Mark Warrick - Fusioneers.com
Personal Email: [
You've got a semi-colon at the end of your SQL statement. Although this
would work fine in the SQL Query tool, within a CFQUERY it will not.
Also, you don't need to specify the entire object path to the table, just
the tablename itself. This has nothing to do with the error you got; it's
just
Hi guys,
Do you know about some good books on ER Diagrams...
Thanks a lot,
Rick
~~
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@house
Questions for people using double byte languages:
1) were you able to create, maintain and search verity collections based on
database info, where the info is in a double byte
2) can the
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, June 17, 2001 3:58 PM
Subject: Re: OT: Coldfusion vs. ASP
>
At 10:22 AM 6/20/01, you wrote:
I can second (or third) media3... We've been with them for about 4 years
now, have 4 colo machines, and are very happy with their service.
>I unfortunately have to agree about CIHost. Their prices are pretty
>good but I had my site hosted there for a couple of y
> That's really interesting. I can't see the Japanese text but I'm assuming
> this is because I don't have the appropriate font installed?
probably though it seemed the w2k boxes in my shop read
that page as is. as you can see, the workarounds can be as
simple as a tiny bit of js clientside. tho
Note - this was written in 1280 x 1024 maximized. This will probably not
look too great on smaller resolutions. I suggest copying this to notepad
and turning wordwrap off to view properly...
Iif can reduce the amount of code you need to write.
For example:
Vs
Keep in
Because client side processing occurs AFTER the page loads, you would likely
need to store these values as a session variable.
Why not use instead? Only 5% of
the people run Netscape, so it'll probably take six or seven months before
anyone is effected by this =)
-Original Message-
Fro
Suppose I have two links on a page, one link is white on a dark
background and one is black on a light background. Is there any way to
get each to "hover" (i.e. CSS hover) a different color or is the hover
property global to the entire page?
-mike
~
Just checking. Its been a few days and no mail. : (
Art
"Never put your finger where you wouldn't put your nose."
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: h
I'm having difficulty getting a test template to work after setting up MSDE
and Enterprise Manager on a dev laptop. I'm a newcomer to SQL Server, so
it may be something obvious...
I get this error:
-
CMemoryException: unknown cause
PCodeRuntimeContextImp::executeSQLTagC
Hello All,
I would like to know if anyone could recommend an application to send 30,000
weekly newsletters to our clients. We are looking for a program that is
able to detect duplicate emails, validate email addresses and keep track of
the undeliverable emails. My company does not want to s
I unfortunately have to agree about CIHost. Their prices are pretty
good but I had my site hosted there for a couple of years before I
moved. It goes down constantly and there was a time (pre-ColdFusion
conversion when my site was on Unix) that my site was down completely
for 6 weeks. I finally
The only advantage would be if you, as a coder, prefer the IIF() format over
the ... format. Where performance is an issue, stay away from
the use of ColdFusion's dynamic functions such as IIF() as performance will
definitely suffer.
Gary Groomer
- Original Message -
From: "Cameron" <[E
Cameron, it's well known that IIF is much slower. As far as I know, the
only real advantage to using it is that it's useful in some cases because
you can write less code, which can be easier to read. And it is useful if
you actually need to return some evaluated expression.
Avi
At 11:02 AM 6/
This is a test. Please ignore.
---
Hubert Earl
ICQ#: 16199853
My Jamaican Art, Craft & More Online Store:
http://www.angelfire.com/ny/hearl/link_page_for_go_jamaica.html
Check out the art print bargains available! Beautiful prints as low as US$7.50 each,
less if you purchase 2 or more.
~~
I've got a couple of small sites on there. Yes, Robert responds very
quickly and is always very helpful! Up time has been fine to date.
Dave
- Original Message -
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 10:46 AM
Subj
This will work, just make sure that you insert the record into
tblAppointment_2 before updating the tblAppointment_1 to
avoid a constraint violation.
One thing to consider is the type of relationship between the two tables.
The way you are setting it up now is each tblAppointment_1 record
can be
I use atswebnet and I am very happy with their service.
-- Original Message --
From: "Michael Lugassy" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 20 Jun 2001 16:46:14 +0200
Someone tried atswebnet?
Robert, the webmaster and support person s
By default ColdFusion processes the mail in the queue every sixty seconds,
and sends 100 emails. You can reduce this to 15 seconds in the
Administrator. If it's in the queue, it should go out. If it's in
Undelivered, you can cut/paste them back into the queue, or do it
programatically, and they
ORA-00604: error occurred at recursive SQL level num
Cause: An error occurred while processing a recursive SQL statement. A
recursive SQL statement is one that applies to internal dictionary tables.
Action: If the situation described in the next message on the stack can be
corrected, do so; oth
Someone tried atswebnet?
Robert, the webmaster and support person seems very nice and proffesional.
Thanks,
Michael Lugassy
IT/WEB Specialist
Interactive Music Ltd.
I don't live in fantasy; I just work there...
http://www.imvamp.com
[EMAIL PROTECTED]
~~
Looping over collections inside CFSCRIPT doesn't work. This might be what he
was referring to. One of the major pet peeves we had.
I'm going to check on that attribute order switch. They said that they were
moving it back to the original for the full release.
> I'm not running 5.0, but Dain Ande
I'm not running 5.0, but Dain Anderson pointed out to me that the order of the
arguments to CreateObject has changed.
Beta 3:
objWord = CreateObject("COM", "Word.Application", "Local");
RC1:
objWord = CreateObject("COM", "Local", "Word.Application");
It also may be that looping over collection
> I can see the Chinese with my NJ Star Chinese viewer except the second
character under the column SQL LEFT 5 and CF
> LEFT 5 becomes ?? mark. It might be because my viewer doesn't work well,
but give you an feedback.
thanks. yeah thats supposed to happen. both LEFT in cf & substring in sql
ser
OK, I've got 2 other things that have popped up that may be CF 5 or not. I'd
like to know of anyone else has seen them.
1. 65,000+ 0 byte files were in the undelivr directory
2. a 3k file with nothing but spaces was in the spool. This file caused all
mail to just hang.
I'm routing about 2000 mess
Macromedia is proud to announce that all editions of ColdFusion Server 5 on
all supported platforms have been released to manufacturing and are
available immediately for evaluation and purchase.
Evaluation versions of ColdFusion 5 are available for Windows, Linux,
Solaris, and HP-UX. Experience
Hello people,
I am currently looking for some good ideas for sending information from one
server to another securely from cfscheduler. Someone mentioned cfhttp but I didn't
think I was able to send things across servers via this method. I am open to any
suggestions.
Thanks.
How does using a multiprocessor web server affect the number of concurrent
threads that can run in CF? For example, other things being equal, can a
quad processor server handle four times as many threads as a single
processor server? Or is the number of threads tied into the operating
system? (We'
I'm having a weird problem with my site and local ISP:
I update pages frequently on our www.imvamp.com page, but somehow
new pages are not retrieved immediatly by our local users who use ISP1!!
ISP2 local users and all other people from abroad can view the new pages just fine.
ISP1 takes some tim
Hi All,
I want to make Files Explorer showing me directories
and files of a specified directory. I don't know if it
is available for coldfusion to offer Full-Directory
structure with all sub-directories.
any suggestions,
Hamid Hossain
~~
Structure
Hi All.
I've been battling with a problem on with IE5.0 on the Mac for the past few
hours and wonder if anyone has
a) Had a similar experience
b) Knows of a solution.
My script does the following.
1. It turns session management on:
2. It checks for the existance of a cookie, called visitorI
Jaime,
Are you using stored procedures? See
http://www.allaire.com/Handlers/index.cfm?ID=18372&Method=Full
-David
===
Jaime Hoi will have written:
did anyone encounter this error in CF before?
Oracle Error Code = 604
ORA-00604: error o
I know this vague, but has anyone experienced any odd problems with CF5.0
and COM objects?
--Dylan
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archi
Here's a method from David Flanagan's JavaScript: The Definitive Guide, 3rd
Edition, Example 16-2, Performing Form Validation,
http://examples.oreilly.com/jscript3/text/16-2.txt
-David
"Brian Hogue" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Did you get CrystalTech's email?
It's early in the morning here and I am still at home, I will check my email
as soon as I will arrive at the office.
> I wish Pat Stangler and ChicagoWebs the best. Why don't they me
When I attempt to use cfqueryparam in CF5.0 I get a compile error that the
attribute dbname is not an
allowable attribute for that tag. Since the VTOM uses it and it is in fact a
required attribute I wondered if anyone has had this problem?
TIA
Don
~~
If any of you are planning going with the new TDL's (.biz, .info, .pro,
..name) don't pre-register. Pre registration does not guarantee that you'll
get the name, and rip off companies like www.newdomainfactory.com spell out
that first, they don't guarantee that if you pre-register with them, you'
hi
did anyone encounter this error in CF before?
Oracle Error Code = 604
ORA-00604: error occurred at recursive SQL level 1
ORA-01000: maximum open cursors exceeded
i did not use any cursor in my CF file, but why do i get this error?
Any help wil
You are populating GradesForPDF in a query loop, so CurrentRow is available.
But are you filling in the FDF in a loop? Can't tell from your code snippet,
but you should be doing something like this:
/FDF << /Fields [ << /V (#GradesForPDF[i][1]#)/T (Grade)>> << /V
(#LASTNAME#)/T (NAME)>>
<< /V
No problem here with scheduling after installing CF 5 pro subscription
upgrade.
- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 8:31 AM
Subject: CF 5 scheduling
>
> Has anyone had any problems with the sche
The CFX_Excel is in the tag gallery and allows you to populate an Excel
template stored on your server with information from a SELECT statement.
The Excel template is then downloaded to the clients computer and can be
saved or opened in Excel.
Jim
- Original Message -
From: "Paul Smith" <
I use http://www.media3.net/ and I find them excellent.
At 02:06 AM 6/20/2001 +0100, you wrote:
>Dear Heidi:
>
>IF YOU or MICHAEL LUGASSY or ANYONE ELSE ON THIS LIST are customers of
>CIHOST, be afraid, be VERY afraid.
>
>Maybe you've seen CIHOST listed on a "Top Hosting Lists" website? If so,
IIF is much slower than a standard CFIF. 'nuff said.
Ok, after a bit of testing... can anyone tell me what the advantage of IIF
over if ( or if () {}), else ( or else {}).
I tested a simple block of code using IIF and & IIF
ran twice as slow...
I can't see any major advantage by using it... y
I currently am set up on mail.server1.com
I would like any emails that I send out to appear ss being sent from
mail.server2.com
How do I make my email messaage in the tools, options area to show
mail.server2..com instead of mail.server1.com?
Any quick help on this would be greatly appreciated
L
Hi,
This is something I'll take up with my hosters tomorrow morning, but it
brought up another question that cf-talk will probably know better.
Several emails generated from today weren't sent, for some reason -
either they have failed, or they're in the queue. It's been an hour or more
since
I have a file that has the code in it for a table.
Is there a way that I can break out this table code into say q query or
something that can be used? I only want parts of the table code.
For instance:
Header
Code1
Code2
I wan to be able to extract only the Code 2 cells of ea
Chad,
You can use ImageRobot from JASC which will read .AI and .EPS files (as well
as a zillion others) and output a number of different graphic formats. You
can control image size on the fly. I doubt you will find anything that will
parse a Quark or Freehand native document.
--Bill
-Origin
-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 11:58 AM
To: CF-Talk
Subject: Thumbnail creation from Quark/Illustrator/Freehand
Has anyone see an application that can create a thumbnail from
Quark/Illustrator/Freehand documents?
I have an app
on 6/18/01 11:58 PM, Kay Smoljak at [EMAIL PROTECTED] wrote:
> I'd be really interested in finding out about these workarounds... are there
> any online resources? Anything to keep me away from ASP!
One of the work arounds that I have used is to use the URLEncodedFormat()
around the unicode char
I have set in the CF administrator to timeout request over 120 seconds.
However, in my logs i see
"Warning","TID=482","06/19/01","11:13:10","Template:
d:\Inetpub\wwwroot\channel_products.htm, Ran: 335 seconds."
Why is this??
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubs
Hi,
Would anyone know if it's possible using CF to run another application
(UltraEdit-32) within a browser window?
Am I making sense?
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinf
Here's the test code:
-
#IsNumeric('3D1')#
#myvariable#
#IsNumeric(myvariable)#
This returns:
Yes
3D1
Yes
-
WTF?!? Shouldn't I be seeing No, 3D1, No? Is it evaluating "3D1" as a
Hello people,
I am currently looking for some good ideas for sending information from one
server to another securely from cfscheduler. Someone mentioned cfhttp but I didn't
think I was able to send things across servers via this method. If there is any good
suggestions, I would love to hea
-- Original Message --
From: Nick McClure <[EMAIL PROTECTED]>
>When the RDS Service is disabled, the CF Executive service still tries to
>start it. Is there anyway to keep the Executive from trying to start the
>RDS Service.
>
>It tries to start it every 2
Glad to see CrystalTech upgraded (I host an important site there and I am
very happy about the service).
Anyway, www.chicagowebs.com already had CF 5 since a few weeks even if it's
not stated on their website, their are a newcomer with CF, but have a great
reputation on NT hosting
Massimo
"Br
The above call returns the OUT variable (request.appname) padded with
nulls when I use an OLEDB datasource. When I use ODBC the nulls are
stripped. DB = SQL Server 2000.
It's easy enough to call a UDF to strip them but I was wondering if there
is a setting somewhere that can do th
Please tell me that it is not so. Please :-0. Anyone else having problems
with CF5 scheduling?
Scheduling is not some thing I can have run most of the time.
Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770
---
Did you import the old keys from the registry? You may have over-written the
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Schedule\Scrip
t key. This is the script to be run for a scheduled event.
> I've had trouble with 5 and schedule routines too. I can run 'em fine
> manually,
I've had trouble with 5 and schedule routines too. I can run 'em fine
manually, but when the time comes for the server to run 'em, the
time just comes ... and goes. Nothing.
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sideb
When the RDS Service is disabled, the CF Executive service still tries to
start it. Is there anyway to keep the Executive from trying to start the
RDS Service.
It tries to start it every 2 seconds and this quickly fills up the log file.
--
Nick McClure
TransDigital Solutions
I'm trying to synchronize about 14,000 directories and over 500,000 files between two
server.
10% of the files are changed daily, the rest are changed each 2, 3 or 5 days.
anyone know a good program that does this?
~~
Structure your ColdFusion co
George,
Here's the basic idea in a nutshell that we've used successfully.
--- You need a real working version of Adobe Acrobat (not necessarily on
the server, just on your desktop where you're working).
Instead of creating the usual pdf file. create that file as what THEY
call a 'form'..
Hi,
I want draw some data from database with CF, and then put the data to PDF file, is
this possible?
If anyone can help me, I will very appreciate.
thanks.
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fu
Have you installed anything recently? Some older versions of MDAC will
cause the CF server to go haywire. This turned out to be the problem on our
machine. After installing the latest CF update to the server, the MDAC was
modified in the process and wreaked havoc on the machine. I just downloa
the query i wrote below gives me a list of users that are assigned to an
application.
my question is, how do i get the list of 400 or so users that ARE NOT
assigned to that application to display somewhere else on the page so i
could then check a box to add them? i quess i could write a second
Hi Guys,
Can you please tell me the sites where I can find
Robust Shopping cart code in Coldfusion..
Many Thanks,
Rick
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: htt
With SOXML, you can output just like any other query, thus, you can add
style sheets.
Dave
- Original Message -
From: ibtoad <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 11:49 AM
Subject: RE: XML with ColdFusion
> I am glad you brought up this tag.
We encountered a rather bizarre situation where we were executing a shell
command from cfexecute and were getting back only a portion of the
output produced, followed by a timeout - regardless of how long we set
the timeout value. Only when we had the shell write to a file, and then
had coldfusio
Actually, yesterday I had a big spike on a development machine. It turned
out that I was calling a custom tag that did not exist. The machine must
have been searching for it and trying everything it could to find it. After
a little time the spike went down.
> As far as i know, no one has figured
As far as i know, no one has figured this out. It happens every once and a
while.
Some people say clean out the undelivered mail in the mail folder under the
cfusion directory, and reboot the machine.
At 12:00 PM 6/19/2001 -0400, you wrote:
>What would cause the CF Memory to all of a sudden
1 - 100 of 113 matches
Mail list logo