RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Peter Tilbrook

If the table is creating a new record each time a client logs in simply set
the default value for your date field to Now() - do this within Access it
self in Design mode.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jerre Hale
Sent: Thursday, 24 May, 2001 12:14 AM
To: CF-Talk
Subject: Insertion of date and time of entry into a database field


I would like to capture the current date and time in an Access database
file when a client logins and downloads software.  I can capture the
userid and password with the following code in template1 and this code
in template2 cfinsert datasource=ssh tablename=ssh/cfinsert .  I
tried the create date function as you can see below but it does not
insert the date and time into the database.  How can I accomplish the
desired result?

Thanks,

Jerre

Template1
CFOUTPUT
FORM ACTION=template2.cfm METHOD=Post
 TABLE width=600
TR
TDusername:/TD
TDINPUT TYPE=text NAME=username/TD
/TR
TR
TDpassword:/TD
TDINPUT TYPE=password NAME=password/TD
/TR
 tr
 TDINPUT TYPE=#createodbcdate(now())#
NAME=#createodbcdate(now())#/TD
 /tr
/TABLE width=600
INPUT TYPE=submit VALUE=Login
/FORM
/CFOUTPUT
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Operating system and Browser.

2001-05-23 Thread Peter Tilbrook

Shally,

You need to refer to CGI client variables:

The following table describes the most common CGI environment variables
created by the browser and passed in the request header:

HTTP_REFERER  The referring document. This is the document that linked to or
submitted form data.
HTTP_USER_AGENT  The browser the client is currently using to send the
request. Format: software/version library/version.
HTTP_IF_MODIFIED_SINCE  The last time the page was modified. This variable
is sent at the discretion of the browser, usually in response to the server
having sent the LAST_MODIFIED HTTP header. It can be used to take advantage
of browser-side caching.

eg:

cfoutput
#CGI.HTTP_User_Agent#
/cfoutput

Give me this (under Internet Explorer 5.5):

Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

Thus under Netscape Navigator 4.7:

Mozilla/4.7 [en-gb] (WinNT; U)

And this under Netscape 6:

Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001108
Netscape6/6.0

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shally
Sent: Thursday, 24 May, 2001 6:56 AM
To: CF-Talk
Subject: Operating system and Browser.


Hi Every one!

Is there any way to know the Operating system and the
browser the user is using through the CF code.

Shally:
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OnRequestEnd.cfm

2001-05-23 Thread Peter Tilbrook

I know what application.cfm is for. What does onrequestend.cfm do?



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Compromising Security

2001-05-22 Thread Peter Tilbrook

The first thing you should do is store your databases in a folder that is
not accessible from the Internet (out of your web root). For example:

Your websites could be in c:\inetpub\wwwroot\mywebsite\

But you should store the databases somewhere else, eg:

c:\datasources\

Secure this directory and update CF Administrator to look here for
datasources instead. Don't think your databases have to be physically within
your web site for CF to access them.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Pooh Bear
Sent: Wednesday, 23 May, 2001 2:28 AM
To: CF-Talk
Subject: Compromising Security


hey, I was wondering what are the least amount of information someone needs
to compromise my database or code?  I am.err...hacking? my
site/database through the URL.  So far, I've got 2 tablenames, the
datasource, and some field names.  I dont want to have to do a lot of coding
to prevent this from being seen by someone else, but i will if have to, but
first i want to know if anyone could do anything with this much information.
  Thanx! :)
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weather Icons: I need some

2001-05-20 Thread Peter Tilbrook

http://www.f2.com.au have some.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Studio Development Mapping

2001-05-18 Thread Peter Tilbrook

You need to register your server at the Allaire web site and they send you a
full document set for free (Administering and Studio).

