RE: grabbing an error from cfinclude

2000-07-27 Thread Duane Boudreau
Try CFTry and CFCatch cftry cfcatch type="MissingInclude" cfinclude template="yoohoo.cfm" /cfcatch /cftry Duane Boudreau CFExperts.Com -Original Message- From: Jim Priest [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000

RE: oracle question

2000-07-27 Thread Duane Boudreau
Mario, Do you happen to know the syntax for adding an identity field to an oracle table? Cheers, Duane Have you tried system/changeoninstall yet? At 10:17 AM 7/27/00 -0400, you wrote: Hi , I am having a problem with oracle 8i. I have installed the oracle data base and the enterprise

Desperate for Oracle Help

2000-07-26 Thread Duane Boudreau
to from Sybase/SQLServer? SQLServer Datatype: numeric = bit = int = text = Duane Boudreau, eMPower Project Manager Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 x114 Fax: 603-594-0258

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Duane Boudreau
Relational DataBase Management System Oracle, Sybase, SQL Server 6.5/7.0, etc. Access doesn't qualify as it is in fact actually a flat file database with a pseudo relational front end (gui) sitting on top. Duane -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent:

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Duane Boudreau
that uses metadata, or a table, to define it's data and the relationships therein (which Access does through MSysObjects) -- Billy Cravens [EMAIL PROTECTED] Duane Boudreau wrote: Relational DataBase Management System Oracle, Sybase, SQL Server 6.5/7.0, etc. Access doesn't qualify

RE: Checking for file on server

2000-07-23 Thread Duane Boudreau
Try: cfif FileExists("#thisDirectory#/pics/#FILENAME#.jpg") instead of cfif FileExists("#thisPath#/#thisDirectory#/pics/#FILENAME#.jpg") Duane Boudreau CFExperts.Com -Original Message- From: John Allred [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 23, 2000

CF on Linux w/h Sybase

2000-07-21 Thread Duane Boudreau
by the client. The machine name is EKTDVSVR2 and the IP address is 192.168.0.111 Can some one help? Thanks, Duane Boudreau, eMPower Project Manager Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 x114 Fax: 603-594-0258

Oracle Question

2000-07-20 Thread Duane Boudreau
Hi All, Does Oracle provide a free or inexpensive "demo" version of their database? I need to connect to it on NTServer in a single user environment. Duane Boudreau, eMPower Project Manager Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst

Solaris on Intel

2000-07-20 Thread Duane Boudreau
Hi All, Is anyone out there running their Solaris OS on an Intel Platform? Duane Boudreau, eMPower Project Manager Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 x114 Fax: 603-594-0258

RE: CFLOCK - HEELLLLPPP!!! Never mind

2000-07-15 Thread Duane Boudreau
Hi. I wasn't setting the type or scope in the cflock tag. Nothing in Mr. Forta's book about the scope or type attributes. :) That's because the scope attribute was introduced in version 4.5 and Ben's Bible only covers 4.0 Duane Boudreau CFExperts.Com

RE: Variable IN a list? How to check?

2000-07-15 Thread Duane Boudreau
Try to use the List functions, or extend the CFIf to be; cfif ",#deptID#," contains ",#session.priviliges#," which is faster than the List functions This would only work if the item were not the first or last element in the list. Either you would have to use a reg expression

email probs

2000-07-13 Thread Duane Boudreau
en start looking from here on out. Any ideas where to start digging? Thx, Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -

RE: good simple web board been done?

2000-07-13 Thread Duane Boudreau
- Original Message - From: "Duane Boudreau" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 11, 2000 1:21 PM Subject: RE: good simple web board been done? Hey everyone, I'm looking for a good, simple web bulletin board where user

RE: Need Mail Help Too!!!

2000-07-13 Thread Duane Boudreau
This is the same error I am seeing I'm my clients log files. If you get an answer please let me know Thx, Duane -Original Message- From: Julie McKellar [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:51 PM To: [EMAIL PROTECTED] Subject: Need Mail Help Too!!! Can

RE: good simple web board been done?

2000-07-11 Thread Duane Boudreau
Hey everyone, I'm looking for a good, simple web bulletin board where users can post messages and replies that does not require users to create an account, and is not a "drill-down" type application. Client wants a greats topics and replies to be a great big list like the old cgi types

RE: Rounding of numbers

2000-07-06 Thread Duane Boudreau
Try: cfset var.number = x * y Round(var.number) - Rounds a number to the closest integer Ceiling(var.number) - Returns the closest integer greater than a given number Int(var.number) - Returns the closest integer smaller than a number Duane Boudreau, Project/Beta Manager, eMPower Director

RE: Content management

2000-07-04 Thread Duane Boudreau
a free 30 day timed trial that can be downloaded by completing the download form: http://www.ektron.com/getinfo.cfm?doc_id=306 Cheers, Duane Boudreau, Project Manager, eMPower Ektron, Inc. List, A growing number of my company's clients are pushing for the ability to maintain the content (i.e

RE: Changing default CF error for nonexistent templates

2000-06-29 Thread Duane Boudreau
defined in IIS. Dan -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 12:49 PM To: CFTalk Subject: Changing default CF error for nonexistent templates Hi All, Is there a way to customize the default error that CF 4.01 generates when

RE: Changing default CF error for nonexistent templates

2000-06-29 Thread Duane Boudreau
If you're running IIS you can do it through the MMC. Are you running IIS? If so email me off list and I can walk you through it. --K Katrina Chapman Consultant Ameriquest Mortgage "Duane Boudreau"To:

RE: row numbers

2000-06-28 Thread Duane Boudreau
q_myquery.currentrow also supported: q_myquery.recordcount q_myquery.columnlist Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original Message

Changing default CF error for nonexistent templates

2000-06-28 Thread Duane Boudreau
I can not upgrade to 4.5 at this time) TIA, Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258

