RE: scientific characters

2002-09-19 Thread Louis Klepner
? -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

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

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?

RE: printing

2002-05-14 Thread Louis Klepner
://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

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!

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:

contacting congress /

2002-04-23 Thread Louis Klepner
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

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

RE: CFSEARCH results: HTML vs. Plain Text

2002-03-13 Thread Louis Klepner
-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

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

RE: assigning a value to a dynamic variable?

2002-03-01 Thread Louis Klepner
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

RE: assigning a value to a dynamic variable?

2002-03-01 Thread Louis Klepner
. | | | 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

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

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

RE: CFABORT template, not all CF processing?

2002-02-28 Thread Louis Klepner
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

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

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