RE: Character Code....

2001-08-20 Thread Top-Link Tech (John Ceci)
Use ASC() to get to it... It is 39 BTW #ASC()# Johh -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 2:40 PM To: CF-Talk Subject: Character Code does anyone know the chr() code for the apostrophe? ~ Kevin

RE: Spell checker

2001-08-07 Thread Top-Link Tech (John Ceci)
Ben Forta has a custom tag that works quite well... http://www.forta.com HTH, John -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 12:08 PM To: CF-Talk Subject: Spell checker I need a spell checker for an application I am working on. I

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
Ray, I would agree with your statement competely... BUT, since this program exists, and we have known that it exists for some time there are a couple of things MM should have done... #1. MM needs to find who wrote it and get the tag off the internet #2. MM needs to change the encryption

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
- Original Message - From: Top-Link Tech (John Ceci) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 08, 2001 11:17 AM Subject: RE: Need decryptor tag for CFUG presentation Ray, I would agree with your statement competely... BUT, since this program exists, and we have

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
But Kevin that book has been published and the author has made the decision to give that code away with the COST of the book...or the Teacher has been PAID by the school to develop the program as a learning tool...See the general thread there...MONEY changing hands... If you just pluck a tag off

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Top-Link Tech (John Ceci)
is there but definitely not obvious. - Original Message - From: Top-Link Tech (John Ceci) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 08, 2001 12:49 PM Subject: RE: Need decryptor tag for CFUG presentation Howie, I would agree with getting off the net is impossible

RE: Search Form

2001-06-07 Thread Top-Link Tech (John Ceci)
Yvette, Check out http://www.aypny.com Use IE 5.X or higher to see the autocomplete feature... John -Original Message- From: Yvette Ingram [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 12:41 PM To: CF-Talk Subject: Search Form Hello, Can someone give me an example or

RE: winzip and cfexecute

2001-05-24 Thread Top-Link Tech (John Ceci)
Kevan, On a side note, Ben Forta has a CFX_ZIP tag that works quite well and if I remember right only cost a few and might save you a bunch of trouble in the long run... http://www.forta.com HTH, John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: Cfhttp

2001-05-21 Thread Top-Link Tech (John Ceci)
Well, If you used CFHTTP to call a CFM file on a remote server that executed a script to delete a file, then yes you could... HTH, John -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 10:59 AM To: CF-Talk Subject: Cfhttp Can a text file be

RE: Download Software From The CF Server

2001-05-17 Thread Top-Link Tech (John Ceci)
CFHEADER NAME=Content-Disposition VALUE=attachment; filename=#GetFile.filename# cfcontent type=*/* file=#GetFile.filename# deletefile=No Should do what you are asking, be sure there is no whitespace after the cfcontent... John -Original Message- From: Jerre Hale [mailto:[EMAIL

RE: CFHTTP binaries?

2001-04-10 Thread Top-Link Tech (John Ceci)
Mike, What version CF Server are you running, if I remember right in one version they broke CFHTTP and now it is fixed, I am running 4.5.2 HTH, John -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 8:11 AM To: CF-Talk Subject: CFHTTP

RE: Any LDAP Guru's here? Authentication Problem

2001-03-23 Thread Top-Link Tech (John Ceci)
Michael, Could you go a little more indepth, I am working with LDAP for the first time and just can't quite get IT... I can pull a user from the LDAP server, I can search and return multiple results...I can't seem to get what a successful login is... Is it that I get a empty recordset (which

RE: escaping #'s

2001-03-16 Thread Top-Link Tech (John Ceci)
Melissa, try this: CFSET Body = Replace(Body,"##","","ALL") HTH, John -Original Message- From: Melissa Fraher [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 11:00 AM To: CF-Talk Subject: escaping #'s I have a text area that submits to a message board and sends out an

RE: Javascript Back (was Re: Form Fields cleared on Back)

2001-03-14 Thread Top-Link Tech (John Ceci)
Jeanne, In IE atleast I would look into the event. handler and try and do some capturing to figure out what it does when it is clicked, I am pretty sure that you can capture it and do what you want with it... John -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL

RE: (Review) Conditional loops

2001-03-13 Thread Top-Link Tech (John Ceci)
1,000,000 on my machine... PIII 750MHz 512MB RAM === CF-64360 While - 34062 do-31563 -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:49 PM To: CF-Talk Subject: RE: (Review) Conditional

RE: Determining no. of pages in results

2001-03-08 Thread Top-Link Tech (John Ceci)
Will, You would want to use a theory like this... Divide the Query.recordcount BY 10 and add one if the remainder is not 0... that will be total pages... then just use a cfloop to get your AHREF for paging... HTH, John -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent:

RE: Macromedia and Allaire to Merge

2001-01-19 Thread Top-Link Tech (John Ceci)
Paul, Check the CF_AEBrowser custom tag, I think it does it as well as testing for a variety of other things... HTH, John -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 8:04 AM To: CF-Talk Subject: RE: Macromedia and Allaire to Merge Is

RE: (code) Looping is faster in 4.5.2

2001-01-11 Thread Top-Link Tech (John Ceci)
Mike, Here are the results my DEV box produced... 1000 While: 62 1000 For: 47 1000 CFLoop: 78 IBM NetFinity Server Single 750 Processor (I think) 512 megs RAM -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 5:27 PM To: CF-Talk

RE: HumanClick

2000-12-11 Thread Top-Link Tech (John Ceci)
From what I have heard they were bought out by LivePerson...makes sense really... As for price, right now it is free but they were planning to introduce a Pro version with a per seat license... Neat product, use it on my personal site... HTH, JOhn -Original Message- From: W Luke

RE: ColdFusion to make bar codes

2000-12-11 Thread Top-Link Tech (John Ceci)
Side note to Todd's response, the user will have to have the font installed to see it properly... -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 10:33 AM To: CF-Talk Subject: Re: ColdFusion to make bar codes There is a bar code font

RE: passing cfquery results to another page

2000-12-07 Thread Top-Link Tech (John Ceci)
Depending on the size of the recordset you could use WDDX to create a packet and pass that along in a hidden field... HTH, John -Original Message- From: sam sidhom [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 8:42 AM To: CF-Talk Subject: passing cfquery results to

RE: Passing variables into variables?

2000-11-10 Thread Top-Link Tech (John Ceci)
James, look into the Evaluate() and DE() they should do exactly what you need... John -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 11:12 AM To: CF-Talk Subject: Passing variables into variables? OK - here's a hum-dinger for you...

RE: Conference

2000-11-03 Thread Top-Link Tech (John Ceci)
Last year you could get a copy at the conference plus you could make changes if you wanted to, it was handled first rate in my opinion... John -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 8:25 AM To: CF-Talk Subject: OT: Conference

RE: Reliability of CFSCHEDULE in CF 4.5.1

2000-10-04 Thread Top-Link Tech (John Ceci)
Aidan, I believe in the Windows NT resource kit you can find WinAT which is a graphical interface to teh command line AT command, that should help you a ton into using it... John -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 10:48

RE: Javascript string search...

2000-10-03 Thread Top-Link Tech (John Ceci)
Sting.indexOf(searchString[ , startIndex]) -1 is returned when nothing is found matching... NOTE: In NE2 + NE3 an empty string that is searched returns an empty string... HTH, John -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 03, 2000 8:51

RE: Javascript Help...

2000-10-03 Thread Top-Link Tech (John Ceci)
Neil, Ok, I dont have a code sample on hand but here is the process... 1. create a form on the original window with hidden variables of all the values you wish to pass, make sure the form has a name and a target set... 2. when you have the trigger action that is going to create the window,

RE: SQL Stored Procedure Question...

2000-09-27 Thread Top-Link Tech (John Ceci)
) AS SELECT Contacts_Main.company FROM Contacts_Main WHERE (Contacts_Main.company LIKE @alpha + '%') ORDER BY Contacts_Main.company P -Original Message- From: Top-Link Tech (John Ceci) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 3:36 PM To: CF-Talk Subject: SQL Stored

SQL Stored Procedure Question...

2000-09-26 Thread Top-Link Tech (John Ceci)
Hey All, Got a quick one for all of you... I am implementing a stored procedure and I cant seem to get a LIKE clause to work with a variable passed in: SHORT VERSION OF CODE: = CREATE PROCEDURE GetContacts @alpha varchar(1) AS SELECT Contacts_Main.company FROM

RE: Custom Tag CD [CF-Talk]

2000-09-21 Thread Top-Link Tech (John Ceci)
I would pay for that... -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 4:15 PM To: [EMAIL PROTECTED] Subject: Custom Tag CD [CF-Talk] With the release of the Fusebox ebook on CD at the conference, the idea of CD distribution has

RE: unknown form field names

2000-09-15 Thread Top-Link Tech (John Ceci)
Shawn, On the page that the form gets posted to there is a variable called: Form.FIELDNAMES that contains a comma seperated list of all the field names... HTH, John PS. Turn on debugging and you will be able to see it... -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]]

RE: Hidden Fields Problem

2000-08-22 Thread Top-Link Tech (John Ceci)
Paul, If memory serves me...URL is a reserved variable name... HTH, John -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 12:36 PM To: [EMAIL PROTECTED] Subject: Hidden Fields Problem I'm passing the following hidden fields (only, there no

RE: dynamically serving images

2000-08-21 Thread Top-Link Tech (John Ceci)
One way, use cfdirectory to get a query recordset of all the images you want to rotate then get the total recordcount from the cfdirectory query, use the random function to get a random number the access the query record set as an Array and get the record and fields that you needNo database

RE: line break as delimiter

2000-07-06 Thread Top-Link Tech (John Ceci)
try this: cfloop index="i" list="#IM_list#" delimiters="#Chr(13)##Chr(10)#" I think that should do it... John -Original Message- From: Eli Shechter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 10:31 AM To: [EMAIL PROTECTED] Subject: line break as delimiter Hi im trying

RE: How do I read a list of employee IDs returned from a form,with checkboxes??

2000-07-05 Thread Top-Link Tech (John Ceci)
Gel, If you use checkboxes (which is the best way BTW) they will be passed to the next page upon form submission as a comma separated list, which is perfect for CF, since this is a standard CF List Format... SO, what you will do is query your database of employees with some code like the

RE:

2000-06-20 Thread Top-Link Tech (John Ceci)
Michael, make sure in your form tag you have the following code: enctype="multipart/form-data" John -Original Message- From: Caulfield, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 9:38 AM To: Cf-Talk (E-mail) Subject: While using standard code to upload files to

RE: CFFILE Accept

2000-06-15 Thread Top-Link Tech (John Ceci)
Try: accept="image/pjpeg,image/gif" inside your CFFIEL tag... HTH, John -Original Message- From: Double Down, Inc [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 5:45 PM To: [EMAIL PROTECTED] Subject: CFFILE Accept This is a multi-part message in MIME format.

RE: Weather Revisited

2000-05-15 Thread Top-Link Tech (John Ceci)
Scott, Have your CF Schedule script create an HTML file with the weather in the format you output it and then just include it on your page and overwrite the file each time the schedule runs...Totally eliminates the need for a database call... HTH, John -Original Message- From: Computer

RE: cooooookies

2000-05-09 Thread Top-Link Tech (John Ceci)
Kelly, Make your PDF files non-web accessible... Move them out of the web directory, use a CF interface to start the download process to the user, this way there is no way for them to directly link to the files and they will then be forced to login to your system... HTH, John -Original

RE: Dynamic query without page refresh - possible?

2000-05-05 Thread Top-Link Tech (John Ceci)
Joel, Definitely possible... The best way I usually handle this is: The page is a framed page where you have a hidden frame at the bottom, you have a onBlur funtion that passes parameters to the hidden frame which executes the query, which then passes the values back to your page via

RE: CF Error - Help please.........

2000-04-27 Thread Top-Link Tech (John Ceci)
my guess would be that you have a font tag inside your cfoutput that has a color in it and you have something like #00 and it is trying to turn that into a CF variable... If you wish to keep the #00 make it either ##00 or 00 JOhn -Original Message- From: awolf

FedEX ShipAPI Interface...

2000-04-19 Thread Top-Link Tech (John Ceci)
Hello All: Has anyone out there written any custom tags or CFX's to the FedEx ShipAPI? If so, are they for sale? Thanks, John -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Silly question from a novice

2000-04-19 Thread Top-Link Tech (John Ceci)
Tiffany, You are storing the data in your table as character data not numeric... John -Original Message- From: Tiffany - Tech Support [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 6:34 PM To: [EMAIL PROTECTED] Subject: Silly question from a novice This is probably the

RE: CF Quiz

2000-04-05 Thread Top-Link Tech (John Ceci)
http://www.cfspot.com -Original Message- From: Doug Ford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 6:33 PM To: '[EMAIL PROTECTED]' Subject: CF Quiz Hi Folks, Not that long ago there was a URL being passed around that had a location of some CF quizzes to test your