CF 5 Eval

2001-06-06 Thread Bryan LaPlante
Is anyone else evaluating or currently using CF 5? I have got some examples I would like to share with you about getting tons of user defined functions to run in memory instead of having to load them at the top of ever page. It is kind of the same effect you would get from caching a query except

RE: Custom error pages

2001-06-06 Thread Steve Vosloo
Excellent - thanks. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 5:55 PM To: CF-Talk Subject: Re: Custom error pages Yes. Using IIS 5 as the example, right-click on the web site from the list in the IIS console. Choose

Re: KILL THE COOK!

2001-06-06 Thread Michael Lugassy
G%D D$$A$^M I've solved it! Are you familier with Allair's CF_INPUTFILTER TAG? that suppose to remove all special chars from being set and sent??? cf_inputFilter scopes=FORM,COOKIE,URL chars=,,|,\,?, tags=ALL This thing has caused the cookie to be deleted. I've removed the COOKIE scope and

RE: CF 5 Eval

2001-06-06 Thread Jason Lees (National Express)
I'm currently evaluating it, and this sounds like it could be extremly usefull, please forward any information. Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 07:44 To: CF-Talk Subject: CF 5

SQL fulltext hosting

2001-06-06 Thread Michael Lugassy
Is there a webhoster that specialized in SQL hosting and can provide a reasonable price for 1-3 gb of SQL database storage?? Thanks, Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at

AW: CF 5 Eval

2001-06-06 Thread Ulf Unger
Hi Brian, I've started evaluating CF 5. I would like to get information about your caching functions project. Thanks Ulf [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 6. Juni 2001 08:44 An: CF-Talk Betreff: CF 5 Eval

RE: CF 5 Eval

2001-06-06 Thread John McCosker
When exactly is cf5 (enterprise) released, does anyone know? -Original Message- From: Jason Lees (National Express) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 7:46 AM To: CF-Talk Subject: RE: CF 5 Eval I'm currently evaluating it, and this sounds like it could be

RE: CF 5 Eval

2001-06-06 Thread Jason Lees (National Express)
Go to http://www.macromedia.com/go/cfpromo/ As far as I can understand its available now. Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 11:06 To: CF-Talk Subject: RE: CF 5 Eval When

Re: javascript thumbnails

2001-06-06 Thread Michael Lugassy
Apparently lowsrc doesn't work in the IMG TAG like netscape (i.e IMG SRC=bigimage LOWSRC=smallimg) microsoft indicates it runs under element, but I don't know how to set this up. if someone can help, i'll be glad. Thanks, Michael - Original Message - From: Michael Lugassy [EMAIL

RE: Order by: Access 2000 Question

