RE: multi-keyed structures?

2000-03-26 Thread Chris Montgomery
The latest (March) edition of CFDJ has a feature article about this. Chris Montgomery = astutia.com - http://www.astutia.com [EMAIL PROTECTED] Astute e-business applications web site development 210-490-3249/888-745-7603 Fax

RE: Cold Fusion Technical Paper

2000-03-26 Thread Sean Brown
just change it from www1.allaire.com to www.allaire.com -Sean ___ Sean Brown [EMAIL PROTECTED] Systems Engineer [EMAIL PROTECTED] Westcar Consulting Group www.westcar.com Allaire Alliance Partner www.allaire.com

How to make CFHTTP.FileContents work?

2000-03-26 Thread mirza baig
Hi all, This is my first time to use CFHTTP. Just for testing I have one file called test.cfm as: body cfparam name="id" default="123" cfset id = "form.id" CFHTTP METHOD="POST" URL="testAction.cfm" username="mbaig"

Re: Advice requested on building an admin page

2000-03-26 Thread Hubert Earl
This is a multi-part message in MIME format. --=_NextPart_000_00A0_01BF9762.69BAC420 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable thanks very much. hubert --- Hubert Earl ICQ#: 16199853 I develop maintain web sites internationally.

RE: [Help !!!! with session time outs]

2000-03-26 Thread Lee Fuller
Why not check for the existence of the var (and/or a value in the var) prior to loading the rest of the page, and take appropriate action if it doesn't exist/is empty? Works for us... Just my .02 Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Access Database and sum function - Major Problems!

2000-03-26 Thread Jay Sudowski
Hi All, Hopefully you guys can help me out here. I'm really stumped. Here's the situation. I have 3 tables - clients, billing_client, and payments_clients. In billing_client and payments_clients, I have the following fields ... billing_client: id, client_id, amount, bill_desc payments_clients:

RE: [Help !!!! with session time outs]

2000-03-26 Thread Cameron Childress
Why not check for the existence of the var (and/or a value in the var) prior to loading the rest of the page, and take appropriate action if it doesn't exist/is empty? Or better yet just use CFPARAM... -Cameron Cameron Childress McRae Communications 770.460.7277 x.232

Re: cfhttp for .cfm

2000-03-26 Thread Jim McAtee
Thanks. I'd never done that before. I might have looked at the documentation before posting. :) "HTTP GET -- A user can specify a URL that points to a text or binary file. The file will be downloaded and its contents stored in a CF variable or in a file so that the user can manipulate the