Securing user created sub-directories

2001-05-30 Thread Bosky, Dave
My goal is to allow a person to create sub-directories at will and let them assign a UserAcct/Password to the sub-directory in order to view the directories contents. Need to prevent someone from typing in the url and viewing the contents without first logging in with a valid UserAcct/Password.

Batch updates

2000-11-03 Thread Bosky, Dave
I'm trying to display a group of records and give the user the abililty to update any or all of the fields of each record upon clicking the update button. I have them displaying inside a form. Thanks Dave

No Subject

2000-11-21 Thread Bosky, Dave
I'm trying to compare the current date to an expire-on date and mark the ad as expired if the datecompare function returns a value gte 0. Everything seems ok except that it marks every ad as expired regardless of returned value. CFLOOP QUERY="GetEntries" CFSET AdWasPlacedOnThisDate = posted_on

RE: SQL 7.0 Question

2000-11-30 Thread Bosky, Dave
try cfquery name="get_auctions" datasource="happytoad" DELETE auction_records where auction_id='#id#' and userid='#userid#' /cfquery -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 11:11 AM To: CF-Talk Subject: SQL 7.0 Question Ok I just did

SQL Server 2000

2000-12-18 Thread Bosky, Dave
What is the default/common port used for sql server? Thanks. Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

checking multiple boxes w/single button?

2001-01-09 Thread Bosky, Dave
I have a form containing a dynamic list of checkboxes that are used to delete messages. I already have a button that will delete all checked mail but my question is how do I make a button that will automatically put a check in each box? !- form name="msglist" action="" method=""

CFCONTENT

2001-01-15 Thread Bosky, Dave
Is it possible to use a wildcard in CFCONTENT type parameter or a comma delimited list such as image/gif, image/jpg? I want to set type to image/* instead of only image/gif, or image/jpg to allow all images. Thanks, Dave ~~ Structure your

CFTRANSACTION - proper usage

2001-01-16 Thread Bosky, Dave
I have three queries that insert information, I need to be sure that all three inserts take place, if not they are discarded. How would I use cftransaction to accomplish this task? Thanks, Dave ~~ Structure your ColdFusion code with Fusebox. Get

RE: CFTRANSACTION - proper usage

2001-01-16 Thread Bosky, Dave
Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 13:08 To: CF-Talk Subject: CFTRANSACTION - proper usage I have three queries that insert information, I need to be sure that all three inserts take place, if not they are discarded. How would I use

Insert NULL Values in SQLSERVER.

2001-01-29 Thread Bosky, Dave
I was trying to insert a blank or null value into the table, if the current list item contains 'n/a'. Not having much success this afternoon. CFIF trim(ListGetAt(Phone,x)) contains "n/a" Phone = ' ', CFELSE Phone = '#ListGetAt(Phone,x)#', /CFIF Thanks, Dave

Updating SQL columns using NULL values.

2001-01-29 Thread Bosky, Dave
I can't get the tables to update using the following syntax: CFQUERY NAME="qUpdateRecords" DATASOURCE="#APPLICATION.DSN#" UPDATE dbo.phone SET Lname = '#ListGetAt(Lname,x)#', Fname = '#ListGetAt(Fname,x)#', Title = '#ListGetAt(Title,x)#', Department = '#ListGetAt(Department,x)#', Office =

PCL to PDF w/ColdFusion

2001-02-12 Thread Bosky, Dave
What we would want to do is be able to find a particular account or accounts in PCL format and convert it to PDF or some other displayable format. Keep in mind that we would need to lay the PCL layout of the bill behind it and then overlay the data in this file. Then parse the file into a

Web Mining, Analysis, and Reporting

2001-02-22 Thread Bosky, Dave
Looking for a software package used for Web Mining, Analysis, and Reporting. What are the packages everyone is currently using and would recommend? Would Allaire Spectra accomplish what I need? Thanks, Dave ~~ Structure your ColdFusion code

W2k cannot see webserver?

2001-03-12 Thread Bosky, Dave
We have two PC's(w2kpro) in the same IP range something like 192.68.x.x connected to a switch/router and they can see each other. We added a webserver in a different IP range 64.17.x.x and the PC's cannot see the webserver. Can you use the hosts file on each pc to find the webserver?

RE: CFEXECUTE

2001-10-01 Thread Bosky, Dave
I use the following syntax for cfexecute when deleting directories and their contents. CFEXECUTE NAME=C:\WINNT\system32\CMD.EXE ARGUMENTS=/c RMDIR /S /Q D:\MyDirectory\ TIMEOUT=20/ -Original Message- From: Jesse Noller [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001

CFLOCK timeouts

2001-10-05 Thread Bosky, Dave
What is the average amount of time used for the timeout parameter of the cflock tag? I use CFLOCK scope=Session timeout=30 type=Exclusive and have been receiving 'Timed out while waiting to obtain exclusive access' errors frequently. Obviously I should increase the timeout but does this

application logfile

2001-10-28 Thread Bosky, Dave
Our entire application logfile on cfserver 5 is filled with this message. 1) What does it mean? 2) Is this normal and harmless? 3) Should I remove it with a patch or is it harmless and leave it be? Error,635,10/27/01,07:59:32,,10.10.10.10, Allaire ClusterCats Probe, Invalid Request of

SQL Server 2000 desktop version.

2001-10-30 Thread Bosky, Dave
Do you need a license to install the desktop version of SQL Server 2000? Thanks. Dave ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

escaping double quotes

2001-10-31 Thread Bosky, Dave
This replace is causing hair loss, the double quotes are not escaping, I've tried everything. CFSET Temp = ReplaceNoCase(Content,align=center,align=left,ALL) Dave ~~ Your ad could be here. Monies from ads go to support these lists and provide

Using CFModule

2001-11-12 Thread Bosky, Dave
What are the standard locking procedures regarding CFMODULE and Custom Tags? Is it necessary to put a lock around a cfmodule call or only around a custom tag call? Thanks Dave ~~ Get the mailserver that powers this list at

cfhttp problems w/symantec web security 2.0(wk2)

2001-11-19 Thread Bosky, Dave
We seem to have a problem using CFHTTP on a coldfusion 5 box that uses Symantec Web Security 2.0, it always returns a connection failure error. Anyone have any experience using Symantec Web Security with ColdFusion? Thanks, Dave ~~

Where to find a complete U.S. Zipcode listing?

2001-11-29 Thread Bosky, Dave
Like to get a zipcode listing, any idea where to locate a good listing? Thanks, Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Where to find a complete U.S. Zipcode listing?

2001-11-29 Thread Bosky, Dave
, but it came back saying (no such user) Let me know where to send it, and I will get it right to you. Doug - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 11:20 AM Subject: Where to find a complete U.S. Zipcode listing

Is it possible to Access MS Outlook calendars in CF?

2001-11-29 Thread Bosky, Dave
I checked out cfcomet but didn't see to much related to calendars. Anyone have any experience integrating them together? Thanks, Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: NT Login?

2001-11-30 Thread Bosky, Dave
That's what I do on our intranet and it works great. ~Dave -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 9:23 AM To: CF-Talk Subject: RE: NT Login? AFIAK you need to set IIS to use the Challenge/Response (or whatever its callled as it

Using CFFTP - resulting filesize is 0 bytes??

2001-11-30 Thread Bosky, Dave
Anyone know what may be causing this file to be ftp'ed and have a filesize of 0 bytes? Thanks. Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Using CFFTP - resulting filesize is 0 bytes??

2001-11-30 Thread Bosky, Dave
, 2001 3:44 PM To: CF-Talk Subject: Re: Using CFFTP - resulting filesize is 0 bytes?? Without the code you're using you will only be getting guesses. Lets see the code On Fri, 30 Nov 2001, Bosky, Dave wrote: Anyone know what may be causing this file to be ftp'ed and have a filesize of 0 bytes

Is possible to cache a stored procedure?

2001-12-03 Thread Bosky, Dave
How could I cache the following stored procedure for a day? CFSTOREDPROC PROCEDURE=spCategories DATASOURCE=HTCYP CFPROCRESULT NAME=spCategories RESULTSET=1 /CFSTOREDPROC Would it work like this?? CFQUERY NAME=qCategory DATASOURCE=HTCYP CACHEDWITHIN=#CreateTimeSpan(0,1,0,0)#

CF Forums Discussion Forums - Where can I find the source?

2001-12-06 Thread Bosky, Dave
I need to setup a discussion forum and would like to use cfforums, where can I download the free open source to customize? I tried forumspot.org but their site is gone. Thanks, Dave ~~ Get the mailserver that powers this list at

Correct Usage of Stored Procedures

2001-12-07 Thread Bosky, Dave
What's the best practice is using stored procedures, should they replace all queries or just complex queries? Thanks, Dave ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: IIS not recognizing .cfml extension

2000-05-23 Thread Bosky, Dave
Looks like its dropping the 'l' or ignoring the fourth character place. -Original Message- From: Eric Bradburn [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 8:46 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: IIS not recognizing .cfml extension Hi, All I

http/wddx-confused....

2000-06-19 Thread Bosky, Dave
I am pulling in a news page but I want to strip out everything except information contained within p/p tags. I remember doing something similar to this in advanced cf class but now I'm having trouble doing it. Any help would be appreciated.. Thanks, Dave

Delete session when browser is closed.

2001-07-25 Thread Bosky, Dave
How can I delete all session variables(user/pass) when a user closes their browser? I have a logout option that works but if they don't use it, they are still logged into the system. Thanks, Dave ~~ Structure your ColdFusion code with

RE: Delete session when browser is closed.

2001-07-25 Thread Bosky, Dave
# === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:11 AM

Automatically unzipping uploaded files?

2001-07-25 Thread Bosky, Dave
If I upload a zipped file is there a way I can automatically unzip that file into the same directory? I have a user that uploads a lot of images and its easier to send a single file. Currently I manually unzip the file. Any suggestions? Thanks, Dave

Registering a New SQL Server

2001-07-25 Thread Bosky, Dave
Whenever I try to register a new sql server I get a message saying server registration completed and another message saying timeout expired. Any ideas what may be causing this? I know the server is running and using mixed authentication. Thanks, Dave

RE: How can I insert a new record with no values?

2001-08-01 Thread Bosky, Dave
Insert ' ' as itemname -Original Message- From: Guy M. Saenger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 4:24 PM To: CF-Talk Subject: Re: How can I insert a new record with no values? Sorry. I am pretty sure that it works in SQL Server. Was not sure about Access.

Anyone know what these cf errors mean?

2001-08-08 Thread Bosky, Dave
Our entire logfile is filled with these two errors, something keeps looking for the files serverinfo.cfm and getmetricdataXML.cfm. It happens every minute like clockwork. -- HTTP/1.0 404 Object Not Found. The template specified,

Using cfexecute to telnet

2001-08-10 Thread Bosky, Dave
Is it possible to use cfexecute to telnet to a mailserver and verify an email address? I want to telnet into a mailserver and do a VRFY dave and parse the results for a 250/550 code. Thanks, Dave ~~ Structure your ColdFusion code with

RE: Hacking CF Web Sites and Applications

2001-08-13 Thread Bosky, Dave
Using the url 'xxx.cfm?show=23;%20DROP%20TABLE%20MyStuff' I attempted to drop my table and it failed. Why didn't it drop the table? Either I've done something to prevent it that I'm unaware of or I used invalid syntax. --- [Microsoft][ODBC Microsoft Access Driver]

RE: Hacking CF Web Sites and Applications

2001-08-13 Thread Bosky, Dave
. Also as an aid, turn on debugging in cf and grab the actual generated query to see what you db actually saw - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 13, 2001 7:02 AM Subject: RE: Hacking CF Web Sites and Applications Using

RE: Hacking CF Web Sites and Applications

2001-08-13 Thread Bosky, Dave
in this way. -Andy -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 9:25 AM To: CF-Talk Subject: RE: Hacking CF Web Sites and Applications SELECT myitem, myphoto FROM mystuff WHERE Show=#URL.Show# -Original Message- From

RE: problems with storedproc

2002-03-04 Thread Bosky, Dave
Verify the local variable 'run_query' is not null. Thanks, Dave Bosky -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 5:36 PM To: CF-Talk Subject: Re: problems with storedproc Well since you are using an IN have you tested if

Convert to pdf

2002-03-05 Thread Bosky, Dave
I have a user that uploads MS Publisher files to the web and I need to convert them to pdf for download/display What's a quick way to convert MS Publisher file to PDF format? Thanks, Dave __ Get Your Own Dedicated

RE: Group in cfoutput query. brain fart

2002-03-07 Thread Bosky, Dave
Need to use cfloop you can't nest cfoutputs. Dave -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 12:54 PM To: CF-Talk Subject: RE: Group in cfoutput query. brain fart I'm not quite sure exaclt what you want but if you want to

RE: Group in cfoutput query. brain fart

2002-03-07 Thread Bosky, Dave
Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 1:28 PM To: CF-Talk Subject: RE: Group in cfoutput query. brain fart Need to use cfloop you can't nest cfoutputs. Dave -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent

CF IIS Virtual Directories

2002-03-12 Thread Bosky, Dave
I created a virtual directory that connects to share on another machine. When I try to view some files in the virtual directory using a browser it won't display cf files, it only shows html files. Any ideas what might be the cause? Thanks, Dave

RE: CF IIS Virtual Directories

2002-03-12 Thread Bosky, Dave
in the document listing in IIS, that's my suggestion. Mike Brunt Sempra Energy 213.244.5226 A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent

RE: CF IIS Virtual Directories

2002-03-12 Thread Bosky, Dave
Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 10:58 AM To: CF-Talk Subject: CF IIS Virtual Directories I created a virtual directory that connects to share

RE: CF IIS Virtual Directories

2002-03-12 Thread Bosky, Dave
, 2002 10:12 AM To: CF-Talk Subject: RE: CF IIS Virtual Directories What error message do you get when trying to view the .cfm files? Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Bosky, Dave

CFFILE and network shares

2002-03-13 Thread Bosky, Dave
Is there anyway to use cffile to upload files to a network share instead of a destination directory on the webserver? If not are there any custom tags built to accomplish this? Thanks. Dave __ Dedicated Windows 2000

RE: CFFILE and network shares

2002-03-13 Thread Bosky, Dave
? Why not map a drive to it and then use the copy action of CFFILE? Adam -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:29 AM To: CF-Talk Subject: CFFILE and network shares Is there anyway to use cffile to upload files to a network share

CGI Variables - CGI.Auth_User and CGI.Remote_User

2002-03-13 Thread Bosky, Dave
What is the difference between CGI.Auth_User and CGI.Remote_User? They both contain the same information - 'domain\username'. Are there any situations where you would reference one over another? Thanks, Dave __ Get Your

NT Authentication

2002-03-21 Thread Bosky, Dave
We are using NT authentication on our intranet but dialup users cannot use Outlook Web Access anymore, it stopped working. Any ideas what might causing this? Thanks, Dave __ Structure your ColdFusion code with Fusebox.

CF Javascript frames

2002-03-21 Thread Bosky, Dave
How can you refresh a specifc frame from a popup window and then close that window? I just can't find the correct syntax. Any ideas? script language=javascript //parent.LeftFrameBottom.location.href=.././modules.cfm?CFOUTPUT#client.u rltoken#/CFOUTPUT; window.close(); /script

Client Variables

2002-03-22 Thread Bosky, Dave
If I have clientmanagement =yes and setclientcookies=no in my application.cfm file, how does cf identify specific users in the index.cfm file? I understand you must append the client.urltoken to all pages if setclientcookies=no but how does index.cfm find the client.urltoken? Probably a silly

RE: Client Variables

2002-03-22 Thread Bosky, Dave
Peters [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:05 AM To: CF-Talk Subject: RE: Client Variables CF creates it if it doesn't exist. This means on the page the user calls first. On the next pages it exists if you passed it on the url. -Original Message- From: Bosky, Dave [mailto

RE: Client Variables

2002-03-22 Thread Bosky, Dave
looses client info. The only way to persist client info without passing the tokens with every link is setting the cookies. -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: vrijdag 22 maart 2002 15:38 To: CF-Talk Subject: RE: Client Variables So if User A has already

RE: Dynamic queries in stored procedures

2002-03-29 Thread Bosky, Dave
I use the COALESCE function with success. CREATE PROCEDURE XXX @Opt int, @City varchar (26) = NULL, @item_descp varchar (35)= NULL, @commodity_code char (4) = NULL AS SELECT ALL FROM dbo.tbl_XXX WHERE item_id like '%' + COALESCE(@item_id,item_id) + '%' AND

RE: Dynamic queries in stored procedures

2002-03-29 Thread Bosky, Dave
without using the EXEC function. i was just doing it to show how you would use the case function. Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 9:32 AM To: CF-Talk Subject: RE

Scheduled Tasks in Admin

2002-04-01 Thread Bosky, Dave
I'm trying to schedule a task in cfadmin but won't run at all. I can pull the url up in a browser ok but when I put it inside the task-url box it doesn't work. Any ideas? Thanks, Dave __ Your ad could be here. Monies

CF DTS Packages

2002-04-02 Thread Bosky, Dave
I have a user that uploads an Access database every 2 weeks and I want to create a DTS package to automatically Import the data into sql server. What are some good references for creating Access-SQL DTS packages? Would you schedule the package to run through sql server or should I setup a

Batch files and Scheduled tasks

2002-04-02 Thread Bosky, Dave
I need use the windows task scheduler to execute a CF script every 30 minutes. Does someone have a sample file to use as a guide? Thanks, Dave __ Signup for the Fusion Authority news alert and keep up with the latest

RE: Still Need Help with Stored Procedure.

2002-04-10 Thread Bosky, Dave
Do you allow null values? CFPROCPARAM TYPE=In DBVARNAME=@SDate VALUE='#SDate#' CFSQLTYPE=CF_SQL_DATE NULL=YES CFPROCPARAM TYPE=In DBVARNAME=@EDate VALUE='#EDate#' CFSQLTYPE=CF_SQL_DATE NULL=YES Thanks, Dave Bosky -Original Message- From: Andy Ewings

Outputting CF inside of Javascript

2002-04-15 Thread Bosky, Dave
What is the proper syntax for outputting cf inside of a javascript function? CFQUERY NAME=qAreaGroups DATASOURCE=TrafficPatrol SELECT DISTINCT Location FROM District ORDER BY Location /CFQUERY script language=javascript function Initialize() { iniLoc(Normal);

RE: Outputting CF inside of Javascript

2002-04-15 Thread Bosky, Dave
any problems? - Matt Small -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 3:45 PM To: CF-Talk Subject: Outputting CF inside of Javascript What is the proper syntax for outputting cf inside of a javascript function

RE: Outputting CF inside of Javascript

2002-04-15 Thread Bosky, Dave
of Javascript Are there any strange characters inside location? -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 3:58 PM To: CF-Talk Subject: RE: Outputting CF inside of Javascript I thought it looked ok but it pops a js error when I run

RE: CSS and dynamically changing classes

2002-04-16 Thread Bosky, Dave
I usually use onfocus/onblur: INPUT TYPE=text NAME=name VALUE= SIZE=30 onfocus=style.backgroundColor='gray'; style.color='white' onblur=style.backgroundColor='white'; style.color='black' Dave -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April

Query Trouble

2002-04-16 Thread Bosky, Dave
Can someone point out why this query is only getting the last group of records? A second set of eyes would really help! If the query qGroups returns the following eventtypes: ItemA, ItemB, ItemC Only group ItemC and records that are in ItemC will print out. --

RE: CF based classifieds

2002-04-17 Thread Bosky, Dave
-0999 [EMAIL PROTECTED] http://www.FlyingChimp.com -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 10:02 AM To: CF-Talk Subject: RE: CF based classifieds Heres another: http://www.sccoast.net/cf/classifieds/ad_index.cfm Thanks, Dave

SQL database security/design

2002-04-17 Thread Bosky, Dave
Currently each client has their own database on our sql box. Our web manager is considering moving all clients to a single database called clients and use a single login from Cold Fusion to access their data. Is this the best practice? How do the rest of you guys handle client databases? I

What might be causing this cfserver error message?

2001-12-13 Thread Bosky, Dave
Does anyone what usually causes this error message? It seems to be happening several times a week lately. Error Diagnostic Information unknown exception condition unknown error while executing a tag. Date/Time: 12/13/01 10:11:10 Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

SQL Server Client Network Utility

2001-12-21 Thread Bosky, Dave
I'm trying to connect to a SQL server in a DMZ from our intranet behind our firewall can I use the Client Network Utility for this? What is the Client Network Utility specifically used for? Thanks, Dave __ Why Share?

Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
Has anyone encountered any problems viewing the CF Administration screen using IE 6? Once I sign in with the password, all the frames - top, left and right get populated by the login page again. After a few seconds the Frames refresh and I'm back to the normal login screen again. Any ideas?

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
Administrator page using IE6. Bosky, Dave wrote: Has anyone encountered any problems viewing the CF Administration screen using IE 6? Once I sign in with the password, all the frames - top, left and right get populated by the login page again. After a few seconds the Frames refresh and I'm back

RE: Problems accessing CF Administrator page using IE6.

2001-12-31 Thread Bosky, Dave
or a network. Bosky, Dave [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... No, that was the first thing I checked. Any other settings under Tools- Security/Advanced that I should review? Dave -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: MSSQL Stored Proc and Named Notation

2001-12-31 Thread Bosky, Dave
List your parameters in the order you send them. @user_id int = NULL @username varchar(30) = '' @password varchar(30) = '' Dave -Original Message- From: Michael Haggerty [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 4:42 PM To: CF-Talk Subject: MSSQL Stored Proc and

Javascript/CF/HTML combination

2002-01-02 Thread Bosky, Dave
I'm trying to jump to a specific part of a page using a javascript OnChange event but can't seem to find the correct syntax. It works without the '#Page2' but I need to jump to this portion of the page. Maybe an extra set of eyes will help.

CF-Query to a sql-server stored procedure..Help

2002-01-14 Thread Bosky, Dave
I'm trying to convert this cold fusion query to stored procedure but can't get the correct syntax due to the dynamic where clause. Any help would be really cool. CFQUERY NAME=qResultsOfS DATASOURCE=HTCYP BLOCKFACTOR=100 SELECT CustomerID,Telephone,AreaCode,BusinessName,Address,

RE: Limiting an output string

2002-01-18 Thread Bosky, Dave
Use left(statement_txt,255). Dave -Original Message- From: Michael Blair [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 11:53 AM To: CF-Talk Subject: Limiting an output string I have a variable called statement_txt. It has small to large data in it. I want to only display

CFPOP - pop lock errors

2002-01-24 Thread Bosky, Dave
I'm using CFPOP in a mail application and have been receiving an excessive amount of pop lock errors. What causes a pop lock error to occur and what's the best solution for reducing/eliminating those errors? Thanks, Dave

CF Admin- Database Connections

2002-02-13 Thread Bosky, Dave
When using WK2, MS-SQL 7, and CF5 what's the performance difference in having Maintain Database Connections -(Check this box to maintain connections to data sources across client requests.) Checked in cf datasources? Thanks, Dave

URLEncoding email address to stop email harvesting?

2002-10-16 Thread Bosky, Dave
URLEncoding email address to stop email harvesting? I want to urlencode email addresses in my CF code to prevent email harvesting and seem to have trouble sending email when the address is encoded. --- CFMAIL

RE: URLEncoding email address to stop email harvesting?

2002-10-16 Thread Bosky, Dave
, Al [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:32 AM To: CF-Talk Subject: RE: URLEncoding email address to stop email harvesting? Can't you use URLDecode()? -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:29 AM

RE: URLEncoding email address to stop email harvesting?

2002-10-16 Thread Bosky, Dave
Thanks cool but it only uses 'mailto' and I want to use CFMAIL, is this not possible? Dave -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:40 AM To: CF-Talk Subject: RE: URLEncoding email address to stop email harvesting? Rather

CFPOP? Getting the size of an email.

2003-02-27 Thread Bosky, Dave
How can you get the size of a specific email? I didn't see any options for the CFPOP tag. Do I need to use some java magic for this task or did I overlook the parameter? Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED]

Arrays -Deleting specific items

2003-03-13 Thread Bosky, Dave
I have an array and need to delete specific positions by using a list of positions to delete. Array contains 8 items and I need to delete the items at positions 2,3,4,5,6. I've been using the code below and it works most of the time if I delete one at time but once I try to delete multiple items

SQL IN command

2003-03-14 Thread Bosky, Dave
Is it necessary to wrap the variable ProductsFound which is a list of ID numbers in single quotes? CFSET ProductsFound = QuotedValueList(qProducts.product_id) CFQUERY name=qRemoveProducts datasource=dsn DELETE FROM tbl_products WHERE product_id IN ('#ProductsFound#') /CFQUERY

CFMX install error.

2003-03-18 Thread Bosky, Dave
We just upgraded to CFMX full licensed version and are now receiving this error. Any ideas what was messed up? ~ thanks, Dave A License Exception has been thrown. You tried to access the developer edition from a disallowed IP (xxx.xxx.xxx.xxx). The developer edition can only be accessed from

SQL insert statement and transaction logs

2003-03-20 Thread Bosky, Dave
Is there any difference in using 'INSERT' instead of 'INSERT INTO'? I was told 'INSERT INTO' statements don't get logged in the transaction log and can't be rolled back. I always thought that the 'INTO' keyword was optional and really didn't affect anything. Regards, Dave Bosky Sr. Multimedia

Accessing JS variables in CF?

2003-03-24 Thread Bosky, Dave
I have a form field called Zip and want to lookup/populate the city/state fields based on the zipcode entered. I'm thinking of using an onblur event to call the following JS function. Question how can I access the variable passed to the JS function inside a CF query? Is there a better way of

CFMX and CFFORM tag

2003-03-25 Thread Bosky, Dave
Are there any known issues with using the validation that the CFFORM tag provides in CFMX? I've got a cfform that seems to ignore all required fields. Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED] HTC Disclaimer:

RE: CFMX and CFFORM tag

2003-03-25 Thread Bosky, Dave
the root of the site which contains cfform.js Does this exist on the site? HTH Mikey -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 14:28 To: CF-Talk Subject: CFMX and CFFORM tag Are there any known issues with using the validation

RE: Scanning a Drivers License

2003-03-25 Thread Bosky, Dave
What about encryption? Wouldn't DL information somehow be encrypted? Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED] -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003

RE: Scanning a Drivers License

2003-03-25 Thread Bosky, Dave
if it was encrypted and I doubt they would make the key publicly available if it was encrypted. Thanks! Robert Bailey Famous for nothing -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:35 AM To: CF-Talk Subject: RE: Scanning a Drivers

Using JS variables in CF

2003-03-26 Thread Bosky, Dave
After I create a javascript variable how can I assign that value to a CF variable? --- CFQUERY name=qImages datasource=dns SELECT id, thumb FROM items /CFQUERY CFOUTPUT query=qImages img src=../graphics/#thumb# id=x#currentrow# script language=JavaScript

RE: Using JS variables in CF

2003-03-26 Thread Bosky, Dave
of communication, eh? LOL (aside from push pull stuff of course) Doug -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 5:02 PM To: CF-Talk Subject: Using JS variables in CF After I create a javascript variable how can I assign that value to a CF

cfimport tag - jsp libraries

2003-03-27 Thread Bosky, Dave
Its my first attempt at using the cfimport tag and I can't seem to get by this error. What type should it be? I didn't seem a 'type' option in the documentation. The type for attribute path of tag Height could not be determined. 1 : CFOUTPUT 2 : cfimport taglib=/WEB-INF/lib/image_taglib.jar

Dump a SQL table into an Excel spreadsheet

2002-11-05 Thread Bosky, Dave
What would be the best method for dumping a SQL table into an Excel spreadsheet and allowing the user to download it? Thx, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the

RE: Dump a SQL table into an Excel spreadsheet

2002-11-05 Thread Bosky, Dave
I've tried using the web query feature in excel but never works with cold fusion pages. Has anyone had any success using the web query feature? Dave -Original Message- From: Rick Root [mailto:rroot;wakeinternet.com] Sent: Tuesday, November 05, 2002 10:47 AM To: CF-Talk Subject: Re: Dump

  1   2   3   >