your CFIDE should be at the web root, like :
wwwroot/CFIDE (or in URL www.somesite.com/CFIDE)
even if your app is located at :
wwwroot/circuit/cftreeapp.cfm (or in URL
www.somesite.com/circuit/cftreeapp.cfm)
HTH
-ken
- Original Message -
From: Brian P. Doyle <[EMAIL PROTECTED]>
To:
This is a multi-part message in MIME format.
--51B67F3A3E69227BB5414112
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mail0.bna.bellsouth.net id
WAA06893
PS. I've messed up my signature
This is a multi-part message in MIME format.
--93F79355261CF38FE03EE6E7
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854";
x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit
Eric, I think you need the MAXLENGTH parameter on the PROCPARAMS that are Varchar.
Hop
At 04:27 PM 7/14/2000 -0700, you wrote:
>Watch out when using cfmail on solaris (and more than likely linux as
>well) when sending via a qmail SMTP server. I recently found that the
>messages wouldn't go out because of bare linefeeds. CF would return the
>messages to the coldfusion/mail/undelivr f
Watch out when using cfmail on solaris (and more than likely linux as
well) when sending via a qmail SMTP server. I recently found that the
messages wouldn't go out because of bare linefeeds. CF would return the
messages to the coldfusion/mail/undelivr folder. The workaround was to
save the entire
This is a multi-part message in MIME format.
--=_NextPart_000_020D_01BFEDCB.FCC0C8E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
First, have them choose a password when they first come in. When they =
return, ask them for their e-mail a
Better pricing than CFXhosting.com
-- Original Message --
From: "Jason Egan" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Mon, 10 Jul 2000 22:17:02 -0600
>We're thinking of starting a CF Developer hosting solution - do any of you
have some ideas
[EMAIL PROTECTED] skrev:
>I need to set up my own mail transfer agent (MTA) to accept outbound mail
>from CF, as the local infrastructure only supports authenticated SMTP. My
>traffic level is relatively low, hundreds of message per day max. I would
>put it on a dedicated box, and want to config
Hello Everyone,
I am building a site where a customer can configure a new computer and then
place the order. I have it up to the point where they type in their
information (shipping address, billing address, credit card info), and this
will all be stored in a database. HOwever, I thought this p
page 724 in the book you have.
--
James Smith
[EMAIL PROTECTED]
When God created France he found it so perfect that to comfort those who
couldn't live there, he created the French.
- Original Message -
From: "Jamie Symonds" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, Jul
- Original Message -
From: "Rey Bango" <[EMAIL PROTECTED]>
Sent: Friday, July 14, 2000 4:03 PM
>
> The error your getting is because of a messed up Verity collection
that gets
> created during the install of Forums 2.06. Its actually an error
that's been
> around for sometime and hasn't b
Anyone have any idea of how to set-up a daily currency conversion rate feed
so that prices on a site will appear in the daily equivalent of a local
currency. Any idea where to get the feed from? Is anyone else dealing with
anything like this?
David Fried
[EMAIL PROTECTED]
-
Ron,
Thanks. That works like a charm. A bit simpler, using a GET, I end up
with something like:
Jim
-Original Message-
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, July 14, 2000 3:24 PM
Subject: RE: CFHTTP to Pull Images?
>> C
> Just installed ColdFusion Server 4.0 Pro on an NT box running IIS
> ... when I
> go to hit the page, I get an NT login box ... .html pages work fine, but
> .cfm pages are not viewable or not accessable.
>
> http://www.myinternetfriend.com/
>
> HELP!
Make sure the anonymous account IIS uses has
Whatever the primary key is in that database, you're trying to insert
a duplicate.
Tom
At 7/14/00 05:30 PM, you wrote:
>Below is an error Im getting from a transaction that I didn't write...
>and the developer is long since gone...he sort of documentmented
>his code...but not really. This is th
Below is an error Im getting from a transaction that I didn't write...
and the developer is long since gone...he sort of documentmented
his code...but not really. This is the result from a form input.
Below the result...is the transaction statement.
Below the transaction statement is a function
Zac,
Saving the image to disk was what I wanted to do anyway. How do you do
it? I tried using CFFILE, but the file just ends up containing the text
string: The requested file is not ASCII text and cannot be
rendered.
Jim
-Original Message-
From: Zachary Bedell <[EMAIL PROTECTED]>
To:
michael, we're using the bar graph applet with no problem, but we did find
that while they installed with cf server v3.0, they didn't install with 4.0
as far as we could tell and had to hunt them down on an nt machine that
still had them and then copy them to the appropriate dir on our solaris
mac
Does s.o. know off-hand how to get the file size (and file-type) of a file
in an indexed CF-Verity-collection ?
Uwe
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.ho
What's the domain?
if you do nslookup domain from a command line, it will tell you the IP
address the domain name is pointing to.
ex: nslookup www.domain.com
You could also trace to the domain name and see where the break in the chain
is. On NT from a command line,
tracert www.yourdomain.co
Well, in the results.cfm page, you could get by with just this:
SELECT UserID, Password
FROM passwords
WHERE UserID = '#Form.UserID#' AND Password = '#Form.Password#'
Welcome #Form.UserID#!
You entered an invalid username or password!
etc.
This way, you
> Can CFHTTP be used to capture images from a remote web
> server?
Something like this works for us:
-Ron
Humankind Systems, Inc.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Un
I'm not 100% sure I understand your question.
If their Session variable is a field that is different from their name, you
don't have to do anything special. Just update the database as needed. If
your SessionID IS their name, you might want to look into assigning the
Session variable a value fr
> is there a client variable i can use to get the following information and
> store it in a database
>
> client host
#cgi.remote_host# or #cgi.remote_addr#
> client browser type
#cgi.http_user_agent#
> client screen resolution
imho, available via client-side JavaScript
stas@
---
> What does it mean by OCCLUDE and CF_TagName Construct???
>
> "Warning","TID=355","07/13/00","08:17:10","In a CF_TagName construct
custom
> tag file 'C:\CFUSION\CustomTags\K_Tags\BrowserCheck.cfm' will occlude
custom
> tag file 'C:\CFUSION\CustomTags\R_Tags\BrowserCheck.cfm'."
CF finds custom ta
or use cfmodule instead
-Original Message-
From: Max Paperno [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 1:09 PM
To: [EMAIL PROTECTED]
Cc: Randy Adkins
Subject: Re: What???
Randy,
It means that there are two custom tags found by the same name, and that the
first one, in K_Ta
At 7/14/2000 02:53 PM -0500, Gavin Myers wrote:
>is there a client variable i can use to get the following information and
>store it in a database
>
>client host
CGI.REMOTE_ADDR is the IP address
CGI.REMOTE_HOST is the host name if you have rDNS enabled on your Web server, or the
IP address if y
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_01BFEDD2.395E64A0
Content-Type: text/plain;
charset="iso-8859-1"
WHat is the domain?
--b
---
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_01BFEDD2.1590FE00
Content-Type: text/plain;
charset="iso-8859-1"
um, if the person is behind a firewall/proxy, the same host will
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
You'd be able to save the resultant image to a file, then display it
from your server; but since CF doesn't deal well (or at all for that
matter) with binary data, there'd be no way to grab the image &
display it without the intermediate file stored o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
You have two tags with the same name. Since CF searches the custom
tag directory in alphabetical order, the BrowserCheck.cfm in K_Tags
will be called, but there's no way to access the one in the R_Tags
directory. Thus the first will occlude the seco
Well..you wrote my name with the little é..
So all is forgiven
;-P
I will change the code to reflect the changes with the NOT variable,
although I think the privileges list and the department id should always be
less than say 15 elements or so,it is more efficient than what I managed.
Thanks aga
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_01BFEDD1.210CE140
Content-Type: text/plain;
charset="iso-8859-1"
Client Host IP: #CGI.REMOTE_HOST#
Client Browser Type: #CGI.HTTP
YEah!!! That's it! That's the application I was talking about!
been trying for ages to remember just where the heck I downloaded this
application from, or who sent me the link LOL!
:-)
-Gel
- Original Message -
From: Jeremy Allen <[EMAIL PROTECTED]>
> http://www.acfug.org/downloads/acfug
Randy,
It means that there are two custom tags found by the same name, and that the first
one, in K_Tags, will be used whenever a call to CF_BrowserCheck is made. Tag names
need to be unique per CFServer installation.
HTH,
-Max
At 7/13/2000 12:57 PM -0400, you wrote:
>What does it mean by
Can CFHTTP be used to capture images from a remote web server? If not, is
there anything in the tag gallery?
Thanks,
Jim
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://w
Hi list, we as a customer from a CF- ISP are using a certain .com-domain.
This domain was moving 14 days ago. Up to two days ago, everything was fine
with the connection to the domain.
And then all of a sudden the connection broke. I talked to the provider and
he is 100 %
positive that the server
is there a client variable i can use to get the following information and
store it in a database
client host
client browser type
client screen resolution
client host is the biggey, i need that on an ad campaign to make sure it
isnt the same person over and over and over again.
Any help would be
I started all this. My apologies, Angél
best, paul
PS> ROFL ;-)
At 01:37 PM 7/14/00 -0400, you wrote:
>*thunks head to desk*
>
>What does that have to do wi
>
>*siigh*
>I don't even remember what I was trying to say anymore.
>0_0
>
>-Gel
>
>- Original Message -
>From: Eric D
We create application.variables from queries in application.cfm using
CFLOCK. Here's a snippet:
. . .
SELECT COUNTRY_CODE, COUNTRY_NAME
FROMCOUNTRY_MSTR
ORDER BY COUNTRY_NAME
You can get rid of about 1/2 that code, and streamline the whole thing, as a
result.
Todd Ashworth
Well... uhm... just how would you do that? :)
TIA,
Pete
--
Archives: http://www.mail-archive.com/cf-talk@houseoffu
What does it mean by OCCLUDE and CF_TagName Construct???
"Warning","TID=355","07/13/00","08:17:10","In a CF_TagName construct custom
tag file 'C:\CFUSION\CustomTags\K_Tags\BrowserCheck.cfm' will occlude custom
tag file 'C:\CFUSION\CustomTags\R_Tags\BrowserCheck.cfm'."
--
Anyone have any experience and/or better docs for the CF Java graphlets? The
Allaire docs are a little limited and I don't think anyone wrote any
articles on it. Thanks
--
Archives: http://www.mail-archive.com/cf-talk@hou
What does it mean by OCCLUDE and CF_TagName Construct???
"Warning","TID=355","07/13/00","08:17:10","In a CF_TagName construct custom
tag file 'C:\CFUSION\CustomTags\K_Tags\BrowserCheck.cfm' will occlude custom
tag file 'C:\CFUSION\CustomTags\R_Tags\BrowserCheck.cfm'."
Does anyone know if CF has any built-in modules for user or role-based
access to a website. I'm looking for some kind of login system where I can
restrict access to certain areas based on either the user or a group they
belong to. Thanks in advance for any responses.
Joseph,
We implemen
Hello,
I have an application that allows a user to log in, and once authenticated
and logged in, their accountID is pulled from the database table and is set
in a session variable. From this, I want to display a welcome message
saying something like 'Hello, [contact name], you receive a [discoun
Don't forget the custom tag directory and getting an ability to let users
create their own absolute-path includes (altough it is probably hard to
realize that). An option for the user to create their own db-connects would
be fine too.
Uwe
- Original Message -
From: "Jason Egan" <[EMAIL
Actually, the biggest difference is rather looping over the number of items
in the list, then using ListGetAt to get the element, my code loops over the
list itself. This is going to be quicker on larger lists.
Besides, if I didn't play with your code, I'd have to do real work :)>
Chris Evans
[
232 The pipe is being closed. [OS/2 and NT]
This can occur if a named pipes connection is lost during a read. Error 232
is a standard system error code which is documented in a number of popular
reference works, including the WINERROR.H file included in Microsoft Visual
C++. SQL Server was attemp
On 7/14/00, [EMAIL PROTECTED] penned:
>The SessionTimeOut and ApplicationTimeout has a 1 day before they can kill
>the variables. That's what I think where the problem is.
No, he has it set for 1 hour. I can't explain why the contents would
have still been in the cart, unless the clock on the se
I was going to add this:
And change all the references (yes I do realize I have to go through all 150
files to do this) from:
to this:
But can I add this to just one page (the application.cfm page?) so that
these variables can be changed in only one page to affect all of the pages?
So i
Hmmm... I had an email "file server" set up for a few years
where CF checked a mailbox every 15 minutes (CF Schedular, too)
and based on the Subject content returned the requested file
by email. It deleted the messages no problem. (Otherwise,
users would have received duplicate files every 15 m
What you want to do is nest a within your cell, setting
the border on the nested table to border=1.
H.
=
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=
> -Original Message-
> From: aimee abbott [SMTP:[EMAIL PROTECTED
Oh.
Right.
the NOT keyword.
I'm going to rewrite the security code on all the pages to reflect this..
...
...
...
Not..:-)
-Gel
p.s.
All jokes aside, thanks a lot for replying and giving an alternate solution.
I really don't recall why I didn't use NOT, instead of EQ 0 :-)
- Original Message
HEY!
I got an application from this great helpful person, Peter Tillbrook,
called "Security Application Demo"
*snicker*
It does a fantastic job of providing access control by users and groups,
down to specific privileges that can be tied to the functionality of the
website.
I used it on this pr
Looks like you have an extra " after SI_Descrip
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send
I think this is wrong:
>Cookies cannot be read from a different domain than where they are set.
>This is a security precaution built into the cookie specification.
Allaire's documentation for the CFCOOKIE tag says:
=
DOMAIN
Specifies the domain for which the cookie is valid and to
*thunks head to desk*
What does that have to do wi
*siigh*
I don't even remember what I was trying to say anymore.
0_0
-Gel
- Original Message -
From: Eric Dawson <[EMAIL PROTECTED]>
> I think:
> el·o·quent (l-kwnt) adj.
> 1.) Characterized by persuasive, powerful discourse
>
I have a page that includes an CFM file (the page is a standard ssi page,
not a CFM page).
When the server goes down, it throws up a really ugly error on that
otherwise functional page.
Obviously, if the CF server is down, you can't use CF to catch the error.
What would be a good way to catch
If this is the exact code then you have a double quote in the column list
that shouldn't be there
>
>
> Insert Into selfinspection
> (si_report,
> si_dt,
> SI_Ops_Coord,
> SI_tm,
> si_Pavement_Lip_gt_3in,
> SI_Hole_gt_5in_diam_3in_deep,
> As far as I know, you can't assign a border for
> individual 's.
You can do this with Style attributes, but it's very long winded...
You could of course apply it as a style sheet, and use as often as you want.
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the
Greetings All,
Has anyone experienced URL parameters being dropped when passing them from a
non-secured to a secured page?
Any info would be great.
Thanks.
-David
--
Archives: http://www.mail-archive.com/cf-talk@house
| Check out "The Guide to Cold Fusion Login Systems" at
| http://www.cftutorials.com/
Just a little picky thing I didn't like with their example:
I wouldn't write the code in such a way that it tells the user exactly
what's wrong. No sense in giving someone who's trying to sneak in any extra
he
Has anyone here used Ben's dhtmlmenu tag? I am curious to see how well it
can be implemented.
George Loch
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusio
You might get the result you want using CSS. Take a look at
http://www.hwg.org/ and see if the table on the left is close. If so, you
can open the style sheet and see how it's done. I've used it with modest
success. The point is, the site works almost as well in NS as it does in
IE.
Regards,
John
Hello George,
It sounds to me like your 'instructor' just doesn't know CF and is
biased toward what he does know.
ASP has one advantage over Cold Fusion: price. Otherwise,
1) Your developers will need to write 3 to 5 lines of ASP code for every
line that CF needs to perform the same task.
2) A
At 10:51 14/07/00 -0400 [EMAIL PROTECTED] said
>I need to set up my own mail transfer agent (MTA) to accept outbound mail
>from CF, as the local infrastructure only supports authenticated SMTP. My
>traffic level is relatively low, hundreds of message per day max. I would
>put it on a dedicat
> Okay then, let's take this one step further
>
> If my DB has 2 table (many to one), such as product--- product ID.
>
> Can anyone think of a way to create a view that will show the
> option row for a given productid as a single delimited list?
Not in SQL in one Query - I now understand what
news.fuseware.com has every message posted since 8/10/99, when the mirrored
newsgroup was started. I am making great progress on an application to put
these on the web.
Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com
-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTE
I have a cfmail question. Im building a site for alphanumeric paging and
ive come across a problem. Our pagers accept 260 characters. Id like to
make it so that anything after 260 characters is sent in a seperate email so
that there is no real character limit to paging. Is this possible, and h
it did not work, and with " " it did not work either, what is happening is
the on the form page it is only outputting one word in each field. thanks
-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 12, 2000 8:37 PM
To: [EMAIL PROTECTED]
Subject: R
Is there a way to nest forms?
Ex.
I know I can to this programmaticly with CF by looking at values, was hoping
for a faster way.
TIA
Gary McNeel, Jr.
Project Manager - DAC-Net, Research & Graduate Studies
Rice University - Houston
[Lovett Hall] 713-348-6266 (Prim
Kelly,
How about the double quote?
SI_Descrip")
Dan OKeefe
-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 10:23 AM
To: '[EMAIL PROTECTED]'
Subject: HELP CF Insert Problem
Ok I have a CF Insert statement (its a long one) and then below t
Sure enough, DOH! :)
---
Kelly Matthews
Internet Development Coordinator
AAAE
703.578.2509
[EMAIL PROTECTED]
http://www.airportnet.org
---
> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sen
> I am trying to allow the end user to open CFOUTPUT in excel.
> It seems to be working OK to a point.
>
> When the download file dialog box pops up it wants to download
> the cfm file itself. Naturally the cfm file is opening in my
> ColdFusion studio application.
>
> I was under the impression t
Hmmn
>with ') Values ('AM', '{ts '2000-07-14 11:27:12'}', 'KM', '7:00', '', '',
>'', '', '', '', '', '', '' is too long. Maximum length is 128.
that line looks a bit suspicious. The date you are using has single quotes
twice which i think is causing a syntax error.
The "is to long. maximum l
Hi Michael,
I have alot to say about this. I too am using Post.Office 3.5x (isn't that
what you use?) and have run into this same problem. I have a mailing list
that I keep an archive for. I used a Post.Office account to just "collect"
the messages just like you. By the time I got around to d
Hi all,
We're having a strange problem that "seems" to be intermittent. When we are
in non-SSL mode, URL variables pass fine. But when a page is in SSL mode
sets up a link for a page with URL parameters, when you click on that link,
the URL parameters are NOT available to the resulting page.
On
> Ok I have a CF Insert statement (its a long one) and then below
> the statement I will paste the error i am getting. Its appearing
> that there is a size limit on the CF Insert statement? Is this
> true? All of my inserts except the first few are just 1 character.
No, your problem is that you'v
I'm having a real hard time trying to logically figure this out. Here's
what I have:
SELECT *
FROM Processes, Materials, code_material
WHERE code_material.materialid=materials.materialid AND
processes.code=code_material.code
#getprocesses.code# #getprocesses.process#
Hi,
I posted a question before about exporting to access. I am using cffile to
create a test file, and it is saved as an excel file. However, I want to
know if there is a way that I can open that file. I tried to do the whole
thing using cfcontent, but the code that I had was creating a csv fi
Will the Post.Office free download do what you want?
www.software.com
best, paul
At 10:51 AM 7/14/00 -0400, you wrote:
>I need to set up my own mail transfer agent (MTA) to accept outbound mail
>from CF, as the local infrastructure only supports authenticated SMTP. My
>traffic level is relativ
ROFL
>you want your CFLOCK to be as short and quick as possible.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/c
|-Original Message-
|From: Nille af Ekenstam [mailto:[EMAIL PROTECTED]]
|Sent: 14 July 2000 15:17
|To: [EMAIL PROTECTED]
|Subject: ADO
|
|
|Since I'm having troubles (or rather; cf is having trouble
|with) ODBC
Hi Nille,
Have you tried OLEDB with MSSQL7?
We find it much more stable.
> Ok I have a CF Insert statement (its a long one) and then below the
> statement I will paste the error i am getting.
> Its appearing that there is a size limit ont he CF Insert statement? Is
> this true? All of my inserts except the first
> few are just 1 character.
>
>
> Insert
My base64 comes in Subject of the messages which I'm picking with ,
and I've tried this ToString(ToBinary(..)) first, but with no result. And as
RFC says this string IS base64 due to ?B? sign in Subject.
Any ideas?
TIA
stas@
> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTE
>I need to set up my own mail transfer agent (MTA) to accept outbound mail
>from CF, as the local infrastructure only supports authenticated SMTP. My
>traffic level is relatively low, hundreds of message per day max. I would
>put it on a dedicated box, and want to configure it to only accept ma
post.office from www.software.com has a 10 user which works great for
outbound relay and it is free. - Steve
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 10:52 AM
To: [EMAIL PROTECTED]
Subject: OT: mail transfer agents
I need to set
There is also inFusion Mail Server. iMS is the only mail server that uses
ColdFusion templates for mail processing which means that the server is
completely customizable if you can code in CFML. iMS supports unlimited
users, domains, aliases, etc. It also supports RBL and Authenticated SMTP
(bo
I'm assuming you were expecting your shopping cart to be gone after an hour?
Any session variables are destroyed after an hour, but your CFID is set in a
cookie. If your shopping cart was in session variables it would be gone,
but I'm assuming you wrote it to a database with an ID of 71, and so i
At 04:09 PM 7/13/2000 -0700, Gregory Harris wrote:
>Hello everyone, I was trying to build a table cell with it's own
>border (apart from the rest of the table) in Netscape 4. I tried BORDER=1> and that didn't work, I tried a style sheet and that didn't work
>either, does anyone know how to do
Hello Peter,
http://www.acfug.org/downloads/acfug062399.zip, Check out this link
at the Atlanta ColdFusion Usergroup. There are meetings there every month
and one month security was covered and there was some demo code there.
Check it out this is just what you were asking for. If you want
I am trying to allow the end user to open CFOUTPUT in excel. It seems to be
working OK to a point.
When the download file dialog box pops up it wants to download the cfm file
itself. Naturally the cfm file is opening in my ColdFusion studio
application.
I was under the impression that I could us
Thanks to Chris and Dick... extremely helpful comments!
-Mensaje original-
De: Chris Montgomery <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: viernes 14 de julio de 2000 7:53
Asunto: RE: Categories tree
>Francisco,
>
>There is an article on recursion at the De
Hi Everyone,
I am wondering if anyone can comment on the Linux version of ColdFusion. I
am particularly wondering about the stability of ColdFusion on that
platform. I'd especially like to hear from anyone who's moved away from
Windows NT running CF or is running both versions.
I have been tol
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_01BFEDA8.98586D30
Content-Type: text/plain;
charset="iso-8859-1"
Check out "The Guide to Cold Fusion Login Systems" at
http://www.
I've had this problem before with both the CFTree and CFGrid. It happened
when I moved my site to a Win2K server. The problem was in how my IIS was
setup to recognize the default server. Apparently, one of those settings
let's CF know where to find the directory where those things are stored.
F
> It *will* just "be there".
Let's pretend I didn't say that.
It'll be there in SQL Server but not in CF, just like Dave said.
Nick
**
Information in this email is confidential and may be privileged.
It is intended for the a
Ok I have a CF Insert statement (its a long one) and then below the
statement I will paste the error i am getting.
Its appearing that there is a size limit ont he CF Insert statement? Is this
true? All of my inserts except the first
few are just 1 character.
Insert Into selfinspe
> > Try to use the List functions, or extend the CFIf to be;
> >
> > which is faster than the List functions
>
> This would only work if the item were not the first or last element in the
> list.
>
> Either you would have to use a reg expression or ListFind(list, string [,
> delimiter]) to search
1 - 100 of 186 matches
Mail list logo