RE: excluding application.cfm from one template

2001-04-09 Thread Craig . Wilson

You would have to place your template in a further subfolder which contains
a blank application.cfm.  As far as I know that's the only way to do it.

-Original Message-
From: Jay Brushett [mailto:[EMAIL PROTECTED]]
Sent: 09 April 2001 14:10
To: CF-Talk
Subject: excluding application.cfm from one template



HI,

I was wondering if there is a way to exclude application.cfm from showing 
up on one template.

Thanks,

Jay
< > < > < > < > < Strategy ~ Creativity ~ Technology > < > < > < > < > < >

Jay Brushett
[EMAIL PROTECTED]

Developer

< ZeddComm Inc. >
2nd Floor, The Tower | 100 Signal Hill Road
St. John's, Newfoundland | Canada A1A 1B3
Main: 709.570.5669 | Fax: 709.739.9003
Web: www.zeddcomm.com
< > < > < > < St. John's ~ Toronto ~ Newport Beach ~ Ottawa > < > < > < >
~~
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: printing

2001-04-12 Thread Craig . Wilson

You need to purchase the full version of Adobe Acrobat.  This allows for
dynamic publishing of .pdf's for publishing, printing and downloading.



-Original Message-
From: Heidi Belal [mailto:[EMAIL PROTECTED]]
Sent: 12 April 2001 10:13
To: CF-Talk
Subject: printing


Hi all,
Could someone help me suggestions of the best way and
how i can do this:
I have a page that i need to have filled out with cold
fusion variables and then have it printed when the
person press the print button.
So for example...
A form is filled out by the user..he presses submit
and the info goes into the database. Later someone
wants to print a report...they retrieve the info from
the database and a report is formed such as
"your request dated #date# was approved by
#approvedby#...blah blah"...now i want that report to
be printed out.  Can i make it a .pdf? and how?
Thanks!
Heidi

=
Heidi Belal
ICQ# 32127109
http://m3.easyspace.com/hmbelal

A bus stops at a bus station.
A train stops at a train station.  On my desk
I have a work station...
~~
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: Can we do another select on a cfquery resultset?

2001-03-21 Thread Craig . Wilson

You can query a query in CF5 I believe.  You would have to use .

-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 12:54
To: CF-Talk
Subject: Can we do another select on a cfquery resultset?



hi 
   i was juz wondering if it is possible to do a select on the resultset
returned from ?
~~
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: Can we do another select on a cfquery resultset?

2001-03-21 Thread Craig . Wilson

No, not without looping around each record in your result set.

-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 13:08
To: CF-Talk
Subject: RE: Can we do another select on a cfquery resultset?


but what abt in CF4.0?

JAIME HOI



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 8:59 PM
To: CF-Talk
Subject: RE: Can we do another select on a cfquery resultset?


You can query a query in CF5 I believe.  You would have to use .

-Original Message-
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 12:54
To: CF-Talk
Subject: Can we do another select on a cfquery resultset?



hi 
   i was juz wondering if it is possible to do a select on the resultset
returned from ?
~~
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: CFMAIL Problem

2001-03-21 Thread Craig . Wilson

You may find it's because you have a space in your 'from' field.

-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:40
To: CF-Talk
Subject: CFMAIL Problem




Hello All:

I get the following error when  I try to use CFMAIL:



 

Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition 

  TagCFMail::sendMessage 

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70 

 




Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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: CFMAIL Problem

2001-03-21 Thread Craig . Wilson

You can most things in the from field, SMTP does not like spaces though.

from="Chris_Test" would work.

-Original Message-
From: Javed Mushtaq [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:55
To: CF-Talk
Subject: RE: CFMAIL Problem


you must have no spaces in the from and it is expecting a
[EMAIL PROTECTED] format,.

-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:40
To: CF-Talk
Subject: CFMAIL Problem




Hello All:

I get the following error when  I try to use CFMAIL:



 

Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition 

  TagCFMail::sendMessage 

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70 

 




Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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



Form Variables not being passed on selected machines

2001-03-28 Thread Craig . Wilson

All of a sudden, I have a situation where form variables are not being
passed to the action template of a fairly basic form.

Out of 300 users, I guess a handful of them get an error when the action
template tries to evaluate the variables.

I've checked the security settings in Explorer and they seem ok.  Some have
IE4 some have IE5 running on NT4.  There is no pattern with the browser
version.

Any ideas?



Craig Wilson
Business Analyst
Business Applications
VOLKSWAGEN FINANCIAL SERVICES (UK) LIMITED

Work:   +44 (0)1908 485229
Fax:+44 (0)1908 549296
Mail:   mailto:[EMAIL PROTECTED]



**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

**

~~
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: Form Variables not being passed on selected machines

2001-03-28 Thread Craig . Wilson

Yes, it works on the majority of the client machines.

-Original Message-
From: Jason Lees (National Express)
[mailto:[EMAIL PROTECTED]]
Sent: 28 March 2001 12:01
To: CF-Talk
Subject: RE: Form Variables not being passed on selected machines



Have you Checked that the form method is set to post?


Jason Lees 
National Express
Email : [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 28 March 2001 11:57
To: CF-Talk
Subject: Form Variables not being passed on selected machines


All of a sudden, I have a situation where form variables are not being
passed to the action template of a fairly basic form.

Out of 300 users, I guess a handful of them get an error when the action
template tries to evaluate the variables.

I've checked the security settings in Explorer and they seem ok.  Some have
IE4 some have IE5 running on NT4.  There is no pattern with the browser
version.

Any ideas?



Craig Wilson
Business Analyst
Business Applications
VOLKSWAGEN FINANCIAL SERVICES (UK) LIMITED

Work:   +44 (0)1908 485229
Fax:+44 (0)1908 549296
Mail:   mailto:[EMAIL PROTECTED]




**

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients


**
~~
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