Feedback on CFWebstore?

2004-03-04 Thread Boardwine, David L.
Hi All, Does anyone have any feedback on CFWebstore? What is your experience? Weaknesses? Strengths? TIA DavidB [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Certification

2003-11-26 Thread Boardwine, David L.
Check out CFMX Exam Buster here... http://www.centrasoft.com/ http://www.centrasoft.com/ I used an earlier version and was very pleased with it. HTH davidb -Original Message- From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:41 PM To:

RE: Attempts at banking fraud

2003-11-10 Thread Boardwine, David L.
Hi Pete, Where did you get the coupon? Thanks, DavidB -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 8:27 AM To: CF-Talk Subject: Re: Attempts at banking fraud Actually, the Microsoft Action Pack Subscription is legit.For $299 you get

RE: query output to Excel file

2003-09-11 Thread Boardwine, David L.
Try something like this. CFQUERY name=Dynamic datasource=#Session.dsn# #PreserveSingleQuotes(MyQueryString)# /CFQUERY CFSAVECONTENT variable=mynewxlsfile CFOUTPUT Table CFLOOP query=Dynamic TR TD#Dynamic.FldName1#/TD TD#Dynamic.FldName2#/TD TD#Dynamic.FldName3#/TD

RE: DB Design

2003-07-29 Thread Boardwine, David L.
Ok, I'll give my .02 worth. BS. What am I supposed to use as a PK? GUIDs? GUIDs are what M$ uses and they are a PITA. DavidB -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:48 AM To: CF-Talk Subject: SOT: DB Design I am working on

RE: DB Design

2003-07-29 Thread Boardwine, David L.
-Talk Subject: Re: DB Design I welcome the discussion but back it up.. PITA? In what ways? - Original Message - From: Boardwine, David L. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:50 AM Subject: RE: DB Design Ok, I'll give my .02 worth. BS

RE: ot: dba sql question

2003-07-22 Thread Boardwine, David L.
Nope. Use BIT -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 4:21 PM To: CF-Talk Subject: RE: ot: dba sql question boolean as a datatype in sql server? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net

RE: Calendar App

2003-06-26 Thread Boardwine, David L.
Me too! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:14 PM To: CF-Talk Subject: Re: Calendar App I'd like it as well... - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Setting session variables from javascript

2003-06-10 Thread Boardwine, David L.
Can someone tell me how to set CF session variables from within javascript? TIA DavidB ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Setting session variables from javascript -SOLVED

2003-06-10 Thread Boardwine, David L.
dynamically reading and setting session variables. Chris -Original Message- From: Boardwine, David L. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:05 AM To: CF-Talk Subject: Setting session variables from javascript Can someone tell me how to set CF session variables

OT-Online event registration

2003-03-28 Thread Boardwine, David L.
Hello All, Does anyone know of any online event registration software written in CF? Sorry for the OT post. David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] ~|

I want to get rid of my evaluate too

2003-03-26 Thread Boardwine, David L.
Hello All, I have a list of column names that I use in a cfloop of a query. I can't quite figure out how to eliminate the need to use evaluate. Any help would be much appreciated. TIA DavidB This is the code I'm trying to fix. Table CFLOOP query=Dynamic TR CFLOOP list=#Session.DisplayCols#

RE: I want to get rid of my evaluate too

2003-03-26 Thread Boardwine, David L.
in the first place? ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Boardwine, David L. [mailto:[EMAIL PROTECTED] Sent

RE: I want to get rid of my evaluate too - RESOLVED

2003-03-26 Thread Boardwine, David L.
[LIndex][Dynamic.CurrentRow]#/TD /CFLOOP /TR /CFLOOP /TABLE --- James Ang Sr. Developer/Product Engineer MedSeek, Inc. [EMAIL PROTECTED] -Original Message- From: Boardwine, David L. [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:44 AM To: CF-Talk

CF 5 location of undelivered mail folder

2003-03-10 Thread Boardwine, David L.
Hello All, Is there a way to change the location of the undelivered mail folder in CF 5? I'd really to place it on another drive (instead of the boot drive of my webserver). TIA, David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED]

RE: CFFILE and carriage returns

2003-02-26 Thread Boardwine, David L.
Create a carriage-return line-feed pair CFSET CRLF = #CHR(13)# #CHR(10)# and append it to the string wherever you want a new line to start cfset mystring = mystring #CRLF# HTH DavidB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26,

RE: Pre-populating a file form field

2003-01-02 Thread Boardwine, David L.
Hi Mark, I was faced with something similar. It cannot be done. This is by design, otherwise rogue websites could force you to upload a file (if they knew the path/filename). See the following for more info. http://www.blooberry.com/indexdot/html/tagpages/i/inputfile.htm

RE: Pre-populating a file form field

2003-01-02 Thread Boardwine, David L.
The problem is the INPUT TYPE=File has no value attribute. Therefore there is no way to re-populate it. DavidB -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:58 AM To: CF-Talk Subject: Re: Pre-populating a file form field - Original

RE: Web Based Collaboration System

2002-12-19 Thread Boardwine, David L.
Check out Virtual Project 3.0 http://www.fusionauthority.com/Article.cfm?ArticleID=1998 -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:32 PM To: CF-Talk Subject: RE: Web Based Collaboration System www.sourceforge.net :) Rob

RE: CF STUDIO 4.5 RDS question

2002-12-17 Thread Boardwine, David L.
Hi Frank, I had this happen to me. Updating Studio 4.5 with the service pack (sorry I can't remember which SP) fixed it for me. HTH DavidB -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 9:19 AM To: CF-Talk Subject: CF STUDIO 4.5 RDS

RE: Using a counter variable

2002-11-26 Thread Boardwine, David L.
The application.cfm gets executed with every call to another page. That's why you need to check if it has already been initialized. HTH -Original Message- From: Clark, Aimee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 4:37 PM To: CF-Talk Subject: RE: Using a counter

RE: SQL question

2002-10-08 Thread Boardwine, David L.
select * from Mytable where datepart(month,MyDateField) = mymonthnumber -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:49 AM To: CF-Talk Subject: SQL question Is there a way to use a Select query to get just the month out of a

RE: File Upload Trouble

2002-09-24 Thread Boardwine, David L.
Upload the file with .. cffile action=UPLOAD destination=D:\Webserver\InetPub\wwwRoot\TEMPDOCS\ filefield=form.file nameconflict=OVERWRITE Then perform the custom tag on the file

CFEXECUTE account

2002-08-28 Thread Boardwine, David L.
Hello all, Can someone please tell me which account is used when running an application using CFEXECUTE? TIA David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] __

RE: What's wrong here?

2002-06-27 Thread Boardwine, David L.
You can also do this inline in the input statement as follows. input type=checkbox name=power_brakes value=#get_inventory_for_update.power_brakes# cfif (get_inventory_for_update.power_brakes) EQ 1check/CFIF HTH DavidB -Original Message- From: Phillip Cave [mailto:[EMAIL PROTECTED]]

RE: What's wrong here?

2002-06-27 Thread Boardwine, David L.
Whooppp You can also do this inline in the input statement as follows. Should have read this way... input type=checkbox name=power_brakes value=#get_inventory_for_update.power_brakes# cfif (get_inventory_for_update.power_brakes) EQ 1checked/CFIF HTH DavidB -Original Message-

RE: Numeric Form Field Names...

2002-04-16 Thread Boardwine, David L.
this code works !--- Test1.cfm --- CFSET NumVar = 1 !--- Number from your DB CFFORM name=Test1 action=test2.cfm method=post CFOUTPUT input type=Radio name=Q#NumVar# Value=1 input type=Radio name=Q#NumVar# Value=2 input type=Radio name=Q#NumVar# Value=3 Checked input type=Radio

RE: Desktop Icon Creation

2002-03-08 Thread Boardwine, David L.
An easier way is to drag the URL from your browser address bar and drop it on your desktop. -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:43 AM To: CF-Talk Subject: RE: Desktop Icon Creation You just want a shortcut to a webpage on the

RE: Another Question

2002-02-08 Thread Boardwine, David L.
CF Administrator Data Sources ODBC Data Sources Click on the data source you wish to change uncheck trusted connection Click on CF settings button

RE: Counting Outputs

2002-01-31 Thread Boardwine, David L.
I would just set up a counter. Something like this. CFSET CNTR = 0 cfoutput query=getLogo1 cfloop list=#lchoices# index=Logo1 CFIF #Trim(Logo1)# IS #Trim(LogoID)# CFSET CNTR = CNTR + 1 input type=radio name=logoselection value=#LogoID#CFIF Logo1 IS

RE: QUASI OT: Opening Office Documents in a spawned browser.

2001-12-11 Thread Boardwine, David L.
Try it like this a href=c:\somedir\myofficedoc.doc target=_Blank OR a href=#FullPathandDocumentName# target=_Blank HTH -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 1:00 PM To: CF-Talk Subject: QUASI OT: Opening Office Documents

RE: OT: pop up new browser window after closing the browser

2001-12-10 Thread Boardwine, David L.
SCRIPT LANGUAGE=VBScript Sub MyLogoutWindow() window.open MyLogout.cfm, NewWin,width=600,height=200,left=100,top=100,Scrollbars=1,Resizable=1,too lbar=1 End Sub /SCRIPT BODY OnUnload=MyLogoutWindow() HTH David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431

RE: Sorting a string alphabetically.

2001-12-06 Thread Boardwine, David L.
ListToArray Arraysort Arraytolist This may work. HTH -Original Message- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 8:46 AM To: CF-Talk Subject: Sorting a string alphabetically. Hello All, Just looking for a function to take a string of comma

RE: cfsqltype=cf_sql_timestamp

2001-11-20 Thread Boardwine, David L.
This code is working in my application. CFPROCPARAM type=IN cfsqltype=CF_SQL_TIMESTAMP dbvarname=RequestsDate value='#NOW()#' HTH -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 3:00 PM To: CF-Talk Subject: RE:

Using CFLOCATION and spawning a new window

2001-11-15 Thread Boardwine, David L.
Hello all, I'm trying to replace some CFLOCATION tags with code that would create a new window (new browser session). Is there an easy way to do this ? TIA David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED]

RE: mime attchments with cfmail

2001-11-13 Thread Boardwine, David L.
Just include multiple CFMAILPARAM tags CFMAILPARAM File=#DocsLocation##FileName1# CFMAILPARAM File=#DocsLocation##FileName2# CFMAILPARAM File=#DocsLocation##FileName3# -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 11:03 AM To: CF-Talk Subject:

RE: SQL Server Enterprise Manager alternatives?

2001-10-23 Thread Boardwine, David L.
Info Assistant from http://www.resultdata.com is excellent. David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 9:58 PM To: CF-Talk Subject: SQL Server

Upgrading from v4.5 pro to v5.0 pro

2001-09-25 Thread Boardwine, David L.
My office will soon be upgrading from 4.5 pro to 5.0 pro. Is there any special things I should know before the upgrade? Are there any gotchas to look out for? Any input from others that have done that migration would be helpful and appreciated. TIA, David L. Boardwine Senior Analyst Ohio

Recursively calling CFCONTENT

2001-09-24 Thread Boardwine, David L.
I have a list of PDF documents I want the user to be able to download using CFCONTENT. I've been unable to write the code to recursively call CFCONTENT since no code after that tag is executed. Is there a way to do this ? Should I be looking at some other method to accomplish this ? Any

Using Javascript to relate checkboxes

2001-09-12 Thread Boardwine, David L.
Hi All, I want to automatically check (and disable) one checkbox when another of several checkboxes is checked. Can I do this with client-side scripting? Any help would be appreciated. TIA David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL

RE: Ring Bell?

2001-07-06 Thread Boardwine, David L.
Try this. bgsound SRC=ding.wav HTH DavidB -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 11:30 AM To: CF-Talk Subject: Ring Bell? Can you use a broswer to ring the bell on a pc? (It's a control character, though I forget which. ;p)

RE: Session Variables - I don't get it

2001-05-11 Thread Boardwine, David L.
The application.cfm runs before every page and resets your variable session.dog. Just set the value of that session variable in your code somewhere other than the application.cfm and it should work. I hope this helps. -Original Message- From: Kronenberger, Douglas [mailto:[EMAIL

RE: How to set up PWS to process CGI scripts?

2001-05-09 Thread Boardwine, David L.
This link tells how to set up PERL scripts on PWS. http://support.microsoft.com/support/kb/articles/q231/9/98.asp David L. Boardwine Programmer/Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] -Original Message- From: Robert Obreczarek