2001-06-06 Thread Jerry Staple
Hi How do i go about setting up the CFGRAPH tag from scratch ??? Regards Jerry -Original Message- From: Ann Harrell [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 06:18 To: CF-Talk Subject: RE: Order by: Access 2000 Question Thaks! -Original Message- From: [EMAIL

RE: Sending MP3's Through CF

2001-06-06 Thread Edward Chanter
Richard, I just wanted to say that this script is very very cool! Thank you for sharing it with us all! best wishes, -= Ed Problems cannot be solved at the same level of awareness which created them. - Albert Einstein

RE: Preserve ampersand tagged data (SGML)

2001-06-06 Thread phumes1
I'm using CFFILE to read in a SGML tagged datafile with entities for french accented characters. Is there a CF function to preserve ampersand stuff ? Here is a little snippet from the datafile that has the SGML entity for a accented character ccedil;ais snippet epubiDisponible en

RE: textarea limit

2001-06-06 Thread phumes1
Hi, Is there a limit to how much you can load into a textarea../textarea using cffile action=READ file=C:\filename.dat variable=textvar? Some of my datafiles can be 1meg or more. I'm trying to create a web-based Text Editor Interface. ~~

Re: Help sought with CFX_DIRECTORYLIST

2001-06-06 Thread sebastian palmigiani
on 6/5/01 2:35 PM, Mike Brunt at [EMAIL PROTECTED] wrote: Larry, it is almost always a good idea to lock CFX tags using CFLOCK. The threading info could relate to memory threading issues. I have a good article on using cflock, if you would like a copy please let me know. What type of lock

CF5 and NT security

2001-06-06 Thread Thomas Chiverton
Can anyone confirm that CF5 *professional* supports NT authtictaion in the same way as CF4, through the advanced security method ? Regards, Thomas Chiverton Intranet Architect and Desktop Analyst 01565 757 909 The end result is nothing except some images on a computer screen, and some

profanity checker(again)

2001-06-06 Thread Will Swain
Hi all, I emailed the list regarding this a few weeks ago, but an interesting problem has now come up. I have some code that pulls a list of profanities from a db table, then checks them against a form feild submitted by a user. Any words that match are asterisked out. All well and good. But,

RE: profanity checker(again)

2001-06-06 Thread Jason Lees (National Express)
you could check to see if there is a valid caracter before and/or after the profanity, it Saturday would find turd then check back and find that there is no space or full stop, and then check forward for the same. Jason Lees National Express Email : [EMAIL PROTECTED] -Original

RE: profanity checker(again)

2001-06-06 Thread Duane Boudreau
Check against _turd_ where _ = space Duane -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 8:56 AM To: CF-Talk Subject: profanity checker(again) Hi all, I emailed the list regarding this a few weeks ago, but an interesting problem has now

RE: profanity checker(again)

2001-06-06 Thread Mark Warrick
I would need your database of word to test my theory here, but I think what I would do is figure out what the actual length of the word being checked vs. the profane section of the word. So in other words, if you know that the word to be evaluated is Saturday, then that would be more characters

Challenging dillemma (double values?)

2001-06-06 Thread Michel Gagnon
Hi! I have a little challenging question for you. I have a build your own computer system page where customers can choose what parts they want in their system. There is a javascript that calculates everything on the fly. This javascript needs to have the price as the value: option

RE: Challenging dillemma (double values?)

2001-06-06 Thread Jason Lees (National Express)
you can youse a hidden field in the page and pass that into the Javascript function and just add the part item into it, with a comma so its a commer delmited list, just remember to remove the last Commer from the List. Jason Lees National Express Email : [EMAIL PROTECTED] -Original

ERROR - unknown element encountered with CFWDDX

2001-06-06 Thread Larry Juncker
Can anyone tell me what might be the problem here? I have this code: CFWDDX ACTION=WDDX2CFML input=#GateWayResponse# output=qGWR and when I run my page which is calling this code: !DOCTYPE pp.response PUBLIC -//IMALL//DTD PUREPAYMENTS 1.0//EN http://www.purepayments.com/dtd/purepayments.dtd;

RE: file upload and 'please wait'

2001-06-06 Thread Steve Martin
In a manner of speaking, yes. And this also applies to any page that you want a Please Wait for. You can use the OnBeforeUnload event (IE5+ only) to bring up a Please Wait message before the current page unloads and the requested page is called. Typically what you would do is have for example a

RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Raymond Camden
Lee, the first example using a progress meter, example 4, does not have an inner loop. It only has one CFLOOP. Now, in general, it sounds like your machine is having an issue with simple looping. It shouldn't hit 100% CPU just looping from 1 to 10, and looping as the example does, from 1 to

Re: Challenging dillemma (double values?)

2001-06-06 Thread Kevin Schmidt
You could put both values in the value= and then parse them out. Have javascript pull the price info and CF pull out the part ID. You could seperate them with a delimeter like * to make it easier. Kevin - Original Message - From: Michel Gagnon [EMAIL PROTECTED] To: CF-Talk [EMAIL

Which SQL ODBC Login method?

2001-06-06 Thread Bud
Hi all. What do you all recommend? 1. Adding the SQL Login to the CF Administrator ODBC Setup? or 2. Leaving it blank and hard coding it into cfquery? Seems as though hard coding it would be safer since no one else on the server would be able to query it without the username and password.

Process Query Property (string) at Server

2001-06-06 Thread Jon Finley
Hi all, I have a cfquery that returns a column named HTMLText that contains a string. This string is text that includes HTML formatting (including hyperlinks). The hyperlinks include session variables like: A HREF=#Session.TemplatePath#Template=Redirect.cfmLocation=http://www.yahoo

RE: Preserve ampersand tagged data (SGML)

2001-06-06 Thread Steve Martin
HTMLEditFormat() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 12:58 To: CF-Talk Subject: RE: Preserve ampersand tagged data (SGML) I'm using CFFILE to read in a SGML tagged datafile with entities for french accented characters. Is

Backup Database

2001-06-06 Thread Rick Eidson
I have a Web Server and a SQL server in Vegas and a SQL database in Kansas City. The KC database is the main SQL. What is the easiest way to have the Web Server point to the Backup SQL if the main SQL is not available? Can this be done in DNS? Rick

RE: Which SQL ODBC Login method?

2001-06-06 Thread Mark Warrick
My opinion is that using the CF Administrator to setup the username and password is the most secure way to do this for the very reason you pointed out - people might be able to crack open the code and get that username and password. You should be worried about other people on your shared box,

RE: Preserve ampersand tagged data (SGML)

2001-06-06 Thread phumes1
Thanks Another question. I need to extract the complete path using the CGI.HTTP_REFERER in my template but when I output the line the string is encoded for use in URL's. What I need is the exact path without the encoding to be passed into my CFFILE cfset http = #CGI.HTTP_REFERER# Output:

Interesting Date issue

2001-06-06 Thread Kevin Schmidt
Ok...either I am doing something stupid or something is wrong here. This is on CF 5.0 I am using CFSET Today = Dateformat(Now(), mm/dd/yy and then inserting today into a database table. I end up with 12/31/1899. Here is the really tricky part. After that date is set I use DateAdd to add a

Re: CF 5 Eval

2001-06-06 Thread Bryan LaPlante
Ok let me get the sleep out of my eye's. I am going to keep responding to my own post in an effort to keep the progression of the responses cleaner. I don't all my presentations together yet but I will probably present this subject to my cfug in Kansas city meeting after next. Here is what I

RE: how to NOT get a cross join

2001-06-06 Thread Daniel Lancelot
How about using left outer join: SELECT [emailAlerts].[emailAlert_ID], [emailAlerts].[Category_id], [CATEGORIES].[Category_name], [emailAlerts].[email], [emailAlerts].[Category_id], [emailAlerts].[ADVERT_TYPE], [emailAlerts].[Name] FROM emailAlerts left outer join CATEGORIES on

RE: Preserve ampersand tagged data (SGML)

2001-06-06 Thread Jason Lees (National Express)
Use the reverse of UrlDecode(encodedUrlString) Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 June 2001 15:05 To: CF-Talk Subject: RE: Preserve ampersand tagged data (SGML) Thanks Another

RE: Which SQL ODBC Login method?

2001-06-06 Thread Bud
On 6/6/01, Mark Warrick penned: My opinion is that using the CF Administrator to setup the username and password is the most secure way to do this for the very reason you pointed out - people might be able to crack open the code and get that username and password. You should be worried about

RE: Interesting Date issue

2001-06-06 Thread Andy Ewings
Kevin I have had an absolute nightmare with CF and dates. I wrote a complex application which completely depended on date manipulation and the only robust way I found to do it was as follows. I createed dates in CF by using CreateDate to perform date validation. When I came to add it to the

OLEDB Datasource Config

2001-06-06 Thread Don Vawter
I have been using ODBC for SQL Server2000 and would like to switch to OLEDB but my tired old brain is confused by settings in Administrator and I cant get datasource to verify. It is running on same box as CF (I know, I know but this is a small dev box self hosted). What are the settings I use

RE: Preserve ampersand tagged data (SGML)

2001-06-06 Thread Rich Wild
What I need is the exact path without the encoding to be passed into my CFFILE urldecode(your_variable) will sort you out. --- Rich Wild Senior Web Designer --- e-mango.com ltd

RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Lee Fuller
Hmm... Odd. I do not believe we have ever had that problem before. This is a Pentium IV, 1Ghz system with 2GB's of RAM.. it's quite fast and quite capable. I'm not sure what (on a system like that) would cause this type of problem. Any suggestions? Lee Fuller Chief Technical Officer PrimeDNA

Re: Which SQL ODBC Login method?

2001-06-06 Thread Kay Smoljak
On Wed, 06 Jun 2001 06:57:23 -0700, Mark Warrick [EMAIL PROTECTED] wrote: My opinion is that using the CF Administrator to setup the username and password is the most secure way to do this for the very reason you pointed out - people might be able to crack open the code and get that username and

Excel/SQL Server Data Import Prob

2001-06-06 Thread Paul Smith
I'm importing surveyors data in Excel that has a format of 100+45, for example. SQL Server converts it to 0, even tho the data type is varchar(10) Any suggestions? best, paul ~~ Structure your ColdFusion code with Fusebox. Get the official book

Random records?

2001-06-06 Thread Alii Design
How do i display a random record from a query? Rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: CF 5 Eval

2001-06-06 Thread Bryan LaPlante
The zip file in the previous post contains 4 custom tags and their editors. The STRLIB.cfm file would be copied to your custom tag directory under CFUSION\CustomTags. All of the tag editors are the same with the exception that they each output a tag by there own name, but all of these tags have

Regular expression help

2001-06-06 Thread andrew kopelman
Help! I want to do a find for a text expression, which is to be followed on the next line by another text expression. Only, the amount of whitespace (indentation) after the carriage return varies. Can I do this with regular expressions? In other words the text i am looking for is like this:

RE: Which SQL ODBC Login method?

2001-06-06 Thread Andy Ewings
If someone were able to hack into ftp though, what would it matter if they had the username and password? They wouldn't need it if it were set up in CF Administrator. They could just build a query right there and run it. So it still seems to me that you would be safer hard coding it since:

Connecting to SQL database through CF administrator

2001-06-06 Thread Bruce, Rodney
We are planning on changing over to SQL from ACCESS. I am that familiar with SQL and have started play with it to learn what I can. I have imported my tables into SQL. but am having problems mapping to the database. IN CF admin under data sources when I try to set the connection to the

RE: OLEDB Datasource Config

2001-06-06 Thread Marlon Moyer
Provider = SQLOLEDB Server = www.myserver.com you can put a username and password in to verify database connectivity, then after that you can remove them. After you remove them though, your datasource will report not verified in CF Administrator. This won't be a problem if your sending login

CFTree substitute?

2001-06-06 Thread Aaron Rouse
Are there any other options out there that give the same functionality as CFTree? I am not finding much of anything in the developers exchange, other than custom tags that apply more towards file browsing. ~~ Structure your ColdFusion code with

Date Query problem.

2001-06-06 Thread Schwartz, Paul
I have a query of a database that I am doing so that it shows the results for the next seven days. this script works up until the end of the month. when it just adds on to the end of the month. for example. may 27,28,29,30,31,32,33 instead of changing to the next month and starting over again at

Re: Challenging dillemma (double values?)

2001-06-06 Thread Michel Gagnon
Great idea! Why didn't I think of that? But how do we parse variables with cold fusion? Thanks!! Michael - Original Message - From: Kevin Schmidt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 11:25 AM Subject: Re: Challenging dillemma (double values?)

Re: Interesting Date issue

2001-06-06 Thread C Frederic Valone
Well if you copied the code exactly here you are missing a ) CFSET Today = Dateformat(Now(), mm/dd/yy should be CFSET Today = Dateformat(Now(), mm/dd/yy) Kevin Schmidt wrote: Ok...either I am doing something stupid or something is wrong here. This is on CF 5.0 I am using CFSET Today =

RE: SELECT

2001-06-06 Thread Shally
Hi , Thanks for your reply. I am facing a wierd problem . In the form I have CFINPUT tags which are used to do the validations and also have javascript code to check if there is any file name specified or not.As the user has to select a file either by uploading or from the dropdown list.But here

Netscape allows script downloads???

2001-06-06 Thread David Grabbe
OK, So I have some RealAudio files on my website, and I have 2 different types of links for each file: one link starts the RealAudio player, the other link is so the user can just download the file. For both of these links I point to a script keeps track of how many times this particular RA

RE: Challenging dillemma (double values?)

2001-06-06 Thread Diana Nichols
I use this: select name=memberinfo option value=#memberID#,#memberName##memberName# then, on the action page: Member ID = #listfirst(form.memberinfo)# Member Name = #listlast(form.memberinfo)# of course, if you might end up with commas inside your values, you'll want to specify another

Re: Interesting Date issue

2001-06-06 Thread W Luke
Is this in SQL or Access? - Original Message - From: Kevin Schmidt [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Wednesday, June 06, 2001 4:06 PM Subject: Interesting Date issue Ok...either I am doing something stupid or something is wrong here. This is on CF 5.0 I am using CFSET

Re: file upload and 'please wait'

2001-06-06 Thread Larry C. Lyons
Rather than set up an entire page for a please wait, I just change the submit button name as in: INPUT TYPE=Button VALUE=Continue onClick=if(this.value == 'Continue') this.form.submit(); this.value = 'Please Wait.'; hth, larry -- Larry C. Lyons ColdFusion/Web Developer EBStor.com 8870 Rixlew

RE: Date Query problem.

2001-06-06 Thread Diana Nichols
try this: cfset dayone=now() cfset daytwo = dateadd('d',1,now()) cfset daythree = dateadd('d',2,now()) etc cfquery name=oncall datasource=rml_lab select month,day,year,who from on_callmic where year = #year(now()# and ( (#month = month(dayone)# and day=#day(dayone)#) or (#month

RE: CFTree substitute?

2001-06-06 Thread Semrau, Steven L Mr SRA
Check out the Joust Menu System at http://www.ivanpeters.com/ I have used it to completely replace the CFTREE Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From:

Re: Date Query problem.

2001-06-06 Thread Alan Comeau
how about using the dateadd function as in cfset b=DateAdd('d', 1, a) Alan Comeau Vardus Ltd [EMAIL PROTECTED] - Original Message - From: Schwartz, Paul [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 5:03 PM Subject: Date Query problem. I have a

Image resizing question

2001-06-06 Thread Eron Cohen
Hi Folks, I am looking for ideas on how to handle a problem: The site I am working on allows customers to upload their company logos for display on a public page. I'd like the logos to be 100x100 pixels but I have a feeling I can't really require that because alot of the clients won't have a

RE: Netscape allows script downloads???

2001-06-06 Thread Dylan Bromby
did you look at the .CFM file that downloads and actually see CF code? or is it all HTML? -Original Message- From: David Grabbe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 9:33 AM To: CF-Talk Subject: Netscape allows script downloads??? OK, So I have some RealAudio files

CFTREE and SSL

2001-06-06 Thread Joseph Thompson
The CFTREE Java applets should work with SSL shouldn't they? Has anyone got a CFTREE to work in an SSL environment? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Image resizing question

2001-06-06 Thread Howarth, Craig (IBK-NY)
Eron, I resize on the X axis only and let the Y fall where it will -- I'm more concerned about the width than the height on my sites. This retains the aspect ratio and retains image quality. If you try to force the image into a ratio that differs from the original, you will have distortion.

RE: Image resizing question

2001-06-06 Thread Alii Design
The problem is that unless the image is a factor of 100 x 100 like 200x 200 or 400 x 400, the image will also be distorted when you resize it to 100 x 100 bacause you are forcing either the height or width to a size it shouldn't be. Rich -Original Message- From: Eron Cohen [mailto:[EMAIL

CF5 Docs

2001-06-06 Thread cassady
I see that I can purchase and download the CF5 server from Macromedia, but I was wondering IF or WHEN they'll offer a non-download that will include the manuals (nice dead-tree print format). I use my current manuals all the time and am hoping for updateded versions that include the new

RE: CFTREE and SSL

2001-06-06 Thread Semrau, Steven L Mr SRA
Yes, the previous version of a site we are re-designing was using CFTREE successfully with SSL. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Joseph Thompson

RE: CF5 Docs

2001-06-06 Thread Kelly Matthews
As far as I know you will still get the BOXED version as always. Even when I bought 4.5 I could download it but the box came later. -Original Message- From: cassady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 1:05 PM To: CF-Talk Subject: CF5 Docs I see that I can

CFSTOREDPROC and performance question

2001-06-06 Thread Marc Garrett
To the group: I need to walk through about 11,000 records with 25 columns in a text file and insert them daily into a SQL Server database. Since I'm on a shared server, my templates need to execute in 180 seconds or less. If I use CFQUERY to insert row by row into the database, the query

RE: Image resizing question

2001-06-06 Thread Kelly Matthews
One suggestion is you are probably trying ot resize GIFS What I do is I do a search to see if the image is a GIF first if it is I have it resave as a JPG then i resize it and save it back to a gif then it wont distort. -Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent:

RE: Image resizing question

2001-06-06 Thread Kelly Matthews
Also don't force 100x100 just force the WIDTH to be 100 then you wont have distortion from that either. a 300x200 image would ALWAYS distort when forced into a square if it was a rectangle to begin with :) Kelly -Original Message- From: Eron Cohen [mailto:[EMAIL PROTECTED]] Sent:

htmleditformat \URL_array

2001-06-06 Thread loic jegouzo
This is a multi-part message in MIME format. --=_NextPart_000_0054_01C0EEC1.50DF1570 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable hello i'm new on this mailing list and i have 2 pb with CF. first do you know how to put out the ' sign

Re: Show Duplicates

2001-06-06 Thread G
SELECT Field1, Count(Field1) as Total_Number FROM Has_Duplicates GROUP BY Field1 Output should read: Test13 Test22 Test32 etc... (query syntax untested) HTH Brian - Original Message - From: Joseph Thompson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June

How to query whats *not* in the database?

2001-06-06 Thread JB Mentzer
Hi all I've got a table that drives an image gallery of railroad steam locomotives. Each engine has a road number between 800 and 844. The table currently consists of 68 records of 25 engines. So, 20 aren't represented in my archive. What I'd like to do is display a list of engines (aka road

RE: Netscape allows script downloads???

2001-06-06 Thread David Grabbe
Well, that is somewhat of a consolation -- even though it still has the .cfm extension on it, the pages don't actually contain the CF content. .so in regards to the original message, it isn't actually downloading the script (radl.cfm): it is downloading the RealAudio file, but renaming it

Re: How to query whats *not* in the database?

2001-06-06 Thread Richard Ramos
How about something like this. cfset trainlist = cfloop query=gettrains cfset trainlist = ListAppend(trainlist, #trainnum#) /cfloop cfloop index=ii from=800 to=844 cfoutput cfif #trainlist# DOES NOT CONTAIN #ii# #ii#br /cfif /cfoutput /cfloop Richard Ramos Network Administrator

UI question

2001-06-06 Thread Jason Lotz
I would like some input on how people handle the following situation: A client wants a form with a Job Title select box with 5 options - Developer Programmer Engineer Electrician Other If the user selects Other then they have to enter the information in a text box. Otherwise, the selection in

Re: CF5 Docs

2001-06-06 Thread Tim Painter
I just bought CF 5 today from the web site. If you want a CD and manuals shipped to you, you have to pay 20.00 more. (You still get to download it). I did not buy the manuals, so I am not sure when it will be shipped. HTH, Tim P. - Original Message - From: cassady [EMAIL PROTECTED] To:

RE: CFTree substitute?

2001-06-06 Thread Michael Rosario
What platforms do you have to support? IE and Netscape? -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:21 AM To: CF-Talk Subject: CFTree substitute? Are there any other options out there that give the same functionality as CFTree? I

securing IIS5 and CF server

2001-06-06 Thread Chad Gray
Anyone have any tips to secure an IIS 5 server with CF Server on it? Are there any special user rights/permissions that need to happen with CF server? Thanks, Chad ~~ Structure your ColdFusion code with Fusebox. Get the official book at

FW: ColdFusion 5 Availability

2001-06-06 Thread Arden Weiss
Email received from MM on subject -- also note eval article at InfoWorld: http://iwsun4.infoworld.com/articles/tc/xml/01/06/04/010604tcmacro.xml ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED]

RE: UI question

2001-06-06 Thread Christopher Olive, CIO
you could do a check server side on the action of the form. CFIF FORM.myselect EQ Other AND NOT Len(FORM.myotherdesc) whatever error processing you want... /CFIF chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Jason Lotz

Re: Image resizing question

2001-06-06 Thread Chad Gray
I have use ImageMagick, and CFEXECUTE very successfully to modify upload images. http://www.imagemagick.org At 01:40 AM 6/7/2001 +0200, you wrote: Well I suggest something like this (which I use): 1. first, convert to jpg (for the quality) 2. then use: resize with the THUMBNAIL option on,

Re: Image resizing question

2001-06-06 Thread Michael Lugassy
Well I suggest something like this (which I use): 1. first, convert to jpg (for the quality) 2. then use: resize with the THUMBNAIL option on, BEVAL option off, background to your liking and x=100 and y=100. this will ensure the image: a. won't lose quality b. won't lose aspect ratio you will

Re: Regular Expression

2001-06-06 Thread Douglas Jordon
Did the trick. Thanks. Also noticed I was attempting to replace multiple spaces with nothing. Might of caught that if my RE had worked Dick Applebaum wrote: Try cfset variable=#REReplace(#form.string#, [ ]+, ,ALL)# At 4:58 PM -0400 6/6/01, Douglas Jordon wrote: Hi, I need a

Re: Random records?

2001-06-06 Thread Gary Groomer
See the following: Pulling Random Records from a Database: There are occasions when you need to pull random records from a database--for example, you might have a database of articles from which you want to display one at random. For the sake of discussion, let's say your Articles table

Entries in Spool folder

2001-06-06 Thread Tim Bahlke
Every once and awhile I'll look at the spool.ini file and see entries like those below. Can someone share with me what these are and why they would remain in the file? C:\CFUSION\MAIL\spool\15B.cfmail=1 C:\CFUSION\MAIL\spool\16A0.cfmail=1 C:\CFUSION\MAIL\spool\2EF.cfmail=1

Hack Advice - Break a CF Query

2001-06-06 Thread Allen Hudson
My application is hosted with inhouse government hosting. Therefore I don't have access to the CF server or easy access to my sites pages. The only thing I have control over on a less than 4 week notice is uploading a new database. (Flintstone-ville) However, there seems to always be a lock on

Semi-OT: Detecting whether or not the database is active..

2001-06-06 Thread Jeffry Houser
The hosting provider for one of my clients is planning some down-time for their SQL Server. During that down-time, the web site will be completely useless. I'm looking for a way to avoid staying up past midnight to change the home page, and then change it back. Is there a way to

RE: CFTree substitute?

2001-06-06 Thread Duane Boudreau
The one I've used one before is at http://www.foreveryday.com/calendar It doesn't require frames and works in NN4 and IE4+ I dont recall where I actually found it though. Duane -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 3:21 PM

europeen date format

2001-06-06 Thread loic jegouzo
This is a multi-part message in MIME format. --=_NextPart_000_006B_01C0EEC3.EBE37640 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable hello again. i have a problerm with dates=20 i have an input text where i put a date from the base(access)

Re: CFTree substitute?

2001-06-06 Thread David E. Crawford
You can try the Joust control, as shown in the WDDX SDK. I have implemented it and it is cross-browser DHTML. It must be run in a frame however. There may be other Java tree controls out there as well. DC - Original Message - From: Aaron Rouse [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: CFTree substitute?

2001-06-06 Thread Aaron Rouse
Yes, both platforms. On Wed, 6 Jun 2001, Michael Rosario wrote: What platforms do you have to support? IE and Netscape? -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:21 AM To: CF-Talk Subject: CFTree substitute? Are

Re: Challenging dillemma (double values?)

2001-06-06 Thread kraybill
Could you do something like this: option value=#PartName#_#price##PartName#/option and then use list functions to parse out the two components, using the underscore delimiter... Gene Kraybill LPW Associates On 6 Jun 2001, at 10:16, Michel Gagnon wrote: I have a little challenging question

RE: Which SQL ODBC Login method?

2001-06-06 Thread Bud
On 6/6/01, Andy Ewings penned: Not sure I follow this?! How are they going to run a query against the db using ftp? Well, if they can get in, they could put a file with a query into the directory. Then load it in a browser. A. You wouldn't be able to access the database without actually

RE: Another Access 2000 Date/Time Sort Thingie

2001-06-06 Thread Ann Harrell
this is the error I get with that code. Error Diagnostic Information ODBC Error Code = 07001 (Wrong number of parameters) [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2. Hint: The cause of this error is usually that your query contains a reference to a field which

Session Variables

2001-06-06 Thread Ray Bujarski
I don't get it everytime I try to do an output on this session variable I get an error like it was not initialized!! Any help would be greatly appreciated. I am using cfserver 4.5 on solaris 5.6 What am I doing wrong? here is my application.cfm code CFAPPLICATION NAME=Score

Re: securing IIS5 and CF server

2001-06-06 Thread Marc Garrett
Hi Chad, Most of the CF security problems people have are actually IIS issues. Have a look at this doc: http://www.microsoft.com/technet/security/iis5chk.asp In particular, pay attention to the querystring input section. Regards, Marc Garrett - Original Message - From: Chad Gray

Re: How to query whats *not* in the database?

2001-06-06 Thread ccook22
Table1 is Engine and Road Number Table2 is Engine and SomeColumn Psuedo Code: cfquery select table2.engine from table2 where table2.engine not in (select engine from table1) cfquery Then display the results. The logic can be reversed as well. CC JB Mentzer [EMAIL

Re: Semi-OT: Detecting whether or not the database is active..

2001-06-06 Thread Paris Lundis
Jeffry, I have a table with one entry... I have a program once per minute try to fetch it... if it can't then it spawns notification... likewise, it could simply set a server variable that would display an out of service/maintenance message you could schedule an event to copy the

  1   2   >