Re: Loooooong delay in postings ????

2000-12-17 Thread Jon Hall
received @ 7:33pm eastern / 4:33pm pacific jon - Original Message - From: "Allan Pichler" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, December 15, 2000 5:38 PM Subject: RE: Loong delay in postings I have had problems with my postings as well FYI:

Re: Field Length

2000-12-17 Thread Jon Hall
Mike, time to think about actually storing each note with it's timestamp in it's own row. That's what a database is for. How about posting the code? jon - Original Message - From: "Mike Weaver" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, December 16, 2000 9:19 AM

Your email

2000-12-17 Thread FatDot - Lenny Sorey
To: Ben Wilson [EMAIL PROTECTED] what is in your filename="i_am_sorry.doc.pif attachment that's so cool! Lenny R. Sorey FatDot.Com ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Purging CDATA and CGLOBAL

2000-12-17 Thread Greg Saunders
This makes sense, but isn't CF supposed to do something like this automatically if you check the "Purge data for clients that remain unvisited..." box when you set up the client data source? As far as we can tell, this check box has no affect. When should client data actually be purged?

sql server 7 sp3

2000-12-17 Thread Paul Hastings
its out: http://www.microsoft.com/sql/downloads/sp3.htm fix list: http://support.microsoft.com/support/kb/articles/Q274/7/97.ASP ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: regular expressions

2000-12-17 Thread Craig Thomas
Thanks. I hadn't seen MD's post. -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 16, 2000 11:21 PM To: CF-Talk Subject: Re: regular expressions umm.. Look back 2 messages... It's from Fusion Authority, so I'm sure its good...

Spy out admin-password of CF-server

2000-12-17 Thread cf-talk
Hi, s.o. send me a cfm-file with which you can spy out the CF-admin password of the server if you have an account on the machine. He isn't the administrator. So I am concerned of security reasons. Can s.o. tell me how to disable it ? The only option I can think of is to disable cfregistry since

Re: Purging CDATA and CGLOBAL

2000-12-17 Thread pan
- Original Message - From: "Greg Saunders" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, December 17, 2000 05:06 Subject: Re: Purging CDATA and CGLOBAL This makes sense, but isn't CF supposed to do something like this automatically if you check the "Purge data for

Re: OT: Undo Delete

2000-12-17 Thread Jeffry Houser
I do not think this is entirely uncommon. I have come across situations like this before. I say go for it. On the current project I'm working on (an e-commerce site) the product list is completely replaced every few months. Yet, we want to keep a list of all the old products, for

Re: Purging CDATA and CGLOBAL

2000-12-17 Thread Greg Saunders
Thanks, that's exactly what I needed to know. greg At 08:53 AM 12/17/2000 -0800, you wrote: - Original Message - From: "Greg Saunders" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, December 17, 2000 05:06 Subject: Re: Purging CDATA and CGLOBAL This makes sense,

Re: Spy out admin-password of CF-server

2000-12-17 Thread Max Paperno
Hi Uwe, I think if you have CFREGISTRY enabled on a shared server and you have users smart enough to use the tag, then the CF admin password is the least of your worries. Actually someone with registry access doesn't even need CF admin, they can just edit your registry directly :-)

RE: Undo Delete

2000-12-17 Thread Warrick, Mark
Sounds like a good idea to me. Go for it! -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL:

Re: Undo Delete

2000-12-17 Thread Todd Ashworth
Sounds like a good idea to me as well. On our two largest projects, we don't let users permanently delete anything .. ever. We just flag the data that they 'delete' to not show up any more. Inevitably, someone always deletes something that they want back. Well, we can certainly get their data

WARNING: Ben Wilson (cfxtags.com) has a VIRUS

2000-12-17 Thread Greg Wolfinger
Hey Guys: I just got an e-mail from someone on one of the lists named Ben Wilson who has a virus that is sending it out to anyone on the lists. Please be advised not to open the attachment. It is memory resident, encrypted and has a zero (0) byte file size. It also modifies your wsock.dll

Setting up a poll database

2000-12-17 Thread John Allred
I'm trying to create a poll. Since I want to use radio buttons on the form, I'm creating one field for each category of information that uses the numbers 1 through 5 to allow the user to make one selection only in each category. The problem I'm having is figuring out how I'm going to count the

RE: Setting up a poll database

2000-12-17 Thread John J. Kirker
Hi John, Here's some code a guy in our office gave me a while back for this: For example, if I was retrieving the responses from a Yes/No survey, I could run the following: SELECT column , Count(*) FROM table GROUP BY column The results could be: column

Re: Setting up a poll database

