Re: OT: Asp Developers

2000-05-22 Thread paul smith

Wrong.  I live in the San Francisco Bay Area.

best,  paul

At 10:01 AM 5/22/00 +1000, you wrote:

I am assuming you are Australian. An ASP developer I have met
works in Sydney for GlassOnion

I never actually worked with them.

At 11:04 AM 19/05/00 -0700, you wrote:
 G'Day!
 
 You might remember my recent post here about my client
 who asked me to convert his ASP-based website to
 ColdFusion.
 
 Although I told him at the time his least-cost route
 was to get a responsible, fair ASP developer to take
 over his website, he still wanted to go with me,
 apparently because I gave him straight talk and he
 was confident I would treat him right and fair.
 
 I've concluded that for ME to convert his site from
 ASP to ColdFusion will probably exceed his budget.
 I haven't told him yet because I'd like to present
 him with options.  It's clear he spent a LOT to
 someone to develop his current websites.  (There
 are two websites, and probably more.)
 
 If you're an ASP-capable-developer, and can be
 responsive and fair, please contact me off-list,
 including your location, business website, and
 telephone number.
 
 I do not want a fee from you, as I want to
 make an unbiased recommendation to him.
 
 best,  paul
 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFencrypt

2000-05-22 Thread Steven Woo

hey all,

does anyone know what type of encrption standard CFcrypt is using.

regards,

Steven 
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFencrypt

2000-05-22 Thread Michael Dinowitz

DES


 hey all,

 does anyone know what type of encrption standard CFcrypt is using.

 regards,

 Steven
 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



(AW) Voice Mail

2000-05-22 Thread Eric Dawson

way off topic here.
I used to (still do) have a bigMouth voicemail board. It was a basic one 
line answering machine. but it was quite programmable, and could do some 
file processing (batch files) and outbound calling. DOS application.

I thought it would be cool if I could put my answering machine on the web, 
but unfortunately although it has a conversion program from it proprietary 
compression format to wav (another simple step to MP3 or similar format), I 
couldn't get the card to work in the same box as a network card, I never 
tried a modem, but that's an idea, hmmm.

??? What are my options? I would imagine that any voice modem would be 
capable of having a programmatic interface, and doing outbound, but I am not 
familiar. I have never seen an API or interface that was really any good for 
mapping out a voice system bundled with a voice modem.

Examples of usage.
1.) Complex logical treed voice mail system. time of day?
2.) remote (voice) message retrieval for multiple users (piece of cake, 
standard right?)
3.) outbound?
4.) Call my friends (database) asking how much beer they have in the fridge. 
If the answer was below, I wuickly hung up and went to the next call. if 
more than a specified tolerance, I was notified, and the friend was told I 
was coming over.
5.) Games.


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Wierd error

2000-05-22 Thread Leong Yew

Have you tried running the code again? On some occasions I've experienced
these unknown exception errors. The code seems perfectly fine but throws
these errors only the first time it is executed, and then works normally
afterwards. Try clicking on your browser's refresh button a couple of
times...

-Original Message-
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 5:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Wierd error


Judging by the text you put in your sample code, you either need more sleep
or
more caffeine man!

Dave

PS - Nope, complete mystery to me!

James Sleeman wrote:

 The following code is producing a CF error, and some very strange output
 (not what I would expect AT ALL, where the hell does "Hello .. 11" come
from
 ?!?!?! ), any ideas why anyone ?

 The code
 -- CUT HERE --
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"

 html
 head
  titleUntitled/title
 /head

 body
 CFLOOP FROM=1 TO=6 INDEX="x"
  CFOUTPUTHello .. #x#BR/CFOUTPUT
 /CFLOOP

 CFLOOP FROM=1 TO=10 INDEX="x"
  CFOUTPUTHoopy .. #x#BR/CFOUTPUT
 /CFLOOP

  Hoopy !BR
 CFTRY
 CFTHROW TYPE="BORKY" MESSAGE="You blah !" DETAIL="Blah!"

 CFCATCH TYPE="BORKY"
   Hey error boy, what's the error today ?BR
   CFOUTPUT#CFCATCH.Message#BR#CFCATCH.Detail#/CFOUTPUTBR
 /CFCATCH
 /CFTRY
  La De Da
 /body
 /html
 --

 The output
 - CUT HERE ---
 Hello .. 1
 Hello .. 2
 Hello .. 3
 Hello .. 4
 Hello .. 5
 Hello .. 6
 Hoopy .. 1
 Hoopy .. 2
 Hoopy .. 3
 Hoopy .. 4
 Hoopy .. 5
 Hoopy .. 6
 Hoopy .. 7
 Hoopy .. 8
 Hoopy .. 9
 Hoopy .. 10
 Hoopy !
 Hello .. 11
 ---

 The error
 -
 Error Diagnostic Information
 unknown exception condition

 unknown error while executing a tag.

 Date/Time: 05/22/00 16:52:02
 Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
 Remote Address: 10.10.10.105
 -

 ---
 James Sleeman,
   E-Commerce, Database, Programmer
   Innovative Media Ltd

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Studio 4.5.1 Deployment Wizard

2000-05-22 Thread Andrew Scott

Hi Mike,

I have been having no problems with the deployment of the project. To
understand things better you might need to give more insight into the
problem. Does each folder have the deployment, check the properties on each
folder and check the deployment path is actually setup correctly.

In otherwords the deployment should be relative to the root, the only reason
you would change this option is if you need to store files in other
directories that were not part of the server dir structure.




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Michael Kear
Sent: Monday, 22 May 2000 1:58 PM
To: '[EMAIL PROTECTED]'
Subject: Studio 4.5.1 Deployment Wizard


Has anyone managed to convince CFStudio 4.5.1 deployment wizard to work
properly?

When I use it, I can get it to deploy my project to the correct drive on
my remote server, but not to go to the correct folder on that drive.  It
always insists on dumping all the files into the root folder of the drive.

I'm using RDS, setting it to point the deployment path to the correct
place, and using mouse navigation rather than typing the path so I avoid
typos.  As I understand it, when I use the deployment wizard, I should
pick the drive the project is to go on and it'll put the files away in the
correct places, creating the folders if necessary.  IS this right?

But it's not doing it.

Anyone else managed to tame this damn beast?

Cheers,
Mike Kear
AFP Web Development
Windsor, NSW, Australia
http://www.afp.zip.com.au




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: application.cfm but not for all

2000-05-22 Thread Philip Arnold - ASP

 Very cool, thanku!, I had to use SCRIPT_NAME my PATH_INFO is always empty,
 not sure why.

Don't tell me, you use WebSite Pro...

I've noticed that some web servers handle some of the CGI variables
differently... maybe there's no real "standard"...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Best Editor

2000-05-22 Thread Philip Arnold - ASP

 Which is the best editor out there that you fellow cf'ers like?

 Adobe Go Live
 Dreamweaver
 Homesite
 Frontpage
 Liquid Web
 Cold Fusion Studio

 Any Suggestions?

A mixture of Studio and Dreamweaver...

Studio has the RDS links to databases, which means you can build queries
without keeping something like Enterprise Manager open - also you can run
SQL on the server to update the entries immediately.

Studio also "talks" to Dreamweaver (well, it allows you to switch between
the two), so you can write your CF at the top of the page, then run a visual
editor to build your tables etc.

DO NOT use Frontpage on a CF template - it will eat your CF code and just
leave it's (bad) HTML

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Best Editor

2000-05-22 Thread Nick Slay

I'm a Studio user through and through and our designers use Dreamweaver.

I second Philip's comments about Frontpage!!!


At 10:44 22/05/00 +0100, you wrote:
  Which is the best editor out there that you fellow cf'ers like?
 
  Adobe Go Live
  Dreamweaver
  Homesite
  Frontpage
  Liquid Web
  Cold Fusion Studio
 
  Any Suggestions?

A mixture of Studio and Dreamweaver...

Studio has the RDS links to databases, which means you can build queries
without keeping something like Enterprise Manager open - also you can run
SQL on the server to update the entries immediately.

Studio also "talks" to Dreamweaver (well, it allows you to switch between
the two), so you can write your CF at the top of the page, then run a visual
editor to build your tables etc.

DO NOT use Frontpage on a CF template - it will eat your CF code and just
leave it's (bad) HTML

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Best Editor

2000-05-22 Thread vincy

Im more of a CF studio and Dreamweaver type of guy.
To me that seems as a  good combination.

[V]



At 01:53 AM 5/22/00 -0400, [EMAIL PROTECTED] wrote:
Which is the best editor out there that you fellow cf'ers like?

Adobe Go Live
Dreamweaver
Homesite
Frontpage
Liquid Web
Cold Fusion Studio

Any Suggestions?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Ken M. Mevand

oh no!!! my mails are all gone!!!

its not a virus, i did not open any attachments, i have virus software
installed. all my mails are gone, and OE is back to the settings just like
when i first install it. Everything else in the HDD is ok.

when i take a look at the inbox.dbx file (which is 180KB big, although OE
does not show any messages in it), there are all the HTML codes generated
from my coldfusion server (desktop edition). i'm running Win98, SQL7, CF4.5
desktop and PWS.

i did use CFMAIL just a while ago.

how ???

-ken



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Stephen Moretti

 oh no!!! my mails are all gone!!!

 its not a virus, i did not open any attachments, i have virus software
 installed. all my mails are gone, and OE is back to the settings just like
 when i first install it. Everything else in the HDD is ok.

 when i take a look at the inbox.dbx file (which is 180KB big, although OE
 does not show any messages in it), there are all the HTML codes generated
 from my coldfusion server (desktop edition). i'm running Win98,
 SQL7, CF4.5
 desktop and PWS.

 i did use CFMAIL just a while ago.

 how ???


Ken

I very much doubt that it will have been CFMAIL.  CFMAIL writes files into
the following directories:
\cfusion\mail\log
\cfusion\mail\spool
\cfusion\mail\undelivr


Sounds possibly like you've logged in as another user or something like that
and set up a new identity/inbox for Outlook.


Suggestions:

1) Check you're looking at the correct identity
2) Check that you're logged on as the correct user.
3) Think about what else you were doing at the time.

Regards

Stephen

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



How to get the column's type?

2000-05-22 Thread Rudy Rustram

Hi guys,

I'm using MS SQL 7.
Easily we can get the column's name, but how about the column's type?

Any comments are welcome.

Thanks in advance

-Rudy
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFLOCK Confusing Appication, client, session usage.

2000-05-22 Thread Ben Lowndes

Hi,

I'd like some help clearing up a few issues surrounding the confusing nature
of CFLOCK.

Do I have to make all references to Session variables such as session.id
within a CFLOCK? Does this include references made using them as form and
URL variables (is this different depending upon wether the server is 4 or
4.5)??

In my Application.cfm page I have something like:
CFLOCK name="#application.applicationName#" type="EXCLUSIVE" timeout="30"
 CFIF Not IsDefined('Application.datasource')
  CFSCRIPT
   Application.dsn = "OnlineStore";
   Application.mapped_path = "/mystore";
   Application.site_name = "My Store";
  /cfscript
 /CFIF
/CFLOCK

Is this appropriate use of CFLock? (particularly is it ok to use it around
CFScript?). As I am setting my DSN here for use with every query and
referencing it repeatedly should I put a readonly CFLock around my queries
even though Application.DSN never changes?
Would I be better off loading the Application.dsn into a local variable and
referencing that instead? e.g
CFSET myDSN = Application.DSN
Then would I still need CFLOCK around references to myDSN?
Would this work with all session and app variables removing the need for
repeated use of CFLock - e.g setting CFID to a locl var?

