server: ntConsoleJava.e

2001-06-21 Thread Mark Terrill
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

Mail Spooling in CF5

2001-06-21 Thread river
With CF Server 4.5, the mail spool does not work perfect. Whenever a connection to the mail server is busy, messages get moved to Undelivr and get stuck there forever. Although I could run a little script that takes care of it, I was wondering if this issue was somehow solved in CF5. Does

auto downloading

2001-06-21 Thread Will Swain
Hi guys, I am writing an application that allows a user to download pdf's or word docs. They enter their membership details, and once authorised select what type of a particular document they want to download. I would like the download process to start automatically as soon as they make this

Are All Posting Getting Through To This List?

2001-06-21 Thread Jerre Hale
I sent a posting to this list on Monday the 18th and it still has not shown up on the list. I am sending the posting to [EMAIL PROTECTED] Is this part of the problem? Thanks, Jerre ~~ Structure your ColdFusion code with Fusebox. Get the

Test ignore

2001-06-21 Thread Perez, Bismark
just a test, have not receive anything sine yesterday morning. Bismarck Perez ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: auto downloading

2001-06-21 Thread Dylan Bromby
Try: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=FILENAME CFCONTENT TYPE=unknown FILE=FILEPATH DELETEFILE=No Of course, include the appropriate values for FILENAME (just the filename and extension, don't include path info) and FILEPATH (full path on the drive including the

encrypt credit card field?

2001-06-21 Thread Tom Davison
How would you go about securing credit card info in an access database? Is it possible? Thanks Tom ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Are All Posting Getting Through To This List?

2001-06-21 Thread Michael Dinowitz
Back posts are starting to get through and get out. There were DNS issue with the move. I sent a posting to this list on Monday the 18th and it still has not shown up on the list. I am sending the posting to [EMAIL PROTECTED] Is this part of the problem? Thanks, Jerre

HELP!! VERITY is making me pull my hair out!!

2001-06-21 Thread Larzz
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.

Re: encrypt credit card field?

2001-06-21 Thread Kay Smoljak
Tom, Have a look at our cfx_pwcardcrypt tag, http://developer.perthweb.com.au. We designed it for a client storing cc numbers for monthly subscriptions, it uses RSA public key crypto. HTH, K. On Thu, 21 Jun 2001 08:43:19 -0500, Tom Davison [EMAIL PROTECTED] wrote: How would you go about

RE: How to set up jumps within a CF form?

2001-06-21 Thread Zachary S. Bedell
Your form shouldn't be making a round trip to the server like that when you click on an anchor link. It sounds like the browser is getting confused. Make sure the spelling and case of your link with the #continue on it is EXACTLY the same as the link that gets you to the form in the first

[Re: Are All Posting Getting Through To This List?]

2001-06-21 Thread Jerre Hale
Well, I see that my posting of Monday Re: IIS authentication with Netscape LDAP has shown up today, Thursday. I hope that the turn around time improves. This is a very valuable discussion group which I am fortunate to access. ~~ Structure your

Re: encrypt credit card field?

2001-06-21 Thread Lanny R. Udey
Hi I would like to say that we just started using it (and registered it). It works great - we looked for quite awhile to find something that did everything that this tag does. Lanny Udey Hofstra University [EMAIL PROTECTED] Thursday, June 21, 2001 Tom, Have a look at our cfx_pwcardcrypt

Re: Are All Posting Getting Through To This List?]

2001-06-21 Thread Michael Dinowitz
Most, if not all of the posts from the last few days are filtering in. As this is a reply to your message, I think the turnaround is better. :) I remember when DNS was a 1 day affair, not a week of hell. Either I'm old or the net is hundreds of times bigger. Or both. :) Well, I see that my

DevCon 2001 Community Site

2001-06-21 Thread Howie Hamlin
My company will be exhibiting iMS at the upcoming Macromedia DevCon 2001 October 22-24. Since we thought it was a good idea to set up a community of both attendees and sponsors we created a DevCon Community site. This site allows you to register and get the word out that you will be attending

Mysteriously vanishing application variables

2001-06-21 Thread Stuart Miller
Hello, I have an application that seems to mysteriously lose it's application variables and then throws the 'parameter cannot be resolved' error. Shouldn't be due to timing out because the problem will pop up in the middle of a session. Anyway, there is code that checks for

Problem with radio buttons

2001-06-21 Thread hearl
Hi, I've built a form in which I've built radio buttons a number of times, each time with one of the options checked. However, only some of the buttons show the check. Below is an example of each: no check showing: TD INPUT TYPE=Radio NAME=PremNight VALUE=YesYes INPUT TYPE=Radio

CFQUERY and DEBUG

2001-06-21 Thread kraybill
How can I switch the DEBUG param of CFQUERY on or off, using a URL variable? (My hosting provider has this turned off in CF Administrator, and I'd like to be able to selectively display this info to resolve some live server issues. The query string Mode=Debug throws -- or is set to throw? --

RE: Cache sp result set

2001-06-21 Thread Garza, Jeff
Yes, but you'll have to use CFQUERY to call your SP. So that limits you to a single result set and you cannot use CFQUERYPARAM. Unless your recordset(s) are really large, you're better off using CFSTOREDPROC to call the SP. I guess in a worst case scenario, you could store the query in a

CF 5.0 Problems?

2001-06-21 Thread Kelly Matthews
I installed 5.0 and now ALL my datasources fail. Nothing has changed. Has this happened to anyone else? Kelly ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: CF 5.0 Problems?

2001-06-21 Thread Garza, Jeff
Did you by chance have the CFAS Service set to start under a user account other than system? I found that my CF upgrade installed the CF service under the system account again. Had to reset and re-start CF. HTH, Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL

Re: CF 5.0 Problems?

2001-06-21 Thread Michael Dinowitz
In CF 4.x and earlier there were datasources in the allaire section of the registry. When moving stuff over, I found that they are now stored only (or so it seems) in the odbc.ini location. You may have to move them over in the registry by hand. I'll look at my old and new reg at home for more

Mysteriously vanishing application variables

2001-06-21 Thread Stuart Miller
Hello, I have an application that seems to mysteriously lose it's application variables and then throws the 'parameter cannot be resolved' error. Shouldn't be due to timing out because the problem will pop up in the middle of a session. Anyway, there is code that checks for

making list update dynamic

2001-06-21 Thread Janine Jakim
I have made some pages that display in columns and are updatable. There are actually over 50 entries they can make which are split between several pages. To update just the page the user is editing I have hardcoded the point on the list that should be updated. Well if all stayed exactly the

RE: Mysteriously vanishing application variables

2001-06-21 Thread Sandy Clark
Since you aren't setting cookies, are you sure you are passing CFID/CFTOKEN in every URL, Form Submittal and CFLocation? Is there some specific place that it seems to lose its variables? -Original Message- From: Stuart Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 9:09

RE: Mysteriously vanishing application variables

2001-06-21 Thread Cameron Childress
You are setting app variables to timeout in one hour. A more typical setting would be measured in days. Typically the 2 day default is what i use. Try increasing the setting a little (CreateTimeSpan( 2, 0, 0, 0 )) and I think your problem will go away. -Cameron Cameron

RE: making list update dynamic

2001-06-21 Thread Mark Warrick
Can we see the database schema? Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax: 801-730-7289 Personal URL: http://www.warrick.net Business URL: http://www.fusioneers.com ICQ: 125160 /

SQL question

2001-06-21 Thread Chad Gray
Im wondering why this SQL statement would bring up results where DIM is greater then 200? I think it has something to do with the OR statement, but i dont know why. Select * from products where hidden = 1 AND DIM = 200 AND COLOR1 = 'gold' OR COLOR2 = 'gold' AND

RE: SQL question

2001-06-21 Thread Dylan Bromby
it's because of the way you've structured the query. SQL is reading it like this: WHERE hidden = 1 AND DIM = 200 AND COLOR1 = 'gold' OR COLOR2 = 'gold' AND WKSTN = 2 so your output of COLOR2=gold and WKSTN=4 is right in line with the 2nd half of the OR query. you should have: where hidden

Re: SQL question

2001-06-21 Thread Don Vawter
Because you havent forced it to alter natural precedence Try: Select * from products where hidden = 1 AND DIM = 200 AND ( COLOR1 = 'gold' OR COLOR2 = 'gold' ) AND WKSTN = 2 (I have to ASSume that is what you want) The rule I follow is: Parentheses are cheap. Use freely. - Original

RE: SQL question

2001-06-21 Thread Mark Warrick
H Try this: Select * from products where hidden = 1 AND DIM = 200 AND (COLOR1 = 'gold' OR COLOR2 = 'gold') AND WKSTN = 2 Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone:

RE: SQL question

2001-06-21 Thread Chad Gray
AH i didnt know you could use parentheses! Cool... thanks for the help! At 10:48 AM 6/21/2001 -0700, you wrote: it's because of the way you've structured the query. SQL is reading it like this: WHERE hidden = 1 AND DIM = 200 AND COLOR1 = 'gold' OR COLOR2 = 'gold' AND WKSTN = 2 so

RE: Mysteriously vanishing application variables

2001-06-21 Thread Andrew Tyrone
What could be happening is that you are setting an application variable somewhere other than your application.cfm file(s) and trying to read it in another template. If the application times out, then that application variable wouldn't exist on the execution of the said template, but all the

display problem

2001-06-21 Thread S R
htmlDIVI am trying to out put this variable and I keep getting a 'error resolving parameter ROW' error. I don't understand it. Here's my code:/DIV DIVnbsp;/DIV DIVnbsp;lt;CFSET EprEvent = EprUser.CreateEvent(CallGetRoleIDByName)gt;BRnbsp;lt;CFSET

Duplicate name conflict error message

2001-06-21 Thread hearl
Hi, I'm getting a 'Duplicate name conflict' error message. I'm unable to solve it, because the code in which it is appearing is over 1,000 lines long. Also, the error message states: The error occurred while processing an element with a general identifier of (CFINPUT), occupying document

cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Bud
On 6/21/01, Kay Smoljak penned: Tom, Have a look at our cfx_pwcardcrypt tag, http://developer.perthweb.com.au. We designed it for a client storing cc numbers for monthly subscriptions, it uses RSA public key crypto. Cool. Are there any licensing caveats? I purchased CFX_PGP a year or so ago,

Oracle Full text search

2001-06-21 Thread Kevan . Windle
Does Oracle have any full text search facility? I can't find any mention of it anywhere. ** The opinions expressed in this E-mail are those of the individual and not necessarily the company. This E-mail and

Problem with cfhttp

2001-06-21 Thread Tom Espen Pedersen
We've encountered a problem on one of our customers servers. We use cfhttp to grab a wddx packet from an outside the house server. This has worked perfectly up until tuesday 19th. The error we get is : Connection Failure we suspected this to be a bug in CF 4.5 so we upgraded the server to 4.5.1

Test

2001-06-21 Thread Michael Ross
Not getting any emails just testing to see if I get this.. ~~ 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/

CFX_GIFGD on Linux?

2001-06-21 Thread Evan Lavidor
Does anyone know if there's a CFX tag with the features of CFX_GIFGD or CFX_IMAGE that runs on CF Linux? Thanks, Evan -- -=-=-=-=-=-=-=-=-=- Evan Lavidor Circle.com Boston Tel: 617-585-3107 Fax: 617-585-3091 -=-=-=-=-=-=-=-=-=- ~~ Structure

Re: Duplicate name conflict error message

2001-06-21 Thread James Taavon
It is probably because you have two form elements with the same name. Hope that helps. [EMAIL PROTECTED] wrote: Hi, I'm getting a 'Duplicate name conflict' error message. I'm unable to solve it, because the code in which it is appearing is over 1,000 lines long. Also, the error

Basket problem

2001-06-21 Thread Michel Gagnon
Hi! I have a small problem. I have a delete button set up that deletes items in the basket. Only that if the person accidentally added the same item twice and want to remove one, it deletes both. cfset newBasket = queryNew(ID, Quantity) cfloop query=session.basket !--- Add anything that

Re: Duplicate name conflict error message

2001-06-21 Thread Michel Gagnon
Do you have a CFInserted document? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 2:30 PM Subject: Duplicate name conflict error message Hi, I'm getting a 'Duplicate name conflict' error message. I'm unable to solve it,

OT: RIM / Go.America Support Forum

2001-06-21 Thread Steve Reich
Hello developers Due to a lack of peer resources, I have started a mailing list specifically for those developing web content for the RIM 850/950 Pager and RIM 857/957 Handheld. This is primarily focused towards development on GoAmerica's Go.Web platform, but not limited to such. Topics

OT: SQL Server DTS question

2001-06-21 Thread Jeff Green
Hi all got a SQL Server DTS question for ya Im trying to DTS my DB from my dev SQL to production SQL. Im this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name'HostAdID' Is HostAdID some sort of reserved word? When I do this DTS I transfer objects not just tables. (I

Quote in query string.

2001-06-21 Thread Erika Foster
I have a query that is 'archiving' posts in my discussion forums. The problem is - if the message starts out with a ' or a then I get a syntax error when executing my insert query. How do I get around this? Thanks! Erika Foster engineering-environmental Management Applications Developer

Problem with radio buttons #2

2001-06-21 Thread hearl
Hi, A while back, I wrote to this list about a problem with checked radio buttons I'd been having, in that some were showing as checked, while others were not. In each case the code used was the same, as I'd copied and pasted it, only changing field names. I'd been advised that I probably

Re: CF-Talk-list V1 #38

2001-06-21 Thread Cameron
Hmmm, is something up with the list? Cause usually I get atleast one large (40K) digest a day, usually a few small ones too. But yesterday I had no emails, today I get digest #38 with only one message. last Tuesday (list time) I got three small digests (biggest was 6K)... Seems the list is

RE: IIF vs if,else

2001-06-21 Thread Bryan Love
it's not. I've never found a reason to use IIF over CFIF. It's only saving grace is that when you are using an IF statement to set attributes inside a TD tag (like CLASS=), IIF won't cause Studio to screw up the color scheme of your code. ;)

RE: SQL Server DTS question MORE INFO

2001-06-21 Thread Jeff Green
I removed all the triggers associated with the HostAdID field. The ExitID field stated to give the the same trouble, so I had to remove all triggers on that field as well. And it worked fine, anyone any idea why I had to remove the triggers? jeff -Original Message- From: Jeff Green

Multi Lingual websites /chinese/english/french

2001-06-21 Thread Brook Davies
A client has asked me to create a multi lingual site. I have no experience doing this. The site would be using SQL Server 7.0 and IIS4.0 CF 4.5 maybe 5.0. What do I need to look out for? What are the technical issues surrounding storing Chinese characters in a database and rendering them to

Re: CF-Talk-list V1 #38

2001-06-21 Thread Michael Dinowitz
The list is still strange because of the DNS. I have the old box still up to catch those who can't get to the new one and that sounds like where you are. Do a ping of HoF and you'll probably see 207.31.122.140 which is the old address. You should start seeing the new box any time now. Hmmm, is

RE: CF-Talk-list V1 #38

2001-06-21 Thread Ron Hornbaker
I've seen about 3 messages in the last several days. MD says DNS is to blame. (?) -Ron -Original Message- From: Cameron [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 3:56 PM To: CF-Talk Subject: Re: CF-Talk-list V1 #38 Hmmm, is something up with the list? Cause

RE: Mysteriously vanishing application variables

2001-06-21 Thread Bryan Love
You shouldn't use the STRUCTCLEAR() function because you are inadvertantly deleting application.applicationName. Application.applicationName is a variable that is ONLY created the FIRST time a CFAPPLICATION... tag is used with a unique name. In other words it's created the first time the

RE: Foreign Key Constraint

2001-06-21 Thread Bryan Love
impossible. You can set this DB schema up if you like, but you CANNOT create a legitimate foreign key - the DB enforces all foreign keys strictly at the time of the transaction. This sounds fundamental - you may want to re-evaluate your schema (perhaps put DEcisionID foreign key in the Appt_2

Re: Is it possible to break out the code in a table from a file that is read in

2001-06-21 Thread Bill Davidson
I think the easiest way to do it is to modify the file slightly so that the td for that piece of that table is different, so you can find it, like do td , which is perfectly legal, but it is different from the other td's (or use a title=key attribute or something). cfset begin_pos = find(TD ,

RE: Problem with radio buttons #2

2001-06-21 Thread Sicular, Alexander
post the code Alexander Sicular Chief Technology Architect The Neurological Institute of New York Columbia University 212.305.1318 as867 {at} columbia [dot] edu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 3:00 PM To: CF-Talk

Re: CF Navigation

2001-06-21 Thread phumes1
I'm looking for a menu navigation for a site that is similar to the windows environment. Does anyone know of some nice ones? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

double action form

2001-06-21 Thread Jay E Wigginton
I was wondering if there is a means to have a form when submitted perform two functions... I have a form that allows people to subscribe to an electronic newsletter... the form is located on my web site and the form's action statement is a URL to an outsourced company's web site... what I want to

Re: IIF vs if,else

2001-06-21 Thread Bud
On 6/20/01, Cameron penned: if () {}), else (cfelse or else {}). I tested a simple block of code using IIF and cfifcfelse/cfif IIF ran twice as slow... I can't see any major advantage by using it... yeah, it is kinda similar to i = (true?1 : 2); in javascript but it's really slow case of

CF and Excel

2001-06-21 Thread David Baskin
Hello, i've been tasked with taking data out of a SQL database and inserting it into an excel spread sheet. I went to CFComet and read through their instructions and ran their sample code, but i cannot get it to work. I get the following error: Error Diagnostic Information Error trying to create

RE: double action form

2001-06-21 Thread Mark Warrick
Use a local CFML template to process the local DB write and then CFLOCATION with all the attributes the remote server needs. ---mark Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax:

how to do a loop? ...or something.

2001-06-21 Thread Aimee Abbott
Hello everyone! I have a database of companys, names, contacts and addresses. Not all companys have contact addresses. I am setting up a form that will allow people to come and change their address. They will get to the form by entering a url with a primary key at the end of it. This

RE: double action form

2001-06-21 Thread Jay E Wigginton
duh! for some reason that never even came to mind and I use cflocation all the time... :) thanks Jay -Original Message- From: Mark Warrick [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 8:25 PM To: CF-Talk Subject: RE: double action form Use a local CFML template to process

RE: CF and Excel

2001-06-21 Thread David Shadovitz
David, You got that error because Excel is not registered on your server. Assuming that Excel is in fact installed on your server, you can register it by following the directions at http://www.cfcomet.com/cfcomet/Other/index.cfm?ArticleID=32381637-0922-41CA- BBE305C2D66A7025#2. Note that

Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Kay Smoljak
On Thu, 21 Jun 2001 14:48:37 -0400, Bud [EMAIL PROTECTED] wrote: Cool. Are there any licensing caveats? I purchased CFX_PGP a year or so ago, built some nice stuff to use it, and then find out it's 16,000 for a PGP commercial license. Hi Bud, No, the whole reason we built it was because PGP was

Re: how to do a loop? ...or something.

2001-06-21 Thread kraybill
Aimee, Here's one possible way: The form fields for the addresses, all named address, will produce a comma-delimited list with as many elements as people. That is, even if some of the address fields are blank, the form will still pass those to the action template. I assume you're also using

Re: Duplicate name conflict error message

2001-06-21 Thread Kay Smoljak
On Thu, 21 Jun 2001 13:30:42 -0400, [EMAIL PROTECTED] wrote: I'm getting a 'Duplicate name conflict' error message. I'm unable to solve it, because the code in which it is appearing is over 1,000 lines long. Also, the error message states: The error occurred while processing an element with a

Re: how to do a loop? ...or something.

2001-06-21 Thread Aimee Abbott
Gene, Thanks! Unfortunately not that simple. It doesn't pass a null value. If I have three of them and only two addresses I get a list with only two elements in it, not two and a null. My *current* idea is to put the default input type=text value=--None-- etc... for any field that does not

RE: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Peter Tilbrook
Regarding this tag - it is very good for these reasons. 1) It's fast: For the actual credit card checking, even using the full 2048 bit keys it is almost instantaneous. Generating the keys in the first place takes a while (depending on the level of encryption you require) but you

personal web server that will work with win 98 and coldfusion

2001-06-21 Thread Parra, Fernando
I am using cold fusion single server 4 with cold fusion but every time I load single server it asks me for the personal web server on my computer. I have tried several free web servers that work well for FTP, HTTTP, and ISAPI but lack things such as SSL. single server does not automatically