Outputting Raw CFML

2001-05-10 Thread Kuehn, Matthew
I want to build an app that will traverse our directories and extract the text within ColdFusion comments. I will use this to build a kind of dynamic help generator. I'm trying to use cffile to read in the file so that I can use Find() to look for the commented code. But, if I read in the file an

RE: JS Input Mask for textbox

2001-04-27 Thread Kuehn, Matthew
Hmmm...see if this is what you're talking about. http://members.aol.com/grassblad/html/maskFone2.html I've used it to do just what you're talking about. And if I'm not mistaken, there will be a couple of versions of this idea at that site; see which one you like best. There's some other goodies t

RE: Changing CF Studio Shortcuts

2001-04-05 Thread Kuehn, Matthew
You can create a code snippet which inserts CFML comments, and then assign Ctrl + Shift + M to that snippet. I think Studio asks if you're sure you want to assign that key combination to the snippet, since, as you said, it is already assigned to HTML comments. I've created other snippets to inser

Restricting Form Field Entry to English Only

2001-01-30 Thread Kuehn, Matthew
Hello! I've got a CF-powered on-line application which currently exists and works quite well. A user fills out the application (it spans several pages) and at the end of the process, their data is stored in an Oracle database and displayed on the screen so they can print, sign, and mail in their

RE: Multiple submits

2000-12-19 Thread Kuehn, Matthew
> Does anybody have any suggestions for preventing users from hitting > a submit button multiple times? Try the following JavaScript, and add 'onclick="checkFields()"' to the Submit button's tag: var submitcount=0; function checkFields() { if (submitcount == 0) {

RE: count() or recordcount

2000-09-06 Thread Kuehn, Matthew
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_01C0182B.FDF468CC Content-Type: text/plain; charset="iso-8859-1" Hello! OT: Does anyone know how I can turn off MIME formatting w

RE: count() or recordcount

2000-09-06 Thread Kuehn, Matthew
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_01C0182B.FDF468CC Content-Type: text/plain; charset="iso-8859-1" Hello! OT: Does anyone know how I can turn off MIME formatting w

Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread Kuehn, Matthew
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_01C01755.9FA441D8 Content-Type: text/plain; charset="iso-8859-1" Hello! I installed Apache 1.3.12 on my machine last night, and I

Alternatives to Access?

2000-08-30 Thread Kuehn, Matthew
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_01C012AF.B60082FC Content-Type: text/plain With all of this talk about Access being inadequate for medium to heavy traffic sites, I'm begi

RE: 4.5.1 memory leak?

2000-08-15 Thread Kuehn, Matthew
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_01C006D1.86B12824 Content-Type: text/plain; charset="iso-8859-1" I agree with Helge. I've never had CF Studio crash my Win98 box i

RE: WAP Question

2000-07-28 Thread Kuehn, Matthew
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_01BFF8A6.C5C4E2DC Content-Type: text/plain; charset="iso-8859-1" I'm not accessing it from any type of phone, but when I try to vi