Serving Dynamic RA and WMP

2000-06-23 Thread Duane Boudreau
Hi All, I've been trying to wrap my head around this one all day and either going to have to give up and hit the margaritas or ask the experts. I have a client (whom shall remain unnamed) that is having problems serving RA and WMP files in Netscape. The problem is that the content is being

OT: Nutscrape Problem

2000-06-21 Thread Duane Boudreau
4 error, but with IE everything is fine. Any ideas why? Thanks, Duane Boudreau CFExperts.Com Why, oh, why can't Netscape just go away! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseof

RE: Getting Last Directory Name from Path

2000-06-20 Thread Duane Boudreau
cfset var.path="directory1/directory2/directory3/filename.cfm" cfset var.lastdir = ListLast(GetDirectoryFromPath(var.path),"/") Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 030

RE: Date Formats in CFGRID

2000-06-19 Thread Duane Boudreau
Try the CONVERT statement in query statements Duane -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 4:10 AM To: '[EMAIL PROTECTED]' Subject: Date Formats in CFGRID Hi guys, Could anyone tell me how to format my date fields in

RE: How to stop an infinite CF loop?

2000-06-19 Thread Duane Boudreau
fif /cfloop Cheers, Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Monday, J

ASP equivalent to CFExecute

2000-06-19 Thread Duane Boudreau
All, Does anyone know of an ASP equivalent to CFExecute? Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258

RE: ASP equivalent to CFExecute

2000-06-19 Thread Duane Boudreau
Thanks! Duane Boudreau CFExperts.Com -Original Message- From: Jake Hileman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 4:12 PM To: [EMAIL PROTECTED] Subject: Re: ASP equivalent to CFExecute Yes, serverobjects aspexec, but cf is better, i don't like asp anymore

RE: Question...

2000-06-12 Thread Duane Boudreau
Use the left function. ex: Left(storystring, 50) Duane Boudreau CFExperts.Com Ok can this be done. Say I have small database of news stories and on the front page of the website we want to include say the first sentence or 2 of the story which then links to the full story. How do I

RE: Best Method

2000-06-08 Thread Duane Boudreau
If you are using SQL Server you can use the top command select top 5 myfield1, myfield2, ... from mytable order by ?? DESC Duane Boudreau CFExperts.Com -Original Message- From: Jeffrey Cohen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 10:36 AM To: House OfFusion

JS ListFind

2000-06-01 Thread Duane Boudreau
Hi All, Does anyone here know of a JavaScript function to similar to ListFind? Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258

RE: Replacing line breaks and paragraph breaks with HTML equivalents