2000-12-17 Thread Joseph Thompson
I just finished helping a user on my site with a similiar project. Maybe you can glean something from that? http://cfhub.com/discussion/viewmessages.cfm?Forum=11Topic=90 The idea there was simply have one table with the "Poll Questions" and one table with "Poll Answers". The answer table had

Re: Setting up a poll database

2000-12-17 Thread John Allred
John, Thanks for the quick reply. I can get this query working in the query builder, but I can't figure out how to display it. It looks like a structure. A little more help? Thanks, --John "John J. Kirker" wrote: Hi John, Here's some code a guy in our office gave me a while back for

RE: Setting up a poll database

2000-12-17 Thread sknyppy
Webtricks has some source code available for creating a poll. http://www.webtricks.com/SourceCode/ Dave Bosky -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 17, 2000 4:28 PM To: CF-Talk Subject: Re: Setting up a poll database I just

Re: Undo Delete

2000-12-17 Thread Michael She
And, if the user IS concerned with drive space, you can date stamp the delete, thus run a batch clean up once a month to remove entries that are a year or older : ) At 03:16 PM 12/17/00 -0500, Todd Ashworth you wrote: Sounds like a good idea to me as well. On our two largest projects, we

Re: Your email

2000-12-17 Thread Michael Dinowitz
Its a virus that the list removed. To: Ben Wilson [EMAIL PROTECTED] what is in your filename="i_am_sorry.doc.pif attachment that's so cool! Lenny R. Sorey FatDot.Com ~~ Structure your ColdFusion code with Fusebox. Get the

Domain Registration

2000-12-17 Thread netman
Good Evening, Network Solutions has a PERL script so that ISP and web hosters can be a cannel partner and do registration on there site. It produces a text file that is sent to Network Solutions. I have seen some whois apps out there, but does anyone have a domain registration app done in Cold

RE: Domain Registration

2000-12-17 Thread Dylan Bromby
www.sitequick.com email Doug Nottage at [EMAIL PROTECTED] for more info. -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 17, 2000 5:18 PM To: CF-Talk Subject: Domain Registration Good Evening, Network Solutions has a PERL script so that ISP and web

RE: Repopulating combo ( or select) boxes

2000-12-17 Thread Scott, Andrew
Why not pass the name of the state instead of a number, it will also depend on what your doing on the action page as well. regards Andrew Scott Senior Cold Fusion Application Developer -Original Message- From: Brian Ivey [mailto:[EMAIL PROTECTED]] Sent: 15 December 2000 07:48 To:

cfwddx problem

2000-12-17 Thread ramesh d
hi We r moved from sp1 to sp2 updation. Actually in sp1 also we got the problem in cfwddx. After installing sp2 patch then it is giving description of problem. Here I am pasting here. Is there any code problem or any resources problem.. cflock name="ordernet" throwontimeout="Yes"

wddx to cfml problem

2000-12-17 Thread ramesh d
Hi everybody, We are facing a problem with coldfusion server and the log entries of the application log files have been attached. We are using CFX_J parse for transforming the XML to WDDX format and then using CFWDDX to convert the WDDX to CFML. We are also using CFObject to create an instance

wddx to cfml problem

2000-12-17 Thread ramesh d
Hi everybody, We are facing a problem with coldfusion server and the log entries of the application log files have been attached. We are using CFX_J parse for transforming the XML to WDDX format and then using CFWDDX to convert the WDDX to CFML. We are also using CFObject to create an instance

RE: Undo Delete

2000-12-17 Thread Dave Watts
I'm thinking of changing my typical "Delete" button so that it doesn't actually delete a record, but rather flags it as a record to be ignored. I'd also record the date/time that it was flagged. That way I can offer the user the opportunity to Undo the Delete. I'll probably schedule a

RE: CF4.5.1 SP2.

2000-12-17 Thread Dave Watts
If indeed Inetinfo is the leaking process, then chances are it's Allaire's CFML.dll that's the culprit. That runs inprocess w/ IIS and calls out to the CFServer.exe process. I've never quite understood why Allaire felt a need to program their server out of process, but I have some

Re: Undo Delete

2000-12-17 Thread David Shadovitz
Thanks for all of the replies to my "Undo Delete" post. Here's a summary (some items contradict others). Of course, further comments are welcome. * Do a "soft" rather than a "hard" delete. That is, flag the data as unavailable but leave it in the database. * Timestamp the soft deletion. *

Re: Undo Delete

2000-12-17 Thread Jon Hall
David you must have missed my post. a href="action.cfm" onclick="return confirm('Are you sure you want to delete the record? If so click OK, otherwise Cancel.')Delete/a jon - Original Message - From: "David Shadovitz" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday,