RE: Reverse PDF tools

2002-09-30 Thread Whiterod, David (PLNSA)
Mark, Try http://www.pdftoall.com/ pdf to text, html,csv, bmp, jpg, png, converter I have not used this s/w but they do have a COM component that may allow automation. cheers David -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 October 2002

RE: How to get the current time...

2002-09-26 Thread Whiterod, David (PLNSA)
Rick, You will need to use both the DateFormat and TimeFormat functions (DataFormat doesn't understand the h:mmtt formatting). Try: CFOUTPUT#DateFormat(Now(), d)#, #TimeFormat(Now(),h:mm tt)#/CFOUTPUT Produces: September 27, 12:24 PM cheers David -Original Message- From: Rick

RE: Two tables same column name?

2002-09-23 Thread Whiterod, David (PLNSA)
John, the field i want to get is total but if i use Try the SQL syntax of named fields in the select (as you have already done in the where clause): cfquery name=getRep datasource=#session.datasource# dbserver=#session.dbserver# SELECT d.total FROM trip_flow_breakdown b, trip_flow_data d

RE: WHYYYYY!!!!!!

2002-09-22 Thread Whiterod, David (PLNSA)
Tony, cfcookie name=FinalRegisteredLive value=#form.email# expires=never cfset Session.Active=1 What happens if you try each line individually - this would tell you if it is stalling on the cookie or the set. Cheers David -Original Message- From: Tony Weeg [mailto:[EMAIL

RE: WHYYYYY!!!!!!

2002-09-22 Thread Whiterod, David (PLNSA)
Tony, You may find the following link useful: ColdFusion Server (Versions 5 and Prior): ColdFusion Locking Best Practices TechNote 20370 http://www.macromedia.com/v1/handlers/index.cfm?ID=20370Method=Full cheers David __

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Whiterod, David (PLNSA)
Paul, have several intranet sites deployed w/cf5 2 w/cfmx. How do yoou find ArcIMS (4?) with CFMX? There has been a great deal of discussion of the ESRI ArcIMS forum about CFMX not working with ArcIMS - any comments/experiences you would like to share? cf is supposed to be ESRI's web

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Whiterod, David (PLNSA)
AutoDesk ??? CAD aint no GIS! In a word - topology __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Whiterod, David (PLNSA)
Paul, these days unix is like the relative who doesn't wash much that nobody talks about This is getting a bit OT but I have just come back from the Australian ESRI user conference. Ewen Cameron (ArcObject lead developer) states that ESRI are in the process of sepating out the non-user

RE: Dreamweaver MX opinions

2002-09-08 Thread Whiterod, David (PLNSA)
Hi Guys, I saw this in the list before - but could not see it in the archives. How do you insert a cf expression in DWMX (the old shift + ctrl + e). I have seen Neil's flash panel (from the DW exchange but is there a built in way in DWMX? cheers David -Original Message- From: Benoit

RE: ANY Major Company using Cold Fusion

2002-08-15 Thread Whiterod, David (PLNSA)
Here some stats that MM presented at the Australian Launch of CFMX CF is used by: 50% of the 'Top 50' web sites 75% of the Fortune 1,000 companies 125,000 installed servers world wide From Aust. you can add: HHPBilliton (the second largest mining company in the world) ANZ Bank (one of the top

RE: Write Acrobat File via CF

2002-07-24 Thread Whiterod, David (PLNSA)
Speaking of CF_HTML2PDF3. Can anyone shed light on the following error from a page that has some simple text (that converts to PDF OK) and three different image formats (that cause errors)? The error reads: Unable to read image file c:\inetpub\wwwroot\minimapper\other/images\aust.png! Unable

Verity: getting file size and date last modified from CFSEARCH

2002-07-15 Thread Whiterod, David (PLNSA)
Is is possible to get the file size and date last modified for results using CFSEARCH? cheers David __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

cfoutput and grouping

2002-07-14 Thread Whiterod, David (PLNSA)
Hi, What is the best way to group by months for a query that contains full (day, month, year) dates? The query looks something like: startDate , user 10-JUN-2000, Bill 30-JUN-2000, Steve 15-SEP-2000, Phil I would like the results to be displayed thus: June 2000 Bill Steve September

RE: cfoutput and grouping

2002-07-14 Thread Whiterod, David (PLNSA)
PROTECTED]] Sent: Monday, 15 July 2002 10:26 AM To: CF-Talk Subject: RE: cfoutput and grouping What DB are you using? Tim -Original Message- From: Whiterod, David (PLNSA) [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 8:49 PM To: CF-Talk Subject: cfoutput and grouping Hi

cfparam using CGI variables

2002-07-09 Thread Whiterod, David (PLNSA)
Hi, Please exuse this humble question about cfparam. I have an app where I want a server name variable to be optionally supplied to a template via the url. i.e. somepage.cfm?server=myserver.com.au If this parameter is not supplied I would like to default to the current server name (stored in

RE: CFMX bug ??

2002-07-04 Thread Whiterod, David (PLNSA)
I heard that on CFMX the loop over a list is deprecated.. Please say it ain't so! Seriously ... if this is so my only question is why -Original Message- From: Gianluca Pinelli [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 July 2002 4:36 PM To: CF-Talk Subject: Re: CFMX bug ?? I