I registered on a Monday and had the manuals only three days later (not bad
considering I'm DownUnder).


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
Sent: Friday, 18 May, 2001 4:13 PM
To: CF-Talk
Subject: RE: Studio Development Mapping


Where do you get that?  I have Studio 4.5 but Allaire didn't ship a manual
for it.
Did your copy come in the box with the manual for CFAS 4.5?  Is there only
one manual for CFAS 4.5: Administering ColdFusion Server 4.5

best, paul

At 11:23 AM 5/18/01 +1000, you wrote:
Using ColdFusion Studio 4.5

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
Sent: Friday, 18 May, 2001 11:14 AM
To: CF-Talk
Subject: RE: Studio Development Mapping


Hm...  Not on those pages in any manual I have.

Which manual are you referring to?

best, paul


At 10:45 AM 5/18/01 +1000, you wrote:
 In the manual on pages 8 and 119.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
 Sent: Friday, 18 May, 2001 2:45 AM
 To: CF-Talk
 Subject: Studio Development Mapping
 
 
 Where are the instructions in Studio for the subject?
 
 best,  paul
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Studio Development Mapping

2001-05-17 Thread Peter Tilbrook

In the manual on pages 8 and 119.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
Sent: Friday, 18 May, 2001 2:45 AM
To: CF-Talk
Subject: Studio Development Mapping


Where are the instructions in Studio for the subject?

best,  paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Studio Development Mapping

2001-05-17 Thread Peter Tilbrook

Using ColdFusion Studio 4.5

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
Sent: Friday, 18 May, 2001 11:14 AM
To: CF-Talk
Subject: RE: Studio Development Mapping


Hm...  Not on those pages in any manual I have.

Which manual are you referring to?

best, paul


At 10:45 AM 5/18/01 +1000, you wrote:
In the manual on pages 8 and 119.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Smith
Sent: Friday, 18 May, 2001 2:45 AM
To: CF-Talk
Subject: Studio Development Mapping


Where are the instructions in Studio for the subject?

best,  paul

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity: Hair-Pulling Problem

2001-05-17 Thread Peter Tilbrook

Try purging both collections before you update them.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, 18 May, 2001 5:25 PM
To: CF-Talk
Subject: Verity: Hair-Pulling Problem


I'm losing hair (and time!) over a very frustrating problem using
Verity with CF.

I have an application that uses two Verity collections. I can
successfully create the first collection and retrieve info from it, and
can then do the same with the second collection. However, when I
go back and do an update on the first collection, these 2 error
messages are generated in file/sysinfo.log:
--
Thu May 17 23:43:05 2001
msg(1): Error   E3-0422 (VDK 2): Could not find file Page_338.htm

Thu May 17 23:43:05 2001
msg(1): Error   E3-0032 (VDK): No valid documents found in
C:\WINNT\CFI70CB.tmp for collection
E:\Web\worldwideguide\guides\verity\Guide_2_Pages\file
--
The contents of this update also do not show up in searches.

The problem is at least consistent, now that I've figured out what's
actually happening. I feel confident of my code, as I have brought
all the steps together into a single template for testing purposes,
and simply pass a few URL variables to change collections, specify
documents, etc. Adding documents initially works fine in both
collections, but whenever I return to the collection I created first,
updates there invariably fail and produce the messages shown
above, EVEN if the update involves the exact same content that
was successfully added or updated during the first round.

I could conceivably work around this by building both collections
one at a time, then deleting and rebuilding the first collection
whenever additional updates are needed there. But the non-
updatable problem would then shift to the second collection, and I'd
have to do a complete rebuild for any updates there. What a
hassle...

I should mention that this code is for a spider-type search engine
I've built, which retrieves external Web pages via CFHTTP, indexes
them and then places a META redirect in a text file which is keyed
to that record in Verity. Seems to work great except for this
bugaboo...

Any ideas greatly appreciated...

Gene Kraybill
LPW  Associates LLC
Mansfield, PA
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ot on mouseover

2001-05-15 Thread Peter Tilbrook

onmouseover=self.status='Text here.';return true
onmouseout=self.status='';return true

for example:

a href=mylink.cfm onmouseover=self.status='Text here.';return true
onmouseout=self.status='';return trueMy Link/a


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF-Talk Archiver

2001-05-14 Thread Peter Tilbrook

I am currently putting the finishing touches on a small CF application
that reads in email messages, in this case CF-Talk email, stores them in a
database and makes the database searchable (via Verity).

The final application will be able to do the same with any email address
but hey CF-Talk deserves posterity so I wrote it for that purpose.

The finished version will be postcardware, ie: send me a postcard and I
will send you the full code via email.

Cheers!

PT


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF 5.0 graphs

2001-05-11 Thread Peter Tilbrook

Ah hah! Must be good to beat 4.5.2!

: CF 5.0 graphs


As CF Studio 5 will be out a while after CF5 ships, a set of add-on VTM's
will be made available for Studio 4.5.2. They've already been written (so
you don't need to do so), and will be available when CF5 is available.

--- Ben


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New Cold Fusion book, O'riely Press

2001-05-11 Thread Peter Tilbrook

Better start saving up eh?



Well, I guess the following should give you a good idea of what will hit the
shelves in the following 3-4 months (in cronological order):

Professional ColdFusion 4.5
by Wrox Author Team
Paperback - 1000 pages (May 2001)
Wrox Press Inc
ISBN: 1861004540

Programming ColdFusion
by Rob Brooks-Bilson
900 pages pages (July 2001)
O'Reilly  Associates
ISBN: 1565926986

Optimizing Coldfusion
by Chris Cortes
Paperback - 400 pages (June 2001)
Osborne McGraw-Hill
ISBN: 0072132663

Instant Coldfusion 5
by Jeffry Houser
Paperback - 640 pages (July 2001)
Osborne McGraw-Hill
ISBN: 0072132388

ColdFusion 5.0 Web Application Construction Kit
by Ben Forta
Paperback - 900 pages (July 19, 2001)
Que
ISBN: 0789725843

Mastering ColdFusion 5
by Arman Danesh, Kristin Aileen Motlagh, Raymond Camden
Paperback - 1104 pages (August 15, 2001)
Sybex
ISBN: 078212979X

ColdFusion Administrator's Guide
by Prima (Editor), Prima Development
Hardcover - 750 pages (August 30, 2001)
Prima Publishing
ISBN: 0761534792


Massimo
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Next step to piracy: pay $50,000 (they use CF)

2001-05-11 Thread Peter Tilbrook

Magazine publisher Next Media, publisher of youth and entertainment
magazines including Rolling Stone, Soap World, PC Powerplay, Play Time,
internet.au and The Australian Net Directory, has agreed to pay $50,000 in a
settlement for unauthorised copying and use of computer software.

The Business Software Association of Australia (BSAA) which took action
against Next Media claimed that at least 40 copies of each of Adobe
Photoshop, Adobe Illustrator and Microsoft Office were illegally installed
on a substantial number of PC and Macintosh computers at the Redfern offices
of Next Media companies Next Publishing Pty Limited, Next Gaming Pty
Limited, Tilmond Pty Limited, Next Online Pty Limited and Prospero
Publishing Pty Limited.

In announcing the substantial settlement, Chairman of the BSAA, Mr Jim
Macnamara said that Next Media was established with the acquisition of the
Australian licence of Rolling Stone. No-one would expect to publish Rolling
Stone without a licence and escape legal action. It begs the question of why
a company would produce the magazine and others using unlicenced computer
software, Mr Macnamara said.

Businesses need to get the message that they cannot use unauthorised copies
of software from leading companies such as Adobe, Autodesk, Bentley,
Microsoft, Macromedia and Symantec and get away with it, he said.

The BSAA is strengthening its campaign against pirate software following
research that shows Australia's rate of PC software piracy at 32 per cent -
seven per cent higher than the US.

In the past three months, the BSAA has settled legal proceedings with two
multimedia businesses, Speedwell Media and Liquid Vision New Media Pty
Limited, and filed a proof of debt claim against Catalyst Training Systems
Pty Limited seeking more than $100,000 in damages.

There are many benefits to using original, licenced software such as
freedom from viruses and access to upgrades and support. Another benefit is
freedom from the risk of prosecution or civil legal action. From a risk
management perspective alone, businesses and individuals should regularly
audit their software to ensure they are not breaching licenses, he said.

According to the most recent survey, software piracy in Australia costs
manufacturers $264 million a year in lost sales. In addition, the BSAA
points out that piracy costs local distributors and retailers another $280
million in lost sales revenue and makes the point that these are primarily
Australian businesses employing Australians.

A 1998 BSAA survey identified the graphics and publishing industries as
among the most prolific users of unlicenced software, with 66 per cent of
people surveyed saying that they either used illegal software or knew
someone who did.

As part of this new campaign, the BSAA is conducting a competition for the
best anti-piracy advertisement in conjunction with Design Graphics, a
leading industry publication. The competition closes on 14 August 2000 and
offers a $5,000 prize for the best advertisement to encourage use of legal
software and to alert computer users to the risks of unauthorised software.

Source: Business Software Association of Australia (http://www.bsaa.com.au).


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfm-resources?

2001-05-11 Thread Peter Tilbrook

In Australia it is NOT toll free. Is it too much to ask for emails to be
responded to?

Obviously in your case it is!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



It ain't over till it's over

2001-05-11 Thread Peter Tilbrook


Possibly the beta test regime for CF Server 5.0 has been the best yet. The
support through the official Allaire beta site has been very good and will
see the final product, apparently due to ship in full release next month
(ZDNet), will be a breath of fresh air.

Us long time Allaire evangelists, while not quite up there as Mr Forta, will
find the switch to Macromedia ColdFusion. Upon first loading up the CF
Administrator for CF 5.0 you will probably like what you see - I won't tell
you what you see on screen (that would spoil it).

CF 4.5x was very good. This pedigree seems to have been transferred to CF
5.0 very well. You will find the interface slightly different but still
functional. Given three days you won't be able to live without CF 5.0.

The wonderful people at Allaire/Macromedia support (beta forums) have been
great and prove that the merger will see CF at the forefront of web
development.

What next? New books from Ben Forta, et al and a new version of Studio.
4.5.2 is actually usable so 5.0 will have to do what 4.5.2 did to sway me
from 4.0!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



New Allaire Alive titles available

2001-05-10 Thread Peter Tilbrook

http://www.allaire.com/allairealive/index.cfm

Peter Tilbrook
Chief Web Developer
Lunar Power Internet Technologies
Unit 1, 26-28 Winchcombe Court
Mitchell, ACT, 2911
AUSTRALIA

Phone: +61 2 6242  
Fax: +61 2 6242 6655 
WWW: http://www.lunarpower.com.au

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Clarification

2001-05-09 Thread Peter Tilbrook

I believe you can. Hopefully supported under the new version of Verity under
CF 5.0. Check out www.verity.com for more info on the Verity SDK.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Parker,
Kevin
Sent: Thursday, 10 May, 2001 1:50 PM
To: CF-Talk
Subject: Clarification


Can someone clarify this for me please. Can I use CF and Verity located at
one URL to index material at another (completely different) URL.




Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287






This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: good jscript list

2001-05-07 Thread Peter Tilbrook

http://www.javascriptsource.com

-Original Message-
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 8 May, 2001 9:50 AM
To: CF-Talk
Subject: RE: good jscript list


Hi,

Not sure if anybody has mentioned www.irt.org yet, but I find it a great
resource.

Jared Clinton
Software Engineer
Maxi Multimedia
NEC Australia

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, 8 May 2001 1:17
 To: CF-Talk
 Subject: RE: good jscript list



 I second that one!




 Adkins, Randy [EMAIL PROTECTED] on 05/07/2001 08:13:13 AM

 Please respond to [EMAIL PROTECTED]

 To:   CF-Talk [EMAIL PROTECTED]
 cc:

 Subject:  RE: good jscript list


 JS-Jiove by Yahoo groups
 are at http://groups.yahoo.com/group/JS-Jive

 -Original Message-
 From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
 Sent: Monday, May 07, 2001 10:02 AM
 To: CF-Talk
 Subject: OT: good jscript list


 Someone know a good jscript list?
 I have a question about form fields and focus()
 just doesn't work for me.

 THANKS!

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Does the App Server Market Still Exists?

2001-05-07 Thread Peter Tilbrook

An interesting article on Internet.com:

http://serverwatch.internet.com/articles/appsmkt/index.html

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio and UltraDev Merging!

2001-05-05 Thread Peter Tilbrook

Yeah but even now UD just show little yellow bolts of lightning for
ColdFusion code.

-Original Message-
From: Al Musella, DPM [mailto:[EMAIL PROTECTED]]
Sent: Sunday, 6 May 2001 08:49
To: CF-Talk
Subject: RE: CF Studio and UltraDev Merging!



I would love to see them combined. Add studio's code editor to the UD
WYSIWYG editor - how can you beat that combination. Make it seemless to
switch back and forth!  I never could get Studios design mode to work right
- just replace it with UD!
Al



At 03:02 PM 5/5/2001 -0700, you wrote:

Have to drop my viewpoint in on this as well just in Case MM is reading
this. I have both UD and Studio available to me and I use Studio Edit Mode
exclusively. So PLEASE PLEASE don't screw up Studio by trying to make it a
Wizzy wig.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: quick question

2001-05-04 Thread Peter Tilbrook

Chris, I imagine you would have to specify the full filename - including the
extension. Be wary of using CFFILE, particularly if people can upload non
image files like documents or executables. Test your code to ensure that you
are not opening up a major vulnerability to your server. I have noticed with
CF Enterprise 4.5.1 an uncanny behaviour of making CFSTRUCTURE and CFFILE
variables UPPERCASE. Not sure if this is supposed to happen - I think not -
but it does.

-Original Message-
From: Chris Badouin [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 08:39
To: CF-Talk
Subject: quick question


All-

Sorry, I have not used CFFILE and needed a quick answer

When using the CFFILE tag to rename an image file, does the CFFILE
overwrite the extension when renaming?

CB
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: testing..

2001-05-04 Thread Peter Tilbrook

I don't think so. I posted a message six hours ago and it has not been
posted yet.

-Original Message-
From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 10:04
To: CF-Talk
Subject: testing..


is CF-talk OK?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Ultradev Studio

2001-05-04 Thread Peter Tilbrook

Mark, I'm inclined to agree with you. Dreamweaver for all intent and
purposes is a fine product for the visual web designer. As far as code
development goes it just doesn't cut it - which is why I imagine they ship
HomeSite with Dreamweaver for code cutting purposes.

ColdFusion Studio - at least version 4.5.2 SP2 - is a fine product, finally.
Admittedly I am still running 4.0 until I get the time to install the latest
release. 4.0 does not save files as zero bytes which later version did
regularly.

Rather than merge a product like Studio/HomeSite into UltraDev (expensive
product is UltraDev for what it claims to do) update CF Studio 4.5.1 to
include new CF5.0 support. After all these years the 4.5 product is now
totally indespensible. If it aint broke dont fix it!

-Original Message-
From: Mark Terrill [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 13:14
To: CF-Talk
Subject: Re: Ultradev  Studio


Our CFUG had a macromedia rep come talk to us the other night. apparently
ultradev  studio are being merged into ONE product...ie the code window of
ultradev will be like studio

personally I think that this is the worst possible decision that macromedia
could possibly make. they may like their trippy looking ultradev
product...but a vast populace of cf'ers don't. when the macromedia guy told
us of this product merge, he suddenly had a roomful of *extremely* irate
programmers. whatever macromedia does, they shouldn't wreck the good
relationship that allaire built up with us at ground level. leave bloody
ultradev to the graphic designers and leave us in peace with our intimitely
favourite memory chewing dev tool.


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: mailto: in alertbox?

2001-05-04 Thread Peter Tilbrook

I don't think so - at least for security reasons. Assuming you mean a JS
generated alertbox. If you can get around using a JS generated alert box and
use a JS generated window which you can load a CFML template into that might
be better. eg:

head
script language=JavaScript
function openWin( windowURL, windowName, windowFeatures )
{return window.open( windowURL, windowName, windowFeatures ) ; }
/script
titleCF-Talk is AOK by me OK?/title
/head

Then use the following code for your URL:

a
href=JavaScript:newWindow=openWin('actiontemplate.cfm?RecordID=ThisWouldBeA
Number','ADescriptionOfTheLink','width=600,height=400,toolbar=0,location=0,d
irectories=0,status=0,menuBar=0,scrollBars=1,resizable=0');
newWindow.focus() onmouseover=self.status='Wrap this text in a
JSStringFormat just to be sure! Ben Forta would be proud!';return true
onmouseout=self.status='';return trueAnd this is the link right here!/a

If using CFQUERY generated text it is not a bad idea to WRAP the output text
in JSStringFormat to make friendly potentially error inducing code.
Otherwise strip out the onmouseover and onmouseout code altogether. You
can still add other target prefs like _new etc).


-Original Message-
From: han peng [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 13:43
To: CF-Talk
Subject: mailto: in alertbox?


hi ppl... is it possible to have a mailto: in a alertbox message??
i tried doing this but cant...
pls advise...


alert(we noted that u blah...blah.. blah... Please email us at
mailto:[EMAIL PROTECTED] for yr request.blah.. blah...);


cheers
han
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Studio and UltraDev Merging!

2001-05-04 Thread Peter Tilbrook

Lower than AUD$2,000.00?

I'd buy that for a dollar!

-Original Message-
From: Kevin Lynch [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 15:03
To: CF-Talk
Subject: RE: CF Studio and UltraDev Merging!


Hi-

That's right, both ColdFusion Studio and UltraDev continue to be
available as separate products. If you like, you can buy them
together in a studio bundle at a lower price.

There's a FAQ that Jeff Whatcott put together at:
http://www.allaire.com/handlers/index.cfm?ID=20899#2201

thanks

Kevin

At 2:37 PM -0700 5/3/01, Erika Walker wrote:
I don't think they are talking about merging the two products as
onethey are just talking about using them together side-by-side.

Re-read that page one more time. It took me a couple just to be
sure, and besides, I already have the UltraDev they are talking
about. The product has a lot of tools built into it to make
developing with ColdFusion easier for beginners, etc.

Don't Panic!! No more panicking!!

Cheers,
Erika

-- Original Message --
From: Costas Piliotis [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Thu, 03 May 2001 10:22:17 -0700

Hey Macromedia...

I know someone is out there listening...

Most CF developers like Studio.  Most like it a lot.

VERY BAD MOVE.  Talk about giving it to CF developers where it hurts.

-Original Message-
From: Nathan Stanford [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 03, 2001 8:29 AM
To: CF-Talk
Subject: CF Studio and UltraDev Merging!



Read This:
http://www.allaire.com/products/ColdFusion/productinformation/tools.cfm

Nathan Stanford
Senior Programmer/Analyst
[EMAIL PROTECTED]


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Has anyone seen this before?

2001-05-04 Thread Peter Tilbrook

Yes I have seen it before. Under all versions upto and including CF
Enterprise 4.5.1 SP1. It has been intermittent also.

I believe it may mean that the server cannot connect to your mail server -
or on a development machine you have not entered in a generic example (ie:
mail.mysite.com).

Worst case could be a corruption of the Dynamic Link Libraries of CF (under
Win95/98/NT/2K). I think Macromedia would know the definitive answer here.

-Original Message-
From: Pablo Varando [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 14:06
To: CF-Talk
Subject: Has anyone seen this before?


unknown exception condition

TagCFMail::sendMessage

The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (37:1) to (40:43).

What exactly is this? anyone know how to get rid of it?



Thanks,



Pablo
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: verity error

2001-05-04 Thread Peter Tilbrook

Wow! That is quite big - assuming an MS Access database.

Your main problem appears to be generating the index itself. Even once off
it is taxing system resources big time.

Straightaway you could do one of several things:

1 - purge the collection before updationg it
2 - if on the same box defragment the HDD before re-indexing the collection
3 - if your development box has more grunt than the actual server - consider
building the index on you dev box and then transferring it to the server.
Not ideal but it works.

For a db of 70,000 records (Access) a server would preferably need about
256Mb to generate the index and not crash - 512Mb would be better. Later
version of CF (5.0 with the new Verity) may be much better however.

-Original Message-
From: Seamus Campbell [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 18:10
To: CF-Talk
Subject: RE: verity error


Thanks
Yes about 70,000 records actually
Are there any workarounds?

The ISP originally had set Limit simultaneous requests to 1
but has since chamged this to 4

Than I got this error

The requested URL could not be retrieved

While trying to retrieve the URL: [no URL]
The following error was encountered:
ยท Read Timeout
The system returned:
[No Error]

I'm not sure what this means??

Thanks
Seamus





At 05:52 pm 4/05/01 , you wrote:
Is it a relatively large collection? (eg: 60,000 individual database
records).

Verity as supplied with CF 4.x seems to be very memory and processor
resource intensive.

-Original Message-
From: Seamus Campbell [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 16:07
To: CF-Talk
Subject: verity error


Hi
I get this error on my ISP's server when I update a verity collection
I do NOT get it when I do it on my home server
Any clues - I'm desperate to find some reason for this

Error Occurred While Processing Request
   Error Diagnostic InformationRequest canceled or ignored by
   serverServer busy or unable to fulfill request. The server is unable
   to fulfill your request due to extremely high traffic or an
   unexpected internal error. Please attempt your request again (if you
   are repeatedly unsuccessful you should notify the site
   administrator). (Location Code: 26)
   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).

MTIA

Seamus

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: client variables

2001-05-04 Thread Peter Tilbrook

Client variables are identified by the users browser. Open a web site in IE
and it will give you a different CFID and CFTOKEN than the same site opened
in Navigator. It is important that you track the client throughout your
site when using client variables - usually by appending #URLToken# on the
end of all URL's. eg:

a
href=http://www.mysite.com/edit.cfm?cfoutput#URLToken#/cfoutputEdit
Record/a

Just an idea anyway. Anyone else have a solution?

-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 5 May 2001 04:50
To: CF-Talk
Subject: client variables


I have a really strange report from a client about some irregularities in
an app we built for them. Essentially, there is a long client variable that
contains a delimited string of items. This long delimited list is used
throughout the app. This string is later stored in the DB.

Each record in the DB has its own identifiably string of delimited items.
When a user accesses a particular item, the DB record is read and that
delimited list is set as the client Var. The previous client vars are all
deleted.

Now, when my user views the entire string it looks normal. But if she
attempts to edit an item in the list, all of its properties change to an
item in another list from a separate record in the DB. Its seems as through
the previous client Var is still hanging around and sometimes being
selected from the clientVar repository instead of what should be the
currently active client Var.

Has any one seen anything like this happen before? Am I crazy?

Brook Davies
MaracasMedia.com


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Problem with login page

2001-05-04 Thread Peter Tilbrook

You should be able to use cfinput name=password type=password
required=yes message=Password is a required field. rather than INPUT as
a hidden field.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IE 6 (whistler)

2001-05-03 Thread Peter Tilbrook

Ding! Wrong answer!

Do not develop for IE6 however.

-Original Message-
From: Gavin Lilley [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 3 March 2001 01:18
To: CF-Talk
Subject: RE: IE 6 (whistler)


I haven't got any hard facts to back this up but as far  as I can see IE6 is
IE5.5 - there dont really seem to be many changes. It does seem to integrate
with os but apart from that i think its the same html engine.

--
Gavin Lilley
Internet / Intranet Developer
http://halesowen.ac.uk


-Original Message-
From: Michael Rosario [mailto:[EMAIL PROTECTED]]
Sent: 01 March 2001 13:22
To: CF-Talk
Subject: IE 6


Hello All...

   Has anyone out there played with IE6 yet?   I wondering what sorts of
DHTML features have changed;  Does it support XSLT now?

Thanks a bunch!


/\/\ichael Rosario
ConnectWise.com
www.connectwise.com
Internet App Dev
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to configure Studio to use only block capitals in the default template with edited and inserted tags?

2001-05-03 Thread Peter Tilbrook

If you purchased Studio there is a manual explaining how to customise CF
Studio.

-Original Message-
From: Hubert Earl [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 03:08
To: CF-Talk
Subject: How to configure Studio to use only block capitals in the
default template  with edited and inserted tags?


Hi,

How can I configure CFStudio so that:

1.  The default template will have only block capitals?
2.  All edited or inserted tags will automatically be in block capitals?

Sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme

My Jamaican Art, Craft  More Online Store:
http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Random Password

2001-05-03 Thread Peter Tilbrook

cfscript
password =  ;
for (c=1; c le 7; c=c+1)
{password = password  chr(randRange(65,90)) ; }
password = password  randRange(1000,) ;
/cfscrupt

-Original Message-
From: Chris Badouin [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 May 2001 02:24
To: CF-Talk
Subject: Random Password


All-

Sorry I am pressed for time today, but does any one have script for
generating random passwords?

CB
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: custom tag for a progress meter

2001-05-02 Thread Peter Tilbrook

NOTE: There is a problem with the DevExchange and it changes the fielname to
ACsomethign or the other.zip

They are just using the MAKEUNIQUE attribute for filenames.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



New ColdFusion logo

2001-05-02 Thread Peter Tilbrook

What do you think of the new Macromedia ColdFusion 5 logo? 
http://www.allaire.com/products/coldfusion/



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfselect question

2001-05-01 Thread Peter Tilbrook

I have this question.

When a user signs up for membership they can choose from a list of
Events they are interested in attending. It is a cfselect field
populated from a database Memo field (so stored in the db as a comma
delimited list).

Later the user is allowed to modify their profile, including events they
are interested in. The events they chose are in a seperate table from the
master list.

My question is what would be the best way to display the full list of events
but have the events the user previously selected highlighted?

Peter Tilbrook
Internet Applications Developer
Friends Plus


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: changing a file extension upon upload??

2001-04-30 Thread Peter Tilbrook

Why would you unless the file actually contains CFML code?


-Original Message-
From: David Sammons [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 1:45 PM
To: CF-Talk
Subject: changing a file extension upon upload??


Is it possible to change a files .html extension to .cfm when using cffile
to upload to the server?  If so, how?

thanks.

ds
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Hosting Service Provider Edition Eliminated

2001-04-29 Thread Peter Tilbrook

This calls for a celebration!

I no longer need to panic about where to find AUD$18,000.00 for a ColdFusion
server we didn't want to have. Professional and Enterprise have suited us
fine for years.

Thanks to everyone at Macromedia for seeing the light!

-Original Message-
From: Jeff Whatcott [mailto:[EMAIL PROTECTED]]
Sent: Monday, 30 April 2001 08:56
To: CF-Talk
Subject: Hosting Service Provider Edition


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New CF5 Partner Hosting License

2001-04-27 Thread Peter Tilbrook

Please leave me alone now. The future is games!

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Australian Macromedia partner

2001-04-27 Thread Peter Tilbrook

Wrong. They have FirmwareDesign (http://www.firmware.com.au).

-Original Message-
From: Nick Texidor [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 28 April 2001 00:05
To: CF-Talk
Subject: RE: New CF5 Partner Hosting License


The first thing that sprang to mind when I read this was... 
Macromedia don't even have a partner program of any sort. At least 
not available here in Australia.

So that could indicate that there isn't much of a 'Developer 
Community' within Macromedia!

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: New CF5 Partner Hosting License

2001-04-27 Thread Peter Tilbrook

Macromedia ColdFusion goes RC at http://beta.allaire.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: database.ldb

2001-04-25 Thread Peter Tilbrook

If you are running 4.5.1 there is a Release button in the Administrator to
unlock the dB's.

-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 26 April 2001 08:53
To: CF-Talk
Subject: database.ldb


ok i hate access.
i use this to unlock this db but it wont work now does anyone else have
another idea?

cfquery name=Unlock datasource=catlingalleries dbtype=ODBC
Select *
From ImageManager
Where lock=damnyou
/cfquery

thanks

Jay Patton
Web Design / Application Design
Web Pro USA
p. 406.549.3337 ext. 203
p. 1.888.5WEBPRO ext. 203
e. [EMAIL PROTECTED]
url. www.webpro-usa.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: WARNING: PCAnywhere

2001-04-22 Thread Peter Tilbrook

Microsoft Netmeeting 3.x allows remote access to machines securely. Works
well and is free.

-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]]
Sent: Sunday, 22 April 2001 10:29
To: CF-Talk
Subject: RE: WARNING: PCAnywhere


I'm glad this came up.  I was about to purchase PC Anywhere (new version,
whatever it's up to) for a client so I can manage her SQL and ColdFusion
servers.  They're running Windows NT Servers, 4.0 SP5.  We currently have a
VPN setup, which works great, except I need to be able to manage the
servers.  Any ideas on other programs?



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Updating 1000s of records

2001-04-22 Thread Peter Tilbrook

Isn't this information already stored under CGLOBALS as a client variable?


-Original Message-
From: Michael Lugassy [mailto:[EMAIL PROTECTED]]
Sent: Sunday, 22 April 2001 20:18
To: CF-Talk
Subject: Updating 1000s of records


Our application is built like that so I'm reciving a daily .txt file with
1000s of lines. each line
with a unique number that is userID. userID that is on this text file means
he visited our site
in the last 24 hours (complex, I know.. bear with me)

I'm trying to find the best way to update 1000s rows of SQL 7 DB Table:
USERS.
with this information so that Colum LASTVISITEDDATE will have now() value
for each
person that was on that list.

Any brighter ideas then

.loop list
UPDATE  WHERE userID='x
end loop

OR

UPDATE WHERE userID='x' OR userID='y' OR userID='n...'


Thanks,

Michael Lugassy
Interactive Music Ltd.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Problem browsing web pages in the CFStudio editor window

2001-04-19 Thread Peter Tilbrook

Hmmm, yeah, I know what you mean.

CF Studio 4.5x spoils you big time but CF Studio 4.0 is not anywhere near as
nifty on the help. I had to dig through the book Mastering CF 4.5 (Aman
Danesh - not a bad book I admit) to work out how to use the REReplaceNoCase
function as 4.0 doesn't know it. I'm licensed for the higher versions but
now with a crappy computer, no zip drive and flaky floppies that even WinZip
8.0 fails to span I'll stick to 4.0 and the book. At least 4.0 does not save
files as zero bytes.

-Original Message-
From: Hubert Earl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 19 April 2001 12:20
To: CF-Talk
Subject: Re: Problem browsing web pages in the CFStudio editor window


Hi,

Thanks for the advice.  I was able to view a cfm file as a web page in the
CFStudio editor window.  I have a second problem, though, and I'd appreciate
some advice.  Some help files on studio include a link (often showing
examples of code) which are supposed, I believe to show in a browser window
separate from Studio.  The window comes up, all right, but with this error
message:

Error Occurred While Processing Request
Error Diagnostic Information
An error has occurred.


HTTP/1.0 404 Object Not Found

Can you or anyone reading this kindly advise me on this as well?

Sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme


- Original Message -
From: Christopher Olive, CIO [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, April 18, 2001 8:23 PM
Subject: RE: Problem browsing web pages in the CFStudio editor window


 go to Debug-Development Mappings (Alt-M if you're a shortcut guy)

 enter the path that studio "sees" as your studio path.  this will be the
 same as the "server path" if you're running IIS/PWS locally.  then put
 "http://localhost/" as your "Browser Path".  this is what you would enter
if
 you were browsing your local machine with IE/NS normally.

 chris olive, cio
 cresco technologies
 [EMAIL PROTECTED]
 http://www.crescotech.com



 -Original Message-
 From: Hubert Earl [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 18, 2001 5:21 PM
 To: CF-Talk
 Subject: Problem browsing web pages in the CFStudio editor window


 hi,

 i'd like to be able to browse web pages in the cfstudio editor window.
 however, when i click on the browse button above the window i get the
 following error message:

 "The CF file you are trying to browse cannot be resolved into a URL.  Add
a
 server development mapping to enable URL resolution for this file."

 What does 'server development mapping' mean, and how and to where should I
 add it?

 sincerely,
 ---
 Hubert Earl

 ICQ#: 16199853
 AIM: hubertfme

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Advanced CF5 Bootcamp format

2001-04-19 Thread Peter Tilbrook

Ouch!

$4,500 x poor old Aussie dollar = $9,000!


-- 68 hours over six days, 12 hours per day M-F, 8 hours on Saturday
-- All three meals catered
-- $4,500 normally, $3,950 early registration

But it's been suggested that a better format would be this:

-- 60 hours over five days, 12 hours per day M-F
-- Breakfast and lunch catered, dinner is on your own
-- $3,500 normally, $2,950 early registration



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Weekly Date Driven Content in Cold Fusion?

2001-04-19 Thread Peter Tilbrook

Assuming your database contains a date field use the BETWEEN function in
your SQL to select records dated between Now() (ie: today) minus however
days you want to go back.

-Original Message-
From: SHEETS, DAYV (PB) [mailto:[EMAIL PROTECTED]]
Sent: Friday, 20 April 2001 07:13
To: CF-Talk
Subject: Weekly Date Driven Content in Cold Fusion?


Is there a way to do a date range from start to end (e.g. a five day span)?
I want to be able to have content automatically change every week from
information being stored in a database. The information will be displayed
only if it falls within that date range criteria (I would build two fields
"start_date" and "end_date".

Is something like this possible in Cold Fusion?

TIA,

Dayv
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Query string disappear

2001-04-17 Thread Peter Tilbrook

Alternativly you could possibly disable the location and status bars of the
browser. A bit drastic however and more likely to annoy users than anything
else.

-Original Message-
From: Javier Woodhouse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 18 April 2001 13:02
To: CF-Talk
Subject: RE: Query string disappear


To hide 'ugly' URL's i usually put the page in a frame so the url will
always read http://someplace.com/ as the user clicks through the one
frame



 -Original Message-
 From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 18, 2001 12:32 PM
 To: CF-Talk
 Subject: Re: Query string disappear


 Yes, but these can be easily seen and manipulated by viewing
 the source.

 Encrypt() is a much better option for URL passed data.

 Todd

 - Original Message -
 From: "Garza, Jeff" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Tuesday, April 17, 2001 10:18 PM
 Subject: RE: Query string disappear


  Really you can't.  You'll have to look into using an
 onClick event to fire
  off some javascript that submits a form with hidden fields.
  That's what I
  do when I don't want clutter my urls with bunches of variables.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Note passing system?

2001-04-16 Thread Peter Tilbrook

I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


 Sounds like you want a project management tool.

 We have an internal system here we use to parse out work.  Basically the
 client/project manager submits an item to a form and it appears on the
 necessary persons desktop based on who they select.  They see the item, do
 the work, mark their time, and reply via the form.  It's a great project
 management tool and it keeps track of correspondence.

 Building a system like your describing isn't too difficult, it's just time
 consuming.  We have looked into outside utilities to do this, but we've
 found them lacking.  As a development shop we have found that when we need
 some additional functionality we build it on.  The current system we have
 now has grown out of several developers efforts in the past two years to
 incompass project managment, billing, contacts, work requests, logging,
and
 a host of other things.

 A third party too may save you time in the short run, but in the long run,
 it'll probably lacks the additional functionality you want.  I recommend
 buiding your own system, keeping in mind you want to be able to add
 additionally functionality in the future.

 - Paul


 - Original Message -
 From: "Rey Bango" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, April 16, 2001 1:07 PM
 Subject: Note passing system?


  Anyone know of a good CF-based note/messaging system? I'm not talking
 about
  an email server but more of a db driven messaging software that will
allow
  me to post a message to a specific suer. When that user comes in, they
can
  check for their own messages and reply accordingly. Again, its not an
 email
  system per se.
 
  Thanks,
 
  Rey Bango...
  Certified Allaire Instructor
  Member of Team Allaire
 
  "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Note passing system?

2001-04-16 Thread Peter Tilbrook

As a side note - if you have an idea for your application - do it! Do not
expect someone else to have already written the code for you. CF makes
coding easy. If you are worried about the code have trusted people try and
break it. Spend at least 3 weeks with beta testers on trusted code. You
would be amazed at how the feedback either picks up problems or points out,
even unobtrusively, better ways to accomplish a task.

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 15:33
To: CF-Talk
Subject: RE: Note passing system?


I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


 Sounds like you want a project management tool.

 We have an internal system here we use to parse out work.  Basically the
 client/project manager submits an item to a form and it appears on the
 necessary persons desktop based on who they select.  They see the item, do
 the work, mark their time, and reply via the form.  It's a great project
 management tool and it keeps track of correspondence.

 Building a system like your describing isn't too difficult, it's just time
 consuming.  We have looked into outside utilities to do this, but we've
 found them lacking.  As a development shop we have found that when we need
 some additional functionality we build it on.  The current system we have
 now has grown out of several developers efforts in the past two years to
 incompass project managment, billing, contacts, work requests, logging,
and
 a host of other things.

 A third party too may save you time in the short run, but in the long run,
 it'll probably lacks the additional functionality you want.  I recommend
 buiding your own system, keeping in mind you want to be able to add
 additionally functionality in the future.

 - Paul


 - Original Message -
 From: "Rey Bango" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, April 16, 2001 1:07 PM
 Subject: Note passing system?


  Anyone know of a good CF-based note/messaging system? I'm not talking
 about
  an email server but more of a db driven messaging software that will
allow
  me to post a message to a specific suer. When that user comes in, they
can
  check for their own messages and reply accordingly. Again, its not an
 email
  system per se.
 
  Thanks,
 
  Rey Bango...
  Certified Allaire Instructor
  Member of Team Allaire
 
  "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Note passing system?

2001-04-16 Thread Peter Tilbrook

Check out http://friendsplus.dns2go.com - I may need to set you up a "test
account" to see it in action as we are finalising testing. At the same time
I recommend using the DNS2GO service - or at least trying it!

-Original Message-----
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 15:33
To: CF-Talk
Subject: RE: Note passing system?


I implemented the same thing for the new Friends Plus site. The beauty of
the system is that nobpdys email address is released.

We could be draconian and introduce full auditing but it has not been
necessary yet. The user remain anonymous and their email address is never
released unless they give it out.

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 April 2001 14:57
To: CF-Talk
Subject: Re: Note passing system?


Not really, Paul. Its more like an internal messaging system. One where I
can write a message to another user or perhaps a group of users and have
them correspnd back. Again, its not a true email system but one that would
allow me to be able to communicate within the scope of my own application.

Rey...
Certified Allaire Instructor
Member of Team Allaire

"A browser's beauty, at its heart, is its usefulness as a *TOOL*."



- Original Message -
From: "Paul Begovich" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, April 16, 2001 7:35 PM
Subject: Re: Note passing system?


 Sounds like you want a project management tool.

 We have an internal system here we use to parse out work.  Basically the
 client/project manager submits an item to a form and it appears on the
 necessary persons desktop based on who they select.  They see the item, do
 the work, mark their time, and reply via the form.  It's a great project
 management tool and it keeps track of correspondence.

 Building a system like your describing isn't too difficult, it's just time
 consuming.  We have looked into outside utilities to do this, but we've
 found them lacking.  As a development shop we have found that when we need
 some additional functionality we build it on.  The current system we have
 now has grown out of several developers efforts in the past two years to
 incompass project managment, billing, contacts, work requests, logging,
and
 a host of other things.

 A third party too may save you time in the short run, but in the long run,
 it'll probably lacks the additional functionality you want.  I recommend
 buiding your own system, keeping in mind you want to be able to add
 additionally functionality in the future.

 - Paul


 - Original Message -
 From: "Rey Bango" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, April 16, 2001 1:07 PM
 Subject: Note passing system?


  Anyone know of a good CF-based note/messaging system? I'm not talking
 about
  an email server but more of a db driven messaging software that will
allow
  me to post a message to a specific suer. When that user comes in, they
can
  check for their own messages and reply accordingly. Again, its not an
 email
  system per se.
 
  Thanks,
 
  Rey Bango...
  Certified Allaire Instructor
  Member of Team Allaire
 
  "A browser's beauty, at its heart, is its usefulness as a *TOOL*."
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Registry size.

2001-04-11 Thread Peter Tilbrook

Just disable CF_Registry. It shouldn't be enabled unless you absolutely
trust your customers.

-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 April 2001 16:29
To: CF-Talk
Subject: Re: Registry size.


I am jumping in here mid discussion but a couple of post back did you
mention a concern about using a datasource for storing client var's? I have
a question. If you use a DB for client  var's, do the customers have any way
of knowing what you named the datasource? If you set the default in CF admin
to use DB for Client var's I would think the only thing you would be up
against is getting the customer to comply with a policy that asks them not
to purposely set Registry as the storage in their CFAPPLICATION tag.

What -a- ya think?

- Original Message -
From: "Neil H." [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 11:50 PM
Subject: Re: Registry size.


 You guys don't understand this is a hosting server so I don't set the
code.

 Understand now?

 Thanks,

 Neil

 - Original Message -
 From: "Scott, Andrew" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, April 09, 2001 10:08 PM
 Subject: RE: Registry size.


  Not if you follow the basic guidelines and user variables instead of
hard
  coding this info, also to be 100% sure wrap these with cftry and have
your
  own custom message!!! That should make it harder for anyone to second
 guess.
 
 
 
  -Original Message-
  From: Neil H. [mailto:[EMAIL PROTECTED]]
  Sent: 10 April 2001 12:01
  To: CF-Talk
  Subject: Re: Registry size.
 
 
  Jon,
  If there is ever an error in the dsn won't the server throw the DSN
  name.  This would become a security issue since user X can query user
Y's
  client info?
 
  Thanks,
 
  Neil
 
  - Original Message -
  From: "Jon Hall" [EMAIL PROTECTED]
  To: "CF-Talk" [EMAIL PROTECTED]
  Sent: Monday, April 09, 2001 6:27 PM
  Subject: Re: Registry size.
 
 
   Changing the client variables to be stored in a database is one of the
  first
   things I do on a new server. Using an Access database is much better
 than
   the registry. SQL Server or any other real rdbms is even better.
  
   jon
   - Original Message -
   From: "Neil H." [EMAIL PROTECTED]
   To: "CF-Talk" [EMAIL PROTECTED]
   Sent: Monday, April 09, 2001 5:58 PM
   Subject: Re: Registry size.
  
  
I host several sites with people and some really sloppy code.  Does
  using
   a
MDB have any ramifications.  Also won't people be able to manipulate
  this
database?!  They can't manipulate the registry since it is locked
 there
  is
no CFregistry.
   
Thanks,
   
Neil
   
- Original Message -
From: "Arden Weiss" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, March 27, 2001 9:59 PM
Subject: RE: Registry size.
   
   
 Time to move your client variables to ODBC source, etc... to avoid
CrAsHiTiSe.

  ^
 / \__
(@\___
   /  O
  /(_/
 /_/
 Whoof...
 410-757-3487

 -Original Message-
 From: Neil H. [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, March 27, 2001 7:47 PM
 To: CF-Talk
 Subject: Registry size.

 I noticed my registry is getting huge (128 megs) and that I
 increased
  it
to
 160 megs for space sakes but are the entries in there that I can
  remove
from
 CF not collecting garbage?

 Thanks,

 Neil

   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Studio 4.5.2

2001-04-11 Thread Peter Tilbrook

I always found 4.5.2 to be very good on Win98 (especially compared to 4.5
and 4.5a with their zero byte file saving).

Admittedly I am back to 4.0 at the moment but not because 4.5.2 wasn't good.

-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 12 April 2001 03:00
To: CF-Talk
Subject: Studio 4.5.2



I upgraded to CF Studio 4.5.2 with Win98. It kept repeatedly crashing my
system. I had to go back to Studio 4.0.

Is this just an issue with Win98 or would it be the same story with Win2000?

I am disspointed in this 'improvement.'

Sebastian
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: when is CF5 release?

2001-04-11 Thread Peter Tilbrook

It's still in beta (version 3.0 at last check).

Allaire usually release a couple of "Release Candidates" before shipping
final code so it will probably be a few months yet.



when is version 5.0 to be released?

YC
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF Website

2001-04-11 Thread Peter Tilbrook

I remember someone posting a message in this group about such a site -
onlinewebsitecreator.com. or something.

Can't find it now - try a web search for it or try searching the
www.cfextras.com archive of this group.

-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 12 April 2001 10:55
To: CF-Talk
Subject: CF Website



Does anyone now of any CF based systems/products that create a website
purely and entirely from a backend e.g. www.phpnuke.org



Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287






This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Bizarre Client Variables problem

2001-04-07 Thread Peter Tilbrook

Try appending the CDIF and CFTOKEN to your transactions (eg: URL's, forms,
etc)

eg: a href="userdetails.cfm?#URLToken#"

This should ensure that your application can differentiate which client is
making the request. You should use this method throughout your app.

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 7 April 2001 22:07
To: CF-Talk
Subject: Bizarre Client Variables problem


Hi,

I wrote a page last night, to allow Members to update their Personal Details
that are on the DB.  As with all the other pages on my site, I make them a)
login, then b) query the DB by their login-email (client.email) and c)
display information.

Instead though, the query is displaying the last updated record's
information, and not the users'.  This is a major problem - when Jeff Smith
goes to update his records, he's presented with Nancy Bowhearts' instead...
The query is about as basic as you can get, but still I can't work out why
it isn't pulling the user's information.  All other pages work fine using
"WHERE email = '#client.email#'" - here's a small chunk of the code:

Cfif logged IS NOT truepPlease login, by entering your email and
password on the left

   cfelse

  Cfquery name="get_member" datasource="localads"
  SELECT * FROM members
  WHERE email = '#client.email#'
  /cfquery

  Cfoutput query="get_member"

pspan class="bodytext"

form method="post" action="processpdetails.cfm"
pbFirst Name/bbr
 input type="text" name="first_name" value="#first_name#"


..etc


Can anyone offer a reason why this is happening?

Regards

Will
--
[EMAIL PROTECTED] -=- www.lukrative.com
Local-Advertising -=- www.localbounty.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Bizarre Client Variables problem

2001-04-07 Thread Peter Tilbrook

TIP: it can help to have two browser sessions open to track your
applications. They should be different browsers (ie: one Navigator and the
other IE) as CF identifies them is different "clients".

Whack a header at the top of your pages (for testing purposes) displaying
your applicats client variables and check that they remain what you expect
them to be while switching between the browsers and testing your
application. If user one suddenly switches to user two you will know you
have a problem.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What's new from MD

2001-04-06 Thread Peter Tilbrook

The Fusion AUthority Alert has been a tad quiet lately though :)



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Date of Birth question

2001-02-01 Thread Peter Tilbrook

Hey guys/gals!

I am currently working on database enabling the www.friendsplus.com.au web
site for a friend using, of course, CF. At the moment it is maintained
manually using Micro$oft FrontPage 2000 - not very efficient.

What I need to do is when a member "Joins" and enters their date of birth
(as a Eurodate formatted date DD/MM/ - it's an Aussie site) to calculate
their age in years based on the current date (Now()) - dynamically.

I nearly had it working except it calculated me as being 33 and not 32 (born
December 4 1968).

Any suggestions would be appreciated. In the meantime I'll get back into it.

All the best.

Peter Tilbrook
Slave of Friends Plus (rowers required)


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Peter Tilbrook



I need to get some older versions of MSIE and Netscape in order to test out
style sheets that will be dynamically assigned based on browser version as
detected by CF. Does anyone know where these can be found? I've searched
around on MS and Netscape site but can't find any archives of outdated
browser versions.

You will need to install IE 3.0 on a separate PC (or on another partition) 
as you
can't run more than one version.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



db Conversion

2000-11-19 Thread Peter Tilbrook

Would someone out their be able to convert a couple of databases from 
Access 2000 back to 97? I've switched jobs and we are not using 2000 here 
(dammit).

Cheers!


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF-Talk list server

2000-11-16 Thread Peter Tilbrook

Hey there everyone!

Is the cf-talk Listserver running at the moment?

Have registered but have not had anything delivered today.

Cheers!
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
https://secure.houseoffusion.com

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Browser Detection

2000-10-17 Thread Peter Tilbrook

Or even: cfif cgi.http_user_agent contains "MSIE"


-Original Message-
From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 18 October 2000 2:03
To: CF-Talk
Subject: RE: Browser Detection


cfif cgi.http_user_agent contains "MSIE 5.0"

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


 -Original Message-
 From: Gavin Myers [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 17, 2000 8:48 AM
 To: CF-Talk
 Subject: Browser Detection
 
 
 Now i feel dumb for recently deleating all of that past browser detection
 talk
 
 this is all i want to do:
 verify that whomever is using IE 5.0 or greater
 
 so if I use
 
 CGI.http_user_agent Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
 
 How can I just look for the MSIE 5.0, or is there something else 
 I should be
 looking for?
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



SOT: Allaire issue CF Studio 4.5.2

2000-10-12 Thread Peter Tilbrook

Just discovered Allaire have released CF Studio 4.5.2 (beta 2) and am
feverishly downloading it now.

You can get it by registering at http://beta.allaire.com.

New features include FTP functionality that is powered by the WS_FTP engine
from Ipswitch (I prefer CuteFTP myself). It also includes the HTML Tidy
utility.

Not to mention a stack of bug fixes.

What are you waiting for?

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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 5.0???

2000-10-11 Thread Peter Tilbrook

Perhaps we need a temporary list as a seperate entity to cf-talk for
"Pharoah" discussion?

Cheers!

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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 Anchor Tag

2000-10-11 Thread Peter Tilbrook

See if the CF functions URLEncodedFormat and URLDecode assist you. Brief
description of what they do below:

URLEncodedFormat

Returns a URL-encoded string. Spaces are replaced with + and all
non-alphanumeric characters with equivalent hexadecimal escape sequences.
This function enables you to pass arbitrary strings within a URL, because
ColdFusion automatically decodes all URL parameters that are passed to the
template.

URLDecode

URL encoding refers to a data format where all high ASCII and
non-alphanumeric characters are encoded using a percent sign followed by the
two character hexadecimal representation of the character code. For example,
a character with code 129 will be encoded as %81. In addition, spaces can be
encoded using the plus sign (+).

Query strings in HTTP are always URL-encoded. 

URL-encoded strings can be created using the URLEncodedFormat function.

Also a look at the code in action might help us help you solve this problem.


Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010

-Original Message-
From: Nick Slay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 12 October 2000 11:31
To: CF-Talk
Subject: Re: Help with Anchor Tag


But the '' is coming through in the URL.

Can you not just escape the hash with another #, so it looks like this?

a
href="javascript:pop_window('feedback.cfm?a=2i=#news.idnum#h=#trim(news.he
adline)messageid#')"



Robert Forsyth wrote:

 the '' is part of the '##035;'  or '#035;' which makes the '#'

  -Original Message-
  From: Nick Slay [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, October 11, 2000 6:11 PM
  To: CF-Talk
  Subject: Re: Help with Anchor Tag
 
 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Anyone know how to stay awake after overnighters??

2000-10-10 Thread Peter Tilbrook

I've found that code I write after being up for more than 24 hours tends to
be complete rubbish anyways, so you'll save yourself more grief by dashing
home for about 4 hours of sleep and then come back later in the day...

We recently worked until from Saturday lunchtime until Monday 3:30am (as in
nearly 40 hours straight), then back at 9am on Monday, and the code I had
written late on Sunday made no sense at all on Tuesday morning...

Yeah! It's like having jet lag, isn't it?
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Message Board

2000-10-10 Thread Peter Tilbrook

Not when they made it open source just days after we paid AUD$760.00 for
it!!!

-Original Message-
From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 October 2000 5:42
To: CF-Talk
Subject: RE: Message Board


Not to mention the once closed source pay for now
Freely available open sourced Allaire Forums which
in my opinon are rather nice and at least as good
as whats out there..

Jeremy Allen
[EMAIL PROTECTED]
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: cfx use question

2000-10-10 Thread Peter Tilbrook

Nope.

-Original Message-
From: Matt Rodosky [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 11 October 2000 8:17
To: CF-Talk
Subject: cfx use question


Is there a way to call a cfx tag without setting it up in the administrator 
(like use cfmodule or something to that effect)?

TIA
Matt

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Problem with CFFTP

2000-10-10 Thread Peter Tilbrook

Why?

You'd be better of sticking the files on an FTP server and just hyperlinking
to them with ftp://myserver.com/files/download.zip.


-Original Message-
From: Andy Ewings [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 4:56 AM
To: CFTalk (E-mail)
Subject: Problem with CFFTP


I have a problem with CFFTP.  I am trying to use CFFTP to download a file
onto a user hard drive.  When the user clicks a button the web site creates
a file using CFFILE and then tries to download it to C:\temp using CFFTP.
However all it is doing is saving it to C:\Temp on the web server!  Here is
my code

cfftp action="open" username="username" password="password"
server="servername" connection="temp" stoponerror="no"
cfoutput
Open Error Code: #cfftp.errorcode#
Open Error Text: #cfftp.errortext#
/cfoutput

cfftp connection="temp" action="GETFILE" localfile="c:\temp\test.doc"
remotefile="#thisdirectory#TestFile.htm" transfermode="BINARY"
failifexists="No" stoponerror="No"
Download Error Code: #cfftp.errorcode#br
Download Error Text: #cfftp.errortext#br  
/cfoutput
cfftp action="CLOSE" connection="cv"

Both FTP operations succeed.  Anyone have any ideas?


--
Andrew Ewings
Project Manager
Thoughtbubble Ltd
--


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Problem with CFFTP

2000-10-10 Thread Peter Tilbrook

FTP is better suited to transferring large files unlike HTTP.


I am kind of confused since the question seems to be asking why doesn't
orange juice come out of my apple...
If the user is not running an ftp server, you will not be able to ftp to
them. Much better to just include a link in the same page to the generated
file. That would let them download the file onto their computer using their
browser and save it wherever they want.

jon
- Original Message -
From: "Richard Kern" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, October 10, 2000 7:03 PM
Subject: RE: Problem with CFFTP


 ANDY,

 This is now a current question for me.  How were you able to resolve it?

 Thanks,
 Richard

 -Original Message-
 From: Andy Ewings [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 22, 2000 4:56 AM
 To: CFTalk (E-mail)
 Subject: Problem with CFFTP


 I have a problem with CFFTP.  I am trying to use CFFTP to download a file
 onto a user hard drive.  When the user clicks a button the web site
creates
 a file using CFFILE and then tries to download it to C:\temp using CFFTP.
 However all it is doing is saving it to C:\Temp on the web server!  Here
is
 my code

 cfftp action="open" username="username" password="password"
 server="servername" connection="temp" stoponerror="no"
 cfoutput
 Open Error Code: #cfftp.errorcode#
 Open Error Text: #cfftp.errortext#
 /cfoutput

 cfftp connection="temp" action="GETFILE" localfile="c:\temp\test.doc"
 remotefile="#thisdirectory#TestFile.htm" transfermode="BINARY"
 failifexists="No" stoponerror="No"
 Download Error Code: #cfftp.errorcode#br
 Download Error Text: #cfftp.errortext#br
 /cfoutput
 cfftp action="CLOSE" connection="cv"

 Both FTP operations succeed.  Anyone have any ideas?


 --
 Andrew Ewings
 Project Manager
 Thoughtbubble Ltd
 --

 --
--
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: recordcount ???

2000-10-10 Thread Peter Tilbrook

Is it possible to find how many records were updated in cfquery

Cheers,
Gennadi

If you mean how many records were returned by a query it is:

cfquery name="myqueryname" etc

..SQL code here...

/cfquery

cfoutput#myqueryname.recordcount#/cfoutput
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: web document editing tool?

2000-10-09 Thread Peter Tilbrook



Or Allaire Spectra even.


-Original Message-
From: Pete Freitag [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 10 October 2000 7:48
To: CF-Talk
Subject: RE: web document editing tool?


Activedit

http://www.cfdev.com/



-Original Message-
From: Erika Foster [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 5:13 PM
To: CF-Talk
Subject: OT: web document editing tool?


I'm looking for some kind tool that will allow my users to edit and update a
document online since we're dispersed throughout the US.  Can anyone
recommend such a tool?

Erika Foster
engineering-environmental Management
Applications Developer
(505) 866-1654
[EMAIL PROTECTED]


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Undeliverable: RE: [RE: CGI Referrer variable]

2000-10-09 Thread Peter Tilbrook

I think it is because someone on the list has a dead email address or their
mail server is kaput.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010




Yes!

-Original Message-
From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 7:07 PM
To: CF-Talk
Subject: FW: Undeliverable: RE: [RE: CGI Referrer variable]


Is anyone else getting these messages about 30 seconds before the message
shows up on the list?
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Splitting lists

2000-10-09 Thread Peter Tilbrook

apologies for the mime crap.. if anyone knows how to fix this in
exchange/outlook, mail me.

Try "Tools/Options/Mail Format/Plain Text"

You will still be able to receive HTML formatted email - all outgoing
messages will be sent as plain text.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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_Certification

2000-10-09 Thread Peter Tilbrook

I accidentally stumbled across a site called "CF_Certification". Apparently
is 'helps web developers prepare for the Allaire Certified Professional
Program certification exams (currently only one exam, Allaire Certified
ColdFusion (4.5) Developer). CF_Certification offers study guides,
tutorials, practice certification exams, and other training resources for
ColdFusion Developers.'.

It didn't seem to render correctly under IE but look OK under Navigator.

Check it out at http://www.cfcertification.com/index.cfm.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Oracle and Spectra

2000-10-09 Thread Peter Tilbrook

Yes it does. You may need to upgrade to Spectra 1.01.

-Original Message-
From: Vaughan Evans [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 10 October 2000 12:50
To: CF-Talk
Subject: Oracle and Spectra


Does Spectra support Oracle databases?
The Allaire web site says it does but the Spectra documentation doesn't
mention it.

thanks,
Vaughan


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: XML, XSL Books?

2000-10-09 Thread Peter Tilbrook

Have a look at http://www.vbxml.com/.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

Being Paid to Surf the Web is only the Beginning!

http://au.nz.alladvantage.com/go.asp?refid=der010

-Original Message-
From: Alexander Aguilar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 10 October 2000 12:20
To: CF-Talk
Subject: Re: XML, XSL Books?


Hmm, I didn't find "XML for Dummies" to be too useful. At least the first
edition was chock full of errors and I'm not talking about just typos .  I'd
recommend "XML by Example"


- Original Message -
From: "Paige Chandler" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Monday, October 09, 2000 3:17 PM
Subject: Re: XML, XSL Books?


 Hi Shawn,

 There is an "XML for Dummies" book available. I have it but have not
gotten
 very far reading it. What I've read is pretty good.

 Regards,

 Paige

 - Original Message -
 From: "Shawn Regan" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Monday, October 09, 2000 2:05 PM
 Subject: XML, XSL Books?


  This message is in MIME format. Since your mail reader does not
understand
  this format, some or all of this message may not be legible.
 
  --_=_NextPart_001_01C0321B.79E02388
  Content-Type: text/plain;
  charset="iso-8859-1"
 
  Can anyone point me to some good XML and XSL books?
 
  Shawn Regan
 
  --_=_NextPart_001_01C0321B.79E02388
  Content-Type: text/html;
  charset="iso-8859-1"
 
  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
  HTML
  HEAD
  META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"
  META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12"
  TITLEXML, XSL Books?/TITLE
  /HEAD
  BODY
 
  PFONT SIZE=2Can anyone point me to some good XML and XSL
books?/FONT
  /P
 
  PFONT SIZE=2Shawn Regan /FONT
  /P
 
  /BODY
  /HTML
  --_=_NextPart_001_01C0321B.79E02388--

 --
 
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  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.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Oracle and Cold Fusion

2000-10-05 Thread Peter Tilbrook

According to Oracle they power 65% of database enabled sites.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, 6 October 2000 5:00
To: CF-Talk
Subject: RE: Oracle and Cold Fusion


I would have said that the majority are about MS SQL Server and MS Access.
I've used both oracle (7.3, 8.04) and Ms SQL Server (6.5) with CF without
significant issues and can't say I have a strong preference. 

-Original Message-
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 1:23 PM
To: CF-Talk
Subject: RE: Oracle and Cold Fusion


We use Sybase here, but I've noticed that the vast majority of discussions
are about CF and Oracle. I wonder if that means Oracle is the preferred
database for CF or if it is because it has more problems to discuss than the
others? :-)

At 02:38 PM 10/5/00 +0100, Gavin Lilley wrote:
I have heard that Oracle is the best database for Coldfusion because
basically they can communicate natively without ODBC which will give much

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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 vs. HomeSite

2000-10-05 Thread Peter Tilbrook

HomeSite is excellent for HTML work. CF Studio is virtually the same but
geared toward CF development with RDS, and the context sensitive help (it's
costs more too).


-Original Message-
From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]]
Sent: Friday, 6 October 2000 4:51
To: CF-Talk
Subject: Studio vs. HomeSite


Does anyone have any preferences for one over the other?

What does one do that the other does not?

What is the diff??


Tim Claremont
Xerox Corporation


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



SOT: IBM, Allaire Singled Out For Annual Report Card Honors

2000-10-05 Thread Peter Tilbrook

VARBusiness recognized Allaire as one of the technology industry
powerbrokers of the new economy during its Annual Report Card (ARC) awards
ceremony held September, 2000.

Awarded "Breakthrough Player of the Year," Allaire also took top honors in
the Internet Software and Enterprise Development Tools categories.
Competition included well-established companies, such as IBM,
Borland/Inprise, Microsoft, Oracle, and Sybase.  Allaire was chosen for its
strong performance coupled with high scores in product availability,
communication, revenue/profit potential, channel strategy, and ease of doing
business. 

Held annually, the ARC awards are given to a select group of companies who
provide unmatched vendor satisfaction in products, support, and partnership.
More than 5,000 New Economy digital business architects were surveyed to
determine the winners.

See:

http://www.varbusiness.com/Sections/News/BreakingNews.asp?ArticleID=20419
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: CFAPPLICATION Log-in page question (endless loop)

2000-10-04 Thread Peter Tilbrook

I remember having a similar problem once: I had to move login.cfm into a
sep. directory, away from current application.cfm, which was called again
before login.cfm was processed.

Unless it really "needs" to be a cfm file you could change it to "login.htm"
and give it default document status. If the login conditions are not met the
application.cfm file could default to the .htm file instead of the .cfm file
(which should avoid the looping you are experiencing).
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Page hanging in netscape

2000-10-03 Thread Peter Tilbrook

Hmmm. Happens on Navigator 4.08 too.

Eventually the page appears however. Interesting in that it doesn't seem to
hang on other pages.

Nice looking site by the way.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Mark Adams [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 4 October 2000 9:01
To: CF-Talk
Cc: [EMAIL PROTECTED]
Subject: Re: Page hanging in netscape


That was my first guess to, but I am using a cfinclude for the header for
all the pages and the rest come up fine weird AY!

- Original Message -
From: Jon Tillman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, October 03, 2000 3:26 PM
Subject: Re: Page hanging in netscape


 On Tue, 03 Oct 2000, Mark Adams spake thusly:
  Ok GURU's
 
  I can't seem to locate the problem can someone take a look at this page
and
  see why netscape hangs on it?
 
  Thanks for any hints on this.
 
  http://www.madronalinks.com/rates.cfm

 without looking at it my guess is malformed javascript or Java, does it
every
 time
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: OT: Video format

2000-10-03 Thread Peter Tilbrook

Tri BBS from memory.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Scott, Andrew [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 4 October 2000 11:03
To: CF-Talk
Subject: RE: OT: Video format


TBBS - would stand for which BBS Program:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 04 October 2000 11:38
To: CF-Talk
Cc: [EMAIL PROTECTED]
Subject: RE: OT: Video format


Oh, jeez...  BBSes!  A blast from the past.

I was a TBBS man myself.  Still have it around here.

best,  paul

At 03:51 PM 10/3/00 -0700, you wrote:
FirstClass? Wow... there's a name from the past.  I used to use that for a
BBS I ran in 1993.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Photo Upload??

2000-10-02 Thread Peter Tilbrook

The following file upload status parameters are available after an upload.


AttemptedServerFile  Initial name ColdFusion used attempting to save a file,
for example, myfile.txt.
 
ClientDirectory  Directory location of the file uploaded from the client's
system.
 
ClientFile  Name of the file uploaded from the client's system.
 
ClientFileExt  Extension of the uploaded file on the client's system without
a period, for example, txt not .txt.
 
ClientFileName  Filename without an extension of the uploaded file on the
client's system.
 
ContentSubType  MIME content subtype of the saved file.  

ContentType  MIME content type of the saved file.  

DateLastAccessed  Date and time the uploaded file was last accessed.  

FileExisted  Indicates (Yes or No) whether or not the file already existed
with the same path.
 
FileSize  Size of the uploaded file.
 
FileWasAppended  Indicates (Yes or No) whether or not ColdFusion appended
the uploaded file to an existing file.
 
FileWasOverwritten  Indicates (Yes or No) whether or not ColdFusion
overwrote a file.
 
FileWasRenamed  Indicates (Yes or No) whether or not the uploaded file was
renamed to avoid a name conflict.
 
FileWasSaved  Indicates (Yes or No) whether or not Cold Fusion saved a file.
 
OldFileSize  Size of a file that was overwritten in the file upload
operation.
 
ServerDirectory  Directory of the file actually saved on the server.
 
ServerFile  Filename of the file actually saved on the server.
 
ServerFileExt  Extension of the uploaded file on the server, without a
period, for example, txt not .txt.
 
ServerFileName  Filename, without an extension, of the uploaded file on the
server.
 
TimeCreated  Time the uploaded file was created.
 
TimeLastModified  Date and time of the last modification to the uploaded
file.


Tip  Use the File prefix to refer to these parameters, for example,
#File.FileExisted#.  

Note  File status parameters are read-only. They are set to the results of
the most recent CFFILE operation. (If two CFFILE tags execute, the results
of the first are overwritten by the subsequent CFFILE operation.)

-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: 03 October 2000 08:00
To: CF-Talk
Subject: Photo Upload??


How can I have a photo upload form which will set the propper name for the
file in the database so it can be called upon later?  When I upload now it
stores under C:/whatever/image.gif in the database.

Thanks,
Rich


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Suppress debug for a single template...

2000-09-28 Thread Peter Tilbrook

Spectra has a "cfa_stripdebugger" tag that apparently "Strips ColdFusion
debugging output from the bottom of a page.".

Probably not much use - but I did find this:

'Generating debug information for an individual page

You can view the parameters and CGI environment variables for an individual
application page without turning on the global debug settings in the
ColdFusion Administrator. Simply append the parameter "mode=debug" to the
end of the URL.

www.myserver.com/cfdocs/test.cfm?mode=debug'

and also this:

'Generating debug information for an individual query
You can view debug information for an individual query by putting the debug
attribute into the opening CFQUERY tag:

CFQUERY NAME="TestQuery" DATASOURCE="CompanyInfo" debug
SELECT * FROM TestTable
/CFQUERY

When this query runs, it places the debug information into the output page
where the query is placed.'

Note that I'm using 4.5.1 - it might not apply to earlier versions.

Hope this helps!

Cheers!

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Rice, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 28 September 2000 6:00
To: CF-Talk
Subject: Suppress debug for a single template...


Isn't there a CF tag or function to suppress debug output just for a single
template? I seem to remember seeing something about that one time but can no
longer find the information.

David L. Rice
Web Applications Developer
Nation Tax, Inc.
[EMAIL PROTECTED]
Direct: 205.380.8164
Demo our services @ www.nationtax.com 

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



Was Getting Outlook information - MS Digital Dashboard

2000-09-28 Thread Peter Tilbrook

Microsoft's "Digital Dashboard" might assist here.

Check out the link below for more information.

http://www.microsoft.com/solutions/km/DigitalDashboard.htm

Cheers!

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 28 September 2000 6:36
To: CF-Talk
Subject: Re: Getting Outlook information


slipstick.com has some relevant information.

more to follow. we are going to do the samething here.

From: "Claremont, Timothy S" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Getting Outlook information
Date: Wed, 27 Sep 2000 13:12:48 -0400

My company uses Microsoft Outlook as the mail client.

I am wondering if I can grab information from outlook and put it on my
customized intranet home page.

For instance, can I put a link in my coldfusion page that calls the user's
Outlook calendar and shows it on the page? What about the number of new
messages, etc? Basically I want to grab the features of the "Outlook Today"
tools in outlook.

Tim

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

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

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: Access 2000 Databases with CF4.0

2000-09-26 Thread Peter Tilbrook

You may need to install the latest MDAC drivers for CF to use Access 2000.
See http://www.microsoft.com/data/.

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 27 September 2000 5:23
To: CF-Talk
Subject: Access 2000 Databases with CF4.0


This may have been answered here before, but I'm not sure. I'll ask anyway.

Is there anyway to use Access 2000 Databases with CFServer 4.0??? I get an
error every time I try and use Access 2000 dbs.

THANKS!

Joshua Miller
Web Site Development
Eagle Technologies Group
Business Solutions for the Next Generation
www.eagletgi.com
[EMAIL PROTECTED]


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



SOT: Vignette?

2000-09-25 Thread Peter Tilbrook

Anyone out there have any exposure to the Vignette platform
(http://www.vignette.com)?

Sounds like a neat product - currently powering the i7 Sydney Olympics site
at http://www.olympics.com.au.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: ASP or Coldfusion?

2000-09-24 Thread Peter Tilbrook

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Have a look here for a feature comparison:

http://www.swynk.com/friends/murphy/ironic_isnt_it.asp

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOc4YLxTGYi2pHbgnEQLfcACdHK4lIgWvv0XgzucYQ8KPUq6O/zoAniLP
Jrn4DCIBUmYTOLfO+jQzN38I
=GVmw
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: CFCASE/CFIF

2000-09-24 Thread Peter Tilbrook

Depending on how it is used CFCASE is usually faster than CFIF (or nested
CFIF's).

If CFCASE will do what you want it would be the better method.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: CFCASE/CFIF

2000-09-24 Thread Peter Tilbrook

If you have more than 2 choices then SWITCH/CASE is faster.

The down side to SWTICH/CASE is CASE has to be constant it cannot be a
varaiable.

It can indeed be a variable however you need to know what you are checking
for. If all CFCASES fail then you can use the CFDEFAULTCASE to perform
default processing or error correction.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Error: No error occurred. ?????????

2000-09-21 Thread Peter Tilbrook

Sounds like the data isn't being written to the file correctly. Can we have
a look at your code?

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020
ICQ: 666275

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Dean Alexandrou [mailto:[EMAIL PROTECTED]]
Sent: Friday, 22 September 2000 11:26
To: CF-Talk
Subject: Error: No error occurred. ?


What the heck does this mean??

I am attempting to write a file with CFFILE, when I get this error message:

-

Error processing CFFILE

Error attempting to write data to target file
'E:\WEBTEST\WEB\ADMIN\customlistfiles\downloadusers020845.txt'.

Error: No error occurred.

-

The file has actually been created, but with 0 bytes in it, whereas it
should contain a massive amount of data.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



CFSWITCH (or obscure Studio error message)

2000-09-20 Thread Peter Tilbrook

Earlier Nancy Capitanio mentioned hassles she was having with CFSWITCH
producing an error:

"After I type in anything -- from cfoutput to cfswitch -- I get a status
message in red at the bottom of the screen that says "The tag name:
"CFSWITCH" not found in currently active versions.  I assume that's part of
the Beta product and will not appear in the final release.  I'm sure other
people have already brought this to someone's attention."

I'm assuming this is a CF Studio message and not a template generated error.
Her solution was simple:

"I did a search of the beta forum and found that this problem arises because
the validation settings don't automatically include ColdFusion, only HTML.
Options/Settings/Validation; I checked ColdFusion. When I did that, the
error messages went away.  I would have thought that ColdFusion would have
been set by default --  Bug 17975!"

Might be worth checking what your settings are at the moment - especially if
doing cross browser compatibility testing (if this is even possible :)).

Cheers!

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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-Talk] RE: Visual SourceSafe

2000-09-19 Thread Peter Tilbrook

Or you could just press "F5" to refresh.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Sean Driscoll [mailto:[EMAIL PROTECTED]]
Sent: Friday, 15 September 2000 23:11
To: '[EMAIL PROTECTED]'
Subject: Visual SourceSafe


We use SourceSafe with ColdFusion with a fair degree of success. SourceSafe
isn't the best at refreshing directories which have been updated (you have
to move up the tree and back down to see that the file in question is no
longer checked out) but the functions from within CF Studio work fine.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Encrypting CF files

2000-09-13 Thread Peter Tilbrook

It's in your CFUSION\BIN directory and is called CFENCODE - type it at the
command line for instructions on how to use it.

There is indeed a web site that can unencrypt templates. Not sure why
Allaire haven't upgraded their encryption to deal with this yet.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: J.Milks [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 13 September 2000 4:46
To: [EMAIL PROTECTED]
Subject: Encrypting CF files


Hi All,
I am working on an existing project with encrypted CF templates. My question
is twofold:

1- How do I encrypt templates? I cannot find anything in the help. I suspect
it is an exe or something.

2- I am also told that there is a DECRYPT exe floating around as well. Is it
widely available, or is it one of those tools nobody admits to having?
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: latest version of studio?

2000-09-13 Thread Peter Tilbrook

There is a "beta" of CF Studio 4.5.1 SP1 at http://beta.allaire.com. It's
still a little buggy but is getting there.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Steve Bernard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 14 September 2000 7:32
To: [EMAIL PROTECTED]
Subject: RE: latest version of studio?


4.5.1, for production releases. The 4.5.1 SP1 upgrades only apply to CF
Server.

Steve

-Original Message-
From: Stephen Hait [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 6:13 PM
To: [EMAIL PROTECTED]
Subject: latest version of studio?


Anyone know what the latest release version of CF Studio for
Windows is?

TIA, Stephen


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: E-mail Question

2000-09-13 Thread Peter Tilbrook

BCC is supported in CF 4.5.x. See:

CFMAIL TO="recipient"FROM="sender"CC="copy_to"
BCC="blind_copy_to"
SUBJECT="msg_subject"TYPE="msg_type"MAXROWS="max_msgs"
MIMEATTACH="path"QUERY="query_name"GROUP="query_column"
GROUPCASESENSITIVE="yes/no"STARTROW="query_row"
SERVER="servername"
PORT="port_ID"MAILERID="headerid"TIMEOUT="seconds"

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198


-Original Message-
From: Randy Adkins [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 14 September 2000 6:01
To: [EMAIL PROTECTED]
Subject: E-mail Question


Question 1.:
Has anyone seen a tag or know how to use CFMail for sending a message to a
BCC??

Question 2:
Can you use CFMAIL to send a message to someone but have a DIFFERENT reply
to address?

Thanks in advance



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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: SQL where?

2000-09-13 Thread Peter Tilbrook

I believe you need to use the "CreateODBCDateTime" function.


-Original Message-
From: Mark Adams [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 14 September 2000 12:36
To: [EMAIL PROTECTED]
Subject: SQL where?


Ok, here is the puzzle I am trying to use a WHERE statement to compare a
loop to a table it should work fine if  I can get the date/time values to
match but the raw date format is different

CF raw date/time looks like this 1899-12-30 06:24:00
Access raw date/time looks like this {ts '1899-12-30 06:24:00'}

So if my assumption is true (I have not done this with a loop yet.) the only
thing I need to do is some how format these date/time values within the SQL
statement. If this is possible I can remove about 5 cfif blocks.

So, my question is can dates be formatted in an SQL statement? HU!

Thanks for any input!

-Mark :o)


CFSET StartTime1 = CreateTime(06, 00, 00)
CFSET TeeTime = #DateAdd('N', -8, StartTime1)#

CFLOOP index="TodaysTeeTime" from="1" to="92"
  CFSET TeeTime = #DateAdd('N', 8, TeeTime)#

CFQUERY NAME="Events" DATASOURCE="caltest"
SELECTcal.ID, cal.Players, cal.TeeDate, cal.BookedTeeTime,
cus.CompanyName, cus.ContactFirstName, cus.ContactLastName, cus.PhoneNumber,
cus.EmailAddress
FROM Calendar cal, Customers cus
WHERE   cal.CustomerID = cus.CustomerID
AND #TeeTime# = cal.BookedTeeTime
ORDER BY cal.BookedTeeTime
/CFQUERY

/CFLOOP


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.mail-archive.com/cf-talk@houseoffusion.com/
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.



SOT: cool CF powered site

2000-09-13 Thread Peter Tilbrook

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Australia and New Zealand Banking Group (ANZ) are my primary bank -
own the house for now. They have recently launched an impressive
banking portal powered by ColdFusion. It looks great and has some
great features - including the ability to display you bank account
details within your portal (can be depressing however).

Particularly to us Aussie developers who bank with ANZ check it out
at http://www.myanz.com.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOb++0xTGYi2pHbgnEQIDvQCg2eCQ7yAoeRo3ZL/3V7UqZehm8IQAoJZE
KR2OQ6gxM9uVJBB6oxXCEu6m
=zkF9
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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   3   4   5   6   7   >