RE: scientific characters

2002-09-19 Thread Louis Klepner

The symbol is a sign for micro... This is what I get from viewing the source
of the HTML email I sent from Outlook:

SPAN style=FONT-SIZE: 50%; FONT-FAMILY: Symbol; mso-char-type:
symbolm/SPAN

I'm able to paste the character as HTML source, but I cannot paste it as the
symbol itself.
I wonder how it will survive URL encoding?

 -Original Message-
 From: Matthew Walker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 18, 2002 6:27 PM
 To: CF-Talk
 Subject: RE: scientific characters


 What is the symbol? Is it a diameter symbol? If so IE6 doesn't support
 it. Is that any help?

  -Original Message-
  From: Louis Klepner [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, 19 September 2002 8:43 a.m.
  To: CF-Talk
  Subject: scientific characters
 
 
  I'm having some issues with scientific characters...
 
  ..a relatively thick cornea, measuring 600 mm.
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



scientific characters

2002-09-18 Thread Louis Klepner

I'm having some issues with scientific characters...

..a relatively thick cornea, measuring 600 mm.

Hopefully the character will come be displayed properly in this email ---
I'm unable to paste the character into a text field. Does anyone know a
work-around which will allow the 'full range' of characters to be pasted
into a text field?

Thanks in advance!

-Lou Klepner

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



printing

2002-05-14 Thread Louis Klepner

Hello,

I'd like to allow users to print out letters generated by CF - and I'd like
to avoid the page title top, URL on the bottom of the page. What is the
simplest way of doing this? I'd really like to use plain HTML, is there a
Javascript command which will disable header/footer printer output?

I'm triggering the letter to print with:

script language=JavaScript
function sendPrinter() {
  if( window.print ) {
window.print();
  }
}
/script

Thanks in advance!

-Lou

(I orginally posted when the list was down, so I'm giving this another
shot...)

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: printing

2002-05-14 Thread Louis Klepner

This looks good- But I don't think the client is going to go for it...

If I embedded the printable material in the flash plugin, it would print
without headers/footers... but creating a flash version of the letter sounds
like a major headache.

But so far, it seems like the simplest solution to the problem.

-Lou

 To my knowledge, there is no way to do it without plugins like ScriptX
 from MeadCo:

 http://www.meadroid.com/scriptx/index.htm

 Even then, it only works in IE. However, the same company makes a
 product which embeds IE in the Netscape browser. :)

 Benjamin S. Rogers
 http://www.c4.net/
 v.508.240.0051
 f.508.240.0057

 -Original Message-
 From: Louis Klepner [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 14, 2002 7:51 PM
 To: CF-Talk
 Subject: printing


 Hello,

 I'd like to allow users to print out letters generated by CF - and I'd
 like to avoid the page title top, URL on the bottom of the page. What is
 the simplest way of doing this? I'd really like to use plain HTML, is
 there a Javascript command which will disable header/footer printer
 output?

 I'm triggering the letter to print with:

 script language=JavaScript
 function sendPrinter() {
   if( window.print ) {
 window.print();
   }
 }
 /script

 Thanks in advance!

 -Lou

 (I orginally posted when the list was down, so I'm giving this another
 shot...)


 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HTTP 500 - Internal server error

2002-05-01 Thread Louis Klepner

Well... I was plugging away, working on a project-
When all of a sudden I got an HTTP 500 - Internal server error on one
particular page...

It's not a CF error msg, but an IIS error msg - Any ideas what I might have
done wrong? The file APPEARS to be fine, I can open it, edit it, etc.

TIA!

-Lou

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Ignore: HTTP 500 - Internal server error

2002-05-01 Thread Louis Klepner

Whatever it was, it's resolved itself... 
(which makes me wonder...??)

-Lou
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



contacting congress /

2002-04-23 Thread Louis Klepner

Hello-

I would like to automate the process of contacting Congress a visitor's
congress member. I've got a database (provided by client) which has all of
congress, but not all of the congress members have email addresses. I guess
this is a two part question:

1. Does anyone know of a zip code - congressional district database?
2. Has anyone automated the process of contacting congress members on a
nation wide basis? With a variety of different web based contact forms, I'm
wondering how to code this... I'd like to handle it on site- Instead of
providing a link to whatever form the particular congress member is using.
3. Last but not least- I heard a rumor that their are databases with plain
EMAIL addresses for all of congress... IF anyone knows anything about this,
I'd love to know!!! It would be much easier than trying to deal with the
assortment of contact forms...

Thanks in advance!

Louis Klepner
Expressive Imaging
Web Design  Development

845-440-0086
[EMAIL PROTECTED]
http://www.expressiveimaging.com

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFSEARCH results: HTML vs. Plain Text

2002-03-13 Thread Louis Klepner

Hello,

I've got lightly formatted HTML in a database (bold / italic / lists). I'm
using the CFINDEX Query function to fill a CFCOLLECTION. My problem is the
HTML. I'd prefer to display my search results as plain text. Is there a way
to strip HTML formatting? I've tried the string functions, but just haven't
figured out how to eliminate the HTML. Can someone give me a couple
pointers?

Thanks,
Lou Klepner

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFSEARCH results: HTML vs. Plain Text

2002-03-13 Thread Louis Klepner

Ahhh! Very good, work like a charm- Thanks!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Dray
 Sent: Wednesday, March 13, 2002 10:13 AM
 To: CF-Talk
 Subject: RE: CFSEARCH results: HTML vs. Plain Text


 Hurahh, at last something I can help with

 I am duty bound to point out that I grabbed this code from a custom tag on
 the dev exchange, their are plenty there.


 cfset source=#yourTextString#
 cfscript
   EndLoop = 0;
   StartPosition = 1;
   while (StartPosition gt 0){
   StartPosition =
 REFindNoCase(/*[[:alpha:]],source);
   if(StartPosition gt 0){
   endPosition=Find(,source,StartPosition);
   if(endPosition gt 0){
   source =
 RemoveChars(source,StartPosition,EndPosition-StartPosition+1);
   startPosition = 1;
   }
   }else{
   endLoop = 1;
   }
   }
   OutputText=trim(source);
 /cfscript

 cfoutput#source#/cfoutput


 -Original Message-
 From: Louis Klepner [mailto:[EMAIL PROTECTED]]
 Sent: 13 March 2002 14:31
 To: CF-Talk
 Subject: CFSEARCH results: HTML vs. Plain Text


 Hello,

 I've got lightly formatted HTML in a database (bold / italic / lists). I'm
 using the CFINDEX Query function to fill a CFCOLLECTION. My problem is the
 HTML. I'd prefer to display my search results as plain text. Is
 there a way
 to strip HTML formatting? I've tried the string functions, but
 just haven't
 figured out how to eliminate the HTML. Can someone give me a couple
 pointers?

 Thanks,
 Lou Klepner


 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



assigning a value to a dynamic variable?

2002-03-01 Thread Louis Klepner

Can someone help me make this work?
I'm not sure how to explain it clearly, so I'm hoping the code/comments make
sense

!--- assign show variable ---
CFSET show = userID

!--- assign sub value to value set above ---
CFSET evaluate('#show#')= allUsers 

!--- debugging output ---
CFOUTPUT
first variable: #show#br
variable's variable: #evaluate('#show#')#BR
/CFOUTPUT



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://wwwpennyhostcom/redirectcfm?adcode=coldfusionb
FAQ: http://wwwthenetprofitscouk/coldfusion/faq
Archives: http://wwwmail-archivecom/cf-talk@houseoffusioncom/
Unsubscribe: http://wwwhouseoffusioncom/indexcfm?sidebar=lists



RE: assigning a value to a dynamic variable?

2002-03-01 Thread Louis Klepner

Ahh-  Very good! Thank you!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Raymond
 Camden
 Sent: Friday, March 01, 2002 4:37 PM
 To: CF-Talk
 Subject: RE: assigning a value to a dynamic variable?


 To set a dynamic variable, use setVariable:

 cfset show = userID
 cfset setVariable(show,allUsers)

 You will still need evaluate to display it though.
 
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

 Email: [EMAIL PROTECTED]
 Yahoo IM : morpheus

 My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Louis Klepner [mailto:[EMAIL PROTECTED]]
  Sent: Friday, March 01, 2002 4:34 PM
  To: CF-Talk
  Subject: assigning a value to a dynamic variable?
 
 
  Can someone help me make this work?
  I'm not sure how to explain it clearly, so I'm hoping the
  code/comments make
  sense...
 
  !--- assign show variable ---
  CFSET show = userID
 
  !--- assign sub value to value set above ---
  CFSET evaluate('#show#')= allUsers 
 
  !--- debugging output ---
  CFOUTPUT
  first variable: #show#br
  variable's variable: #evaluate('#show#')#BR
  /CFOUTPUT
 
 
 
 
 _
_
 Get Your Own Dedicated Windows 2000 Server
   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
   Instant Activation · $99/Month · Free Setup
   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: assigning a value to a dynamic variable?

2002-03-01 Thread Louis Klepner

Okay, that works too- and it's a little shorter... I like it-
Thanks!


 Actually, there is a shorthand for this:

 change:
 cfset Evaluate('#show#') = allUsers
 to:
 cfset #show# = allUsers


 - Original Message -
 From: Raymond Camden [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, March 01, 2002 2:36 PM
 Subject: RE: assigning a value to a dynamic variable?


 | To set a dynamic variable, use setVariable:
 |
 | cfset show = userID
 | cfset setVariable(show,allUsers)
 |
 | You will still need evaluate to display it though.
 | | 
 | Raymond Camden, Principal Spectra Compliance Engineer for Macromedi
a
 |
 | Email: [EMAIL PROTECTED]
 | Yahoo IM : morpheus
 |
 | My ally is the Force, and a powerful ally it is. - Yoda
 |
 |  -Original Message-
 |  From: Louis Klepner [mailto:[EMAIL PROTECTED]]
 |  Sent: Friday, March 01, 2002 4:34 PM
 |  To: CF-Talk
 |  Subject: assigning a value to a dynamic variable?
 | 
 | 
 |  Can someone help me make this work?
 |  I'm not sure how to explain it clearly, so I'm hoping the
 |  code/comments make
 |  sense...
 | 
 |  !--- assign show variable ---
 |  CFSET show = userID
 | 
 |  !--- assign sub value to value set above ---
 |  CFSET evaluate('#show#')= allUsers 
 | 
 |  !--- debugging output ---
 |  CFOUTPUT
 |  first variable: #show#br
 |  variable's variable: #evaluate('#show#')#BR
 |  /CFOUTPUT
 | 
 | 
 | 
 | 
 |
 _
_
 Dedicated Windows 2000 Server
   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
   Instant Activation · $99/Month · Free Setup
   http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFABORT template, not all CF processing?

2002-02-28 Thread Louis Klepner

Hello,

I was wondering if there is a way to abort a particular CF Template, but not
all CF processing? Right now I'm wrapping my code with CFIF tags which
determine if the code will run or not

CFIF animal IS dog
run a bunch of code
run a bunch of code
run a bunch of code
run a bunch of code
run a bunch of code
/CFIF
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://wwwpennyhostcom/redirectcfm?adcode=coldfusiona
FAQ: http://wwwthenetprofitscouk/coldfusion/faq
Archives: http://wwwmail-archivecom/cf-talk@houseoffusioncom/
Unsubscribe: http://wwwhouseoffusioncom/indexcfm?sidebar=lists



CFABORT template, not all CF processing?

2002-02-28 Thread Louis Klepner

Sorry about that last one, I guess it's dangerous to hit tab and enter
rapidly

I was wondering if there is a way to abort a particular CF Template, but not
all CF processing? Right now I'm wrapping my code with CFIF tags which
determine if the code will run or not

CFIF animal IS dog
run a bunch of code
run a bunch of code
run a bunch of code
run a bunch of code
run a bunch of code
/CFIF
!--- end of template ---


I'd rather do this:

CFIF animal IS NOT dog
CFABORT
/CFIF

But I don't want to abort ALL cf processing, only the template that it
currently running Is this an option?

Thanks, and sorry again about the first draft of this email-

Lou
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://wwwpennyhostcom/redirectcfm?adcode=coldfusionc
FAQ: http://wwwthenetprofitscouk/coldfusion/faq
Archives: http://wwwmail-archivecom/cf-talk@houseoffusioncom/
Unsubscribe: http://wwwhouseoffusioncom/indexcfm?sidebar=lists



RE: CFABORT template, not all CF processing?

2002-02-28 Thread Louis Klepner

Thank, I suppose I'm due for a RTFM on this one :)

Lou

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Town
end
 Sent: Thursday, February 28, 2002 8:44 AM
 To: CF-Talk
 Subject: RE: CFABORT template, not all CF processing?


 Try using CFEXIT

 HTH



 -Original Message-
 From: Louis Klepner [mailto:[EMAIL PROTECTED]]
 Sent: 28 February 2002 13:38
 To: CF-Talk
 Subject: CFABORT template, not all CF processing?


 Sorry about that last one, I guess it's dangerous to hit tab and ente
r
 rapidly...

 I was wondering if there is a way to abort a particular CF Template, 
but
 not all CF processing? Right now I'm wrapping my code with CFIF tags
 which determine if the code will run or not.

 CFIF animal IS dog
   run a bunch of code
   run a bunch of code
   run a bunch of code
   run a bunch of code
   run a bunch of code
 /CFIF
 !--- end of template ---


 I'd rather do this:

 CFIF animal IS NOT dog
   CFABORT
 /CFIF

 But I don't want to abort ALL cf processing, only the template that i
t
 currently running... Is this an option?

 Thanks, and sorry again about the first draft of this email-

 Lou

 _
_
 Why Share?
   Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD /
 20 GB MO/XFER
   Instant Activation · $99/Month · Free Setup
   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Access - MS SQL script?

2002-02-27 Thread Louis Klepner

Hello Fellow CF'ers,

I was wondering if anyone knew of a script that would analyze a Access
Database and replicate the structure in SQL? Something which loops through
the tables, checks data types, and creates a MS SQL version of the database-

Thanks,
Lou Klepner
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Access - MS SQL script?

2002-02-27 Thread Louis Klepner

Thanks for the advice, and I wish it were that easy for me... but I'm i
n a
shared hosting environment and don't have access to the SQL Server Mana
ger.

Could I do this on my development machine, then somehow export a script
which would replicate the database on the actual server? Or am I stuck 
in a
situation where I will need to script the SQL tables manually?

Thanks again!

Lou

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen
 Moretti
 Sent: Wednesday, February 27, 2002 10:06 AM
 To: CF-Talk
 Subject: Re: Access - MS SQL script?


  Hello Fellow CF'ers,
 
  I was wondering if anyone knew of a script that would analyze a Acc
ess
  Database and replicate the structure in SQL? Something which
 loops through
  the tables, checks data types, and creates a MS SQL version of the
 database-
 

 You can just open up SQL Server Enterprise Manager right click on the
 Database folder under you server.  Select All Tasks from the menu and
 then
 click on Import under the sub-menu.  Follow the instructions in the D
TS
 Import Wizard and you're away. ;o)

 Regards

 Stephen
 _
_
 Dedicated Windows 2000 Server
   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
   Instant Activation · $99/Month · Free Setup
   http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists