Re: Displaying Images according to a queries output

2001-06-15 Thread Kay Smoljak
Hi Andy, Have you considered using a custom tag to automatically generate the title graphic on the fly? Our cfx_pwimageproc tag (http://developer.perthweb.com.au) lets you do this. I imagine it would be a lot easier, not to mention looking more professional. Regards, Kay. On Thu, 14 Jun 2001

RE: Reference on Cold Fusion 5

2001-06-15 Thread Ben Koshy
If you download the eval and look at the Product Documentation they have What's New in Cold Fusion 5 in almost every section. General New Stuff New Functions New Tags Etc. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

B Forta's DHTML Menu

2001-06-15 Thread David Clay
Does anyone know how to set an Href or URL in the DHTMLSubmenu tag? thanks for your time. Dave Clay Internet Facilitator Trus Joist, A Weyerhaeuser Business 5995 Greenwood Plaza Blvd, Suite 100 Greenwood Village, CO 80111 303.770.8506

RE: Reference on Cold Fusion 5

2001-06-15 Thread Phil Costa
There are lots of documents at this URL: http://www.macromedia.com/software/coldfusion/resources/evaluation/ I would suggest you start with the Evaluation Guide, which covers all the features, and the Performance Brief, which details the performance gains on the different platforms (up to 5

RE: Calling Application.cfm/OnRequestEnd.cfm directly

2001-06-15 Thread Dave Watts
Is there a way to disable error messages that are thrown when Application.cfm or OnRequestEnd.cfm are called directly ending up in and clogging ColdFusion's application.log? Example from application.log: -- Error,TID=1852,06/14/01,23:16:09,127.0.0.1,Mozilla/4.0 (compatible; MSIE

Re: Any MS Access mailing lists half as good as this mailing list?

2001-06-15 Thread jeff
Steve, Thank you. microsoft.public.access.adp.sqlserver is just what I was looking for. Jeff Craig - Original Message - From: Steve Reich [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:07 PM Subject: Re: Any MS Access mailing lists half as good as

RE: Hacker

2001-06-15 Thread Peter Tilbrook
If you think that's bad check out the following article: http://grc.com/dos/openletter.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Don Vawter Sent: Friday, 15 June, 2001 7:09 AM To: CF-Talk Subject: RE: Hacker Thanks to the many who responded.

Podium v.4

2001-06-15 Thread Ken Fricklas
Podium v.4 is a pretty expensive, but it seems full featured email manager... has anyone on the list been using it? what are your experiences with it? I haven't been able to find much information online. We're currently using the CFMAIL tag (4.5, soon 5.0) with an inhouse management/bounceback

RE: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Ryan Sabir
Macs generally have a problem with this, when uploading images through a browser they mash up the resource fork and data fork of the file, resulting in a corrupted GIF or JPG. There's an article here about it: http://lookclose.com/learnmore/faqs/macieuploads.htm You can download the utility to

RE: Coding Standards.....

2001-06-15 Thread Ken Wilson
At Fig Leaf Software, we don't use it as the standard, and hire only developers who are willing not to use it. Really gotta love this! I've nothing but the greatest respect for our most prolific poster, have learned an enormous amount from him contributions and someday hope to be able to go

FireBird on Win32 or Linux

2001-06-15 Thread Robert Everland III
Has anyone used this open source database server, I came across it and since it was once from Borland I figured it could be a little easier to manage than MySQL and could have some more polished features. Any comments would be appreciated. Bob Everland

Re: Passing a javascript array back to CF

2001-06-15 Thread Dave Hannum
You need to use WDDX to pass it. JavaScript runs on the client, where CF is on the Server. Variables, arrays, etc created in JS cannot be read by CF unless passed. WDDX will do the trick. Dave - Original Message - From: James McCullough [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Calling Application.cfm/OnRequestEnd.cfm directly

2001-06-15 Thread Patricia Lee
Don't call application.cfm or onrequestend.cfm directly. That's it. No magic bullet. It's the only thing you can do. |-Original Message- |From: Erki Esken [mailto:[EMAIL PROTECTED]] |Sent: Thursday, June 14, 2001 5:22 PM |To: CF-Talk |Subject: Calling Application.cfm/OnRequestEnd.cfm

RE: Reference on Cold Fusion 5

2001-06-15 Thread Norman Elton
I believe there's a great run-down in the recent edition of the ColdFusion Developer's Journal, if you can acquire a copy. Otherwise, it seems like I saw a decent one in the online help when I was trying out the beta, but I'm not exactly sure on that one. Norman -Original Message-

RE: Session time out = never ? Bad?

2001-06-15 Thread Norman Elton
How about client variables instead of session variables? Slightly different, but they may be just what you're looking for. Also, remember that session variables (or client variables, i suppse) will expire if the cookie on the user's end disappears somehow, assuming you're using cookies to

CFUGRoadShow - Free - Wed 6/20/01 6:30pm Wash DC

2001-06-15 Thread Michael Smith
Check out the second Washington DC CFUGRoadShow Wednesday 6/20/01. FREE! Learn ColdFusion tips! Register at: http://www.cfconf.com/cfugroadshow/ SPEED UP YOUR WEB DEVELOPMENT USING COLDFUSION AND ULTRADEV Join MDCFUG and Macromedia for a FREE evening of code, code and more code! This FREE

Re: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Massimo Foti
Totally removing the accept attribute is indeed a security risk and should be done only for testing purpose, but accept=image/* looks not too bad for me. Massimo Steven A. del Sol [EMAIL PROTECTED] wrote in message Now that sounds like a plan but I believe that will open up the system to

Regular Expressions !!

2001-06-15 Thread Hamid Hossain
1. I need a full documentaion on using Regular Expressions with ColdFusion. 2. Is there any enhancements with regular expressions in ColdFusion 5.00 ? Regards Hamid Hossain ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Jason
CFFILE DESTINATION=#UPLOADDIR_DIR# ACTION=UPLOAD NAMECONFLICT=MAKEUNIQUE FILEFIELD=FORM.FILENAME ACCEPT=image/gif, image/pjpg, image/pjpeg, image/jpg, image/jpeg This will work with the IMAC and MAC using Netscape and IE 5.0 :another thing to remember with MACS is

RE: Verity Limit

2001-06-15 Thread Philip Arnold - ASP
I'm thinking the key you are using isn't unique. Could you post the code you are using to create the collection. Below is the SQL used to build, add and select the database - then the CFIndex command The big table is meant to be built from about 230 mini-sites, each of which having 15-20

RE: Hacker

2001-06-15 Thread Thomas Chiverton
abuse ticket his/her isp (@home). Thanks to the many who sent helpful comments. I hope the page has be useful to somebody. 1) The machine was probably comprimised, so the owner of it may not know what is going on 2) @home dont seem to care about this sort of thing Just my 2 cents from

RE: Text Editor

2001-06-15 Thread Thomas Chiverton
edlin ;-) emacs Luser :-) What's wront with cat and echo, I dont know :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Authorising in a multi-server environment

2001-06-15 Thread Mike Kear
I'm sorry if this is going over old ground, but I never had to face this situation before and to tell the truth, I didn't really grasp the implications of session vs client variables before . I'm moving a site to a load-balanced multiple server environment that has been working fine on a

RE: Hacker

2001-06-15 Thread Len Conrad
If you think that's bad check out the following article: http://grc.com/dos/openletter.htm If you that article is good, check out other mailing lists. The consensus is that GRC is grandstanding, grabbing some fame, the sky is falling, etc, etc. Len http://MenAndMice.com/DNS-training

Re: Reference on Cold Fusion 5

2001-06-15 Thread Paul Johnston
go and download the cf5 help files upgrade from the macromedia website. Very helpful. Paul -Original Message- From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: 15 June 2001 11:19 Subject: RE: Reference on Cold Fusion 5 I believe there's a great run-down in the

Re: Session time out = never ? Bad?

2001-06-15 Thread Paul Johnston
If the registry starts to get clogged, just store the data in a database instead. This is set from CF Administrator. Never use the registry with client variables. Always set up client variables to work with a database. Just makes sense. Paul

RE: URL Hacks

2001-06-15 Thread John McCosker
---Another thing you can do which isn't to painful to make a habit of, is use ---the type attribute in CFPARAM ---So if you have a query ---SELECT * FROM images ---where seldir=#url.seldir# ---order by image_id ---then you could precede it with : ---cfparam name=url.seldir type=numeric

RE: Session time out = never ? Bad?

2001-06-15 Thread Aidan Whitehall
Never use the registry with client variables. Always set up client variables to work with a database. Just makes sense. Is there a migration path from registry to databases if you've got existing applications that already use the registry to store their client data? -- Aidan Whitehall

Re: Protect CF from SQL/Oracle errors?

2001-06-15 Thread Mark Woods
wild guess... are you using CFERROR TYPE=Exception in the Application.cfm? If you are, check the error handling template for CFML errors. If there are any, CFERROR will keep calling itself indefinitely when an error is encountered. All assuming of course, you are not using try/catch blocks

Confirming a deletion

2001-06-15 Thread Michel Gagnon
Hi! Is there a way that we can verify that data has been found and removed from the database? I was thinking of using #rem.recordcount#, but it doesn't seem to work with a delete. Here's an example: CFQUERY DATASOURCE=store name=rem DELETE FROM Listserv WHERE ID = #FORM.CID# /cfquery

RE: Confirming a deletion

2001-06-15 Thread Adkins, Randy
Right after the delete, Query it for the given ID and if the recordcount is 0 then that is your confirmation. You can also use CFTRANSACTION along with CFTRY/CFCATCH. If no error, you can use that as a confirmation. -Original Message- From: Michel Gagnon [mailto:[EMAIL PROTECTED]]

RE: UI question

2001-06-15 Thread Darren Adams
Hi, I did this sort of thing for a Support Knowledge base our support dept. use. In our example you select the software version, then module, finally you select the function that you are looking for support info on. Each of these is blank at the begining apart from the version box, depending

RE: Verity Limit

2001-06-15 Thread Judith Taylor
Philip, Even trhough you can see 6,000+ records through the Enterprise Manager doesn't necessarily mean that your SQL is successfully pully all 6,000+ records. Try commenting out your CFINDEX and do a record count of all returned 'hits' from your database table. This is something that I've

Thanks! (Was:SOLVED: This should be simple--why is it not working?)

2001-06-15 Thread Terri Stocke
Thanks for taking the time to provide this explanation! I had a suspicion that it was something like this, but I was at a loss at determining exactly *why*. This cleared things up beautifully. Also, thanks to Larry J. for your input as well. I am very thankful for all of the helpful people on

cftransaction isolaton level question

2001-06-15 Thread Kola Oyedeji
Hi Does anyone actually use the isolation level Serializable with cftransaction? I understand that using it can impede performance, is the trade of worth it to ensure no dirty reads, nonrepeatable reads and phantom reads? What are the chances of these data consistency problems occuring with say

Re: Confirming a deletion

2001-06-15 Thread Wjreichard
If you are using TSQL try ... cfquery name=test datasource=#dsn# dbtype=ODBC SET nocount ON DELETE FROM tblTest WHERE testid = blah SELECT @@ROWCOUNT as rowsdeleted SET nocount OFF /cfquery cfoutput#test.rowsdeleted#/cfoutput This will execute as a batch and hit the

RE: Coding Standards.....

2001-06-15 Thread Paul Smith
Yes. I can confirm that Dave is a closet Fuseboxer. Sorry to out you, Dave, but I saw it myself when I met you at Allaire's conference last year. Chin up. Things could be worse. Now you can feel free to publicly expose your wisdom on Fusebox topics. This should take a lot of stress off

RE: Verity Limit

2001-06-15 Thread dave fauth
What is the result if you do a SELECT COUNT (DISTINCT ID) FROM [_Temp_Search_Table]? If Verity sees duplicates for the key, it will fail on adding them to the index. dave At 09:22 AM 6/15/2001 +0100, you wrote: I'm thinking the key you are using isn't unique. Could you post the code you are

Weird Session Timeouts

2001-06-15 Thread Norman Elton
This one's got me stumped. In my application.cfm, I've got... CFAPPLICATION NAME=PansophyPrd CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes SESSIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# APPLICATIONTIMEOUT=#CreateTimeSpan(0,8,0,0)# Seems right to me. Technically there shouldn't be

Re: Displaying Images according to a queries output

2001-06-15 Thread Guy McDowell
Hi Andy, You could do so through Flash by outputting the results of your cfquery through a textfield. Heck, you could even make it animated if you want. Guy www.guymcdowell.com Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts This one's got me stumped. In my

Re: Weird Session Timeouts

2001-06-15 Thread Dave Hannum
Check and make sure that there are no Application.cfm files in a higher level directory which are overriding your time out here with one of a shorter duration. Dave - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01

ClusterCats?

2001-06-15 Thread McCabe, Kevin
Hi Guys, Don't know if this is the right place to ask but I will. I have created a cluster on CF 4.5.1 SP2 (Two Machines) Using Dynamic IP's and Maintenance IP's. We thought that we would test a system crash. i.e. Switch one of the machines off. But when it comes back up the cluster admin

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
It's other way around. If *no* application.cfm is found, the defaults in the CF Admin will be used. Otherwise, any application.cfm file found by the app will override the admin. If the admin took precedence, there would be no use to setting sessions in any application.cfm file. On 6/15/01 6:10

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
That's what I suspect, but I can't figure out why. Again, there's no guarantee that this is the problem, and it takes about an hour of doing nothing just to test it! :) Norman -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:11 AM To:

Barcode generation

2001-06-15 Thread stas
Hello, Could anyone recommend a tool to generate PostNet barcodes? There is a tag in the gallery that does it, but it creates a series of gifs, not one image, and that's what I need. Thanks for any pointers. ~~ Structure your ColdFusion code

Re: Weird Session Timeouts

2001-06-15 Thread Avi Flax
Dylan, you are referring to the Default timeouts specified in Administrator. However, there are also MAXIMUM timeouts specified, which can override a timeout set in a CFAPPLICATION tag. Avi At 06:39 AM 6/15/2001 -0700, Dylan Bromby wrote: It's other way around. If *no* application.cfm is

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
As a follow-up, don't forget if you use the sessiontimeout in the application.cfm, I don't think that value can exceed what's set in the admin. On 6/15/01 6:39 AM, Dylan Bromby [EMAIL PROTECTED] wrote: It's other way around. If *no* application.cfm is found, the defaults in the CF Admin

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
You stated my point much more clearly -- Thanks... - Original Message - From: Dylan Bromby [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 10:08 AM Subject: Re: Weird Session Timeouts As a follow-up, don't forget if you use the sessiontimeout in the

RE: URL Hacks

2001-06-15 Thread Pete Freitag
That method only works for type=numeric or type=boolean. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 6:16 AM To: CF-Talk Subject: RE: URL

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
You are correct. However, my 10 hour maximum setting is well above the 8 hour timeout specified in CFAPPLICATION... Norman -Original Message- From: Avi Flax [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 12:50 PM To: CF-Talk Subject: Re: Weird Session Timeouts Dylan, you are

Access and OLE Object conversion

2001-06-15 Thread Larzz
Help!!! I have a database (database1) that I am trying to export the data out of into a new Access Database (database2) using CF. One of the tables in database1 has a datype of OLE Object. I can not view this columns info in Access and when I output it to a webpage it makes no sense. I have been

RE: Weird Session Timeouts

2001-06-15 Thread Adkins, Randy
The time set in the Administrator is the MAX time allotted. However an application tag can have this value lower and will expire at established in the CFAPPLICATION. Catch 22: The application tag CAN not override the max time set within the Administrator. Example: CFADMIN has Max application

Re: Weird Session Timeouts

2001-06-15 Thread Dylan Bromby
Right, I mentioned that in my follow-up post. I realized I should state that after my initial post. ;) On 6/15/01 9:50 AM, Avi Flax [EMAIL PROTECTED] wrote: Dylan, you are referring to the Default timeouts specified in Administrator. However, there are also MAXIMUM timeouts specified, which

Apache webserver and CF

2001-06-15 Thread Michael S. Kimmett
I am having troubles with a ColdFusion application that I have moved from my company's test webserver to my personal machine. My machine is running Win 98, Apache 1.17, CFServer 4.5sp2. The test server that was running the application without any problems was running WinNT, IIS, CFServer

RE: Barcode generation

2001-06-15 Thread Howarth, Craig (IBK-NY)
Here is a list of resources for you: http://www.adams1.com/pub/russadam/webapps.html You're sure to find something here that will help you out. Craig -Original Message- From: stas [SMTP:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:44 AM To: CF-Talk Subject: Barcode

Re: Weird Session Timeouts

2001-06-15 Thread Tim Painter
How is your memory on your server? I had a problem recently where my server's ram maxed out and it stomped all over the session variables. It was timing out my sessions every couple of *seconds*. Incidently, I switched them over to client variables (cookie based) and I haven't had a problem

RE: Barcode generation

2001-06-15 Thread James McCullough
If you have the barcode font you use cfx_jpeg_text to output it as one image. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347122-2830-11D4-A A9700508B94F380method=Full -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 6:44 AM To: CF-Talk

RE: Apache webserver and CF

2001-06-15 Thread Marlon Moyer
The DB error is from the fact that you're using client variables stored in a database. I would guess that you didn't initialize the datasource on your new test machine. You would need to go back to CF Administrator and re-setup your client variable storage. Marlon -Original Message-

RE: Apache webserver and CF

2001-06-15 Thread Thomas Chiverton
Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = S0002 (Base table not found) What is weird about this error is that their is no DB connection made on this template (index.cfm). So it is probably occuring in your application.cfm /

Re: Apache webserver and CF

2001-06-15 Thread Arden Weiss
I suggest you download a paper entitled ColdFusion and Apache install tips and tricks that was presented at the Annapolis Cold Fusion User Group meeting by Mark Mathis on setting up Apache for use with Cold Fusion. www.ancfug.com/meetings/ Following his tips, I have Apache and CF 4.5 working

Re: Apache webserver and CF

2001-06-15 Thread David E. Crawford
Client Variables are set up to be stored in a database - check your application.cfm file and the cfapplication tag. That will explain the ODBC error. Apache is case-sensitive, so you might check that, with regards to your path problems. DC - Original Message - From: Michael S. Kimmett

Fingerprint authentication with Cold Fusion?

2001-06-15 Thread Stephen Pintauro
Hello all, I am interested in setting up a password-protected Web site that would allow users to use fingerprint authentication to bypass entering a username and password. I know there are a number of products on the market that can do this, but I am looking for a more customizable interface.

Re: Apache webserver and CF

2001-06-15 Thread C Frederic Valone
Michael, Is there a database call in the Application.cfm file of your app? If there is it could explain the odbc error you are getting. As for the mappings/missing images where you using absolute or relative paths? Are the paths stored in the database as well? I would check this out first to

Re: Barcode generation

2001-06-15 Thread stas
Thank you - Original Message - From: Howarth, Craig (IBK-NY) [EMAIL PROTECTED] Here is a list of resources for you: http://www.adams1.com/pub/russadam/webapps.html You're sure to find something here that will help you out. Craig

Re: Weird Session Timeouts

2001-06-15 Thread Jon Hall
I agree, from what I have seen, most of the problems with session variables timing out early as long as everything is set up correctly are low memory problems. I ran into it myself not to long ago. I dont believe this behavior is documented anywhere though. jon - Original Message - From:

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
Example: CFADMIN has Max application time at 10 hours. CFAPPLICATIONS has timeout at 8 hours. Application should time out within 8 hours. This is exactly what I've got, and is exactly what I would expect to happen. In reality, the session died within an hour. How is your memory on your

Re: Fingerprint authentication with Cold Fusion?

2001-06-15 Thread Avi Flax
Stephen, sounds like an interesting project. I myself don't know anything about this kind of thing, but I remembered that Steve Nelson did something like this with magnetic cards, so I found the URL just in case it might help you out. Here you go:

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
I'm the first to admit I don't know tons about how Windows 2000 manages it's memory, but would this show up on the performance tab in the task manager? Does the memory have to be completely used up before Windows releases the session variables, or does it start bailing water before the ship is

## Simple query question

2001-06-15 Thread Jason Blum
Howdy all! I have a simple query question: Suppose you have this table: french | english Répétez | repeat français| french And you want people to be able to type in a French word, and received the English translation. But you can't assume they can type in characters like é or

RE: Fingerprint authentication with Cold Fusion?

2001-06-15 Thread Norman Elton
I followed up on Steve's stripe reader, and implemented a similar system. It involves the reader impersonating the keyboard, so that data is typed into the users browser just like it came from the keyboard. The reader is plugged into the end user's keyboard port. The keyboard is then plugged into

RDS and SSL

2001-06-15 Thread Semrau, Steven L Mr SRA
Situation: Development Server (non-SSL) RDS connection works fine. Test Server (non-SSL) RDS connection works fine. Production Server (SSL) RDS connection returns 'The certificate authority is invalid or incorrect'. Port is set to 443 Use SSL is checked Now, when accessing the web site

Re: ## Simple query question

2001-06-15 Thread Wjreichard
How about adding each variant as a record to your look up table: french | english Répétez | repeat Repetez | repeat français| french francais| french etc. Cheers, Bill In a message dated 6/15/01 11:48:11 AM Eastern Daylight Time, [EMAIL PROTECTED] writes:

Re: ## Simple query question

2001-06-15 Thread Dick Applebaum
...WHERE Table.French = '#ReplaceList(french, Á,È, c,e)#' At 11:36 AM -0400 6/15/01, Jason Blum wrote: Howdy all! I have a simple query question: Suppose you have this table: french | english RÈpÈtez | repeat franÁais| french And you want people to be able to type in a

IE6 - no more cookies without permission?

2001-06-15 Thread Mike Amburn
I just read a story about IE 6. According to the report, IE 6 will block all cookies from a site without a P3P-compatible privacy policy in the header. Did I miss the thread on this, or is this a new development? here's the link:

RE: Session problem with IE

2001-06-15 Thread Sandy Clark
I have seen this before. If you are using IE 5.5, it doesn't like SetDomainCookies in cfapplication. To fix Turn SetDomainCookies off and manually pass CFID and CFTOKEN on each URL and Form Submit. -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001

RE: RDS and SSL

2001-06-15 Thread Dave Watts
Situation: Development Server (non-SSL) RDS connection works fine. Test Server (non-SSL) RDS connection works fine. Production Server (SSL) RDS connection returns 'The certificate authority is invalid or incorrect'. Port is set to 443 Use SSL is checked Now, when accessing the

RE: IE6 - no more cookies without permission?

2001-06-15 Thread Semrau, Steven L Mr SRA
Read a little further on. The default setting in IE 6 allows a first-party cookie to be set, meaning that if a person visits Yahoo the browser will accept a cookie from Yahoo. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: ClusterCats?

2001-06-15 Thread Kirk Boecker
Kevin, We had this same issue, there is a article in the allaire KB on this. What is needed is to change to dynamic IPs Kirk - Original Message - From: McCabe, Kevin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 6:24 AM Subject: ClusterCats? Hi Guys,

RE: Reference on Cold Fusion 5

2001-06-15 Thread Pete Freitag
We have put together a reference section for ColdFusion 5 at http://www.cfdev.com/cf5/ we have some good resources there, and we will be adding more articles shortly. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message-

Re: Protect CF from SQL/Oracle errors?

2001-06-15 Thread Chris Norloff
Thanks for the reply. We're using CFERROR, but it's not the problem. Legitimate errors (common in a development environment, of course) are bringing down the server, way to easily. Today a single missing expression error has hung the cfserver thread twice. It's something that gets fixed

Re: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Larry C. Lyons
Steve, another factor you may want to look at is that sometimes Mac browsers (IE for the Mac) may append a space to the filename, which also screws things over. Adding a TRIM(filename etc) to the CFFile filefield = tag seems to solve the problem, as in: CFFILE DESTINATION=#request.appdir#

RE: IE6 - no more cookies without permission?

2001-06-15 Thread Sandy Clark
Unless you are setting cookies that can be read by other domains, doesn't look like it should be much of a problem.. From the article: === The default setting in IE 6 allows a first-party cookie to be set, meaning that if a person visits Yahoo the browser will

FW: Resolved: RDS and SSL

2001-06-15 Thread Semrau, Steven L Mr SRA
-Original Message- From: Semrau, Steven L Mr SRA Sent: Friday, June 15, 2001 12:29 PM To: '[EMAIL PROTECTED]' Subject: Resolved: RDS and SSL I found out that the Server is using a DoD PKI certificate for SSL and what I had to do was download the DoD Root

Re: Weird Session Timeouts

2001-06-15 Thread Dimo Michailov
Norman: Let me give my 2 cents. I think I had a similar issue before -- session variables expiring according to the default value in CF Administrator as opposed to the values I specified in Application.cfm. I think the key in this case is the quotes around #CreateTimeSpan()# functions. It seems

single user version of 5.0

2001-06-15 Thread Chris Giminez
I need the single user version of 5.0 for development. I could not find this at allaire or macr. I called macr and was told by a CSR that the evaluation version will work as a single user version after 30 days. This was after she first told me a single user version did not exist. can someone

Re: Session problem with IE

2001-06-15 Thread stas
Thank you. After much experimentation yesterday, I found out the hard way what you describe below. Although I'm wondering if it was doing that because I was also doing cflocation on the same page. No problems under Netscape though, but same symptoms with Opera 5. - Original Message -

How to Cover All URL and Form Attributes?

2001-06-15 Thread Josh R
Two part question. They are related Part 1: Let's say you have a page with lots of URL variables. (I.E. url.search, url.lang, url.homepage, url.custscript, url.start, url.end, url.frontscope, etc. etc. etc.) And you don't want to code a CFIF for each URL seperately for the same parameter.

RE: single user version of 5.0

2001-06-15 Thread Raymond Camden
After the Eval version expires, it reverts to a single IP server, but this is NOT, I repeat, NOT a Single Ip 'Developer' version. You are not allowed to use it like the single IP version that shipped w/ Studio 4.5. The reason the server continues to work is so that you can enter a serial #. Yes,

RE: Verity Limit

2001-06-15 Thread Peter Tilbrook
I've used Verity under 4.5x to index 60,000 odd records with no problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Lugassy Sent: Thursday, 14 June, 2001 10:13 PM To: CF-Talk Subject: Re: Verity Limit do you have ANY where clause in your

Multipart MIME e-mail messages for older and newer e-mail clients

2001-06-15 Thread Jason
I am familiar with a special way to send e-mail messages that combines HTML and plain text e-mail into the same message. You designate a section of your message for plain text, and write your plain text e-mail in that section. You also designate another section of your e-mail for text/html, and

Re: single user version of 5.0

2001-06-15 Thread Massimo Foti
Yes, it's true, and it's also a shame this is not clearly advertised on the Macromedia's website... Massimo Chris Giminez [EMAIL PROTECTED] wrote in message news:001d01c0f5be$608871c0 I could not find this at allaire or macr. I called macr and was told by a CSR that the evaluation version

Re: How to Cover All URL and Form Attributes?

2001-06-15 Thread Michael Dinowitz
Url and Form variables are all stored in a structure on the CF site. Therefore, you can use StructFindValue (CF 4.5sp2) to search through the structure and find the key that contains the value you want. Note the CFIF statement to handle the times when the value doesn't exist. For a form, do the

RE: How to Cover All URL and Form Attributes?

2001-06-15 Thread Raymond Camden
StructFindValue will search a structure for a particular value. Since the URL and Form scope are structs, this will do what you want. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL

RE: Weird Session Timeouts

2001-06-15 Thread Norman Elton
Very interesting. I will definitely try this. Yes, I did notice the lack of quotes in the online help files, but it never complained with the quotes there. Thanks for the tip. Norman -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:03 PM

Re[2]: ## Simple query question

2001-06-15 Thread Jason Blum
That's it!!! Thank's anonymous! (Chris - that was you, wasn't it?) Bill, I had thought of your suggestion, but hate to essentially duplicate a column like that. Thanks all! -J Reply Separator Subject:Re: ## Simple query question Author: [EMAIL

Re: How to Cover All URL and Form Attributes?

2001-06-15 Thread Don Vawter
why not just loop over the form and url structs? cfset url.a=good cfset url.b=bad cfset url.c=thisoneisgoofy cfset lstBad= cfloop collection=#url# item=i cfset t=evaluate(url. i) cfif findnocase(goofy,t) cfset lstBad=listappend(lstBad,i ^ t) /cfif /cfloop cfa_dump

RE: Session problem with IE

2001-06-15 Thread Sandy Clark
Nope, it has nothing to do with cflocation. I found the problem once in the Microsoft KB, but can't remember the number anymore (and too lazy to look it up again.) According to MS, its not a bug, its a privacy feature, uggh. -Original Message- From: stas [mailto:[EMAIL PROTECTED]]

RE: single user version of 5.0

2001-06-15 Thread Dave Watts
I need the single user version of 5.0 for development. I could not find this at allaire or macr. I called macr and was told by a CSR that the evaluation version will work as a single user version after 30 days. This was after she first told me a single user version did not exist. can

RE: How to Cover All URL and Form Attributes?

2001-06-15 Thread Dave Watts
Let's say you have a page with lots of URL variables. (I.E. url.search, url.lang, url.homepage, url.custscript, url.start, url.end, url.frontscope, etc. etc. etc.) And you don't want to code a CFIF for each URL seperately for the same parameter. In CF 4.x, you can loop through the URL

  1   2   >