Re: CFIF

2000-11-25 Thread Rob Keniger
on 11/26/00 3:15 PM, netman at [EMAIL PROTECTED] wrote: > Thanks for everyone's help, but I finally figured out which variable it is. > SERVER_NAME is the one. I think you'll find you need to use #cgi.server_name##cgi.script_name# to get the full path... -- Rob Keniger big bang solutions

Re: CFIF

2000-11-25 Thread netman
Thanks for everyone's help, but I finally figured out which variable it is. SERVER_NAME is the one. Thanks again, Robert - Original Message - From: "James McCullough" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, November 25, 2000 10:22 PM Subject: RE: CFIF > I

Re: CFIF

2000-11-25 Thread netman
Thanks again, But I want to know what URL the user is trying to goto, it should be something like the URL they put in there address box in the browser. Thanks, Robert - Original Message - From: "James McCullough" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, Nove

RE: CFIF

2000-11-25 Thread James McCullough
If you are trying to find out where the user is coming from in order to redirect them use cgi.http_referer like this -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 25, 2000 7:54 PM To: CF-Talk Subject: CFIF Good Evening, Trying to figure out how

RE: Dave Watts please read - Re: BLOCKFACTOR and MAXROWS

2000-11-25 Thread Raymond K. Camden
Here's a follow up question. Imagine a situation where you pass a list of IDs to a query. You know that the query will only return, at most, the same # of rows as IDs. Taking the same kind of query, where the amount of bytes returned per row divided into the buffers size would tell us to use 100 f

Re: CFIF

2000-11-25 Thread netman
I am aware of that function, but what I need to do is ex. the user goes to www.xyz.com I want to be able to use CFIF to look at the www.xyz.com and redirect to another url. I need to do this for a few url's. I hope this helps explain more. Robert - Original Message - From: <[EMAIL PROT

Re: CFIF

2000-11-25 Thread KJis18
--part1_75.ca0f6c5.2751e531_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I know if you are using CFIF like in a CFIF statement, you can do it this way... sample.cfm?action=xyz Send Me to This URL Send to other URL Kev --part1_75.ca0f6c5

CFIF

2000-11-25 Thread netman
Good Evening, Trying to figure out how to do a cfif on the url that is being passed. Need to redirect according to the url that the user has try to go to. Just not sure about the syntax to use to compare according to the url. Tried xyz But did not work. I thought it would be similar to a url.

Re: Form Help

