RE: CFForms javaScript was Complimentary skill

2001-06-11 Thread David Shadovitz
It's on the main page. Scroll down to ColdFusion in Context: Augmentation of Automatic Javascript in that light-green box. -David On Sunday, June 10, 2001 10:47 PM, Zac [SMTP:[EMAIL PROTECTED]] wrote: On Sunday, June 10, 2001, at 09:54 PM, Kay Smoljak wrote: An interesting discussion of

RE: OT BUT URGENT: IIS stability

2001-06-11 Thread Alistair Davidson
Thanks to all of you for your help - after a long sleepless weekend, it finally turned out to be a combination of 1) Dodgy network card on the DB server 2) Network collisions on the LAN 3) Repeated DoS attacks 4) Brute-force password-cracking attempts 5) A dodgy router at the ISP 6) IIS needing

Re: CFForms javaScript was Complimentary skill

2001-06-11 Thread Zac
On Sunday, June 10, 2001, at 11:22 PM, David Shadovitz wrote: It's on the main page. Scroll down to ColdFusion in Context: Augmentation of Automatic Javascript in that light-green box. The low contrast light green box with the black type. :-) Nice article. Interesting explanation of that

Allaire Free CF Board (forum) missing Delete message action

2001-06-11 Thread Kevin Merker
Does anyone have the delete message section of Allaires Free Message Board. After doing all the graphics and personal modifications then checks. The board is missing the delete_message_action templates. The download from Allaire does not delete messages because of these missing templates. I know

CFPOP shortcomings / questions

2001-06-11 Thread Carlo van Wyk
I've got a couple of questions regarding cfpop: 1) Is there any way that you can sort messages via date descending? 2) How can you highlight or retrieve only unread messages. 3) How can you see subfolders or other folders besides your inbox? 4) Is there any free custom tags that is better

mssql mailing list?

2001-06-11 Thread Michael Lugassy
anyone know a good MSSQL mailing list? Thanks, Michael ~~ 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/

More info on Graph problem

2001-06-11 Thread Jim Watkins
After installation of subscription upgrade Cold Fusion 5 including graphing server on Windows 2000 running O'Reilly Website Pro 3.0 the graph scripts will not display a graph. Try it at http://www.ngtcollege.org/graphexam.cfm HOWEVER! Now try it on IIS running on port 81 same Windows 2000 box

Fw: More info on Graph problem

2001-06-11 Thread Jim Watkins
- Original Message - From: Jim Watkins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Dave Watts [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 4:07 PM Subject: More info on Graph problem After installation of subscription upgrade Cold Fusion 5 including graphing

RE: CFPOP shortcomings / questions

2001-06-11 Thread Thomas Chiverton
1) Is there any way that you can sort messages via date descending? Grab them all into a structure, and sort that. 3) How can you see subfolders or other folders besides your inbox? POP does not allow more than one folder. IMAP does, maybe you can use that if you can find a tag, and your

file size

2001-06-11 Thread Steve Vosloo
Is there any way to dynamically display the size of a file? I display lists of PDF links and need to show the size of each file after the title. Although all the pdf's are in the same folder, they are linked to from various pages. Thanks, Steve Development Manager Vardus Internet Solutions

PDF To Imag

2001-06-11 Thread Rick Eidson
Anyone have tag that will convert a PDF to a JPG, Gif or BMP. ~~ 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/

Verity and double quotes

2001-06-11 Thread Steve Vosloo
I have a Verity search facility on my site. When I search for literal strings using double quotes, Verity performs a search including the quotes, e.g. it searches for 'rail network' instead of 'rail network'. Has anyone come across this problem before? I've tried to fix it by using a

ComPLexed RERPLACE

2001-06-11 Thread Michael Lugassy
I have a big text file that looks like this: FROM: X STEPS: 10 FROM: X STEPS: 3 .. ... .. . ... FROM: X STEPS 5 The X is a constant X characters, the steps varies from 1 to 10 with no rule or special consistency. I need the best way to Replace The X char to the REAL from number

Re: CFSTOREDPROC and performance question