I'm working on an online store and would like to avoid having to re-query
for the category names on every page. So if I put this in application.cfm:

cfif NOT IsDefined("SESSION.CatQuery")
 cflock name="#SESSION.SessionID#" timeout="30"
cfquery name="SESSION.CatQuery" datasource="#dsn#"
 SQL..
/cfquery
 /cflock
/cfif

Or, it would seem even better to chang all the above session variables to
applcation variables so the first time they visit the page it doesn't even
need to run the query then. Then when the DB is updated I could set another
variable to indicate that and ensure the query is rerun. (if that makes
sense) Is that a reasonable thing to do?

Thanks for reading, I'm pretty confused about some of this as you can
probably see.

Ben.






--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Solaris 4.5 and Ucase

2000-05-22 Thread Michael Chiu

Is anyone using Solaris 4.5 and having problems with Ucase and Lcase?
When I use either of them, I get a strange error I've never seen before.  

runtime_error: System does not recognize this locale name

 unknown error while executing a tag.


Mike Chiu

[EMAIL PROTECTED]  http://yoyoman.insync.net
"No one who believes in him will be put to shame." (Romans 10:11)


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: ICQ List

2000-05-22 Thread Steve Robson

Hi all

I, unfortunately, lost my icq contact list over the weekend, can anyone let
me know (offlist) what the icq# is for the active lists relating to CF?

Cheers
Steve
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Is anyone interested.... online demo ready

2000-05-22 Thread Clint Tredway

Right now there isn't a lot of error checking. I am adding that daily.

-Original Message-
From: Robert M. Saxon, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 11:48 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Is anyone interested online demo ready


Clint...This looks great.

It may be intentional, but I noticed that there are no required fields on
the "Add a DSN" page.  It accepts blank submissions.

Congrats,

Rob
___
Robert M. Saxon, Jr. (Rob), Senior Web Developer
Mercer University
Department of Web Management

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 10:05 AM
To: '[EMAIL PROTECTED]'
Subject: Is anyone interested online demo ready

Ok, the code is almost ready for release. If you would like to see what is
working right now, go here.
http://216.91.204.248/dbtool/index.cfm

There are some things that I am going to change/improve today and over the
weekend. I would like to get everyones opinion on the first run version.

Here is what it does:
Allows viewing of columns in chosen tables and the data in those columns.

Generates SELECT,INSERT,UPDATE,DELETE code based on the table/fields chosen.

Planned for the next release:
Stored Procedure Generator
Add/Drop Tables/Fields
Add/Update/Delete data in the database

Possible additions:
MSAccess Support

I would be very appreciative if I could get some feedback within the next
few days.

Thanks,

Clint

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Wierd error

2000-05-22 Thread Jay Wigginton

I changed the cfcatch type = "any" and the code executes without error...

cfcatch type="Any"

Jay

 -Original Message-
 From: James Sleeman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 22, 2000 1:15 AM
 To: [EMAIL PROTECTED]
 Subject: Wierd error


 The following code is producing a CF error, and some very strange output
 (not what I would expect AT ALL, where the hell does "Hello ..
 11" come from
 ?!?!?! ), any ideas why anyone ?

 The code
 -- CUT HERE --
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"

 html
 head
  titleUntitled/title
 /head

 body
 CFLOOP FROM=1 TO=6 INDEX="x"
  CFOUTPUTHello .. #x#BR/CFOUTPUT
 /CFLOOP

 CFLOOP FROM=1 TO=10 INDEX="x"
  CFOUTPUTHoopy .. #x#BR/CFOUTPUT
 /CFLOOP

  Hoopy !BR
 CFTRY
 CFTHROW TYPE="BORKY" MESSAGE="You blah !" DETAIL="Blah!"

 CFCATCH TYPE="BORKY"
   Hey error boy, what's the error today ?BR
   CFOUTPUT#CFCATCH.Message#BR#CFCATCH.Detail#/CFOUTPUTBR
 /CFCATCH
 /CFTRY
  La De Da
 /body
 /html
 --

 The output
 - CUT HERE ---
 Hello .. 1
 Hello .. 2
 Hello .. 3
 Hello .. 4
 Hello .. 5
 Hello .. 6
 Hoopy .. 1
 Hoopy .. 2
 Hoopy .. 3
 Hoopy .. 4
 Hoopy .. 5
 Hoopy .. 6
 Hoopy .. 7
 Hoopy .. 8
 Hoopy .. 9
 Hoopy .. 10
 Hoopy !
 Hello .. 11
 ---


 The error
 -
 Error Diagnostic Information
 unknown exception condition

 unknown error while executing a tag.


 Date/Time: 05/22/00 16:52:02
 Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
 Remote Address: 10.10.10.105
 -


 ---
 James Sleeman,
   E-Commerce, Database, Programmer
   Innovative Media Ltd


 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: css and coldfusion

2000-05-22 Thread Tim Bahlke

I'm sure you already know this but ... doesn't work in NN.

--
Tim Bahlke
thinkcreate.com
P: 336.230.0575

-Original Message-
From: Brandon Whitaker [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 20, 2000 12:29 PM
To: [EMAIL PROTECTED]
Subject: Re: css and coldfusion

I know this may be a bit OT but Im trying to use cfinclude to incorporate
css in my pages but for some reason the hover action (underline attribute)
is only working for some links, not all. I am using the following code for
the CSS:

snip

I had this same problem myself, Shane...it has to do with the order in which
you specify the styles; if you specify a hover BEFORE the visited, 'visited'
attributes will take precedence over 'hover' attribs.

Try this order and see if it helps:
a:link {attribs}
a:visited {attribs}
a:active {attribs}
a:hover {attribs}

HTH! HAND!

Brandon Whitaker
[EMAIL PROTECTED]
---
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla
"The net interprets censorship as damage and routes around it."
- John Gilmore



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Help With CFMAIL using 4.5.1

2000-05-22 Thread Jill Cooney

I ran into the same problem after upgrading to 4.5 and was able to
fix it after looking at the following Knowledge Base article:
http://www.allaire.com/Handlers/index.cfm?ID=15821Method=Full. It turned
out to be a permissions problem so I didn't need to install the patch.
Hope this helps.

Jill Cooney
Webmaster
Dataware Technologies
http://www.dataware.com


-Original Message-
From: Double Down, Inc [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 10:24 AM
To: [EMAIL PROTECTED]
Subject: Help With CFMAIL using 4.5.1


This is a multi-part message in MIME format.

--=_NextPart_000__01BFC17C.486D6EA0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit

I am trying to run a mail script that has worked in 4.0.1 When I try to run
it in 4.5.1 I get the following error

unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (9:1) to (9:97).
Any ideas how I can get this to work?

TIA

DDINC


--=_NextPart_000__01BFC17C.486D6EA0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40"

head
meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252"
meta name=3DProgId content=3DWord.Document
meta name=3DGenerator content=3D"Microsoft Word 9"
meta name=3DOriginator content=3D"Microsoft Word 9"
link rel=3DFile-List href=3D"cid:[EMAIL PROTECTED]"
!--[if gte mso 9]xml
 o:OfficeDocumentSettings
  o:DoNotRelyOnCSS/
 /o:OfficeDocumentSettings
/xml![endif]--!--[if gte mso 9]xml
 w:WordDocument
  w:ViewNormal/w:View
  w:Zoom0/w:Zoom
  w:DocumentKindDocumentEmail/w:DocumentKind
  w:EnvelopeVis/
 /w:WordDocument
/xml![endif]--
style
!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p
{margin-right:0in;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
span.EmailStyle15
{mso-style-type:personal-compose;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--
/style
/head

body lang=3DEN-US style=3D'tab-interval:.5in'

div class=3DSection1

p class=3DMsoNormalspan class=3DEmailStyle15font size=3D2 =
color=3Dblack
face=3DArialspan =
style=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'I am trying to run a mail script that has worked in 4.0.1 When I =
try to
run it in 4.5.1 I get the following =
erroro:p/o:p/span/font/span/p

p class=3DMsoNormalspan class=3DEmailStyle15font size=3D2 =
color=3Dblack
face=3DArialspan =
style=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'![if =
!supportEmptyParas]nbsp;![endif]o:p/o:p/span/font/span/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'unknown exception condition /span/fontfont =
color=3Dblackspan
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'TagCFMail::sendMessage /span/fontfont =
color=3Dblackspan
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'The error occurred while processing an element with a =
general
identifier of (CFMAIL), occupying document position (9:1) to =
(9:97)./span/fontfont
color=3Dblackspan =
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

p class=3DMsoNormalspan class=3DEmailStyle15font size=3D2 =
color=3Dblack
face=3DArialspan =
style=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'Any ideas how I can get this to =

RE: Dynamic Forms in CF [How To?]

2000-05-22 Thread Reynolds, Adam

Simpleadd a form variable called 'numberofentries'.

If defined loop and create a X entries each suffixed by a number 1..X set an
invisible variable to the number requested. Action for the form should be to
some sort of insertentries.cfm

If not defined display a form which asks how many entries would you like to
make with the action to re-submit to the same form.

On submissio, the insertentries.cfm should loop X times and attempt an
insert. Make a check to make sure data exists for each entry.
 
Adam Reynolds
ColdFusion Consultant
HJ Heinz
Tel: 01344 397016  Fax: 01344 397010
Mobile: 07973 386620
Email: [EMAIL PROTECTED]

 --
 From: Paul Ihrig[SMTP:[EMAIL PROTECTED]]
 Sent: 22 May 2000 12:57
 To:   [EMAIL PROTECTED]
 Subject:  Dynamic Forms in CF [How To?]
 
 Hello.
 I have a project set up for here that i need to recreate in CF.
 Half way through it, there is a section for team members on the project
 01-12.
 
 01 Team Members Full Name   [Drop Down]
 Needs Training   [checkbox]
 Laptop   [checkbox]
 Foreign Language Operating System  [checkbox]
 
 well, sometimes the manager filling in the form will only add a few team
 members, 
 sometimes they may have more then 12 people on a team.
 
 So how can i build a form that first has a drop down or text are that asks
 
 How many team members do you have?
 
 Then Dynamically creates the fields needed?
 
 Would i need to break the form into several pages?
 
 After storing the info i also need to email the content to several people.
 
 I have all the standard  books. 
 if you know chapter  page # that may have the answer i need that would be
 cool too!
 
 Also If any one has any experience grabbing content/data from Semaphore,
 Please contact me.
 
 Thanks again.
 -paul
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 
**
 This email and any attachments are confidential and solely
 for the use of the intended recipient.  They may contain
 material protected by legal professional or other privilege.
 If you are not the intended recipient or the person responsible
 for delivering to the intended recipient, you are not authorised
 to and must not disclose, copy, distribute or retain this email
 or its attachments.  Although this email and its attachments
 are believed to be free of any virus or other defect, it is the
 responsibility of the recipient to ensure that they are virus free
 and no responsibility is accepted by the company for any
 loss or damage arising from receipt or use thereof.

**
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Best Editor

2000-05-22 Thread Nick McClure

Studio all the way. Our Graphic designers use 
Illustrator/Photoshop/ImageReady for all the pretty pictures.


At 01:53 AM 5/22/2000 -0400, you wrote:
Which is the best editor out there that you fellow cf'ers like?

Adobe Go Live
Dreamweaver
Homesite
Frontpage
Liquid Web
Cold Fusion Studio

Any Suggestions?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Best Editor

2000-05-22 Thread Steve Watson

Visual Notepad

Steve Watson

--- vincy [EMAIL PROTECTED] wrote:
 Im more of a CF studio and Dreamweaver type of guy.
 To me that seems as a  good combination.
 
 [V]
 
 
 
 At 01:53 AM 5/22/00 -0400, [EMAIL PROTECTED] wrote:
 Which is the best editor out there that you fellow
 cf'ers like?
 
 Adobe Go Live
 Dreamweaver
 Homesite
 Frontpage
 Liquid Web
 Cold Fusion Studio
 
 Any Suggestions?

--
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or 
 send a message to [EMAIL PROTECTED]
 with 'unsubscribe' in 
 the body.
 

--
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to
 [EMAIL PROTECTED] with 'unsubscribe'
 in the body.


__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Studio 4.5.1 Deployment Wizard

2000-05-22 Thread Mark Sorteberg

 -Original Message-
 From: Michael Kear [SMTP:[EMAIL PROTECTED]]
 Sent: Sunday, May 21, 2000 10:58 PM
 To:   '[EMAIL PROTECTED]'
 Subject:  Studio 4.5.1 Deployment Wizard
 
 Has anyone managed to convince CFStudio 4.5.1 deployment wizard to
 work
 properly?
 
 When I use it, I can get it to deploy my project to the correct drive
 on
 my remote server, but not to go to the correct folder on that drive.
 It
 always insists on dumping all the files into the root folder of the
 drive.
 
 I'm using RDS, setting it to point the deployment path to the correct
 place, and using mouse navigation rather than typing the path so I
 avoid
 typos.  As I understand it, when I use the deployment wizard, I should
 
 pick the drive the project is to go on and it'll put the files away in
 the
 correct places, creating the folders if necessary.  IS this right?
 
 But it's not doing it.
 
 Anyone else managed to tame this damn beast?
 
 Cheers,
 Mike Kear
 AFP Web Development
 Windsor, NSW, Australia 
 http://www.afp.zip.com.au
 
Mike:

I think I'm having similar problems.  But I am brand
spanking new to all of this.  I've assumed it is something I've done
wrong.  I've been unloading and reloading IIS, Studio and Server and now
I can't get anything to work.   Arrrgh.  I am in contact with
Allaire about this issue.  I have arrived at the point where someone
from Allaire has offered to call me.  I am just waiting until I can get
IIS up and running on my machine before I give them my number.

In total sympathy,

Mark Sorteberg
Webmaster
INSPEC, INC. http://www.inspec.com
Minneapolis and Milwaukee
Member of the International Webmasters Association
http://www.iwanet.org/

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Hoffman, Joe (CIT)

It is another MS feature ... er ... I mean bug ... 
your folders.dbx file got screwed and it can't see 
the rest of your mail.

I will mail you off list my notes for fixing it.

Joe Hoffman mailto:[EMAIL PROTECTED]
National Institutes of Health 
Center for Information Technology 
Division of Computer System Services

-Original Message-
From: Ken M. Mevand [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 6:24 AM
To: [EMAIL PROTECTED]
Subject: Coldfusion Deleted My Outlook Express Mail


oh no!!! my mails are all gone!!!

its not a virus, i did not open any attachments, i have virus software
installed. all my mails are gone, and OE is back to the settings just like
when i first install it. Everything else in the HDD is ok.

when i take a look at the inbox.dbx file (which is 180KB big, although OE
does not show any messages in it), there are all the HTML codes generated
from my coldfusion server (desktop edition). i'm running Win98, SQL7, CF4.5
desktop and PWS.

i did use CFMAIL just a while ago.

how ???

-ken




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Terry Boren

Check your 'File', 'Identities' in OE.  Somehow it may be set to some other
default id in which case you can set it back.  Just a thought.
-Terry Boren

- Original Message -
From: Ken M. Mevand [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 6:24 AM
Subject: Coldfusion Deleted My Outlook Express Mail


 oh no!!! my mails are all gone!!!

 its not a virus, i did not open any attachments, i have virus software
 installed. all my mails are gone, and OE is back to the settings just like
 when i first install it. Everything else in the HDD is ok.

 when i take a look at the inbox.dbx file (which is 180KB big, although OE
 does not show any messages in it), there are all the HTML codes generated
 from my coldfusion server (desktop edition). i'm running Win98, SQL7,
CF4.5
 desktop and PWS.

 i did use CFMAIL just a while ago.

 how ???

 -ken



 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Best Editor

2000-05-22 Thread Shally Kon

ME TO 
I also use Cfstudio and Dreamweaver together,thats the best combination for me atleast.
Shally


--Original Message--
From: Steve Watson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: May 22, 2000 1:40:30 PM GMT
Subject: Re: Best Editor


Visual Notepad

Steve Watson

--- vincy [EMAIL PROTECTED] wrote:
 Im more of a CF studio and Dreamweaver type of guy.
 To me that seems as a  good combination.
 
 [V]
 
 
 
 At 01:53 AM 5/22/00 -0400, [EMAIL PROTECTED] wrote:
 Which is the best editor out there that you fellow
 cf'ers like?
 
 Adobe Go Live
 Dreamweaver
 Homesite
 Frontpage
 Liquid Web
 Cold Fusion Studio
 
 Any Suggestions?

--
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or 
 send a message to [EMAIL PROTECTED]
 with 'unsubscribe' in 
 the body.
 

--
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to
 [EMAIL PROTECTED] with 'unsubscribe'
 in the body.


__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Is anyone interested.... online demo ready

2000-05-22 Thread David Crowther

I can not access your demo Clint.

All I receive is this error message:

**
Error Occurred While Processing Request
Error Diagnostic Information
An error occurred while attempting to establish a connection to the service.

The most likely cause of this problem is that the service is not currently
running. You can use the 'Services' Control Panel to verify that the service
is running and to restart it if necessary. 

Windows NT error number 2 occurred.
**

Regards
David.
 


-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2000 1:23 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Is anyone interested online demo ready


Right now there isn't a lot of error checking. I am adding that daily.

-Original Message-
From: Robert M. Saxon, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 11:48 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Is anyone interested online demo ready


Clint...This looks great.

It may be intentional, but I noticed that there are no required fields on
the "Add a DSN" page.  It accepts blank submissions.

Congrats,

Rob
___
Robert M. Saxon, Jr. (Rob), Senior Web Developer
Mercer University
Department of Web Management

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 19, 2000 10:05 AM
To: '[EMAIL PROTECTED]'
Subject: Is anyone interested online demo ready

Ok, the code is almost ready for release. If you would like to see what is
working right now, go here.
http://216.91.204.248/dbtool/index.cfm

There are some things that I am going to change/improve today and over the
weekend. I would like to get everyones opinion on the first run version.

Here is what it does:
Allows viewing of columns in chosen tables and the data in those columns.

Generates SELECT,INSERT,UPDATE,DELETE code based on the table/fields chosen.

Planned for the next release:
Stored Procedure Generator
Add/Drop Tables/Fields
Add/Update/Delete data in the database

Possible additions:
MSAccess Support

I would be very appreciative if I could get some feedback within the next
few days.

Thanks,

Clint

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF Certification

2000-05-22 Thread Duane Boudreau

All,

If you email allaire they will give you your raw score -rec'd my score via
email. However you are not allowed discuss the test or (I believe) your
score.

Duane.


 -Original Message-
 From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 22, 2000 10:16 AM
 To: [EMAIL PROTECTED]
 Subject: Re: CF Certification



 Actually I read that you get the results of the test instantly
 because its
 all computerized, and if you fail you can take it up to 3 or 4
 times a year
 but a minimum of 30 days between each exam.

 You probably will when the test is finalized, but no, beta
 testers did not
 find out their scores at the end. Don't see why...I know they haven't
 decided what is pass or fail yet, but don't see why we couldn't find out
 our raw score.


 -
 Mary Jo Sminkey[EMAIL PROTECTED]
 http://www.dogpatch.org
 http://www.cfwebstore.com

 Tosh, UD, AD, VAD, PT (old, retired dog)
 Taz, UD, MX, AXJ, ADCH, EAC, EJC, EGC, FM
 3-time National Steeplechase Finalist
 1998 Grand Prix Finalist
 --

 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
 _talk or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Certification

2000-05-22 Thread Todd Ashworth

Is there any place where one can still find the beta .. not necessarily to
take, but just to look at?

.Todd

- Original Message -
From: "Mary Jo Sminkey" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 10:15 AM
Subject: Re: CF Certification

| You probably will when the test is finalized, but no, beta testers did not
| find out their scores at the end. Don't see why...I know they haven't
| decided what is pass or fail yet, but don't see why we couldn't find out
| our raw score.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFLOCK Confusing Appication, client, session usage.

2000-05-22 Thread Seth Petry-Johnson

 Do I have to make all references to Session variables such as session.id
 within a CFLOCK? Does this include references made using them as form and
 URL variables (is this different depending upon wether the server is 4 or
 4.5)??

CF 4.5 allows you to use a SCOPE attribute on your CFLOCK calls. I believe
this means that you can give your locks arbitrary names (such as "session",
"application", etc) because the SCOPE attribute handles locking the
appropriate data. Above and beyond that I can't tell you much about 4.5 (I
still use 4.01).

CF 4.01 does not support the SCOPE attribute, so you must ensure that each
lock has a name that will block access to the affected scopes
(#cfid##cftoken#, #application.applicationName#, etc).  The only time that
you should not lock an access to these variables is when they are used as
the name of the lock.  The explanation I received was that the CFID and
CFTOKEN and Application Name do not change, therefore there is no danger of
simultaneous reads and writes (the situation that CFLOCK prevents).

 In my Application.cfm page I have something like:
snip
 Is this appropriate use of CFLock? (particularly is it ok to use it around
 CFScript?).

As far as I know you can lock blocks of CFSCRIPT code.  In the

 As I am setting my DSN here for use with every query and
 referencing it repeatedly should I put a readonly CFLock around my queries
 even though Application.DSN never changes?

Actually, you should use an EXCLUSIVE lock around your code.  The only time
that code will run is if the application vars do NOT already exist.  In that
case your code will be writing to the shared scope, which means you need the
exclusive lock.

 Would this work with all session and app variables removing the need for
 repeated use of CFLock - e.g setting CFID to a locl var?

Yes, but it may not be worth it.  Multiple readonly locks can access the
shared scopes at the same time, so you may be better off just using the
locks in your code.  The only time that your performance will be affected is
if the shared data is being written to at the same time you attempt to use
it in your code because the lock will prevent your code from running until
the write has completed.

Note that setting local copies of data in the shared scopes will be affected
by this situation as well.

 I'm working on an online store and would like to avoid having to re-query
 for the category names on every page. So if I put this in application.cfm:

 cfif NOT IsDefined("SESSION.CatQuery")
  cflock name="#SESSION.SessionID#" timeout="30"
 cfquery name="SESSION.CatQuery" datasource="#dsn#"
  SQL..
 /cfquery
  /cflock
 /cfif

Put the CFLOCK block first.  Calling IsDefined() on data in the shared
scopes is similar to reading the data, which means that the access to the
shared scope needs to be locked.

 Or, it would seem even better to chang all the above session variables to
 applcation variables so the first time they visit the page it doesn't even
 need to run the query then. Then when the DB is updated I could set
another
 variable to indicate that and ensure the query is rerun. (if that makes
 sense) Is that a reasonable thing to do?

If the query is identical for all users then save it in an Application
param.  Otherwise each user will have their own copy of the query in memory,
which could very quickly use up RAM better suited for other tasks.  By
saving the data as an Application param it is only stored in memory once and
everyone can access it.  Also, it makes updating the query easier.

However, if the query results are dependant upon user specific data (CustID,
last time the user was at the store, etc, etc) then you need to use the
Session scope.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF hosting??

2000-05-22 Thread Richard Hart

Hi

Does anyone know of a cheap hosting company
in the UK where I can get my ColdFusion site
online ?

Or is it just so expensive to host ColdFusion sites ?!

Thanks

Richard
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Certification

2000-05-22 Thread Mary Jo Sminkey


Is there any place where one can still find the beta .. not necessarily to
take, but just to look at?

Definitely not right now, since there are still people that have to take 
it! Can't say after that if it will be available or not, since they may or 
may not be using questions from it in the future. But I doubt it.

You might enjoy trying the test at CFSpot though. http://www.cfspot.com




-
Mary Jo Sminkey[EMAIL PROTECTED]
http://www.dogpatch.org
http://www.cfwebstore.com

Tosh, UD, AD, VAD, PT (old, retired dog)
Taz, UD, MX, AXJ, ADCH, EAC, EJC, EGC, FM
3-time National Steeplechase Finalist
1998 Grand Prix Finalist
--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Ken M. Mevand


- Original Message - 
From: Stephen Moretti [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 6:49 PM
Subject: RE: Coldfusion Deleted My Outlook Express Mail


 
 1) Check you're looking at the correct identity
there is only one identity in my computer

 2) Check that you're logged on as the correct user.
yep! 100% sure.

 3) Think about what else you were doing at the time.
playing with CF !!



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread David Gassner

Allaire has announced that the next version of ColdFusion server will be a
merging of CF and JRun into a single java-based server; that doesn't mean
they're abandoning CF.  They've said that applications written in CF and in
JRun (servlets and JSP) will both be compatible with the new platform.  The
CFML language will remain the key to rapid deployment, but the fact that the
server's "innards" are based on java servlets should improve performance,
scalability, extensibility, and cross-platform capabilities.

Take a look at the white paper at:

http://www.allaire.com/DocumentCenter/Partners/AllaireBusinessPlatform1.PDF

David

 -Original Message-
 From: Simha R. Magal [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 22, 2000 6:28 AM
 To: [EMAIL PROTECTED]
 Subject: Allaire's strategy re CF???


 Greetings,

 I ran into the following e-mail message and wondered if any of you
 (especially those close to Allaire) have any thoughts on the matter.

 ". Allaire is not moving forward with its Cold Fusion product. Instead
 they are supporting their J server and Spectra product. Basically they are
 transitioning into a complete Java solution ."


 Thanks,

 Simha

 --

 Simha R. Magal ([EMAIL PROTECTED])
 Internet Commerce Solutions www.magal.com
 Placement Online dot com www.PlacementOnline.com
 Voice:  419-353-6822  Fax:  353-3522
 --
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
 _talk or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread Dave Watts

 I ran into the following e-mail message and wondered if any of you
 (especially those close to Allaire) have any thoughts on the matter.

 ". Allaire is not moving forward with its Cold Fusion product.
 Instead they are supporting their J server and Spectra product.
 Basically they are transitioning into a complete Java solution ."

They're building a Java-based application server which can run CF, JSP,
servlets, and Enterprise Java Beans. I don't think that means they're not
moving forward; instead, they're moving to a new structure for CF
applications. Typically, CF applications now do everything in CF. In the
future, CF applications will more likely be like ASP applications, where you
do simple tasks in ASP, and build COM objects to encapsulate your business
logic. I think, done properly, that this is a great move forward.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Training

2000-05-22 Thread Joel Firestone

Everyone:

Was wonderin gif anyone has taken any training classes from Learning Tree.
I'm signing-up for a class, and was just curious if anyone has had
experience
with them, and how it was. I was hoping Fig Leaf would re-open to the CF
Top Gun course or the JavaScript course, but both look to be put on hold.

Thanks.

===
Joel Firestone - Lead Developer
Delmarva Online
http://www.dmv.com/


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFInclude-Problem

2000-05-22 Thread cftalk

Can s.o. tell me why this isn't possible ?

cfinclude template="navigation_e.cfm?page=services"

It throws an CFInclude-Template-error !

Ideas what to do instead ?

Uwe

SD Solutions
Uwe Degenhardt
Fon: 08122/903791
Fax: 08122/903792
Web: http://www.sdsolutions.de
E-Mail: [EMAIL PROTECTED] 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Billy Cravens

CFMail should have no effect on OE.  (I used to do ISP tech support, so I'm
an expert :)  OE stores email locally, CFMAIL communicates with the mail
server.  Two completely different computers.  Are you sure that you see code
generated by CF, or just some HTML?  It's very likely that you are looking
at some of that nasty HTML formatted email that everybody loves to send.

Billy

- Original Message -
From: Ken M. Mevand [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 3:24 AM
Subject: Coldfusion Deleted My Outlook Express Mail


 oh no!!! my mails are all gone!!!

 its not a virus, i did not open any attachments, i have virus software
 installed. all my mails are gone, and OE is back to the settings just like
 when i first install it. Everything else in the HDD is ok.

 when i take a look at the inbox.dbx file (which is 180KB big, although OE
 does not show any messages in it), there are all the HTML codes generated
 from my coldfusion server (desktop edition). i'm running Win98, SQL7,
CF4.5
 desktop and PWS.

 i did use CFMAIL just a while ago.

 how ???

 -ken



 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFInclude-Problem

2000-05-22 Thread Larry Meadors

You can't pass parameters with an include. 

You have several options:
1 - Change navigation_e to look for attributes.page
  cfmodule (look up the syntax ;-)
2 - Change navigation_e to look for attributes.page
  cf_navigation_e page="services"
3 - No changes to navigation_e
  cfset page="services"
  cfinclude template="navigation_e.cfm"

I'd lean towards one of the first 2 options...

Larry


 [EMAIL PROTECTED] 05/22/00 09:02AM 
Can s.o. tell me why this isn't possible ?

cfinclude template="navigation_e.cfm?page=services"

It throws an CFInclude-Template-error !
Ideas what to do instead ?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFInclude-Problem

2000-05-22 Thread Stephen Moretti

Uwe,


 Can s.o. tell me why this isn't possible ?

 cfinclude template="navigation_e.cfm?page=services"

 It throws an CFInclude-Template-error !

 Ideas what to do instead ?


You don't need to pass any variables to your template, because it will be
included into the page that you're calling it from.  So all you need to do
is CFSET page="services" before your include.


Regards

Stephen

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF hosting??

2000-05-22 Thread Kevin Merker

ABI Hosting, my provider is $19.95 mo. one time $75.00 for SQL7 setup. These are 
static IP addresses not virtual domains. So to answer your question: No it is not 
expensive to have
your CF applications hosted.

KM

Richard Hart wrote:

 Hi

 Does anyone know of a cheap hosting company
 in the UK where I can get my ColdFusion site
 online ?

 Or is it just so expensive to host ColdFusion sites ?!

 Thanks

 Richard
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Session vars available from a different session?

2000-05-22 Thread mylists

Suppose I've got some queries cached that I'd like to reload
for one session based on a flag being set by another
session. In other words, Joe user is working along and Joe
admin decides to change something that should affect the
queries the user is working with. I'd like the admin to be
able to set a "dirty data flag" and then the admin CF code
look through the available sessions for ones produced by the
user side of the app and set a flag in each of those which
would force a requery in the user's side. 

So, are session variables in the same app available in _any_
way to any other session? 

Hwrd
[EMAIL PROTECTED]
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Angél Stewart

Noo!!
I don't want to have to write objects in Java to do what I need to do.
That's the beauty of CF for me right now..
ARRGGHH!

If they add jsp and Java components to improve functionality then that is
lovely..but...otherwise...
ack!
:-\

-Gel

- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

 future, CF applications will more likely be like ASP applications, where
you
 do simple tasks in ASP, and build COM objects to encapsulate your business
 logic. I think, done properly, that this is a great move forward.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFInclude-Problem

2000-05-22 Thread John Quarto-vonTivadar

because all the CFINCLUDE does is grab whatever is in the template file and
insert it into the currently running template. You've given it a file name
of
"navigation_e.cfm?page=services"   (which may or may not be legitimate file
name under your OS) but almost certainly doesn't exist as an actual file).
Since you're only including the code within "navigation_e.cfm", then if you
really need the FORM-like variable you mention then do it as

cfset FORM.page = "services"
cfinclude template="navigation_e.cfm"

Of course since this is likely a topic with soem grey spots for you, you
might also want to read up on the differences between CFINCLUDE and CFMODULE
and Custom Tags. There was a nice article by Charlie Arehart in the CFDJ
last month that talks about this.


 Can s.o. tell me why this isn't possible ?

 cfinclude template="navigation_e.cfm?page=services"

 It throws an CFInclude-Template-error !

 Ideas what to do instead ?

 Uwe
.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Setting Focus to Field (does not work on .cfm file)

2000-05-22 Thread Perez, Bismark

I have a question, does anybody knows how can I get the Coldfusion server to
process ALL the JavaScript code?  I have been trying to use the
onfocus="..." for the body tag (see bellow) but it still does not work... It
does work fine if I rename the .cfm file to .htm (same code and everything,
just renaming file), but somehow for the .cfm file the JavaScript code does
not work.. 

TIA

Bismarck Perez


-Original Message-
From: Reilly, Jim [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 11:42 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Setting Focus to Field



The names are case sensitive.
So, if your form is NAMED  "TEST"

then you will need:
body onload="document.TEST.fieldname.focus()"

whereas:
body onload="document.Test.fieldname.focus()"
would NOT work.

Same goes for the fieldname..

Hope this helps!



-Original Message-
From: Perez, Bismark [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 11:27 AM
To: Cf-Talk (E-mail)
Subject: Setting Focus to Field


Hello there,

I was looking in the Allaire tutorials and found a way to set the focus to a
field as soon as the page is loaded, the problem is that it does not work
for me, can somebody tell me what I'm doing wrong...

body onload="document.someform.fieldname.focus()"

TIA
Bismarck Perez


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread Ian Lurie

I second that. The whole point of CF is ease of development when creating
scaleable apps. If you make it as opaque as ASP, you remove the central
differentiator for CF. Sounds like a bad move to me.

-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 8:26 AM
To: [EMAIL PROTECTED]
Subject: Re: Allaire's strategy re CF???


Noo!!
I don't want to have to write objects in Java to do what I need to do.
That's the beauty of CF for me right now..
ARRGGHH!

If they add jsp and Java components to improve functionality then that is
lovely..but...otherwise...
ack!
:-\

-Gel

- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

 future, CF applications will more likely be like ASP applications, where
you
 do simple tasks in ASP, and build COM objects to encapsulate your business
 logic. I think, done properly, that this is a great move forward.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Training

2000-05-22 Thread Reilly, Jim


I have taken quite a few classes w/ Learning Tree
and they are great!  Teachers are real-lifers...
I have not taken any CF courses from them, but again
the ones I did were great.


Jim

-Original Message-
From: Joel Firestone [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 10:59 AM
To: [EMAIL PROTECTED]
Subject: OT: Training


Everyone:

Was wonderin gif anyone has taken any training classes from Learning Tree.
I'm signing-up for a class, and was just curious if anyone has had
experience
with them, and how it was. I was hoping Fig Leaf would re-open to the CF
Top Gun course or the JavaScript course, but both look to be put on hold.

Thanks.

===
Joel Firestone - Lead Developer
Delmarva Online
http://www.dmv.com/



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



using oracle db for client storage

2000-05-22 Thread Kellow, Jim

When trying to enable client variable storage using  CF ADM, under
variables..
   I have created data source (and verified it thru odbc), then pressed ADD
and got error message
"UNKNOW DATABASE TYPE, UNABLE TO CREATE CLIENT TABLES".
  So, I created an oracle tablespace CVR and created the two tables
cdata and cglobal, recreated new odbc entry for CVR(validated cvr access)
and tried again-
  got same error message when trying to do add in CD ADM.
When I changed the cfapplication and added the clientstorage="CVR"
statement, got
  an odbc error about not being able to find the database.
 
I tried assigning the client storage to a ms access db and it worked and
created the tables,
 I would much rather have them on oracle, is this possible??
 
Thanks
Jim Kellow
Stemco Inc
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread Mark W. Breneman

I really hate knocking something before I try it but, Java... Ick.  I have
done a few projects with Java script before... Did not enjoy it.  But, the
bright side is you (hopefully) don't have to use it.  I assume that CF 5
will support all current Cf tags and a few more.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770



-Original Message-
From: Angél Stewart [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 10:26 AM
To: [EMAIL PROTECTED]
Subject: Re: Allaire's strategy re CF???


Noo!!
I don't want to have to write objects in Java to do what I need to do.
That's the beauty of CF for me right now..
ARRGGHH!

If they add jsp and Java components to improve functionality then that is
lovely..but...otherwise...
ack!
:-\

-Gel

- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

 future, CF applications will more likely be like ASP applications, where
you
 do simple tasks in ASP, and build COM objects to encapsulate your business
 logic. I think, done properly, that this is a great move forward.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Help With CFMAIL using 4.5.1

2000-05-22 Thread Double Down, Inc

This is a multi-part message in MIME format.

--=_NextPart_000_0015_01BFC3CE.5C5F6C20
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit

I am trying to run a mail script that has worked in 4.0.1 When I try to run
it in 4.5.1 I get the following error

unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (9:1) to (9:97).
Any ideas how I can get this to work?

TIA

DDINC




--=_NextPart_000_0015_01BFC3CE.5C5F6C20
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

html xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40"

head
meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252"
meta name=3DProgId content=3DWord.Document
meta name=3DGenerator content=3D"Microsoft Word 9"
meta name=3DOriginator content=3D"Microsoft Word 9"
link rel=3DFile-List href=3D"cid:[EMAIL PROTECTED]"
!--[if gte mso 9]xml
 o:OfficeDocumentSettings
  o:DoNotRelyOnCSS/
 /o:OfficeDocumentSettings
/xml![endif]--!--[if gte mso 9]xml
 w:WordDocument
  w:ViewNormal/w:View
  w:Zoom0/w:Zoom
  w:DocumentKindDocumentEmail/w:DocumentKind
  w:EnvelopeVis/
 /w:WordDocument
/xml![endif]--
style
!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
{margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
p
{margin-right:0in;
mso-margin-top-alt:auto;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-font-family:"Times New Roman";}
span.EmailStyle15
{mso-style-type:personal-compose;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
span.EmailStyle18
{mso-style-type:personal;
mso-ansi-font-size:10.0pt;
mso-ascii-font-family:Arial;
mso-hansi-font-family:Arial;
mso-bidi-font-family:Arial;
color:black;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--
/style
/head

body lang=3DEN-US style=3D'tab-interval:.5in'

div class=3DSection1

p class=3DMsoNormal!--[if supportFields]font color=3Dblackspan=20
style=3D'color:black'span =
style=3D'mso-element:field-begin'/spanspan=20
style=3D"mso-spacerun: yes"=A0/spanAUTOTEXTLIST \s quot;E-mail =
Signaturequot; span=20
style=3D'mso-element:field-separator'/span/span/font![endif]--s=
pan
class=3DEmailStyle18font size=3D2 color=3Dblack face=3DArialspan =
style=3D'font-size:
10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'I am trying to run a =
mail
script that has worked in 4.0.1 When I try to run it in 4.5.1 I get the
following erroro:p/o:p/span/font/span/p

p class=3DMsoNormalspan class=3DEmailStyle18font size=3D2 =
color=3Dblack
face=3DArialspan =
style=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'nbsp;o:p/o:p/span/font/span/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'unknown exception condition /span/fontfont =
color=3Dblackspan
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'TagCFMail::sendMessage /span/fontfont =
color=3Dblackspan
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

pfont size=3D3 color=3Dblack face=3D"Times New Roman"span =
style=3D'font-size:12.0pt;
color:black'The error occurred while processing an element with a =
general
identifier of (CFMAIL), occupying document position (9:1) to =
(9:97)./span/fontfont
color=3Dblackspan =
style=3D'color:black;mso-color-alt:windowtext'o:p/o:p/span/font=
/p

p class=3DMsoNormalspan class=3DEmailStyle18font size=3D2 =
color=3Dblack
face=3DArialspan =
style=3D'font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'Any ideas how I can get this to =
work?o:p/o:p/span/font/span/p

p class=3DMsoNormalspan class=3DEmailStyle18font size=3D2 =
color=3Dblack

Re: CFInclude-Problem

2000-05-22 Thread Michael Dinowitz

The template attribute of CFINCLUDE can only contain the name of a template,
not any url variables or anything else.
cfinclude template="navigation_e.cfm"



 Can s.o. tell me why this isn't possible ?

 cfinclude template="navigation_e.cfm?page=services"

 It throws an CFInclude-Template-error !

 Ideas what to do instead ?

 Uwe

 SD Solutions
 Uwe Degenhardt
 Fon: 08122/903791
 Fax: 08122/903792
 Web: http://www.sdsolutions.de
 E-Mail: [EMAIL PROTECTED]


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Larry W. Virden


From: "Billy Cravens" [EMAIL PROTECTED]

 Actually, if you read the papers published by Allaire about Pharaoh (the
 next "CF") it states that it will be an integration of CFML, JSP, Java
 Servlets, and Java Beans.  Additionally, at the most recent (and

Can someone point me to a discussion of JSP vs. Java Servlets - what the
pros and cons are, where you would use one vs the other, etc.?
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Larry W. Virden


From: "Mark W. Breneman" [EMAIL PROTECTED]

 I really hate knocking something before I try it but, Java... Ick.  I have
 done a few projects with Java script before... Did not enjoy it.  But, the

Java != Java script

 bright side is you (hopefully) don't have to use it.  I assume that CF 5
 will support all current Cf tags and a few more.

Everything they have discussed leads me to believe that one can continue
using the new environment as if it were merely a ColdFusion server.
Then, when you need to do things that ColdFusion can't do, you have a
variety of alternatives available to you.
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread Sean Daniels

 I second that. The whole point of CF is ease of development when creating
 scaleable apps. If you make it as opaque as ASP, you remove the central
 differentiator for CF. Sounds like a bad move to me.

I think some of you may be missing an important point: your existing CF apps
will still run in the new environment. That means you will be able to
continue to develop as you currently do if you so choose.

However, if you want more flexibility and possibly the performance and
scalability improvements that EJB or servlets will provide you can go there
as well.

Someone please correct me if I'm wrong, but it sounds like a great leap
forward to me. And I currently know very fundamental Java (although I want
to learn and use it more).


- Sean


Sean Daniels
Manager, Engineering
Marketplace Technologies
[EMAIL PROTECTED]
http://www.dealstream.com
http://www.mergernetwork.com

tel: 207.439.6030
cel: 978.764.0779



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Solaris 4.5 and Ucase

2000-05-22 Thread Larry W. Virden


From: Michael Chiu [EMAIL PROTECTED]

 Is anyone using Solaris 4.5 and having problems with Ucase and Lcase?
 When I use either of them, I get a strange error I've never seen before.  
 
 runtime_error: System does not recognize this locale name
 
 unknown error while executing a tag.

Did you read the man page for locale(5) and make sure that the
value specified in the various environment variables is correct?
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Am I Missing Something?

2000-05-22 Thread Reagan, Leman

Here is an example of what I did to deal with this, perhaps it will help.
(Please, everyone, let me know if this is not a good idea)

I have two application.cfm files.  One in a directory called 'login' and
another in my 'main' directory.

A  session.LoggedIn variable gets set by one of the files in the 'login'
directory. 

The application.cfm file in the 'main' directory checks for this session
variable and then throws the client back to the 'login' page (in the login
directory) if the session variable is not set.

Hope this helps?

/LEMAN/
[EMAIL PROTECTED]

-Details below-


Application.cfm file excerpts from both the 'login' and 'main' directories.


Login directory application.cfm has the following code:

=-=-=-=-=-=-=-=-=-=-
!---Test for login ---
CFIF session.LoggedIn EQ "false"
!--- clear session variables ---

!--- If the user is logged out, 
  purge all array variables so they won't
  have information left over from last
  sesison.
---
cfoutput

cfset temp = #ArrayClear(session.arClients)#
cfset temp = #ArrayClear(session.arDrives)#
cfset temp = #ArrayClear(session.arMapper)#
cfset temp = #ArrayClear(session.arIBM)#
cfset temp = #ArrayClear(session.arAS400)#
cfset temp = #ArrayClear(session.arPPS)#
cfset session.Comments = "NONE"
cfset session.MachineType = "NONE"
cfset session.LotusNotes = "NONE"
cfset session.Comments = ""

/cfoutput
!--- DO NOT throw them to the login page because this
application.cfm
  Is used during the login process.
CFLOCATION URL="../login/Login.cfm" 
---
/CFIF
=-=-=-=-=-=-

application.cfm in the 'main' directory:

=-=-=-=-=-=

!---Test for login ---
CFIF session.LoggedIn EQ "false"
!--- clear session variables ---

!--- If the user is logged out, 
  purge all array variables so they won't
  have information left over from last
  sesison.
---
cfoutput

cfset temp = #ArrayClear(session.arClients)#
cfset temp = #ArrayClear(session.arDrives)#
cfset temp = #ArrayClear(session.arMapper)#
cfset temp = #ArrayClear(session.arIBM)#
cfset temp = #ArrayClear(session.arAS400)#
cfset temp = #ArrayClear(session.arPPS)#
cfset session.Comments = "NONE"
cfset session.MachineType = "NONE"
cfset session.LotusNotes = "NONE"
cfset session.Comments = ""

/cfoutput
!--- throw them to the login page since they are not logged in ---
CFLOCATION URL="../login/Login.cfm"
/CFIF
=-=-=-=-=-


-Original Message-
From: Kelly Matthews [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 6:27 PM
To: '[EMAIL PROTECTED] '
Subject: Am I Missing Something?

Ok I am somewhat new to CF but something doesn't seem to be right.
I have a section of our site that is secure, for members only. I
have written the app to write a cookie so they don't have to login in the
future. That part works fine.

Now I just wanted to see what happened if someone had cookies turned off,
and of course even you can log in but the minute you try to go to a 2nd page
it loops back to the log in. 

Now before I implemented the cookies I did have session management on set to
about 30 minutes, which is still on, so people wouldnt have to relog in,
that worked fine. But with cookies off session management stops working too.
Does session management work only with cookies?

I tried something else, turned client management on, and used a database for
clientstorage, instead of the registry or cookies, just to test it out, but
that didn't keep them logged in either. I must be missing something but isnt
there a way to open and maintain a session without cookies? I changed
setclientcookies to "no" but as long as my browser cookies are off I still
can't get in.

Point is they get logged in and get to the first page after the login page
but if they try to go anywhere else they get kicked back to the login page,
which from the app.cfm below leads me to beleive its
not setting Session.Loggedin, and the only difference is that I turned my
browser cookies off.  Guess I just want to find out if Session.Loggedin HAS
to be set in a cookie or somewhere can i define it to be set a different
way. The client variables were however writing to the datasource with no
problem.

Any help would be appreciated.
Below is my Application.cfm
I have tried all 3 client storage methods.
and with setclientcookies on and off.

cfapplication name="Members"
CLIENTSTORAGE="Clients"
clientmanagement="Yes"
sessionmanagement="Yes"
setclientcookies="NO"
sessiontimeout="#CreateTimeSpan(0,0,30,0)#"

Syntax Help

2000-05-22 Thread Gordon Burns

cfif isdefined("form.#questionname#")

This used to work perfecly when we were using 3.1 now that we have
moved to 4.1 it has failed.

Can anyone help Error message is as follows.

Parameter 1 of function IsDefined which is now "form." must be a
syntactically valid variable name

The error occurred while evaluating the expression:
isdefined("form.#questionname#")


Thanks

Gordon
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Add File to Database?

2000-05-22 Thread jonathan . b . garstin

I am sure that this is a newbie question, but how do I allow someone to
insert a file into my Oracle database?  I have set up a file insert form
element, but from there I am lost.  The database is set up to accept a file
in the table I have created, but I don't know how to get the file there.

The CFFORM Tag looks like it only stores a file in a specified folder on
the web server. What I want to do is store that file in an Oracle 8i
database.  Can anyone give me an idea on what I need to do?

Thank you,

Jonathan Garstin
[EMAIL PROTECTED]
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Beta Exam

2000-05-22 Thread Nrhorwitz

I may have missed the thread on this. I'd like to know the url for this beta 
exam if anyone has it?

Thanks-

Rob
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Could request alleviate locking concerns?

2000-05-22 Thread Dave Watts

 Thanks. But what is the request scope for? Is that scoped for
 the individual page request, i.e. from application.cfm to
 onrequestend.cfm for a single HTTP request?

Yes. I think it was added for the benefit of Spectra development, primarily.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Syntax Help

2000-05-22 Thread Mike Murry

I think you need to write it like this:

cfif isdefined("form.questionname")

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Gordon Burns [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 2:39 AM
To: [EMAIL PROTECTED]
Subject: Syntax Help


cfif isdefined("form.#questionname#")

This used to work perfecly when we were using 3.1 now that we have
moved to 4.1 it has failed.

Can anyone help Error message is as follows.

Parameter 1 of function IsDefined which is now "form." must be a
syntactically valid variable name

The error occurred while evaluating the expression:
isdefined("form.#questionname#")


Thanks

Gordon

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Syntax Help

2000-05-22 Thread David E. Crawford

Looks like the value of the variable #questionname# is null.

DC

- Original Message - 
From: "Gordon Burns" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 07:39
Subject: Syntax Help


 cfif isdefined("form.#questionname#")
 
 This used to work perfecly when we were using 3.1 now that we have
 moved to 4.1 it has failed.
 
 Can anyone help Error message is as follows.
 
 Parameter 1 of function IsDefined which is now "form." must be a
 syntactically valid variable name
 
 The error occurred while evaluating the expression:
 isdefined("form.#questionname#")
 
 
 Thanks
 
 Gordon
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.
 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Syntax Help

2000-05-22 Thread Howie Hamlin

Try:

cfif isdefined(form.questionname)

Regards,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server

- Original Message -
From: Gordon Burns [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 3:39 AM
Subject: Syntax Help


 cfif isdefined("form.#questionname#")

 This used to work perfecly when we were using 3.1 now that we have
 moved to 4.1 it has failed.

 Can anyone help Error message is as follows.

 Parameter 1 of function IsDefined which is now "form." must be a
 syntactically valid variable name

 The error occurred while evaluating the expression:
 isdefined("form.#questionname#")


 Thanks

 Gordon
 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forms

2000-05-22 Thread Brook Davies

IF the FORM tags are close together you will notice a small break. 
Especially inside a table. Try moving the form elements to the top and 
bottom of the page respectively. Just move them away from the area you want 
tight..

  At 07:36 PM 22/05/00 +0300, you wrote:
Sorry, but that didn't solve it. This is what I do. I wrote this code
quickly under Notepad and sent it to the list:


When you're going to view this code in your browser, you'll see a blank line
under the textbox. So, the question is: Where am I wrong, what's wrong with
this code? Please help, I am sure the solution is quite simple, but I
haven't found it, yet! Thanks.

- Original Message -
From: "Smad" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 21, 2000 5:45 PM
Subject: Forms


 
  I have a pretty weird problem. I usualy use Dreamweaver for designing the
  site's layout, sometimes I handcode. Anyway, whenever I insert a FORM
tag
  and all the inputs inside, the tag appears between two white lines, or
  leaves at the bottom a big space. How do I get rid of that space? What am
I
  doing wrong? Thanx in advance.
 
  Smad
 
 
  --

  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Verity Wizard Error

2000-05-22 Thread Lisa Greenberg

I am trying to use the Verity Wizard and keep getting the
following error "Error reading txtSummary.Lines.Strings:
RichEdit line insertion error."  How do I resolve this
error?

- Lisa

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Syntax Help

2000-05-22 Thread Mario Talavera

Try:

cfif IsDefined("form.questionname")

Instead.

At 08:39 AM 5/22/00 +0100, you wrote:
cfif isdefined("form.#questionname#")

This used to work perfecly when we were using 3.1 now that we have
moved to 4.1 it has failed.

Can anyone help Error message is as follows.

Parameter 1 of function IsDefined which is now "form." must be a
syntactically valid variable name

The error occurred while evaluating the expression:
isdefined("form.#questionname#")


Thanks

Gordon
---
---
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




ATTN.

Mario Talavera, NetPassage, Inc.
407.843.7277 or 888.296.7277 (voice)
407.839.0126 (fax)
http://www.netpass.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Forms

2000-05-22 Thread Chris Giminez

Move the form tags outside of the td tags.

HTML
TABLE WIDTH="100%" bgcolor="#CC"
FORMTD
INPUT type="text" value="Search"/TD/FORM/TABLE
/HTML

Chris Giminez
Owner - Cyber Scriber Web Site Design
831-728-4469
ICQ# 2628000




 Sorry, but that didn't solve it. This is what I do. I wrote this code
 quickly under Notepad and sent it to the list:

 HTML
 TABLE WIDTH="100%" bgcolor="#CC"
 TD
 FORMINPUT type="text" value="Search"/FORM/TD/TABLE
 /HTML

 When you're going to view this code in your browser, you'll see a blank line
 under the textbox. So, the question is: Where am I wrong, what's wrong with
 this code? Please help, I am sure the solution is quite simple, but I
 haven't found it, yet! Thanks.

 - Original Message -
 From: "Smad" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 21, 2000 5:45 PM
 Subject: Forms


 
  I have a pretty weird problem. I usualy use Dreamweaver for designing the
  site's layout, sometimes I handcode. Anyway, whenever I insert a FORM
 tag
  and all the inputs inside, the tag appears between two white lines, or
  leaves at the bottom a big space. How do I get rid of that space? What am
 I
  doing wrong? Thanx in advance.
 
  Smad
 
 
  --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 

 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Bud

Hi. I'm writing a tag for a card processor (linkpoint) for a customer 
of mine. I'm having a problem. After submitting the cfhttp parameters 
and waiting on validation to return, I'm getting this loading on the 
page first:

--string
Content-type: text/html

BProcessing order.  Please wait.../BBR

Unfortunately, it seems as if ColdFusion thinks this is the full 
extent of the cfhttp.filecontent and finishes loading the page before 
I can do any sort of conditional settings based on the content. I've 
tried doing a replace and setting a variable of 'content' and reading 
that, but then it just reads as an empty variable. Is there any way I 
can make CF wait until the full content is returned?

Thanks,

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Allaire's strategy re CF???

2000-05-22 Thread Dave Watts

 I don't want to have to write objects in Java to do what I need to do.
 That's the beauty of CF for me right now..

You won't have to; you can do everything you want with CFML script. However,
for greater flexibility and potentially greater scalability, you will have
the option to use a more component-based approach, where you'd move complex
business logic algorithms to Enterprise Java Beans and use those Beans from
CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Forms

2000-05-22 Thread Nick McClure

With this example you have a closing form tag. A /form not only closes 
the form but also acts as a p tag.

What You might try is this:

table
form
trtdinput/td/tr
/form
/table


At 07:36 PM 5/22/2000 +0300, you wrote:
Sorry, but that didn't solve it. This is what I do. I wrote this code
quickly under Notepad and sent it to the list:


When you're going to view this code in your browser, you'll see a blank line
under the textbox. So, the question is: Where am I wrong, what's wrong with
this code? Please help, I am sure the solution is quite simple, but I
haven't found it, yet! Thanks.

- Original Message -
From: "Smad" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 21, 2000 5:45 PM
Subject: Forms


 
  I have a pretty weird problem. I usualy use Dreamweaver for designing the
  site's layout, sometimes I handcode. Anyway, whenever I insert a FORM
tag
  and all the inputs inside, the tag appears between two white lines, or
  leaves at the bottom a big space. How do I get rid of that space? What am
I
  doing wrong? Thanx in advance.
 
  Smad
 
 
  --

  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Nick McClure[EMAIL PROTECTED]
Technical Director  606.245.9656
squareFish Mediawww.squareFish.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



collection question

2000-05-22 Thread Brian P. Doyle

I'm using verity to search multiple collections.

When I output the results, is there anyway to group by collections and print
out those collections?
EX: "Jobs" all jobs matching criteria
"Forum Postings"  all posts matching criteria
etc..

thanks!

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Kevin Merker

I hate to say it: Java not Javascript two different things. Java is a full blown 
application programming language and with the new Integrated Development Environments 
(IDE) like IBM
VisualAge J++.  If you no how to work with variables, arguments, parameters. Guess 
what. It takes no Einstein to work with it, or integrate it into your ColdFusion 
applications when
CF Server becomes very Java savvy. That's what OOP programing is all about. Ease of 
use and very reusable code. Java IDE's have come along way in the last few years, 
these are visual
environments, drag and drop. Download the trial from IBM, tutorial and everything. 
You'll see all you have to fear is fear itself. Then you'll be glad that Pharaoh's 
ability gives you
the opportunity, (that's if you want to) work with Java. Other than being able to 
extend what you can do with CF sever, your standard code you use now will work and the 
CF Server
application is written in a cross platform compatible language.

KM

"Mark W. Breneman" wrote:

 I really hate knocking something before I try it but, Java... Ick.  I have
 done a few projects with Java script before... Did not enjoy it.  But, the
 bright side is you (hopefully) don't have to use it.  I assume that CF 5
 will support all current Cf tags and a few more.

 Mark W. Breneman
 -Cold Fusion Developer
 -Network Administrator
 Vivid Media
 [EMAIL PROTECTED]
 www.vividmedia.com
 608.270.9770

 -Original Message-
 From: Angél Stewart [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 22, 2000 10:26 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Allaire's strategy re CF???

 Noo!!
 I don't want to have to write objects in Java to do what I need to do.
 That's the beauty of CF for me right now..
 ARRGGHH!

 If they add jsp and Java components to improve functionality then that is
 lovely..but...otherwise...
 ack!
 :-\

 -Gel

 - Original Message -
 From: Dave Watts [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]

  future, CF applications will more likely be like ASP applications, where
 you
  do simple tasks in ASP, and build COM objects to encapsulate your business
  logic. I think, done properly, that this is a great move forward.
 
  Dave Watts, CTO, Fig Leaf Software
  http://www.figleaf.com/

 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Session vars available from a different session?

2000-05-22 Thread Dave Watts

 Suppose I've got some queries cached that I'd like to reload
 for one session based on a flag being set by another
 session. In other words, Joe user is working along and Joe
 admin decides to change something that should affect the
 queries the user is working with. I'd like the admin to be
 able to set a "dirty data flag" and then the admin CF code
 look through the available sessions for ones produced by the
 user side of the app and set a flag in each of those which
 would force a requery in the user's side.

 So, are session variables in the same app available in _any_
 way to any other session?

No, but with a little work, you could accomplish the same thing by placing
flags in the Application scope. For example, you could write the Session ID
to an Application array, which would be looped over by your admin code.

Just remember to lock all accesses to memory variables with CFLOCK.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Add File to Database?

2000-05-22 Thread Dave Watts

 I am sure that this is a newbie question, but how do I allow
 someone to insert a file into my Oracle database? I have set
 up a file insert form element, but from there I am lost. The
 database is set up to accept a file in the table I have created,
 but I don't know how to get the file there.

 The CFFORM Tag looks like it only stores a file in a specified
 folder on the web server. What I want to do is store that file
 in an Oracle 8i database. Can anyone give me an idea on what I
 need to do?

Unfortunately, this isn't easy with CF. CF can't do much with binary data,
so you'll have to use CFFILE to store the uploaded binary file on the
filesystem, then use something outside CF to update the record with the
binary file data. I believe there are CFX tags to do this on the Developers'
Exchange. CF 4.5.x does allow you to do some simple things with binary data,
but I've been unsuccessful in using it to put binary data into a database
field. You could, alternatively, convert the binary data to base64 and
insert that instead; you could do that from within CF, but you'd still have
to use CFFILE to store the file on the filesystem, and then read it in,
convert it to base64, then use that string.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Storing images in Oracle database

2000-05-22 Thread Lisa Lai

 I'm running into problems with this whole process of storing images in an
 Oracle database.
 
 We're using InterMedia. The .cfm pages are suppose to call one (or more)
 stored procedure so that it.
 1. adds a new row in the database to prepare for the image to be stored
 2. returns the new image id from the row (OUT)
 3. actually puts the image in the database
 4. sets attributes to the image (or something like that)
 
 Well, we're having difficulties getting the stored procedures to work
 properly.
 
 Has anyone had any luck doing this?
 
 Thanks.
 
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Kevin Merker

In my opinion, if Allaire with CF didn't make this move now, they would be left behind 
in the market place. Java is the future!
It is very easy to learn and use. Anything that you can think of to use Java for, 
there is already a class written. Drag and drop the class. These are visual 
environments.

KM

Sean Daniels wrote:

  I second that. The whole point of CF is ease of development when creating
  scaleable apps. If you make it as opaque as ASP, you remove the central
  differentiator for CF. Sounds like a bad move to me.

 I think some of you may be missing an important point: your existing CF apps
 will still run in the new environment. That means you will be able to
 continue to develop as you currently do if you so choose.

 However, if you want more flexibility and possibly the performance and
 scalability improvements that EJB or servlets will provide you can go there
 as well.

 Someone please correct me if I'm wrong, but it sounds like a great leap
 forward to me. And I currently know very fundamental Java (although I want
 to learn and use it more).

 - Sean

 
 Sean Daniels
 Manager, Engineering
 Marketplace Technologies
 [EMAIL PROTECTED]
 http://www.dealstream.com
 http://www.mergernetwork.com
 
 tel: 207.439.6030
 cel: 978.764.0779

 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Formatting fields in CFTREE

2000-05-22 Thread Robert L Mann

Are there ways to format / label fields ( dates, folders, etc.) within CFTREE?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Allaire's strategy re CF???

2000-05-22 Thread Kevin Merker

Dave, don't scare them away. Java Beans and Servlets are Greek to them. Or should I 
say a very powerful tool to learn.

Kevin Merker wrote:

 In my opinion, if Allaire with CF didn't make this move now, they would be left 
behind in the market place. Java is the future!
 It is very easy to learn and use. Anything that you can think of to use Java for, 
there is already a class written. Drag and drop the class. These are visual 
environments.

 KM

 Sean Daniels wrote:

   I second that. The whole point of CF is ease of development when creating
   scaleable apps. If you make it as opaque as ASP, you remove the central
   differentiator for CF. Sounds like a bad move to me.
 
  I think some of you may be missing an important point: your existing CF apps
  will still run in the new environment. That means you will be able to
  continue to develop as you currently do if you so choose.
 
  However, if you want more flexibility and possibly the performance and
  scalability improvements that EJB or servlets will provide you can go there
  as well.
 
  Someone please correct me if I'm wrong, but it sounds like a great leap
  forward to me. And I currently know very fundamental Java (although I want
  to learn and use it more).
 
  - Sean
 
  
  Sean Daniels
  Manager, Engineering
  Marketplace Technologies
  [EMAIL PROTECTED]
  http://www.dealstream.com
  http://www.mergernetwork.com
  
  tel: 207.439.6030
  cel: 978.764.0779
 
  --
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread David Gassner

Bud, is the first page being sent back then calling a secondary page after
the transaction is completed?  Look in the returned HTML text and see
whether there's a meta tag doing a refresh to call the second page; you
may be able to setup  cfhttp to call the secondary page directly.  If not,
call the vendor and see whether they have an api for server-to-server calls,
as the api you're using is clearly designed for browser use.

David

 -Original Message-
 From: Bud [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 22, 2000 10:09 AM
 To: [EMAIL PROTECTED]
 Subject: HELP!!! Can I set a delay with cfhttp?


 Hi. I'm writing a tag for a card processor (linkpoint) for a customer
 of mine. I'm having a problem. After submitting the cfhttp parameters
 and waiting on validation to return, I'm getting this loading on the
 page first:

 --string
 Content-type: text/html

 BProcessing order.  Please wait.../BBR

 Unfortunately, it seems as if ColdFusion thinks this is the full
 extent of the cfhttp.filecontent and finishes loading the page before
 I can do any sort of conditional settings based on the content. I've
 tried doing a replace and setting a variable of 'content' and reading
 that, but then it just reads as an empty variable. Is there any way I
 can make CF wait until the full content is returned?

 Thanks,

 Bud Schneehagen - Tropical Web Creations

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 ColdFusion Solutions / eCommerce Development
 [EMAIL PROTECTED]
 http://www.twcreations.com/
 954.721.3452
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: IIS - Unauthorized due to ACL on resource

2000-05-22 Thread Dave Wilson

Hi all,

I've just come across this error on a dev machine of ours after having set
up a new virtual directory in IIS.

401.3 Unauthorized: Unauthorized due to ACL on resource

This error indicates that the credentials passed by the client do not have
access to the particular resource on the server. This resource could be
either the page or file listed in the address line of the client, or it
could be another file on the server that is needed to process the file
listed on the address line of the client.

Please make a note of the entire address you were trying to access and then
contact the Web server's administrator to verify that you have permission to
access the requested resource.



Can anyone shed any light on what might be the problem, as I've checked and
rechecked permissions on the resource (essentially and entire drive) and
everything is fine. Plus, the problem doesn't occure on the default website
root (new virtual directory is in default site).



TIA

Dave


Dave Wilson
Internet Technology Manager,
BizNet Solutions

Allaire Premier Partner
Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



No Subject

2000-05-22 Thread Percy E Perez

Hello,

Is anyone having problems accessing Allaire's website?  I am trying to
register for the upcoming conference, but I get the following error:



Error Occurred While Processing Request
Error Diagnostic Information
A problem was encountered trying to access the system registry. Error number
6 occurred.



Please inform the site administrator that this error has occurred (be sure
to include the contents of this page in your message to the administrator


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Shortcut for Getting Form Field

2000-05-22 Thread Steve Weiner

I'm working on a project that has tons of form fields on a page.  I was
wondering if there was any cf tags or anything that I could take the form,
submit it, and get a list of all the form field names that are available to
me without having to go through and doing all the copying pasting...


Is there anything like that?

[EMAIL PROTECTED]
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Setting Focus to Field (does not work on .cfm file)

2000-05-22 Thread Dave Watts

 I have a question, does anybody knows how can I get the
 Coldfusion server to process ALL the JavaScript code? I
 have been trying to use the onfocus="..." for the body
 tag (see bellow) but it still does not work... It does
 work fine if I rename the .cfm file to .htm (same code
 and everything, just renaming file), but somehow for the
 .cfm file the JavaScript code does not work..

You can't get the CF server to process any of the JavaScript code! That gets
processed on the client!

Your specific problem may be caused by something you're putting in your
application.cfm file. For example, if you've got a BODY tag in
application.cfm, your BODY tag within the specific document will be ignored.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Session vars available from a different session?

2000-05-22 Thread Ben Lowndes

 Original Message -
From: "Dave Watts" [EMAIL PROTECTED]
 Just remember to lock all accesses to memory variables with CFLOCK.

I asked a similar kind of question earlier, but didn't get much of answer.
Are you saying I should lock all Session and Application variables?
Are the rest of my thoughts on this correct:

1. Lock the writing of variables as "Exclusive" and the reading of variables
as "ReadOnly"?
2. Enclose all references to SessionID and any other Session variables in a
CFLOCK (even when using sessionID in a URL?).
3. This is esentially the same for CF4  CF4.5 aside from being able to
provide a lock scope instead of name in 4.5.
4. It is better to assign session variables to local varables in
Application.cfm so they only need to be CFLock-ed once there. Is it then
safe to use these local variables without using cflock on other pages  what
is the appropriate prefix for such local variables that are reinitalised on
every request?

Thanks for the help.

Ben.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFCONTENT and SP6A

2000-05-22 Thread Dave Watts

 I was wondering if you could explain your comment about the
 direction it parses the URL - I don't quite understand what
 the issue involved is.

If the URL is parsed from left to right by the server, it will stop at the
first valid file name it finds, and treat everything after that file name as
URL parameter data. For example, with this URL:

http://www.myserver.com/myfile.cfm/myfile.csv

the server will go to myfile.cfm, passing myfile.csv as URL data to it. This
trick allows you to execute one file, myfile.cfm, while making the browser
think it's asking for myfile.csv.

If, on the other hand, the server parses from right to left, it's going to
be looking for the file myfile.csv in the directory myfile.cfm, which of
course won't exist. Since many people using CFCONTENT are using this file
naming trick, their scripts don't work under SP 6, which changes how URLs
are parsed by the server.

 BTW, could this also affect file uploads? We've had problems
 uploading PDFs since installing SP6A, but it may be a coincidence.

It could, but I'm not aware of any problem. If your PDFs are large files,
you might want to test with other files of similar size.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Query suddenly taking 7 times longer

2000-05-22 Thread Eron Cohen

Hi Folks,

"Suddenly" today a SQL query that was taking about 20 seconds to perform
last week, is taking 140 seconds to return results.  I have no idea what's
gone wrong.

I haven't changed anything on the forms and haven't touched the software on
the server in question recently.  When a user executes a SQL search on a
particular form, my CPU usage goes up to 100% and takes much longer to
return the results of the query than it ever has before.

I've rebooted my server  compacted and repaired my MS Access database, but
nothing seems to help.

I am on Cold Fusion 4.51, IIS 4.0 and a Pentium 366 computer.

Can anyone give me any ideas on where to look for a solution to this
problem?

Thanks,

Eron

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How to get the column's type?

2000-05-22 Thread Philip Arnold - ASP

 I'm using MS SQL 7.
 Easily we can get the column's name, but how about the column's type?

The easiest way is to use Information_Schema.Columns

It can provide most of what you want, but NOT which column is the Identity

HTH

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cferror

2000-05-22 Thread Dave Watts

 Thanks for a detailed answer. My need at this time is quite 
 simple - I want to have a site-wide error page to hide the 
 ugly CF error screens, but I wanted to provide a user an email 
 form on that error page itself - with his contact information 
 filled in. That's where I started getting into problems. Our 
 CF is at 4.01 though, with no plans to upgrade soon :(

Even with CF 2.x, with a little work, you can get the effect you want:

http://alive.allaire.com/Bagdhad/CatalogCourseDetail.cfm?CourseID=36

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Session vars available from a different session?

2000-05-22 Thread Robert Everland

What are the rules to using CFLOCK I have seen it posted all the
time. And just when I think that I know how to use CFLOCK I see someone
using it on almost every piece of thier code. Now I am all for something
that will make my application better, but how are we supposed to know when
we are to use CFLOCK. All session variables, all application variables? Can
someone explain it better. Also why use it around those kind of things, what
benefit does it have?


Robert Everland III
Web Developer
Dixon Ticonderoga

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 1:06 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Session vars available from a different session?


 Suppose I've got some queries cached that I'd like to reload
 for one session based on a flag being set by another
 session. In other words, Joe user is working along and Joe
 admin decides to change something that should affect the
 queries the user is working with. I'd like the admin to be
 able to set a "dirty data flag" and then the admin CF code
 look through the available sessions for ones produced by the
 user side of the app and set a flag in each of those which
 would force a requery in the user's side.

 So, are session variables in the same app available in _any_
 way to any other session?

No, but with a little work, you could accomplish the same thing by placing
flags in the Application scope. For example, you could write the Session ID
to an Application array, which would be looped over by your admin code.

Just remember to lock all accesses to memory variables with CFLOCK.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Ken Leighton


--16361C015906BEAD1F12AE93
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

It's not pretty but it will work:

!--- Set waiting time of 15 minutes to allow full page load via CFHTTP---

CFSET WaitTime = Now()
CFLOOP CONDITION="#CreateODBCDateTime(WaitTime + CreateTimeSpan(0,0,15,0))# GTE 
#Now()#"
/CFLOOP

!--- End waiting time ---
--
Ken Leighton
Manager, Information Systems
Purchasing Department
The University of British Columbia
102J - 2075 Wesbrook Mall
Vancouver, British Columbia
CanadaV6T 1Z1

Telephone: (604) 822-8302
Fax: (604) 822-6949

E-mail: [EMAIL PROTECTED]



Bud wrote:

 Hi. I'm writing a tag for a card processor (linkpoint) for a customer
 of mine. I'm having a problem. After submitting the cfhttp parameters
 and waiting on validation to return, I'm getting this loading on the
 page first:

 --string
 Content-type: text/html

 BProcessing order.  Please wait.../BBR

 Unfortunately, it seems as if ColdFusion thinks this is the full
 extent of the cfhttp.filecontent and finishes loading the page before
 I can do any sort of conditional settings based on the content. I've
 tried doing a replace and setting a variable of 'content' and reading
 that, but then it just reads as an empty variable. Is there any way I
 can make CF wait until the full content is returned?

 Thanks,

 Bud Schneehagen - Tropical Web Creations

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 ColdFusion Solutions / eCommerce Development
 [EMAIL PROTECTED]
 http://www.twcreations.com/
 954.721.3452
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.




--16361C015906BEAD1F12AE93
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

!doctype html public "-//w3c//dtd html 4.0 transitional//en"
html
It's not pretty but it will work:
plt;!--- Set waiting time of 15 minutes to allow full page load via
CFHTTP---
plt;CFSET WaitTime = Now()
brlt;CFLOOP CONDITION="#CreateODBCDateTime(WaitTime + CreateTimeSpan(0,0,15,0))#
GTE #Now()#"
brlt;/CFLOOP
plt;!--- End waiting time ---
br--
brKen Leighton
brManager, Information Systems
brPurchasing Department
brThe University of British Columbia
br102J - 2075 Wesbrook Mall
brVancouver, British Columbia
brCanadanbsp;nbsp;nbsp; V6T 1Z1
pTelephone: (604) 822-8302
brFax: (604) 822-6949
pE-mail: [EMAIL PROTECTED]
brnbsp;
brnbsp;
pBud wrote:
blockquote TYPE=CITEHi. I'm writing a tag for a card processor (linkpoint)
for a customer
brof mine. I'm having a problem. After submitting the cfhttp parameters
brand waiting on validation to return, I'm getting this loading on the
brpage first:
p--string
brContent-type: text/html
plt;BProcessing order.nbsp; Please wait...lt;/Blt;BR
pUnfortunately, it seems as if ColdFusion thinks this is the full
brextent of the cfhttp.filecontent and finishes loading the page before
brI can do any sort of conditional settings based on the content. I've
brtried doing a replace and setting a variable of 'content' and reading
brthat, but then it just reads as an empty variable. Is there any way
I
brcan make CF wait until the full content is returned?
pThanks,
pBud Schneehagen - Tropical Web Creations
p_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
brColdFusion Solutions / eCommerce Development
br[EMAIL PROTECTED]
bra href="http://www.twcreations.com/"http://www.twcreations.com//a
br954.721.3452
br--
brArchives: a 
href="http://www.eGroups.com/list/cf-talk"http://www.eGroups.com/list/cf-talk/a
brTo Unsubscribe visit a 
href="http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk"http://www.houseoffusion.com/index.cfm?sidebar=listsamp;body=lists/cf_talk/a
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body./blockquote

brnbsp;
brnbsp;/html

--16361C015906BEAD1F12AE93--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Can you combine these two into one?

2000-05-22 Thread Mark W. Breneman

Also, on the same note:

Can this be combined into one?

cfif ParameterExists(XXX)
cfif #xxx# IS "x"
Do this
/cfif
/cfif

Seems like it should be able to be to do it in one cfif.

If so...  THANKS!
else...   Thanks anyway.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770

-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 11:53 AM
To: ColdFusion Discussion List
Subject: Can you combine these two into one?


Is there a way to combine these two functions into one?

CFIF IsDefined("Page")
CFSET PAGE = Replace(PAGE, "/", "", "ALL")

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

and yes they really do pay!

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Shortcut for Getting Form Field

2000-05-22 Thread KChapman


CGI.fieldnames

I know because I'm using this right now for a form that is dynamically
generated.

   --K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
 
Steve Weiner   
 
Steve@TeleImTo: "'[EMAIL PROTECTED]'" 
[EMAIL PROTECTED]  
age.com cc:   
 
 Subject: Shortcut for Getting Form Field  
 
05/22/00   
 
10:42 AM   
 
Please 
 
respond to 
 
cf-talk
 
   
 
   
 



I'm working on a project that has tons of form fields on a page.  I was
wondering if there was any cf tags or anything that I could take the form,
submit it, and get a list of all the form field names that are available to
me without having to go through and doing all the copying pasting...


Is there anything like that?

[EMAIL PROTECTED]
--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Certification

2000-05-22 Thread Iztok Polanic

Hy!

That's a good thing :)
If it is computerized you should get results right away :)

Bye,

Iztok
- Original Message -
From: "Cary Gordon" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 07:10
Subject: Re: CF Certification


 The best part is that, because it is computerized and all, it only takes
4-
 6 weeks to get your results!

 Cary

 At 06:50 PM 5/21/00 +, you wrote:
 Hi!
Has anybody taken the CF Certification test yet? Did you think it was
 hard?? Just curious... I'm taking it later this week.
 
 Gigi


 Cary Gordon
 The Cherry Hill Company

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Bud

On 5/22/00, David Gassner penned:
Bud, is the first page being sent back then calling a secondary page after
the transaction is completed?  Look in the returned HTML text and see
whether there's a meta tag doing a refresh to call the second page; you
may be able to setup  cfhttp to call the secondary page directly.  If not,
call the vendor and see whether they have an api for server-to-server calls,
as the api you're using is clearly designed for browser use.

Arrgggh. I've been through all their docs, and I don't think they do. 
Anyone else worked with linkpoint? There is no meta tag. The only 
thing filecontent is picking up is:

--string
Content-type: text/html

BProcessing order.  Please wait.../BBR


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



backing up administrator settings

2000-05-22 Thread Ric Smith

Is it possible to backup the configuration of cf administrator
for easy re-install? How bout MS SQL Server? I'm backing
up the IIS console config but can't figure out how to do the
other two.

Thanks for any help.

-- Ric Smith 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Excel Import

2000-05-22 Thread Philip Arnold - ASP

 I have to import some data from an Excel spreadsheet into an Access
 application.

 One of the cols is in the following format.

 eg

 2925
cfsnip
/cfsnip
 60692

 The original data source had these like so

 002925
cfsnip
/cfsnip
 060692

 I would prefer to reinstate these leading zeros.  These are and
 will be a Unique key Index.  The original source allows export to
 Excel but when copying into Excel removes the leading zeros:)

 This is a monthly update requirement and it may be that some time
 in the future we will need to use these numbers to link to other
 sources using this field as the link hence my need to keep the
 leading zeros.

 Any and all suggestions received with the usual enthusiasm and gratitude!

OK, here's the fun thing about Excel and CSV ODBC Drivers - once it decides
that a column is numeric, it's numeric - NO MATTER WHAT!

If you have numbers in a column, then text a few rows down, the text is
ignored - the same for if the entries are textual, then numeric

You HAVE to format the cells in Excel the way you want them, then get data
via ODBC

I had the same problem a few weeks back (the reason I re-joined this list),
and have only come up with the fact that M$ Excel/CSV ODBC driver sucks
big-time!

I know this doesn't help much, but it's a problem with the ODBC drivers.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


 -Original Message-
 From: Gordon Burns [mailto:[EMAIL PROTECTED]]
 Sent: 19 May 2000 17:58
 To: [EMAIL PROTECTED]
 Subject: Excel Import





 Gordon



 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Shortcut for Getting Form Field

2000-05-22 Thread Kevin Marshall

Steve,

I suppose you could submit your form to a 'do-nothing' processing page and 
then steal the list of passed form fields from the debugging info (you do 
have debugging turned on, right?).  Be x-tra careful though with radio 
buttons and checkboxes since they won't be passed unless they are selected.

Kevin

At 01:42 PM 5/22/00 -0400, you wrote:
I'm working on a project that has tons of form fields on a page.  I was
wondering if there was any cf tags or anything that I could take the form,
submit it, and get a list of all the form field names that are available to
me without having to go through and doing all the copying pasting...

--
Kevin Marshall
Web Application Developer
eCalton.com, Inc.
Vero Beach, FL
www.ecalton.com
[EMAIL PROTECTED]
561.569.4500

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Shortcut for Getting Form Field

2000-05-22 Thread Dave Watts

 CGI.fieldnames

 I know because I'm using this right now for a form that is dynamically
 generated.

FIELDNAMES belongs to Form, not CGI: FORM.FIELDNAMES. Alternatively, in CF
4.5, you can loop over the Form structure using CFLOOP, which avoids the
problem of repeated form field names which might occur with checkboxes and
multi-select boxes.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Bud

On 5/22/00, David Gassner penned:
Bud, is the first page being sent back then calling a secondary page after
the transaction is completed?  Look in the returned HTML text and see
whether there's a meta tag doing a refresh to call the second page; you
may be able to setup  cfhttp to call the secondary page directly.  If not,
call the vendor and see whether they have an api for server-to-server calls,
as the api you're using is clearly designed for browser use.

Ahhh, looks like they have a cfx tag. Lucky day.


Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



  1   2   >