Re: divide by zero error

2005-03-23 Thread David Fafard
I do not see any division in sql but this may help... ( [num] / ( case [divider] when 0 then NULL else [divider] end)) Dave - Original Message - From: Adrian Lynch [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 23, 2005 3:26 PM Subject: RE: divide by

Re: Repost: upgrade 6.1 to 7

2005-03-17 Thread David Fafard
Check out this archive. http://trials.breezecentral.com/949147/p92182088/ Dave - Original Message - From: Doug James [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, March 17, 2005 9:29 AM Subject: Repost: upgrade 6.1 to 7 We are about to embark on upgrading

Re: SQL Case Question?

2005-03-07 Thread David Fafard
try something along the lines of: case datepart( d, OrderDate ) when '1' then count( OrderDate ) else 0 end as day_01, case datepart( d, OrderDate ) when '2' then count( OrderDate ) else 0 end as day_02, case datepart( d, OrderDate ) when '3' then count( OrderDate ) else 0 end as day_03, etc...

Self contained flashpaper reports in CFMX7 ?

2005-03-03 Thread David Fafard
contained of course. Is this possible with CFMX7 ? Thanks David Fafard IT Manager: Applications/Development Rand-Whitney Group LLC One Agrand Street Worcester, MA 01607 Phone: (508) 890-7065 Mobile: (508) 450-9648 Email: [EMAIL PROTECTED

Re: Anyone using CF Report Builder?

2005-03-02 Thread David Fafard
Have seen the issues with the property panes as well. My workaround is to detach the pane and call them when needed as floating windows. I love this report writer but do see a lot of little bugs in rendering and such. Here is another, draw a straight line and then copy and paste.. the pasted line

Re: Anyone using CF Report Builder?

2005-03-02 Thread David Fafard
Sorry.. CR10 Seats !!! smarty. - Original Message - From: Justin D. Scott [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 02, 2005 11:59 AM Subject: RE: Anyone using CF Report Builder? Any one interested in CF10 seats? You have ColdFusion 10?!? Can I

Re: Any sites using the new Flash foms?

2005-02-15 Thread David Fafard
Back on topic.. As the subject line says any sites using the new Flash forms? I would like to see some and judge myself using different browsers, operating systems, etc. Thanks in advance, Dave ~| Logware (www.logware.us): a

Re: Why would Firefox cause CF to error??

2005-02-13 Thread David Fafard
Check into JSESSIONID this caused me some headaches. Dave - Original Message - From: Will Tomlinson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, February 13, 2005 11:37 AM Subject: Re: Why would Firefox cause CF to error?? Ok, the site errored on IE also.

Re: http://www.verypdf.com

2005-02-11 Thread David Fafard
on ghostscript, unfortunately I just don't have the project time to sort through the docs. It's something I'd like to revisit. On the other hand. Verypdf.com's tool took all of 10 minutes to get working. Thanks. Emmet -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent

New Charting in CFMX 7

2005-02-11 Thread David Fafard
. David Fafard IT Manager: Applications/Development Rand-Whitney Group LLC One Agrand Street Worcester, MA 01607 Phone: (508) 890-7065 Mobile: (508) 450-9648 Email: [EMAIL PROTECTED

Re: pdf to jpg

2005-02-10 Thread David Fafard
I'm using PDF To Image Converter 1.3 from verypdf.com it's US $59.00 This is called from the command line and has served my purpose well. What I am doing is creating large jpg thumbnails of pdf engineering docs using this tool. http://www.verypdf.com Dave Fafard - Original Message -

Re: House of Fusion - Cannot Sign In - Me Too

2005-01-06 Thread David Fafard
me too. mayo wrote: I also can't retrieve my password. -- gil -Original Message- From: Aaron DC [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 5:04 AM To: CF-Talk Subject: Re: House of Fusion - Cannot Sign In Now that you mention it, I too tried to retrieve my HoF

Job Casting...

2004-12-23 Thread David Fafard
contact me off list if you are interested. ( job will be available mid-late January ) Thanks, Dave -- *David Fafard* IT Manager: Applications/Development Rand-Whitney Group LLC One Agrand Street Worcester, MA 01607 Phone: (508) 890-7065 Mobile: (508) 450-9648 Email: [EMAIL PROTECTED

Re: cfobject and abcpdf

2004-12-22 Thread David Fafard
This product looks pretty cool. Anyone use it a coldfusion solution yet ? Dave Eric McCormick wrote: i've never registered a com object on my cf server and i don't know how to call it from the cfobject tag. You register COM DLLs using regsvr32.exe, which you can call from the command

Re: OT: Spam Filters

2004-12-09 Thread David Fafard
I am using this too now.. I had bought a Spam filter for Outlook Express but Tbird is doing as good a job as the commericial one! A little getting used to at first but I'm liking it. Dave Another method of attack is using an email client that has junk mail filters built into it. I use

Re: cfqueryparam best practices

2004-07-31 Thread David Fafard
Caching queries will not work using cfqueryparam. Dave - Original Message - From: Hugo Ahlenius To: CF-Talk Sent: Saturday, July 31, 2004 9:38 AM Subject: cfqueryparam best practices In a lot of the discussions here it comes out that using cfqueryparam is a best practices (which I

Re: duplicate emails and CFMX

2004-07-26 Thread David Fafard
Have this issue from time to time also. Dave Win2k, CFMX 6.1 - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Monday, July 26, 2004 12:46 PM Subject: duplicate emails and CFMX Anyone see duplicte email issues with CFMX?Have a couple apps that send emails, CFMX is

Passing '' (quotes) in Form Fields

2004-07-01 Thread David Fafard
I'm having an issue with passing Form values that contain two single or one double quote mark to an action page. The descriptions contain the Inch notation of the two single quotes '' or one double depending on how the user entered it. example: the value, I44214 (6 MASTER) becomes this

Re: Passing '' (quotes) in Form Fields

2004-07-01 Thread David Fafard
you're outputting non-HTML content into an HTML document. Cheers, barneyb -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 2:51 PM To: CF-Talk Subject: Passing '' (quotes) in Form Fields I'm having an issue with passing Form values

Crystal Report Advanced Developer 10

2004-06-24 Thread David Fafard
We are standardizing on Crystal Reports at work. Anyone have any experience with the advanced developer version and CFMX? It states on the page description that is has a Java backend. Does mean it will integrate well with CFMX? Thanks, Dave [Todays Threads] [This Message] [Subscription]

Re: Blackstone - Toronto CFUG notes

2004-06-03 Thread David Fafard
I looked at it. seems you need to lock into visual studio .net 2003 / sql server to build edit and deploy the reports. dave - Original Message - From: Robertson-Ravo, Neil (RX) To: CF-Talk Sent: Thursday, June 03, 2004 7:55 AM Subject: RE: Blackstone - Toronto CFUG notes Hey Steve,

Scheduler doubling up CFMX 6.1

2004-05-20 Thread David Fafard
Hi folks.. lately having an issue where CFMX 6.1 is doubling up on scheduled tasks AND emails !! If I look in the email logs,I see entries like scheduler-4 scheduler-5 for an email that is getting sent twice. ( should only be once ) This is becoming an annoyance over the last two days. Any

Re: URL cleansing

2004-05-10 Thread David Fafard
I can see the URL Cleansing method useful in situations where you can't use cfqueryparam ( in cached queries ) Dave [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread David Fafard
If you admin a MS SQL server, and you have a VPN, Microsoft makes a great FREE terminal services client for Mac. watch the wrap: http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopclient Works great for me when I am using a powerbook. Dave - Original Message

Re: sot: Powerbooks and Coldfusion

2004-03-15 Thread David Fafard
but Administrative mode you need a CAL). TK -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 9:21 AM To: CF-Talk Subject: Re: sot: Powerbooks and Coldfusion If you admin a MS SQL server, and you have a VPN, Microsoft makes a great FREE terminal services

OT: Synchronize MS SQL data

2004-03-15 Thread David Fafard
Does anyone know of any products to synchronize my MS SQL address and calendar tables to end user Palm and/or PocketPC devices? I would like this web based.. sorta like the way Yahoo does it for their calendar. Thanks, Dave [Todays Threads] [This Message] [Subscription] [Fast

Re: Synchronize MS SQL data

2004-03-15 Thread David Fafard
responsive. Thanks, Mark _ From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 6:55 PM To: CF-Talk Subject: OT: Synchronize MS SQL data Does anyone know of any products to synchronize my MS SQL address and calendar tables to end user Palm and/or PocketPC devices? I

Groupware for Coldfusion

2004-03-04 Thread David Fafard
Hi. Is there any groupware similar to this for Coldfusion ? http://www.egroupware.org Thanks, Dave Fafard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SQL Multiple Inserts

2004-03-01 Thread David Fafard
Interesting. Again.. because one can NOT use cached queries with cfqueryparam, which is more beneficial, cached queries or cfqueryparam ? I have always been confused with this distinction. Is there any good rules of thumb when deciding on this? Dave - Original Message - From: Mark A.

Re: SQL Multiple Inserts

2004-03-01 Thread David Fafard
So of I use: select x,y,z from tbl where id=1 select x,y,z from tbl where id=2 select x,y,z from tbl where id=3 where id would be a dynamic variable, I would not get any benefit in using cached query but would see a benefit from cfqueryparam ? Thanks, Dave - Original Message - From:

Re: New Book

2004-02-24 Thread David Fafard
Just purchased it! 19.99 is a good buy. I'll let you know how I like it. Dave - Original Message - From: Ben Forta To: CF-Talk Sent: Tuesday, February 24, 2004 12:38 PM Subject: RE: New Book Congratulations Jeff! Can't wait to see it. --- Ben _ From: [EMAIL PROTECTED]

Re: Re:Transfer to Mac OS X Server

2004-02-18 Thread David Fafard
It's been a while, but I do not think it can be done successfully. I have used a product in the past called Lasso http://www.blueworld.com/blueworld/ that sounds like it may be your best bet if you wish to stick with FileMaker. Lasso connects directly to FileMaker unlimited. Dave - Original

Re: Scanning Bar Codes

2004-02-13 Thread David Fafard
I do this in one of my apps.. here is the snippet. input type=text name=barcode value= size=15 (this.value.length==14) _javascript_:document.InputForm.submit(); Dave - Original Message - From: Mark Leder To: CF-Talk Sent: Friday, February 13, 2004 2:40 PM Subject: RE: Scanning Bar

Re: CFcontent

2004-02-05 Thread David Fafard
When I go there it states: This Project Has Not Released Any Files Dave - Original Message - From: Matt Liotta To: CF-Talk Sent: Thursday, February 05, 2004 8:32 PM Subject: Re: CFcontent Sure, just use my CFX_ExcelQuery tag, which is Java-based and can read/write XLS files using

Re: OT: Making Combo Box from select

2004-02-02 Thread David Fafard
maybe http://www.mattkruse.com/_javascript_/autocomplete/ dave - Original Message - From: Andy Ousterhout To: CF-Talk Sent: Sunday, February 01, 2004 7:36 PM Subject: RE: OT: Making Combo Box from select Thanks.I've already incorporated what you sent into my code. -Original

Re: cflocation and urlSessionFormat()

2004-01-10 Thread David Fafard
I use this often !-- default redirect -- cfoutput script language=_javascript_ location.href = ""> /script /cfoutput cfabort - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Friday, January 09, 2004 6:06 PM Subject: RE: cflocation and urlSessionFormat() Peter, Thanks

Re: Padding zeros in SQL Server

2004-01-10 Thread David Fafard
varchar... you can always cast in the future. I use varchar for both zip and phone numbers. dave - Original Message - From: Michael T. Tangorre To: CF-Talk Sent: Saturday, January 10, 2004 2:00 PM Subject: SOT: Padding zeros in SQL Server I am trying to determine the best way to

Re: Padding zeros in SQL Server

2004-01-10 Thread David Fafard
into? Thanks, Mike _ From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Saturday, January 10, 2004 1:59 PM To: CF-Talk Subject: Re: Padding zeros in SQL Server varchar... you can always cast in the future. I use varchar for both zip and phone numbers. dave - Original Message - From

Re: BabelFish down ?

2003-12-18 Thread David Fafard
I don't claim MT is that accurate but it does serve a purpose. I actually use it for our Spanish speaking shop floor operators. The application is used to make aware quality complaints tracked from the field. They the operators click on a Spanish flag and the data is translated via BabelFish (

Re: BabelFish down ?

2003-12-18 Thread David Fafard
anything complex becomes quite iffy. its one thing to be turning out plastic flowers, another thing if you're building medical equipment. Sorry, I should have qualified that earlier. It's a few steps lower than plastic flowers ( corrugated packaging ) So, translation is not 'building medical

BabelFish down ?

2003-12-17 Thread David Fafard
Hi, I was using the BabelFish translation for a project at my company and noticed it is throwing an error stating it's down. Error: Could not perform web service invocation BabelFish because AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server faultString: Our connection to

Re: CF pda types of devices

2003-12-09 Thread David Fafard
Speaking of this, I am going to be testing the Treo 600 combination PDA, Phone device. What would be the best direction for developing a CFMX based application for this device? CFMX, Flash ? WAP? I would be interested in having our remote sales team fill some forms from the road. Currently,

Re: CF pda types of devices

2003-12-09 Thread David Fafard
using Flash Player 6.0 but on PC2002.I think the Treo is Palm though, am I correct? Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application Specialists -Original Message- From: David Fafard [mailto:[EMAIL

Re: CF pda types of devices

2003-12-09 Thread David Fafard
Thanks Dave that is good information. If all possible I would like to avoid synchronization and rely on real time access... like you said, it's a phone so where there is a signal there would be access. I already have a CMFX web based solution, so maybe reformatting that would be the easier

Re: Group By Question

2003-11-25 Thread David Fafard
use MAX(columnname) as alias along with your grouping. dave - Original Message - From: Ben Densmore To: CF-Talk Sent: Tuesday, November 25, 2003 11:44 AM Subject: RE: Group By Question Dave, That doesn't seem to do what I want it to. I modified the query to grab just the fields I'm

Re: Safari Issues

2003-11-25 Thread David Fafard
Make sure it's the lastest build of Safari. Safari 1.1 ??? If memory serves me, I recall an issue with _javascript_ values not being passed with older versions. HTH, Dave - Original Message - From: Bruce Sorge To: CF-Talk Sent: Tuesday, November 25, 2003 2:38 PM Subject: RE: Safari

Re: SSL Newbie Question

2003-11-09 Thread David Fafard
Also, a known issue... If you a generating a flash graph from an ssl site, you will get that message. There is a work-a-round on the macromedia site. Basically, wrap the graph using savecontent into a variable and display that. dave - Original Message - From: cf-talk To: CF-Talk Sent:

Re: Mac and SQL Server

2003-10-09 Thread David Fafard
While MS SQL will not install on anything but Windows, I have had success running a Virtual Private Network from my PowerBook and using Terminal Services on the SQL Server box. Terminal Server is free for a few users ( perfect in my case ) and I can fully admin the box this way AND use all the

Re: application.cfm

2003-10-07 Thread David Fafard
What did you figure out? - Original Message - From: Bushy To: CF-Talk Sent: Tuesday, October 07, 2003 9:09 AM Subject: RE: application.cfm I figured it out. Thanks --Original Message Text--- From: Craig Dudley Date: Tue, 7 Oct 2003 13:54:46 +0100 Can you paste the full

SSL question

2003-09-11 Thread David Fafard
Any easy way of carrying session info from SSL page to non SSL? I recently set up SSL for some high level pages. I want to include 'regular' port 80 pages in the mix but I am losing session vars when moving from SSL to regular. Anything I can append to the link to trick it? Thanks, Dave

Re: CFMX 6.1 and OSX

2003-09-09 Thread David Fafard
Another thing that works great for connecting Macs to windows is running Terminal Services and using the free Microsoft 'remote dekstop' termial client. - Original Message - From: Barney Boisvert [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 2:27 PM

Re: about blue dragon.

2003-09-09 Thread David Fafard
Of course there is the 'virus issue' that has us constantly plugging up the holes every other day. BTW, I run a PC by day, but when I'm home nothin but Mac. the iApps are great. itunes, imovie, idvd, ical, isync etc. Dave - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To:

SSL Cert 40 bit or 128 bit

2003-09-07 Thread David Fafard
I'm on the verisign site and I have the option of getting a 40 bit or 128 bit. Of course the 128 bit is 500.00 more. What do folks usually get? the 128 bit? Thanks, Dave Fafard ~| Archives:

Re: SSL Cert 40 bit or 128 bit

2003-09-07 Thread David Fafard
are you buying from? Jeff -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 4:18 PM To: CF-Talk Subject: SSL Cert 40 bit or 128 bit I'm on the verisign site and I have the option of getting a 40 bit or 128 bit. Of course the 128 bit

Re: SSL Cert 40 bit or 128 bit

2003-09-07 Thread David Fafard
in MSIE, Netscape, and Opera... They have a 30 day money back guarantee I believe... so you really don't have anything to worry about. -Novak - Original Message - From: David Fafard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 07, 2003 6:22 PM Subject: Re

Re: cfquery syntax

2003-09-04 Thread David Fafard
Speaking of this.. can someone clear this up for me? I thought I read somewhere that you can not use cached queries when you use cfqueryparam. Is this true? Thanks, Dave Fafard snip Do I need the cfqueryparam? It's not absolutely necessary, but it is a really good idea to use it

Re: cfquery syntax

2003-09-04 Thread David Fafard
So then you gain one benefit but lose the other. Will using cfqueryparam give a performance boost equal to using cachedwithin? If not, I imagine you would NOT want to use cfqueryparam everywhere. Dave Fafard - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL

Solid ColdFusion MX 6.1 Review in EWeek

2003-08-23 Thread David Fafard
Don't know if this has been posted: http://www.eweek.com/article2/0,3959,1220404,00.asp Solid ColdFusion MX 6.1 review. Good boss fodder. Dave ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

single quotes instead of doubles in cfml

2003-08-15 Thread David Fafard
Hi. I have started using 'single quotes' in all my cfml coding... like cfset theVar = 'dave' I just like the look better. Is there any downside to this? Does the coldfusion parser have to work harder? Thanks, Dave Fafard ~|

CFMX 6.1 upgrade - 'smooth as butter'

2003-08-14 Thread David Fafard
m, butter. WIN2K -- IIS -- SQL Server Smooth upgrade. Nice speed gain! Thanks MM Dave ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Parsing -- Rebuilding EDI help

2003-06-07 Thread David Fafard
Hi, I need to parse an EDI file, determine it's routing(s), then rebuild the file(s) and save to a folder on my server. I'm having a bit of a problem with this... I am able to parse the file ( pipe delimited ) but am having a bit of a brain cramp trying to figure out how to put it back together!

Re: Deleting items older than 7 days from today

2003-04-01 Thread David Fafard
Try this. delete from tblEvents where DATEDIFF(dd,estarttime , getdate()) 7 Dave - Original Message - From: Angel Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 9:12 AM Subject: SQL: Deleting items older than 7 days from today Hey all, I'm

Re: Java 1.4.1 CFMXJ2EE for JRun Mac OS X

2003-03-25 Thread David Fafard
Speaking of this... How would CFMX JRUN perform on an Apple XServe? I need to add a ColdFusion server and am interested in knowing the performance metrics compared to say a Win2k box or Linux box. Thanks, Dave - Original Message - From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Javascript Signed Scripting Re: window.close question?

2003-03-11 Thread David Fafard
Cool solution for an intranet! Thanks for the tip. Dave - Original Message - From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:35 AM Subject: RE: Javascript Signed Scripting Re: window.close question? I'll re-post this because it was

CFHTTP 302 Moved Temporarily Error

2003-03-08 Thread David Fafard
Hi, I am getting nowhere trying to cfhttp a local .cfm page from my server. Here is the line of code throwing the error. cfhttp url=http://www.mydomain.com/pdf.cfm; throwonerror=Yes/cfhttp This gives me the 302 Moved Temporarily error if I include throwonerror=Yes attribute. If I try a .htm

Re: CFHTTP 302 Moved Temporarily Error

2003-03-08 Thread David Fafard
Thanks! Dave - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 4:42 PM Subject: Re: CFHTTP 302 Moved Temporarily Error On Saturday, Mar 8, 2003, at 10:17 US/Pacific, David Fafard wrote: I am getting nowhere

Re: CFQUERYPARAM Grr!

2003-02-13 Thread David Fafard
If MS-SQL Server: FirstName = NULLIF('#Trim(Attributes.FirstName)#', '') Udates FirstName to the Attributes.FirstName else NULL Dave - Original Message - From: Bryan F. Hogan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:26 AM Subject: RE:

Re: Filemaker faults to win a bid for using CF

2002-09-25 Thread David Fafard
I have used it in the past. The Filemaker application MUST be open as GUI on the target server for it to interact as a web data source. It does ok with simple queries, slows down with large queries and sorting. It ques request one at a time - linear But, if the client already has Filemaker

Re: Filemaker faults to win a bid for using CF

2002-09-25 Thread David Fafard
a bid for using CF What version permutation of FileMaker did you use? How did you interface -- Directly from CF or through another DB that connects to FIlemaker? Is there a JDBC interface. TIA Dick On Wednesday, September 25, 2002, at 10:08 AM, David Fafard wrote: I have used

Re: CFMX cfchart colors

2002-09-17 Thread David Fafard
This is what I have and each series is getting the color I specify using the seriescolor. Dave cfchartseries type=bar seriesLabel=Monthly Sales seriesColor=##99 cfchartdata item = 1 value = #Y1_Month[1]# cfchartdata item = 2 value = #Y1_Month[2]# cfchartdata item = 3 value =

Re: Dreamweaver MX opinions

2002-09-04 Thread David Fafard
I just find the lag between preview and updating maddening when I have a lot of code on a page.. ( or switching out of, then back into DWMX ) I just keep Homesite open and use DWMX when I want to design in GUI mode, DW is indespesible here. Dave - Original Message - From: Fitch, Tyler

CFMX - cfexecute - timeout

2002-09-04 Thread David Fafard
ok, After spending HOURS on this, I just can't seem to figure out what's going on. First off, I'm trying to use the tag html2pdf3 as a wrapper for htmldoc.exe to generate PDF from queries. I always get a TIMEOUT error with this... so.. I paid the guy who wrote the tag, Michael Shreiber, a

Re: Blatant advertising: Two new CF books!

2002-08-27 Thread David Fafard
Massimo, I just ordered the ColdFusion MX Web Application Construction Kit from this site. No Shipping Charges! Total for book was $37.39 They say... Release Date: August 15, 2002 Expected Ship Date: August 20, 2002 Thanks for the lead. I will let you know how long it takes to get here. Dave

Snap in Calendar

2002-08-20 Thread David Fafard
... AND I am trying not to be COMPLETELY assimilated by Microsoft. Thanks, Dave [EMAIL PROTECTED] David Fafard Manager, E-Commerce/Web Applications Rand-Whitney Container Co. One Agrand Street Worcester

Single Login - Multiple Apps

2002-08-16 Thread David Fafard
Hello, I'm fairly new to ColdFusion. ( Purchased CFMX when it came out ) I'm writing multiple apps for an intranet and wondering if I can have a single login page and have all my apps share the session variables from the intial login. If anyone can explain or direct me to a resource, it

Re: Single Login - Multiple Apps

2002-08-16 Thread David Fafard
Fafard - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 16, 2002 6:57 PM Subject: Re: Single Login - Multiple Apps - Original Message - From: David Fafard [EMAIL PROTECTED] I'm writing multiple apps for an intranet

Re: Single Login - Multiple Apps

2002-08-16 Thread David Fafard
ahhh.. makes sense to me now. So in essence... | Login dir | Application.cfm Login.cfm Result.cfm -- | App 1 | no Application.cfm app1.cfm -- | App 2 | no Application.cfm app2.cfm -- | Etc.. | no Application.cfm etc.cfm Thanks for your help Gyrus! Dave

Re: Totally OT JavaScript Q

2002-07-30 Thread David Fafard
Mike, This will change a Select drop box to a text input based on the user selecting other from the drop down. This is so the user can type in a value if it is not in the select. Maybe this can give you some clues. Dave watch the wrap. Here is the function: function changeInputType(x,y){

Re: FileExists WINNT Mapped Drive Permissions

2002-07-29 Thread David Fafard
account. Hope that helps. Mike -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 3:32 PM To: CF-Talk Subject: Re: FileExists WINNT Mapped Drive Permissions Can we see your code? Sure, watch the wrap. cfset theFormCadNumber

FileExists WINNT Mapped Drive Permissions

2002-07-28 Thread David Fafard
Hi, Having a problem getting FileExists to work on an Win NT 2K Server. My Files needed to check are on a mapped drive but it seems CFMX can not see them. ( I would use UNC path but I believe that is not allowed ) I'm thinking it's a permissions thing with CFMX service running as LOCAL. Is

Re: FileExists WINNT Mapped Drive Permissions

2002-07-28 Thread David Fafard
you log in. UNC paths are alllow with CF and work fine. Can we see your code? Brook At 02:42 PM 7/28/02 +0200, you wrote: David Fafard wrote: Having a problem getting FileExists to work on an Win NT 2K Server. My Files needed to check are on a mapped drive but it seems CFMX

Avoiding another trip to the database

2002-07-13 Thread David Fafard
Hello, I'm new to CF and trying to figure this out. I have a dynamic select on a form where a user can choose an address type. ie. default, ship to, bill to.. etc. based on a query to the address table. When the user selects an address type, I would like to populate street, city, st and zip

Re: Avoiding another trip to the database

2002-07-13 Thread David Fafard
PROTECTED] - Original Message - From: David Fafard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, July 13, 2002 5:53 AM Subject: Avoiding another trip to the database Hello, I'm new to CF and trying to figure this out. I have a dynamic select on a form

Re: CF MX Service Pack Timeline?

2002-07-05 Thread David Fafard
[EMAIL PROTECTED] David Fafard Manager, E-Commerce/Web Applications Rand-Whitney Container Co. One Agrand Street Worcester, MA 01607 (508) 791-2301 x7065 FAX (508) 792-1578

Re: MM's stock plummeting...

2002-06-21 Thread David Fafard
http://finance.yahoo.com/q?s=macrd=ct=5d - Original Message - From: Dave Carabetta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 21, 2002 2:08 PM Subject: Re: MM's stock plummeting... WeirdI thought they were on the NYSE but I cannot find them there.

Re: OT Project Management

2002-06-11 Thread David Fafard
] David Fafard Manager, E-Commerce/Web Applications Rand-Whitney Container Co. One Agrand Street Worcester, MA 01607 (508) 791-2301 x7065 FAX (508) 792-1578 - Original Message

Re: JS :: Reset Specific field.

2002-06-10 Thread David Fafard
try calling this function. function clearFields() { formname.formfield_1.value = ; formname.formfield_2.value = ; } Dave Fafard - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 10, 2002 9:41 AM Subject: JS :: Reset Specific

Re: Need beta testers

2002-06-10 Thread David Fafard
Clint, Does this work with CFMX?? Dave Fafard - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 10, 2002 11:36 AM Subject: Need beta testers If you would like to help me beta test an application that I am writing, please go here:

Re: Mac Editors with RDS or equivilant?

2002-06-05 Thread David Fafard
Maybe, bbedit ? http://www.barebones.com/products/bbedit.html - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 3:14 PM Subject: RE: Mac Editors with RDS or equivilant? Does anyone have any suggestions for an

Seeking ColdFusionMX Training in Boston, MA

2002-05-18 Thread David Fafard
Hello, I recently downloaded the ColdFusionMX preview and like what I see! I am seeking intermediate to advanced training on using ColdFusionMX along with MS SQL Server. I currently have experience developing web applications with another scripting language. Along with learning CF syntax, I

Re: FileMaker Pro Cold Fusion ?

2002-05-02 Thread David Fafard
Doable, but don't. True. Best way to work with this is to export data and import into a SQL database. Something else to consider... Filemaker 5.5 includes the ability to udate, insert, delete SQL statements using dynamic data. So, if the client can connect to a SQL database, you could have

CF for MacOSX

2002-02-28 Thread David Fafard
Anyone know if Macromedia is planning CF for MacOSX? Dave __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Re: SQL Query

2001-07-25 Thread David Fafard
From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 8:36 AM Subject: Re: SQL Query snip Also, SQL provides the Index Tuning Wizard which allows you to select and create an optimal set of indexes. Cheers, Bill /snip I agree.. typically I save all my web

Re: .Net and ColdFusion

2001-07-24 Thread David Fafard
John, Thanks for the book pointer. I ordered it today from bookpool.com Dave - Original Message - From: John Lucas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 23, 2001 11:00 PM Subject: RE: .Net and ColdFusion Chapter 22 of Simon Horwith's Professional

.Net and ColdFusion

2001-07-23 Thread David Fafard
Hello, I'm new to this list and am confused on which direction I should take in purchasing middleware. Our CFO wants to go .Net cause of the recent buzz.. but I want to build web apps fast. How will Coldfusion and .Net interact with each other? Will this be two totally separate approaches to