2001-06-11 Thread Marc Garrett
Thanks Aaron. DTS was my first attempt but it will not work on this shared server with a text file. Regards, Marc Garrett - Original Message - From: Aaron Rouse [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 9:58 PM Subject: Re: CFSTOREDPROC and

CFSCHEDULE in background

2001-06-11 Thread Andrew Howe
I want to get CFSCHEDULE to run in the background (to create a text file), and load NewPage.cfm while it is still running. However, in the following code, NewPage does not load until CFSCHEDULE has finished running. (I am using CF 4.5.1.) Any suggestions? CFSCHEDULE ACTION=UPDATE

RE: CFSCHEDULE in background

2001-06-11 Thread James Maltby
There is no way really - unless you upgrade to cf hawaii (5-0h) and use cfflush (or unless you use js to open a remote window that calls the cfschedule page in the background (i.e. under the main window) - then use a close window function at the end of the schdule page - while you also use a

Subject: RE: Javascript wildcard string matching

2001-06-11 Thread Smith, Melanie
Hi Bryan - thanks for responding to my javascript question. But it still doesn't work (checking the box doesn't automatically check the other one). Here's your code: input type=checkbox name=check value=#fullfileid##processid##deptcode# onclick=for (i=0; iform.check.length; i++) if

Re: CFSTOREDPROC and performance question

2001-06-11 Thread Aaron Rouse
What is happening when you attempt to use it? We use it a great deal in a shared server environment to do bulk inserts of text files and Access 97 databases into SQL Server 7. The only issues we have run into has been user permissions, since we are uploading files to the web server via CF and

RE: Subject: RE: Javascript wildcard string matching

2001-06-11 Thread Smith, Melanie
Never Mind! I figured it out. Here's the correct syntax for anyone else that might need it input type=checkbox name=check value=#fullfileid##processid##deptcode# onclick=for (i=0; iform.check.length; i++) if (form.check[i].value.indexOf('#fullfileid##processid#') = 0

RE: Looking for a Web Based ActiveX Treeview

2001-06-11 Thread Michael Rosario
You may want to consider using XML/XSL for this piece. The performance is really great. In this way, you can have complete control over the look and function of your tree. You can find some resources and samples at http://msdn.microsoft.com/xml. Greetings CF-ers! I am looking for an

RE: file size

2001-06-11 Thread David Shadovitz
Sure. Do a CFDIRECTORY ACTION=LIST NAME=qPDFs FILTER=*.pdf on the PDF files in that directory, and then you've got access to the size of each as qPDF.Size -David On Monday, June 11, 2001 3:37 AM, Steve Vosloo [SMTP:[EMAIL PROTECTED]] wrote: Is there any way to dynamically display the size

RE: ClickBank

2001-06-11 Thread Nathan Stanford
I have now integrated ColdFusionMonthly.com to ClickBank it is very easy... but there instructions need a little help. Nathan Stanford Senior Programmer/Analyst [EMAIL PROTECTED] -Original Message- From: Alii Design [SMTP:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 5:16 PM To:

RE: file size

2001-06-11 Thread Larry Junker
From CFusion Docs for CFDIRECTORY: HTML HEAD TITLE CFDIRECTORY Example /TITLE /HEAD BODY H3CFDIRECTORY Example/H3 !--- use CFDIRECTORY to give the contents of the snippets directory, order by name and size (you may need to modify this path) --- CFDIRECTORY

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-11 Thread Richard Kuryk
Netscape might be going away but mozilla is just getting started. The latest mozilla 0.9.1 is faster then IE on page loads and with the -turbo switch even opens up quicker then IE. The Mozilla code has really come along way and they still aren't completely done optimizing it. Netscape would

RE: CFForms javaScript was Complimentary skill

2001-06-11 Thread Dan G. Switzer, II
Zac, I don't have a link to the discussion you're asking about, but I've always found that CFFORM was lacking in several key areas--so I wrote a JavaScript API that I use in place of CFFORM called qForms. The API is open source and is a *lot* more powerful and flexible then the CFFORMs code, and

Doubled Form fields

2001-06-11 Thread Craig Bowes
Hey all. Has anyone had the problem of form fields doubling? Occasionally, when I submit this one form, it doubles all the form fields. For example, if I have a hidden form field called userid and its value is 3, the form passes it to the next page as 3,3. The form is has its enctype=”

RE: file size

2001-06-11 Thread Steve Vosloo
Thanks. -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 3:07 PM To: CF-Talk Subject: RE: file size Sure. Do a CFDIRECTORY ACTION=LIST NAME=qPDFs FILTER=*.pdf on the PDF files in that directory, and then you've got access to

Re: Doubled Form fields

2001-06-11 Thread Tim Painter
I seem to recall seeing that as a bug that was fixed in the 4.5.2 service pack. If you don't have it, try installing it and see if that fixes the problem. Tim P. - Original Message - From: Craig Bowes [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 11, 2001 9:43 AM

Re: Doubled Form fields

2001-06-11 Thread G
I've seen this on several occasions, and on each one, it was programmer error. Check and double check to ensure that you are not doubling up the name of a form field somewhere on your form. Is the name of the form field written in a loop, effectively creating several inputs of the same name? If

Re: CFSCHEDULE in background

2001-06-11 Thread Andrew Howe
Thanks for the JavaScript tip: I have used JS to open and then immediately close a window containing a template with the CFSCHEDULE code. This kicks off the process as I intended. Andrew - Original Message - From: James Maltby [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

updating records in spreadsheet-like view

2001-06-11 Thread Smith, Melanie
OK - I've had good luck with this list lately and I'm pulling my hair out on this - there has to be an answer! I'd just like to display to the user a list (multi-row-like) of document ids and a blank box for entering in train dates. When the user hits submit I'd like to update a table with the

Database Design Help

2001-06-11 Thread Cody
Hello. I'm trying to build an application but I'm stuck on designing the DB. I'll try to explain how the site is going to be made, and hopefully someone can help. There are only going to be 3 levels of pages. Category pages, sub pages, and sub-sub pages. I want to be able to call any page,

Visual SourceSafe

2001-06-11 Thread Chris Jenkins
I know this is a cf list, but I'm hoping they are still members using sourcesafe, their documentation is really poor. I've been using sourcesafe with mapped drives. However, it's slow and a security hazzard, so I'm wishing to use FTP instead. However, even though I've now labeled projects as

RE: Database Design Help

2001-06-11 Thread Andy Ewings
Just have one table with all of the pages in which inclues the following fields: id - Unique ID for entry parentid - ID of parent page (this value is 0 for category pages) That way you have a heirachical data structure within 1 table. Querying the table becomes a bit trickier but still ont

Difficult Replacement

2001-06-11 Thread Michael Lugassy
I have a big text file that looks like this: FROM: X STEPS: 10 FROM: X STEPS: 3 ... ... .. FROM: X STEPS 5 The X is a constant X characters, the steps varies from 1 to 10 with no rule or special consistency. I need the best way to Replace The X char to the REAL from

Xmailer change doesn't help!

2001-06-11 Thread Michael Lugassy
I'm trying to send CFMAIL to yahoo using one of the following ways: 1. cfmail to=#a[i]# from=#AUTH.userEMAIL# subject=Surprise From VAMP type=HTML mailerid=Internet Mail Service (5.5.2650.21) 2.cfmailparam name=X-Mailer value=(Microsoft Exchange Internet Mail Service Version 5.5.2650.21) and

Re: Database Design Help

2001-06-11 Thread Bill King
Cody, I think you should still design the system so that it can have more than three levels. Your site structure is very common in sites I have been working with and most stay within those three levels, but sometimes there can be a small change that the client wants that messes everything and

RE: Convert ACCESS query to SQL query

2001-06-11 Thread Kevan . Windle
I don't think you can delete from more than one table at a time. If you wanted to do it in one call from CF you could do it in a stored proc. Or you could set up a trigger to delete from one table when related records were deleted from another. -Original Message- From: Bruce, Rodney

OT: intrusion/penetration tools

2001-06-11 Thread Mike Amburn
I'm looking for any tools/utilities to test the security of my application/server, specifically against intrusion/penetration or other tricks (DOS, ping of death, etc). Any suggestions? -mike ~~ Structure your ColdFusion code with Fusebox. Get

RE: Xmailer change doesn't help!

2001-06-11 Thread mherbene
This looks to me as if the SMTP server that the CF server is trying to use is not configured to relay mail. Have you talked to the administrator of the SMTP server? -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:38 AM To: CF-Talk

Re: Database Design Help

2001-06-11 Thread Jeffry Houser
My first thought is to use a self-referencing table. Page (PageID, categoryinfo, ParentID) ParentID references back to PageID. Set it to zero for top-level categories. You can get any page by selecting where pageID = currentpageID You can get all children by selecting where

OT: Hostcentric

2001-06-11 Thread kraybill
Does anyone know how to get response from Hostcentric? For more than two weeks, we have been trying unsuccessfully to get them to close one of our client's accounts. Several emails have produced nothing more than an automated response, their 800 number doesn't work from northern Pennsylvania,

RE: Database Design Help

2001-06-11 Thread Norman Elton
I built a site very similar to this, using the technique Bill explained, with each record having a parent record. If you KNOW for sure that there will be no more than three levels, then you can get away with three tables: grandparents, parents, children. This is risky and not the best design.

Weird problem setting client variable

2001-06-11 Thread Perez, Bismark
I have the weirdest problem setting a client variable and for the live of me I can not see where the problem is. The problem is the following: I have a form where the user can change the language of the site, one of the fields on the form is a select box named NewLang, now, once the user

Re: intrusion/penetration tools

2001-06-11 Thread Michael Dinowitz
Look at whisker at http://www.wiretrip.net/rfp/2/index.asp as a good start to check your site for holes. Also, the last issue of Fusion Authority had a link to a totally fantastic article on DOS attacks and zombies. I'm looking for any tools/utilities to test the security of my

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-11 Thread JoshMEagle
Does Netscape/Mozilla support DHTML and DOM scripting the way IE does? span style=color:redTEXT/span didn't even work in Netscape 4.7, I can't even imagine more complex items functioning in NS ... I've been building IE specific intranets for over a year now, so I don't even touch NS anymore

RE: updating records in spreadsheet-like view

2001-06-11 Thread Kevan . Windle
How about something like this. input type=text name=check#fullfileid##deptcode# value=#fullfileid##deptcode# /td td #LSNumberFormat(employeeno,9)# /td td #docid# /td td #Title# /td td #DeptCode# /td /tr input type=hidden name=empid#docid##deptcode#

Re: Xmailer change doesn't help!

2001-06-11 Thread Michael Lugassy
the SMTP is defined in the CF admin. i can send mail to other accounts just fine, just Yahoo! is causing problems. Thanks, Michael - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 11, 2001 4:53 PM Subject: RE: Xmailer change doesn't help!

RE: intrusion/penetration tools

2001-06-11 Thread Steve Bernard
Are you looking for tools that will be run on a Unix or Windows platform? Also, are you looking for host or network-based tools? If you are not familiar with the terminology, host-based tools reside on the machine being tested and allow for a much deeper local inspection while network-based tools

RE: Weird problem setting client variable

2001-06-11 Thread Craig Dudley
If you're storing client variables in cookies the cflocation will break them always. Change client variable storage to a datasource, use another way of re-locating or use a locked session variable would be my suggestions. HTH, Craig -Original Message- From: Perez, Bismark

KCfusion meeting tomorrow

2001-06-11 Thread Bryan LaPlante
Hey KCfusion and local CFUG'ers Tomorrow Girish Kshirsagar will give a presentation on how to estimate software costs in a project. He shared a little bit of it with me already and it looks very interesting. The meeting will start at 7:pm like always. You can find the meeting location and a map

Re: Win2k Error -- Possible CF Crashing?

2001-06-11 Thread Paul Hastings
The browser was unable to retrieve a list of servers from the browser master \\SOMESERVER on the network etc... its usually a good idea to turn off computer browser service on all but your DC or RAS servers. cleared up a boat load of vodoo network problems for us.

RE: all this email

2001-06-11 Thread DJ Riebesell
I think there must be something wrong with your email address. It doesn't end in AOL.COM. hehe snicker snicker giggle giggle. :) -Original Message- From: Jason Santerre [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:22 PM To: CF-Talk Subject: all this email please stop