2000-11-25 Thread Justin Scott
> > How about just (the "IS" test isn't > a > > case-sensitive test). > > :-) > > I read a while back that compareNoCase is a faster way of comparing strings > than using IS... Correct. Since CompareNoCase() is a boolean expression, it supposedly executes faster than a string expression like IS

Re: Structures: Where is data kept

2000-11-25 Thread Bill Davidson
I'm not a CF-internals expert, but is it possible the CFID and CFTOKEN are being kept in some way and therefore the session variables are persisting in this case? Either the cookies are not expiring themselves, or perhaps they are being passed in the URL from a cached request in the history of th

Re: Dynamic Graphing - Spider Graphs

2000-11-25 Thread Daryl Fullerton
Cheers Dave, Thats a great little tool. It does exactly what we want and it also does surface charts as well. Its great when you come across a bonus like that. Has anyone else used ChartFX? Thanks for the help. D Daryl Fullerton, Managing Partner, BizNet Solutions, Allaire Premier Partner (

RE: Structures: Where is data kept

2000-11-25 Thread Bill Killillay
You know they don't and I know they don't, but earlier in this thread the gentleman said they where making it across "reboots". The only thing that would explain that is if the data was being held in a cookie. Now I guess the question is which machine is he talking about the reboot on. If it's

RE: Dynamic Graphing - Spider Graphs

2000-11-25 Thread Dave Watts
> Does anyone know of an application that dynamically creates > Spider Graphs / Rader Graphs like the one in the attached file. > > Appreciate any help as i have hunted high and low on the > NETno joy every other type but not Spider/ Radar. I seem to recall ChartFX doing these types of gra

Dynamic Graphing - Spider Graphs

2000-11-25 Thread Daryl Fullerton
This is a multi-part message in MIME format. --=_NextPart_000_00F7_01C0571A.D99EC0C0 Content-Type: multipart/alternative; boundary="=_NextPart_001_00F8_01C0571A.D99EC0C0" --=_NextPart_001_00F8_01C0571A.D99EC0C0 Content-Type: text/plain; charset="iso-8859-1" Content-T

RE: Structures: Where is data kept

2000-11-25 Thread Nick McClure
They don't. At 01:35 PM 11/25/2000 -0500, you wrote: >Then how would the persist across the reboots? > > > -Original Message- > > From: Dave Watts [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, November 25, 2000 1:34 PM > > To: CF-Talk > > Cc: '[EMAIL PROTECTED]' > > Subject: RE: Structur

RE: Structures: Where is data kept

2000-11-25 Thread Dave Watts
> > Session variables are NOT stored in client-side > > cookies. They're always > > stored in memory. What is stored in cookies are > > the two tokens CF uses to > > associate a user's browser with those variables > > stored in memory. > > Then how would the persist across the reboots? They do

RE: Structures: Where is data kept

2000-11-25 Thread Bill Killillay
Then how would the persist across the reboots? > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 25, 2000 1:34 PM > To: CF-Talk > Cc: '[EMAIL PROTECTED]' > Subject: RE: Structures: Where is data kept > > > > Session variables are stored in cli

RE: Structures: Where is data kept

2000-11-25 Thread Dave Watts
> Session variables are stored in client side cookies and/or > server memory. They DO NOT get stored in the registry. The > variables that get stored in the registry are Client > variables. There is a BIG difference in the two. For > example you cant story a structure in a Client variable with

RE: Structures: Where is data kept

2000-11-25 Thread Bill Killillay
Session variables are stored in client side cookies and/or server memory. They DO NOT get stored in the registry. The variables that get stored in the registry are Client variables. There is a BIG difference in the two. For example you cant story a structure in a Client variable with out using

RE: Inserting HTML Anchor into Oracle

2000-11-25 Thread Joseph J. Sanger, M.D.
oops .. sorry, yes, I was doing that already ... left it out of my message. >try > >INSERT INTO MyTable (Link) VALUES ('#MyLink#'); > >-Original Message- >From: Joseph J. Sanger, M.D. [mailto:[EMAIL PROTECTED]] >Sent: Saturday, November 25, 2000 10:02 AM >To: CF-Talk >Subject: Inserting

RE: Inserting HTML Anchor into Oracle

2000-11-25 Thread James McCullough
try INSERT INTO MyTable (Link) VALUES ('#MyLink#'); -Original Message- From: Joseph J. Sanger, M.D. [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 25, 2000 10:02 AM To: CF-Talk Subject: Inserting HTML Anchor into Oracle I am trying to insert a record with the following text into O

RE: Structures: Where is data kept

2000-11-25 Thread James McCullough
Strucures are stored in memory so it seems odd that they persist over a reboot unless you check for their existence and create them if they don't exist. Otherwise you need to run a script to load them upon reboot. However client variables(CFID and CFTOKEN) are stored in a structure and the defaul

Inserting HTML Anchor into Oracle

2000-11-25 Thread Joseph J. Sanger, M.D.
I am trying to insert a record with the following text into Oracle: with the following CF statement: INSERT INTO MyTable (Link) VALUES (#MyLink#); The code executes without an error message, but no insertion occurs. With debugging turned on, I can see the insert statement ... it looks fine,

Re: Structures: Where is data kept

2000-11-25 Thread Michael She
I believe you have the option of storing session variables in the registry (not sure where) or in a specific datasource. At 09:47 AM 11/25/00 -0500, you wrote: >Once a structure has been created and populated, where is the data kept? I >can't find it in the registry anywhere but it persists ac

Difference between CF calling the transact vs. SQL?

2000-11-25 Thread Lon Lentz
Is there a difference between using CFTransaction and using "begin transaction" in a regular CFQuery? Lon Lentz Applications Developer & CyberEntomologist - Alvion Technologies DataWarehousing and List Sales - Market Your Lists on the Net! [EMAIL PROTECTED] 941-574-8600 Ext. 210 ~~~

Checking for Field Name Existence

2000-11-25 Thread sebastian palmigiani
I have an uploaded file which is turned into a query set. I want to be able to check that the uploaded file has the field name in it. ---uploaded file: directory.txt "custno" "GALC1" "APER1" "AALB1" "SPAL1" -retrieve file http://127.0.0.1/CFscripts/Arica/Administration/Rol

RE: Order of variable scope checking

2000-11-25 Thread aidan . whitehall
> This is the order in which CF evaluates variables if they > aren't scoped. > > 1. Local vars created using CFSET and CFQUERY > 2. CGI vars > 3. File vars > 4. URL vars > 5. Form > 6. Cookies > 7. Client I thought the query scope was a scope in it's own right. Are they really just local

RE: CFINCLUDE woes

2000-11-25 Thread aidan . whitehall
> Still new to CF so forgive me if this question seems sort of > retarded... I am trying to use CFINCLUDE in my site to include my left [ snip] > Is CFINCLUDE meant to be used this way or do I have to replicate the > includes directory inside every sub directory of my site? Skimmed your post,

RE: WHOIS tag?

2000-11-25 Thread Bill Killillay
Do a search on WHOIS at the Allaire developer center. There are 4 or 5 of them up there. > -Original Message- > From: Adrian Cooper [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 25, 2000 9:37 AM > To: CF-Talk > Subject: WHOIS tag? > > > Can anyone tell me where I can find a WHOIS

Saved Searches & Cron Job E-mail Results

2000-11-25 Thread webmaster
I am creating a site that allows real estate buyers to search our database of homes for sale. I would like to have the search parameters saved and then have the search continue to run again at a later date automatically and if there are new results, e-mail a hyperlink to the new results to the p

Structures: Where is data kept

2000-11-25 Thread Paul Sinclair
Once a structure has been created and populated, where is the data kept? I can't find it in the registry anywhere but it persists across server reboots so it is obviously somewhere in the machine. If I need to get at it to move it to a different server, where do I go to get it? Paul Sinclair ~~~

WHOIS tag?

2000-11-25 Thread Adrian Cooper
Can anyone tell me where I can find a WHOIS tag please (a URL would be great). I just need to take an input and have it query a specified WHOIS server of my choice. Thanks, Adrian Cooper. ~~ Structure your ColdFusion code with Fusebox. Get the of

Re: Application.cfm inheritence

2000-11-25 Thread Jeffry Houser
Functional solution I would prefer to see the settings separated out as their own includes, instead of just including the parent. It would give you more control. Todd Ashworth wrote: > > ColdFusion only looks up the directory tree if it can't find an > Application.cfm. As soon as it f