2000-06-01 Thread Duane Boudreau
he replace operation: ONE -- Replace only the first occurrence (default). ALL -- Replace all occurrences. Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -

RE: shopping cart?

2000-06-01 Thread Duane Boudreau
and the changes are rolled back. Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original Message- From: jmentzer [mailto:[EMAIL PROTECTED]] Sent

RE: Naming Conventions

2000-05-24 Thread Duane Boudreau
I like to use a modified version of Hungarian notation varialbe.nNumVar varialbe.cCharacterVar varialbe.lListVar varialbe.sStructure varialbe.aArrayVar etc Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6

SOT: Guided Demos

2000-05-24 Thread Duane Boudreau
, Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -- Archives: http://www.eGroups.com/list

RE: Hidden Administration Controls?

2000-05-23 Thread Duane Boudreau
You may be able to find this functionality available using DHTML. The problem is that it wouldn't be hidden and it wouldn't be browser independent. Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH

RE: CF Certification

2000-05-22 Thread Duane Boudreau
All, If you email allaire they will give you your raw score -rec'd my score via email. However you are not allowed discuss the test or (I believe) your score. Duane. -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED]] Sent: Monday, May 22, 2000 10:16 AM To: [EMAIL

Disabling CFAdmin Password

2000-05-19 Thread Duane Boudreau
box Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -- Archives: http

RE: Strip directory path to get just file name

