RE: Access ldb files w/a twist

2001-05-03 Thread Peter Froh
You need to call a query that will create an error, like trying to do a select query on a table that does not exist in your database. This will close the ldb file and you can upload a new database. Peter -Original Message- From: Mark Smeets [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Getting current page name.

2001-04-28 Thread Peter Froh
Jeff, Try: #listgetat(CGI.SCRIPT_NAME,listlen(CGI.SCRIPT_NAME,/),/)# That should strip off everything but the current template being executed. Peter -Original Message- From: J Davis [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 10:20 AM To: CF-Talk Subject: Getting

RE: How can I get CF to ignore a form field with no data?

2001-04-28 Thread Peter Froh
Is the form data being submitted to a database? Are you using CFINSERT? What is the error message that you are getting? -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 4:06 PM To: CF-Talk Subject: How can I get CF to ignore a form field

RE: cf ezedit and word processing solutions

2001-04-28 Thread Peter Froh
What did you want to accomplish with EZEdit? Format text on an existing page? Format text in a database? Format text passed into a form from another location? EZEdit acts like a textarea in a form. Because of that, EZEdit must be inside a set of form tags. Once the form is submitted, the

RE: Security Question - Revisited

2001-04-26 Thread Peter Froh
I have not used the hash function but this is the code straight from allaires website: CFIF Hash(Form.Password) IS NOT MyQuery.PasswordHash CFLOCATION URL=unauthenticated.cfm /CFIF I beleive your code should work. Do you have CF Server 4.5? (use #server.coldfusion.productversion# to find

RE: Syntax error or sharing violation

2001-04-26 Thread Peter Froh
It's the comma after your live=0 line live = 0, where id = #id# -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 8:09 AM To: CF-Talk Subject: RE: Syntax error or sharing violation I don't think that you need single quotes around the Date,

RE: Easy way to validate credit card date

2001-04-26 Thread Peter Froh
use a drop down list for month and one for year -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 10:21 AM To: CF-Talk Subject: Easy way to validate credit card date Anybody have a quick and easy way to validate a date in the MM/YY

RE: Image size

2001-04-20 Thread Peter Froh
I typically use a percentage multiplier (like 25%) for the width and height to create a thumbnail. I realize that it's not the best way, especially since the images will be as large in file size as their "full size" counterparts, but it is a simple solution. I guess it only becomes an issue

RE: HTML editor for idiots? recommendation?

2001-04-18 Thread Peter Froh
Take a look at eWebEditPro (http://www.ektron.com/single.cfm?doc_id=36) or even eMPower Express http://www.ektron.com/product.cfm?doc_id=843. There have been posts to this list that suggest other HTML editing tools so you might want to search the mail archives

RE: OT: HTML editor for idiots? recommendation?

2001-04-18 Thread Peter Froh
I am currently using EZedit to edit text files that are then included into the web document. If the web documents are CFM pages then I use CFINCLUDE, if they are html pages then I use shtml and use SSI includes (or you can try and convince your ISP to allow HTML and HTM files to be processed by

OT: Access 2K and MSDE Connection Problem

2001-04-10 Thread Peter Froh
Hi all! Is there anybody out there that has used access 2k to work with SQL Server (or MSDE)? This is the problem: I have installed MSDE on our server and then tried connecting to it through Access 2k on a workstation. After I open an existing project I choose File-connection and I get the

RE: (OT) PWS for Win2000

2000-12-18 Thread Peter Froh
Windows 2000 Pro comes with IIS 5.0 but if you want PWS: http://www.microsoft.com/msdownload/ntoptionpack/askwiz.asp -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 3:33 PM To: CF-Talk Subject: (OT) PWS for Win2000 I've just