RE: CF_Forum Source

2001-11-26 Thread Robert Long
Just wanted to point out that the CF Forum product (www.cfcode.com) is in no way related to the allaire forum product. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:11 PM To: CF-Talk Subject: RE: CF_Forum Source Yes, the forumspo

RE: Single input from multible selects | Please Help?

2001-04-12 Thread Robert Long
You can do this by naming them all the same value. That is, if you don't need the separate form values on the next page. For example: SM MED LG XL WHITE BLACK RED GREEN VNECK POLO CREW TANK TOP This will be passed as form.Allthree = "SM,WHITE,POLO" If that makes sense. Robert -Ori

RE: EAetheif

2001-04-12 Thread Robert Long
I did something like this about 4 years ago, but I can't remember exactly how I did it. Basically, I read the personal information in the Browser. This is set in IE under tools>internet Options> Content> My Profile. It seems like I used VBscript, so it was IE only. It was code I found from anothe

RE: Single input from multible selects | Please Help?

2001-04-12 Thread Robert Long
Sorry, I Have no clue on the second question. :( -Original Message- From: Steven A. del Sol [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 5:35 PM To: CF-Talk Subject: RE: Single input from multible selects | Please Help? Thanks Robert. I will try that. Have any ideas

RE: New CF5 Partner Hosting License

2001-04-26 Thread Robert Long
Anyone seen a pricing structure for cf5? We're going to feel pretty ackward if they actually lower the prices. ;-) If not, then I agree with you. -Original Message- From: Chris Colón [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 12:39 PM To: CF-Talk Subject: New CF5 Partne

RE: Row Color

2001-04-26 Thread Robert Long
I use this code... #blah#...#blah#...#blah# -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 1:40 PM To: CF-Talk Subject: Row Color How do I make a tr tag change for every row. I would like alternating row colors. Joshua Ti

RE: List Functions

2001-04-27 Thread Robert Long
Your cfloop should be like this.. http://www.domain.com/search_children.cfm?parent=#listgetat(theloop,i) #">#listgetat(theloop,i)# Robert -Original Message- From: L Williams [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 10:53 AM To: CF-Talk

RE: List Functions

2001-04-27 Thread Robert Long
oops, shouldn't have copied and pasted... It should be http://www.domain.com/search_children.cfm?parent=#i#";>#i# Sorry, Robert -Original Message- From: Robert Long [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 11:11 AM To: CF-Tal

RE: Random Password

2001-05-03 Thread Robert Long
Here's one I use to create a random numeric password... hth -Original Message- From: Chris Badouin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 11:24 AM To: CF-Talk Subject: Random Password All- Sorry I am pressed for time today, but does any one have script for generating

RE: blank cfm page in Netscape

2001-05-15 Thread Robert Long
either you didn't send all your code from that page, or you didn't close your table properly. Netscape is overly picky about table code, where IE is very laxed. hth, Robert -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 3:41 PM To: CF-Talk S

RE: .cfm extension and URLs

2001-05-15 Thread Robert Long
Tell him to go to www.google.com and type in ".cfm" and tell you how many records are returned. hth -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 2:21 PM To: CF-Talk Subject: .cfm extension and URLs Hi all. I'm having an argument with a client abou

RE: How do you find out if a table already exist?

2001-05-18 Thread Robert Long
select * from Table tables doesn't exist... create table... Hope that helps get you started... Robert -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 4:54 PM To: CF-Talk Subject: How do you f

Distinguishing what type of database

2001-02-06 Thread Robert Long
Is it possible for a template to tell what type of database is is hitting. ie, I want to write a template that will be able to tell if it is hitting an Oracle or SQL database and know what query to use. Thanks in advance. ~~ Structure your ColdFus

RE: Question on Hosting

2001-02-06 Thread Robert Long
You might also consider http://www.copious-infosys.com . Small operation, but I have had good luck with them. Unlimited bandwidth, email messages and storage for $25/month. http://www.copious-infosys.com/webhostingplan.cfm Just my .02 -Original Message- From: Alan H Koenig [mailto:[EMAIL

RE: Custom Tag

2001-02-08 Thread Robert Long
causes the following error if you use a comma in amount... An error occurred while evaluating the expression: monthlypayment = round((ammount * rate / (1 - (1 / (1 + rate) ^ payments))) * 100) Error near line 37, column 7.

RE: Good Reliable Encryption for Coldfusion Templates - Coldfusio n 4.5.2 NT4.0 SP6a

2001-02-23 Thread Robert Long
Still able to decrypt it... Very nice tool for easy encryption if your not worried about it being decrypted by those out there that are unscrupulous enough to steal apps that way. -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 4:30 PM To:

RE: CFMail - Sending a link in an email

2001-03-01 Thread Robert Long
I use outlook and anything with an http:// in front of it becomes a link. http://www.yahoo.com Hope that helps... -Original Message- From: Roque,Carlos [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 4:18 PM To: CF-Talk Subject: RE: CFMail - Sending a link in an email Make

RE: Allaire Cert Question

2001-03-02 Thread Robert Long
I would think there is about as much difference as a doctor who simply passed and one who _aced_ everything. :) The use of a doctor for my example is a bit extreme, but you get my point. hehe -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01

RE: CFMail - Sending a link in an email

2001-03-02 Thread Robert Long
I think Melissa nailed it. You need to supply some kind of address in the link tag. Since the email client is not a browser, it needs specific directions to the page you are linking to. So using http://intranet/usercalldisplay.cfm or something like that will help it find it's way to the page. Hop

RE: How turn on Application Mangement

2001-03-02 Thread Robert Long
Michael, How do you know it's not on? If you set in the application.cfm and set other parameters such as clientmanagement="yes" and sessionmanagement="yes" then it should be turned on. You need to set some variables to know for sure, for example. In the application.cfm put Then in the ind

RE: Allaire Cert Question

2001-03-02 Thread Robert Long
That's basically my point. I don't know if my dentist had a 4.0 gpa or a 3.0. But he has the same certificate as the other guy. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 11:37 AM To: CF-Talk Subject: RE: Allaire Cert Question > > > Is t

RE: How turn on Application Mangement

2001-03-02 Thread Robert Long
hat I mean. "Robert Long" <[EMAIL PROTECTED]> wrote in message B1A5B5B556DBD31190F800508B55FD6C99FB5F@EXCHANGE01">news:B1A5B5B556DBD31190F800508B55FD6C99FB5F@EXCHANGE01... > Michael, > How do you know it's not on? > If you set in the application.cfm > and set

RE: One page calls another

2001-03-05 Thread Robert Long
you could set some kind of variable (ie session, cookie, url, etc) that would only be set on page 1 and if it doesn't exist then them to page 1. Code example below. --Page 1--- -- Page 2 --- Hth, Robert -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]]

RE: cfencode.exe (CFCrypt utility)

2001-03-09 Thread Robert Long
You have to use an absolute path to the template... c:/cfusion/bin/cfencode.exe c:/inetpub/wwwroot/site/template.cfm /v "2" Hope that helps, Robert -Original Message- From: Paul Fraser [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 9:42 AM To: CF-Talk Subject: cfencode.exe (CF

RE: CF rules!!!

2001-03-16 Thread Robert Long
One example that Mr. Forta gave at his presentation in Dallas was something like a shopping site could query all of it's products at the beginning of a user's session. Then each page there after would just query the one products query. Thus only hitting the database one time during that user's se

RE: Report

2001-03-16 Thread Robert Long
Those column names are going to give you fits. ;-) Robert -Original Message- From: monika kon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 1:28 PM To: CF-Talk Subject: RE: Report Hi, Thanks for your reply. I have already tried using the query of Access database in the tag w

RE: Code review, PLEASE

2001-03-19 Thread Robert Long
I don't see any query that is updating anything in the code you sent. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 1:51 PM To: CF-Talk Subject: Re: Code review, PLEASE Sorry bout that: This is the error Error Occurred While Processing Request

RE: Code review, PLEASE

2001-03-19 Thread Robert Long
without seeing the update query, I would assume that the hidden value for ID needs to be the ID that is being selected from the 'selectcandidate' query. Perhaps the form input should be ... rest of code... -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday,

pulling CF code from a db an having that code parse in page

2001-03-23 Thread Robert Long
Here's one... I would like to allow a user to insert cf code, namely into a database field. Then I would like to have another template query the database and pull out the code and parse the cf code and pull in the template before sending it to the browser. What am I overlooking? Here's some of

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Robert Long
I think it was VERY unprofessional of those individuals that posted a link directly to the utility. I have no idea how many people are on this list, but now all of them have knowledge of that site. Why don't you just upload a copy of your CFAS cd and post a link to that too. -Original Message

RE: Template Encryption (was Need decryptor tag for CFUG presenta tion)

2001-06-08 Thread Robert Long
>> Can anyone else think of more good reasons to encrypt templates? How about downloadable demos of applications. There are a lot of applications out there that you can download demos for. As an author of one such application, the fact that an unscrupulous individual can decrypt the demo and hav

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Robert Long
There are a ton of books out there, why would you need to decrypt someone's tags to learn how to do something? Hell, this list is a wealth of free information. If you need to know how to do something, just ask. I am sure someone out here has done the same thing you're trying to do. Don't rip so

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Robert Long
-kev ~ Kevin Mansel Web Developer Fox Communications [EMAIL PROTECTED] DL : 425-649-1321 C : 425-346-7221 -Original Message- From: Robert Long [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 8:55 AM To: CF-Talk Subject: RE: Need decryptor tag for CFUG presentation I thin

RE:

2001-07-12 Thread Robert Long
Try this... -Original Message- From: Craig Kiessling [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 3:40 PM To: CF-Talk Subject: RE: Hi Kevin, Thanks for responding. Here is the original question: Hello folks, I am fairly new in the CF arena, and am in need of some

RE:

2001-07-12 Thread Robert Long
and, if it doesn't have a subject title, I normally don't even open it. Try putting a subject next time. Good luck -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 3:26 PM To: CF-Talk Subject: RE: 1) posting the code in this e-mail would ha

RE: CFgraph Examples. Anyone?

2001-07-18 Thread Robert Long
I've used something called ChartFX before. Documentation for use with CF used to suck, but may be better now. Check out www.chartfx.com . Seemed to be pricy, if memory serves, but very interactive for the users. >From what I understand, cfgraphs can do the basic graphs like popcharts. hth, Ro

RE: Intellectual Property (warning)

2001-08-20 Thread Robert Long
where can I find documentation to back your statement? > Encrypting the CF code even in the weak built in encryption is > a performance hit. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/

RE: CF-Talk "to & from" wierdness

2001-08-23 Thread Robert Long
That's funny, I have been having the same issue lately. My rule wasn't being used by Outlook and I had to do it manually. Thought it was just me and this new pc... -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 6:12 AM To: CF-Talk Su