2000-05-19 Thread Duane Boudreau
Andy, CF4.5: cfset filename = GetFileFromPath(Path) CF4.01 cfset filename = ListLast(Path, "\") HTH, Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 60

RE: CFUG in Massachusetts?

2000-05-18 Thread Duane Boudreau
There is the BCFUG - Boston, run by Steve Casco http://www.cfugboston.org/ goto http://www.allaire.com/developer/cfugapps/cfug_grouplist.cfm for the entire list Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6

RE: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-18 Thread Duane Boudreau
WinNT is not but Win9x is. NT is a true 32bit OS, while Win9x is really a Win32 shell sitting on top of a 16 bit core Duane Boudreau CFExperts.Com -Original Message- From: Kevin Merker [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 11:21 AM To: [EMAIL PROTECTED] Subject: Re

RE: Inline HTML Editor

2000-05-16 Thread Duane Boudreau
. If anyone is interested in being a beta tester please email [EMAIL PROTECTED] Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original Message

RE: Inline HTML Editor

2000-05-16 Thread Duane Boudreau
Dick, At this point it is NN on a windows platform. Duane Boudreau, Project/Beta Manager, eMPower Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 -Original Message- From: Dick Applebaum

RE: New Window

2000-05-15 Thread Duane Boudreau
h=" + nWidth + ",height=" + nHeight + ",resizable=" + nResizable; var popupwin = window.open(url, hWind, cToolBar); } /script a href="#" onClick="PopUpWindow('myurl.cfm', 'NewWin', 300, 175, 0, 0, 0);"Open Window/a Duane Boudre

RE: Slightly OT: Lighten things up a little

2000-05-14 Thread Duane Boudreau
board of a mid 60's (?) corvette. Combine that with the keyboard or voice recognition above. This way your girlfriend can still sit in the front seat and you can still code :) Duane Boudreau (Wanting Alternative 1 badly but for the passenger side with voice recognition) -Original Message

RE: Increment Strings

2000-05-13 Thread Duane Boudreau
Try this: cfquery name="q_maxletter" SELECT Max(Foo) AS max_temp FROM bar /cfquery cfset nNextChar = Chr(Asc(q_maxletter.max_temp) + 1) You will need to make sure you don't go past "z" Duane Boudreau CFExperts.Com -Original Message- From: Herman,

RE: Commenting Out Hashes.(#)

2000-05-13 Thread Duane Boudreau
use ## Duane Boudreau CFExperts.Com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 13, 2000 3:31 PM To: [EMAIL PROTECTED] Subject: Commenting Out Hashes.(#) Hey Ya'll, Does anyone know how to comments out hashes? I want to create an HTML

RE: SQL Max record ID ?

2000-05-12 Thread Duane Boudreau
Try this Nelson: cftransaction cfquery insert into myTable1 ( . ) values ( . ) /cfquery cfquery SELECT MAX(SomeID) AS NewSomeID FROM myTable2 /cfquery /cftransaction Using cftransaction insures that you get the newest SomeID inserted. Duane

RE: Double Entries?? How to stop??

2000-05-10 Thread Duane Boudreau
Jeff, Try making their email address a unique field and always query the database for the email address being submitted before inserting. If it already exists give your user a warning and don't do the insert. -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent:

RE: MSIE Debug is a PIMA

2000-05-05 Thread Duane Boudreau
Cameron, Before you close the MS debugging window, click the detach all process option on the debug menu. Doing this keeps your browser window open.. -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 10:05 AM To: [EMAIL PROTECTED]

RE: Is there anything that ASP can do and CF cannot?

2000-05-05 Thread Duane Boudreau
I've only found ONE instance of where we had to use ASP as opposed to CF. We needed to be able to upload an image from a post triggered by an ActiveX control (eWebEditPro). ColdFusion choked on this because it required a field name, where as ASP was able to read the post header and pull the

RE: Is there anything that ASP can do and CF cannot?

2000-05-05 Thread Duane Boudreau
ASP isn't much fun, although for my next project it is a requirement. Duane Boudreau CFExperts.Com -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 5:21 PM To: [EMAIL PROTECTED] Subject: RE: Is there anything that ASP can do and CF cannot? I

Writers Wanted for CFExperts.Com

2000-05-05 Thread Duane Boudreau
welcome your comments. Please email me off list at [EMAIL PROTECTED] Thanks, Duane Boudreau CFExperts.Com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm

RE: Requirements for Access 2000

2000-05-04 Thread Duane Boudreau
ColdFusion actually ships with the MDAC, which will allow you to connect to msoft access after installing. Check your $CFUSION\MDAC directory. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 12:34 PM To: [EMAIL PROTECTED] Subject: RE: Requirements

RE: Popping Colours in a drop down combo box/list

2000-05-03 Thread Duane Boudreau
This works in IE select option style="background-color: Red;" value="Red"nbsp;nbsp;nbsp; option style="background-color: Navy;" value="Navy"nbsp;nbsp;nbsp; option style="background-color: Olive;" value="Olive"nbsp;nbsp;nbsp; option style="background-color: Black;"

Query Error

2000-05-02 Thread Duane Boudreau
ble fields...) VALUES ( form fields ) /cfquery TIA, Duane Boudreau Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-02

RE: Visio - Spec tools

2000-05-02 Thread Duane Boudreau
We've used it quite heavily to do internal engineering documents. Its a great tool for working thru workflow issues. Duane Boudreau CFExperts.Com -Original Message- From: Cary Gordon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 6:23 PM To: [EMAIL PROTECTED] Subject: Re: Visio

RE: Access function in SQL Server

2000-04-30 Thread Duane Boudreau
You could use the IN() function WHERE FIELDNAME IN (LIST) ex: WHERE myID IN (1,2,3,4,5,6,7) Duane Boudreau CFExperts.Com -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 30, 2000 4:10 AM To: CF-Talk Subject: Access function in SQL Server I am

RE: Inserting the Date in Access????

2000-04-29 Thread Duane Boudreau
) values (GetDate()) Duane Boudreau CFExperts.Com -Original Message- From: Fred T. Sanders [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 29, 2000 2:44 PM To: [EMAIL PROTECTED] Subject: Re: Inserting the Date in Access They might want to change the format to short date, otherwise

RE: Simple Checkbox Question

2000-04-29 Thread Duane Boudreau
Erika: You could use the IIf function: cfquery datasource="mydsn" name="qu_myinfo" UPDATE mytable SET f1 = '#IIf(IsDefined("form.cb_field1"), De("Yes"), De("No"))#' WHERE someotherfield = #form.

RE: SQL Error using 'Name' as field

2000-04-29 Thread Duane Boudreau
NT(*) AS tot_clients FROMClient GROUP BY lname ORDER BY lname /cfquery Duane Boudreau CFExperts.Com -Original Message- From: Pablo Nevares [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 29, 2000 9:57 PM To: [EMAIL PROTECTED] Subject: SQL Error using 'Name' as fi

RE: Some Form help please

2000-04-29 Thread Duane Boudreau
Brian, Try cfset FieldValue = Evaluate("Form.#row#") Duane Boudreau CFExperts.Com -Original Message- From: Brian Mitter [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 30, 2000 12:00 AM To: [EMAIL PROTECTED] Subject: Some Form help please I'm having a little trouble wit

RE: which database?

2000-04-29 Thread Duane Boudreau
Jack, You should talk to the folks at autobytel. I believe they switched to MSSQLServer7 from Oracle recently (sometime in the past 12+ months) for performance reasons. Duane Boudreau CFExperts.Com -Original Message- From: JM [mailto:[EMAIL PROTECTED]] Sent: Friday, April 28, 2000 5

RE: Technical Documentation

2000-04-28 Thread Duane Boudreau
Duane We use consultants to come in and draft our user manuals for our products (although we are going to be looking for a full time tech writer with CF experience in the future) Typically we send a Getting Started Manuals and User Guides HTH, Duane -Original Message- From: Eric

RE: Technical Documentation

2000-04-28 Thread Duane Boudreau
Oops meant to address that to Erika, not myself :) Sleep - must get sleep . Duane -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Friday, April 28, 2000 1:08 PM To: [EMAIL PROTECTED] Subject: RE: Technical Documentation Duane We use consultants to come

Free eWebEditPro Offer

2000-04-27 Thread Duane Boudreau
area field in a web form. If there are any takers please let me know ASAP. Duane Boudreau Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax: 603-594-0258 ICQ#: 18024374 Jobs: [EMAIL PROTECTED

RE: OT: Command Line SQL7

2000-04-27 Thread Duane Boudreau
n process and create the DSN to go with it. Duane Boudreau CFExperts.Com -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 5:50 PM To: [EMAIL PROTECTED] Subject: Re: OT: Command Line SQL7 If by "command line" interface, you mean a section of

RE: Data source List

2000-04-25 Thread Duane Boudreau
This works on NT (only) cfregistry action="GETALL" branch="HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources" type="String" name="dsnlist" select name="dsn"cfoutput query="dsnlist"option#dsnlist.entry#/cfoutput/select Duane -Original Message- From: Richard Diolata

OT: Command Line SQL7

2000-04-25 Thread Duane Boudreau
Hi All, This is OT, but does anyone know of a way to get to the MSSQL7 command line interface? I've been thru the MSDN but can find reference to it. TIA, Duane Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax:

RE: quotation marks -- definitive answer?

2000-04-20 Thread Duane Boudreau
a) cfmodule ... myAttribute="#foobar#" b) cfmodule ... myAttribute=#foobar# #---# not required a) cfloop ... from="1" to="#ListLen(foobar)#" b) cfloop ... from=1 to=#ListLen(foobar)# #---# not required other than I dont believe there are any differences. Duane -Original

RE: Source Control

2000-04-18 Thread Duane Boudreau
Bill, I've been using VSS about 4 years now, pretty much problem free. One of my only pet peeves is that it doesn't offer a web interface as of 6.0 (without a third party tool). I'm interested in how you got pinning to work. As I understand it pinning allows you to create a link to a label

RE: What the heck is wrong with 4.5 and my queries?

2000-04-18 Thread Duane Boudreau
Make sure your database file is not read only Duane -Original Message- From: Erika Foster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 12:56 AM To: [EMAIL PROTECTED] Subject: What the heck is wrong with 4.5 and my queries? The first problem I encountered after

RE: Problems - need help...

2000-04-15 Thread Duane Boudreau
William try: Replace(url.urlparam, "/", "", "All") Duane --- Discuss your favorite NHL, NFL, NBA, MLB and CFL teams at SportNutz.com: http://www.sportnutz.com -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Saturday, April

Query Caching

2000-04-13 Thread Duane Boudreau
Hi All, Is it possible to cache a query only for a particular user for only the length of his or her session? I have a query that generates a roles privileges packet that applies only to the current session and user. When the session expires so does the cached query. What the memory load

RE: Query Caching

2000-04-13 Thread Duane Boudreau
Judah, You are thinking of client variables (which are be stored in the registry or an odbc datasource). Session variables are stored in RAM on the server. Duane -Original Message- From: Judah McAuley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 13, 2000 12:25 PM To: [EMAIL

RE: form processing

2000-04-13 Thread Duane Boudreau
form.fieldnames contains a list all form variables or in CF 4.5 cfloop list="#StructKeyList(form)#" index="formvar" cfoutput#formvar# = #Evaluate("form.#formvar#")#/cfoutput /cfloop Duane -Original Message- From: Angie Miner [mailto:[EMAIL PROTECTED]] Sent: Thursday, April

RE: searching a database list

2000-04-13 Thread Duane Boudreau
Try QuotedValueList cfquery name="getResults" datasource="expertise" SELECT * FROM projects WHERE category IN (#PreserveSingleQuotes(QuotedValueList(FORM.SelectExpertise))#) /cfquery Not sure if you need the PreserveSingleQuotes or not. If this gives you a problem try without Duane

RE: Is HomeSite Soon To Be History?

2000-04-05 Thread Duane Boudreau
Stephen, Stop by and visit our booth at Internet World. Tell'em I sent you. Duane (from Ektron) -Original Message- From: Steve Aylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 9:09 PM To: [EMAIL PROTECTED] Subject: Re: Is HomeSite Soon To Be History? Well, unless

Re: Is HomeSite Soon To Be History?

2000-04-05 Thread Duane Boudreau
Stephen, Stop by and visit our booth at Internet World too. Tell'em I sent you. Duane (from Ektron) -Original Message- From: Steve Aylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 9:09 PM To: [EMAIL PROTECTED] Subject: Re: Is HomeSite Soon To Be History? Well,

RE: Security holes revisited -- reward offered

2000-04-04 Thread Duane Boudreau
Nick, If your boss was willing to do this, I'd seriously consider quitting if I were you. There are tones of jobs out there. Duane -Original Message- From: Nick Call [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 11:44 AM To: [EMAIL PROTECTED] Subject: Security holes

RE: The Len() function...Splitting Hairs?

2000-04-04 Thread Duane Boudreau
You optimum statement would be cfif NOT Len(myvariable) -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 7:49 PM To: [EMAIL PROTECTED] Subject: The Len() function...Splitting Hairs? Hi all, I've been approached by a colleague to look

RE: CFGRID Problems abound

2000-04-04 Thread Duane Boudreau
Eric, This is common of both CFTree and CFGrid. Both applets are HIGHLY unstable. Duane -Original Message- From: Eric Duncan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 9:50 PM To: Cf-Talk@Houseoffusion. Com Subject: CFGRID Problems abound This is a multi-part message in

RE: Selected CFTree Node

2000-03-30 Thread Duane Boudreau
try to use the javascript function _CF_getTree(document.AppletName) to get the information. The function is also generated by CF. HTH - Original Message ----- From: Duane Boudreau [EMAIL PROTECTED] To: CFTalk [EMAIL PROTECTED] Sent: Thursday, March 30, 2000 9:01 AM Subject: Selected CFTree Node

RE: CFTry Question

2000-03-29 Thread Duane Boudreau
Thanks David this works but I was kind of hoping it worked more like CFIF or CFSWITCH like below cftry cffile action="WRITE" .. cfcatch type="Any" cfset success = false The file could not be updated. File is locked or read only.

RE: Inline html editor

2000-03-27 Thread Duane Boudreau
Hi Chris, We have on at Ektron called eWebEditPro (http://www.ektron.com/products/ewebeditpro.cfm). We have written a tag that replaces the spectra editor tag. We also have our editor working in Netscape but it is still in Alpha. Duane -Original Message- From: Chris Tazewell

Query Help

2000-03-27 Thread Duane Boudreau
I am using the following query to pull info from a DB and give me the record count for each doc_group_id. I've gotten to this point but this is as far as I can go. Can some SQL guru here lend a hand? SELECT doc_group_id, short_descr, (SELECT COUNT(doc_id) AS DocCount FROM documents

RE: CFIF Problem with OR

2000-03-24 Thread Duane Boudreau
Just be careful so you know when you need listfind and listcontains... listfind('4,13,43', "1") will return true listcontains('4,13,43', "1") will not Probably a typo but actually its the opposite: listfind('4,13,43', "1") returns 0 (false) and listcontains('4,13,43', "1") returns 2 (true)

<    1   2   3   4   5