[cfaussie] OT: Delphi Programming Language

2008-02-12 Thread Scott Thornton
> "Ben Debono" <[EMAIL PROTECTED]> 13/02/2008 4:04 pm >>> I used to be a Delphi programmer but have not done any training. However I did have a complete Delphi guide by Marco Cantu which was really good. That might help you if training is unavailable. On Feb 13, 200

[cfaussie] OT: Delphi Programming Language

2008-02-12 Thread Scott Thornton
Hi, An off topic post, but I know you guys have a wide range of interests\knowledge outside of CF, so please forgive me. Does any one have recent experience in obtaining training for the Borland Delphi programming language? Web searches seem to reveal only one Australian company. I realise t

[cfaussie] Java Integration

2008-02-14 Thread Scott Thornton
wwroot\WEB-INF\lib\commons-codec.jar C:\CFusionMX\wwwroot\WEB-INF\lib\ebus405.jar C:\CFusionMX\wwwroot etc etc etc. I assume the error occurs because the .jar file is not in the correct spot? Can anyone advise? ( PS, trying get to run Crystal reports to run via java\jsp calls) Thanks heaps.

[cfaussie] Java Integration

2008-02-14 Thread Scott Thornton
tDocument, reportName); return result; } }// End of ConnInfoDisplayer Class %> <%! public String getReportName(String reportlocation) { String stringToParse = reportlocation; //Parse the report location string to get the report name int

[cfaussie] Web Reporting

2008-02-20 Thread Scott Thornton
ed the very CF we know and love. Folks need to consider things for themselves. Only they can decide if it suits their needs (whether greater or lesser than most who've commented on a thing). Just not clear, Scott, if you'd considered it. Hope that's helpful. /charlie -Original

[cfaussie] Re: Wanted: junior css/html ninja

2008-03-06 Thread Scott Thornton
Hi, you may care to post your job over at http://forums.australianinfront.com.au/Default.aspx which has lots of web developers, many just starting out. Cheers, >>> David Heacock <[EMAIL PROTECTED]> 06/03/2008 11:42 pm >>> Hi All, If anyone knows a junior developer with strong skills in CS

[cfaussie] Query of query and TOP

2008-03-06 Thread Scott Thornton
* FROM test_table select * from TEST Thanks, Scott Thornton, Programmer Billing Unit Hunter-New England Area Health Service ext: 24505 p: +61 02 4941 4505 m: 0413 800 242 --~--~-~--~~~---~--~~ You

[cfaussie] Application Variable

2008-04-22 Thread Scott Thornton
Hi, The last two nights I have had a problem with some of our overnight batch type processing scheduled jobs. A few of them email their success when they have finished running using an application variable in the "from" attribute of a cfmail eg application.from_email_address. This has worked

[cfaussie] Application Variable

2008-04-22 Thread Scott Thornton
iable set in the first place? > > Mark > > On Wed, Apr 23, 2008 at 8:36 AM, Scott Thornton > > > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > The last two nights I have had a problem with some of our overnight batch > > type processing schedule

[cfaussie] Application Variable

2008-04-22 Thread Scott Thornton
Possibly.. What would you recommend that i look at particularly? >>> "Blair McKenzie" <[EMAIL PROTECTED]> 23/04/2008 12:57 pm >>> Could there be an issue with initialising not being done inside a lock? Blair On Wed, Apr 23, 2008 at 8:36 AM, Scott Thornton &

[cfaussie] adding a label/instructional text to a flashform (CF7)

2008-04-23 Thread Scott Thornton
typo in message="Please ensire the format is 'Surname,FirstName'" spelling of ensure. Have a nice day. God I wish I was still bed. >>> "barry.b" <[EMAIL PROTECTED]> 24/04/2008 9:23 am >>> @Chris that was close enough for a solution - it was the width, although not width running off the for

[cfaussie] Re: OT: Is MS blocking Firefox ?

2008-06-01 Thread Scott Thornton
Works fine for me. 2.0.0.11 >>> KC Kuok <[EMAIL PROTECTED]> 02/06/2008 9:44 am >>> Just wondering whether anyone else can open in Firefox the MS support website? http://support.microsoft.com/ I can't seem to get it open in Firefox, only in IE... Any ideas/ constructive comments? --~--~-

[cfaussie] OT: Javascript Regex

2008-06-09 Thread Scott Thornton
Hi, Trying to write a little Javascript to validate a field. I want to have the field contain numeric info only. My script var re = new RegExp(^\d+$); if( field_value.match( re ) ) { alert('True: does not

[cfaussie] Re: OT: Javascript Regex

2008-06-09 Thread Scott Thornton
nevermind. I should have used var re = new RegExp(/^\d+$/); >>> "Scott Thornton" <[EMAIL PROTECTED]> 10/06/2008 2:40 pm >>> Hi, Trying to write a little Javascript to validate a field. I want to have the field contain numeric info only. My script

[cfaussie] Re: Multiply Queries

2008-06-24 Thread Scott Thornton
HI, A stored procedure can return multiple result sets and can be referenced with . >>> "KNOTT, Brian" <[EMAIL PROTECTED]> 25/06/2008 8:46 am >>> Can a cfstoredproc return multiply queries. I have a stored proc that returns 2 or 3 queries. When I use cfstoredproc it only retur

[cfaussie] ReReplaceNoCase - return only a decimal number

2008-07-08 Thread Scott Thornton
Hi, I would like to create an expression to remove all text and special characters from a string, returning only a decimal-like looking number.. eg $12,345.00 -> 12345.00 $+10.65 -> 10.65 $-5.65 = -5.65 etc I suck at regular expressions Cheers, Scott Thornton, Programmer B

[cfaussie] ReReplaceNoCase - return only a decimal number

2008-07-08 Thread Scott Thornton
Hi, Thanks for your email. No I haven't tried that.. because it doesn't fix typos eg #LSParseCurrency('$a1234,56.50')# returns a Cf error. >>> "Zac Spitzer" <[EMAIL PROTECTED]> 09/07/2008 2:21 pm >>> did you try using LSParseCurrency ?

[cfaussie] ReReplaceNoCase - return only a decimal number

2008-07-08 Thread Scott Thornton
Hi, I just want to stop crazy people inputting junk and causing cf\sql errors. For this specific case though I am allowing users to search on a monetary amount, but want to remove the currency formatting from user input ( yes I guess LSParseCurrency will do this) but also remove at this same

[cfaussie] ReReplaceNoCase - return only a decimal number

2008-07-09 Thread Scott Thornton
tring, "[^[:digit:]-\.]", "", "ALL") -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Wednesday, 9 July 2008 2:17 PM To: cfaussie@googlegroups.com Subject: [cfaussie] ReReplaceNoCase - return only a decimal

[cfaussie] Re: Date range formatting

2008-07-15 Thread Scott Thornton
Nope I haven't. You might be able to use ListFirst and ListLast methods to obtain the values you want assuming the data is always in a comma delimited list, and in date order. ListFirst("6, 7, 8, 9, 10, 11, 12") returns 6. ListLast("6, 7, 8, 9, 10, 11, 12") returns 12. Not sure what to do in

[cfaussie] Re: Getting users who haven't made an entry today

2008-08-24 Thread Scott Thornton
JOIN body_diary_entries bde ON bd.bdi_id = bde.bdi_id and entry_date > #CreateODBCDate( todays_date )# Scott Thornton, Programmer Billing Unit Hunter-New England Area Health Service ext: 51762 p: +61 02 491 51762 m: 0413 800 242 >>> "Seona Bellamy" <[EMAIL PRO

[cfaussie] Getting users who haven't made an entry today

2008-08-24 Thread Scott Thornton
D]> 25/08/2008 9:34 am >>> Thanks for the suggestion, Scott. I must admit, I hadn't thought about putting the date restriction into a join clause. Another trick to add to my arsenal. :) Cheers, Seona. 2008/8/25 Scott Thornton <[EMAIL PROTECTED]>: > > Hi Seona, > >

[cfaussie] OT: jQuery Datepicker

2008-08-26 Thread Scott Thornton
r etc). 2. If they type a date like 010101 to automatically parse it out to 01-Jan-2001 3. If the user enters t, enter todays date, if the enter t+1, todays date plus one, y = yesterday's date and so on. Cheers, Scott Thornton, Programmer Billing Unit Hunter-New England Area Health Service

[cfaussie] Re: Grouping Output By Date Not working

2008-09-03 Thread Scott Thornton
Hi, to remove the time from a date column I would use (SQL 2000\2005 ETC) SET DATEFORMAT DMT SELECT CONVERT(DATETIME, CONVERT(VARCHAR, MY_DATE_TIME_FIELD, 103)) FROM XXX GROUP BY CONVERT(DATETIME, CONVERT(VARCHAR, MY_DATE_TIME_FIELD, 103)) >>> On 03/09/2008 at 5:58 pm, in message

[cfaussie] Re: Quick List question

2008-09-09 Thread Scott Thornton
Hi Before reading .csv files, I typically try to find and replace any repeating delimiters because as you discovered, CF ( for me its 6.1 ) treats them as one delimiter and not two. eg replace two commas with the string comma space comma. the deals with empty columns Cheers, >>> "Andr

[cfaussie] Re: Version control + ColdFusion development

2008-09-25 Thread Scott Thornton
Hi, Hope you get some great answers. I need to do this myself with a few other developers here. Version control as you have found, is as much about the process of using it as it is as having a repository. It is the process part that undoes me. >>> Matthew <[EMAIL PROTECTED]> 26/09/2008 9:25 a

[cfaussie] Re: Adobe AIR Weather Widget

2008-10-09 Thread Scott Thornton
Hi, Having had no experience in AIR (or really know what it is), out of curiosity I installed AIR, and i think installed your app properly. At first I thought I must be doing something wrong...I didn't see anything load, then found a little sun on my taskbar, but no program on either of my two

[cfaussie] Re: OT : SQL server over a network

2008-10-12 Thread Scott Thornton
mean redundant server? You may like to check out the terms "Replication" and "Log Shipping" for making hot-standby by copies of your database. Also clustering sql server for the ultimate in redundancy. Scott Thornton, Programmer Billing Unit, Hunter-New England Area Health Ser

[cfaussie] OT : SQL server over a network

2008-10-12 Thread Scott Thornton
t $$. A simple cost effective solution may be log shipping.. if you have another server handy. That may mean you have to point your DSN to the different server if things go pear-shaped. You could even try catch a specific database error code and change your DSN in a variable.. Scott Thorn

[cfaussie] OT : SQL server over a network

2008-10-12 Thread Scott Thornton
clustering CF next just need someone to pay for CF licences. >>> "Barry Beattie" <[EMAIL PROTECTED]> 13/10/2008 10:38 am >>> @Scott Thornton "Also clustering sql server for the ultimate in redundancy." if someone was after hot-swapping from a pr

[cfaussie] OT : SQL server over a network

2008-10-12 Thread Scott Thornton
ge- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Monday, 13 October 2008 11:24 AM To: cfaussie@googlegroups.com Subject: [cfaussie] OT : SQL server over a network HI, Its always worth it ( imho ). A year or more ago we went from an aging dua

[cfaussie] dhtml / advanced select boxes

2008-10-21 Thread Scott Thornton
Hi, I really hate our iframe-based doctor selector thingamy. I was wondering if dhtml/ajax etc has advanced enough over the years to do a client-side select as you type select box yet? What I mean is, is it possible to cache ( or something ) say a list over 2000 items on the client side, and

[cfaussie] Re: dhtml / advanced select boxes

2008-10-21 Thread Scott Thornton
nvm. found http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ >>> "Scott Thornton" <[EMAIL PROTECTED]> 22/10/2008 3:20 pm >>> Hi, I really hate our iframe-based doctor selector thingamy. I was wondering if dhtml/ajax etc has advanced enough o

[cfaussie] Purchasing Enterprise

2008-10-27 Thread Scott Thornton
HI, What's the best place to purchase 2 copies of CF Enterprise these days? From Adobe direct or an Aussie re-seller? Bear in mind that purchasing by Credit card is an absolute hassle in an organisation like mine.. Pretty sure we have gone through Daemon before, but its been years ( still run

[cfaussie] CF Maintenance purchase

2008-10-29 Thread Scott Thornton
Hi, Out of curiosity, is there expected to be any new releases etc of coldfusion in the next year? I am trying to decide weather to purchase the maintenance plan with a some new licences... Cheers, Scott Thornton, Programmer Billing Unit, Hunter-New England Area Health Service ext: 51762 p

[cfaussie] CF Maintenance purchase

2008-10-29 Thread Scott Thornton
Yes, >> >> CF9 will be released inside of 12 months I think. >> >> Regards >> Dale Fraser >> http://learncf.com >> http://flexcf.com >> >> >> -Original Message- >> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]

[cfaussie] Referencing a query inside another query inColdFusionMX

2008-11-11 Thread Scott Thornton
Hi, Depending n the number of rows returned from this 'complicated' query, this approach may or may not work. I am unsure as to which database you are using but each differs in the number of values it can cope with in an IN clause. Lets assume its 1000 values ( or probably closer to 2000). Yo

[cfaussie] Referencing a query inside another query in ColdFusionMX

2008-11-12 Thread Scott Thornton
Post your code please probably just a typo somewhere.. >>> Khush <[EMAIL PROTECTED]> 13/11/2008 9:44 am >>> ok i tried the ValueList syntax as per Steve Onnis, but i get an error message - "The ValueList() function has an invalid parameter: SelectedOrders.SalesHDRID. Parameter 1 of function

[cfaussie] Re: Verity vs SQL Server Full-text index

2008-11-18 Thread Scott Thornton
Hi, I realise it will be of no use whatsoever, but staff here recently replaced a verity search site ( written in part by myself many many years ago) with a solution from google. To be fair the verity solution was only slapped together solution, but the google result seem more accurate and re

[cfaussie] Re: threaded function that calls itself

2008-11-20 Thread Scott Thornton
Hi, Don't forget to build in some functionality that allows you to stop it as well. >>> "AJ Mercer" <[EMAIL PROTECTED]> 21/11/2008 9:38 am >>> Would this be a bad thing to do? A component that is living in the APPLICATION scope on init() creates a thread for a method call (one of it's own meth

[cfaussie] parsing as string into a text and numeric portion

2008-11-20 Thread Scott Thornton
Hi, Given a string like acb123, is there a simple method of parsing into the text portion and the numeric portion. I have thought about looping of each character of the string and checking to see if it was IsNumeric. Any better ideas? Scott Thornton, Programmer Billing Unit, Hunter-New

[cfaussie] parsing as string into a text and numeric portion

2008-11-20 Thread Scott Thornton
e- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Friday, 21 November 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] parsing as string into a text and numeric portion Hi, Given a string like acb123, is there a simple method of parsing

[cfaussie] parsing as string into a text and numeric portion

2008-11-20 Thread Scott Thornton
NoCase(string, "[^[:digit:]]", ""); Simple enough? -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Thornton Sent: Friday, 21 November 2008 11:03 AM To: cfaussie@googlegroups.com Subject: [cfaussie] parsing as string into a text

[cfaussie] RegEx Banging Head

2008-11-24 Thread Scott Thornton
the character " literally «"» its cheap too. :> Scott Thornton, Programmer Billing Unit, Hunter-New England Area Health Service ext: 51762 p: +61 02 491 51762 m: 0413 800 242 >>> Robin Hilliard <[EMAIL PROTECTED]> 25/11/2008 10:56 am >>> This is the regex: h

[cfaussie] PDF Generation

2008-11-25 Thread Scott Thornton
Correction... easy to use, a pain to set up... >>> "Steve Onnis" <[EMAIL PROTECTED]> 26/11/2008 3:01 pm >>> Crystal is a pain to use. Looking for something easy to set up and manage. _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Wednesday, 2

[cfaussie] PDF Generation

2008-11-26 Thread Scott Thornton
Hi, I think Crystal reports is a powerful tool without any real competitors. It works great on stored proc, views and linked table.. and I don't know how people really develop 'reports' without it.. I think we have over 300 or so on the application I work on.. we just found the set-up rathe

[cfaussie] merge databases

2008-12-08 Thread Scott Thornton
I think they can be purchased individually. At least the Compare program could be purchased individually last year when I was looking at it. I know its a bit more painful, but why don't you do it by hand if its a once off? USE OLD_DATABASE INSERT INTO MYTABLE ( ... ) SELECT ... FROM NEW_DATAB

[cfaussie] Re: Error 500 Page

2008-12-09 Thread Scott Thornton
Hi, Maybe Tools -> Internet Options -> Browsing -> Show Friendly HTTP error messages has something to do with it ( within IE 6 this is maybe diff for ie 7 ) Maybe Firefox has a similar option? >>> Andrew <[EMAIL PROTECTED]> 10/12/2008 11:10 am >>> Hi All, This is probably not a ColdFusion

[cfaussie] ping

2009-01-14 Thread Scott Thornton
Hi, Just checking if cfaussie is still working for me. Please ignore. Scott Thornton, Programmer Billing Unit, Hunter-New England Area Health Service ext: 51762 p: +61 02 491 51762 m: 0413 800 242 --~--~-~--~~~---~--~~ You received this message because you

Re: [cfaussie] Grouping Date / time values in a Cfquery output

2009-11-22 Thread Scott Thornton
sql 2000, 2005 etc set dateformat dmy select from group by convert(datetime, convert(varchar, my_date, 103)), description, user or select from group by year( my_date ), month(my_date), day(my_date), description, user PS. either my email client is showing cfau

[cfaussie] Killing Slow Threads in cf9

2009-12-09 Thread Scott Thornton
hello, Does anyone know if the new cf9 monitor can be used to kill off slow running pages\threads? Or is an external product like FusionRector still required? Thanks, Scott Thornton, Centralised Billing Unit Hunter-New England Area Health Service ext: 53358 p: +61 02 498 53358 m: 0413 800

RE: [cfaussie] Killing Slow Threads in cf9

2009-12-09 Thread Scott Thornton
minate threads in a "native thread" state. HTH /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On > Behalf Of Scott Thornton > Sent: Wednesday, December 09, 2009 6:04 PM > To: cfaussie@googlegroups.com > Subject:

[cfaussie] CFREPORT and Crystal reports

2010-01-31 Thread Scott Thornton
Hello, I am having a bit of a play around with CF9 and CFREPORT I can successfully display a report based on a datasource and supply a password, but the resulting output is in .html and a 3 page report scrolls down the page and looks ugly. Can I specify the format to be in .pdf? I have tried u

Re: [cfaussie] FusionReactor vs built in Coldfusion 8 monitor

2010-02-08 Thread Scott Thornton
I like Fusionreaactor's ability to kill off processes.. I don't think that is built into 8 or 9. >>> BarryC 09/02/2010 9:24 am >>> Hi All we are looking at getting FusionReactor, but will be upgrading from Coldfusion 7 to Coldfusion 8 in several months. How does FusionReactor compare to the Co

[cfaussie] First foray into ajax

2010-03-22 Thread Scott Thornton
Hello, I have been very lazy and not delved into any ajax stuff, mostly because I don't have the time, and we have tried to keep the application I work on as simple as possible. However, I was wondering if it was possible to perform the following asynchronously without a page submit: User ent

Re: [cfaussie] RocketBoots - Galaxy

2010-03-22 Thread Scott Thornton
Hi, What's the name of the PMS? and who do you work for if you don't mind me asking? being in health myself... and doing cf, didn't think there where many people out there like us Scott Thornton, Centralised Billing Unit Hunter-New England Area Health Service ext: 5335

[cfaussie] CFqueryparam value's in debug output

2010-03-24 Thread Scott Thornton
site wide error template and in an email that is sent. Can any recall seeing this too? and point me in the right direction? I thought i saw it at barneyblog or the one by andy jarret but no luck... cf 9 development system, cfmx6.1 in live environment. Scott Thornton, Centralised Billing Unit Hun

RE: [cfaussie] CFqueryparam value's in debug output

2010-03-24 Thread Scott Thornton
parameters in the above statements. >>> "Steve Onnis" 25/03/2010 9:52 am >>> If you use the result argument and dump that you will get the params -Original Message- From: Scott Thornton [mailto:scott.thorn...@hnehealth.nsw.gov.au] Sent: Thursday, 25 Mar

Re: [cfaussie] First foray into ajax

2010-03-31 Thread Scott Thornton
ww.robgonda.com/ don't work,. any posts on this site about cfajax are quite old >>> Kym Kovan 23/03/2010 12:19 pm >>> On 23/03/2010 12:05, Scott Thornton wrote: > Hello, > > I have been very lazy and not delved into any ajax stuff, mostly because > I don't h

Re: [cfaussie] First foray into ajax

2010-03-31 Thread Scott Thornton
od examples, as is Dodo and moo tools. On Thu, Apr 1, 2010 at 1:26 PM, Scott Thornton < scott.thorn...@hnehealth.nsw.gov.au> wrote: > Hello, > > Checked out that page, and thought i'd look for examples before I > downaloded to see what it can do etc > > http://aja

[cfaussie] cfmamil problem

2010-04-15 Thread Scott Thornton
going wrong, and, what can I do to fix it? Scott Thornton, Centralised Billing Unit Hunter-New England Area Health Service ext: 53358 p: +61 02 498 53358 m: 0413 800 242 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this g

RE: [cfaussie] cfmamil problem

2010-04-15 Thread Scott Thornton
g initialized" The emails are in the spool folder, just not going anywhere... I might have to schedule a service restart. Scott Thornton, Centralised Billing Unit Hunter-New England Area Health Service ext: 53358 p: +61 02 498 53358 m: 0413 800 242 >>> "KNOTT, Brian"

RE: [cfaussie] cfmamil problem

2010-04-15 Thread Scott Thornton
g the correct log file, and that it is actually turned on to log in the CF Administrator. Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Scott Thornton Sent: Friday, 16 April 2010 11:34 AM To: 'cfaussie@googlegroups.com' Subj

RE: [cfaussie] cfmamil problem

2010-04-18 Thread Scott Thornton
the CF Administrator. Brian -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Scott Thornton Sent: Friday, 16 April 2010 11:34 AM To: 'cfaussie@googlegroups.com' Subject: RE: [cfaussie] cfmamil problem Hi, thanks for your reply.

[cfaussie] CF IDE

2010-05-03 Thread Scott Thornton
e fancy features of DW MX, Coldfusion Builder seemed a good fit. What do you use? Scott Thornton, Acting System Administrator Centralised Billing Unit Hunter-New England Area Health Service ext: 53361 p: +61 02 498 53361 m: 0413 800 242 -- You received this message because you are subscribed to the

Re: [cfaussie] CF9 upgrade and subscription renewal heeelllpp!!!

2010-05-06 Thread Scott Thornton
Hello, Try Vanessa at daemon 8302 4600 >>> MrBuzzy 07/05/2010 3:51 pm >>> I guess it depends where the original "subscription" came from. Don't you have that information? The client may receive an invoice to pay their subscription periodically. If it's kept up to date they are eligible for CF9

RE: [cfaussie] Trying To Connect To Exchange Server using

2010-05-12 Thread Scott Thornton
Hello Bryce, I see you are from Newcastle too.. I didn't realise the Council also used CF. Finally there is another person using CF ( outside of HNEAHS that is.) :> >>> Bryce Hoffmann 13/05/2010 11:21 am >>> Try putting the domain in front of your 'myusername' as in 'domain\myusername' Reg

[cfaussie] CF Mail problem

2010-05-16 Thread Scott Thornton
Hi, I have a bunch or mail sitting in my spool directory un-sent from over the weekend. Obviously something is not working. Is it possible to 'restart' the cfmail process without re-starting the entire CF service? This is CF MX 6.1. -- You received this message because you are subscribed

Re: [cfaussie] CF Mail problem

2010-05-16 Thread Scott Thornton
il being sent from a CF server. Cheers Kai On 17/05/2010, at 2:03 PM, Scott Thornton wrote: > Hi, > > I have a bunch or mail sitting in my spool directory un-sent from over the > weekend. > > Obviously something is not working. Is it possible to 'restart' the

Re: [cfaussie] CF Mail problem

2010-05-17 Thread Scott Thornton
ink version 9 is much the same. I wonder if they'd consider an enhancement request? >>> Kym Kovan 17/05/2010 4:58 pm >>> On 17/05/2010 16:30, Scott Thornton wrote: > Hi, > > Nothing unusual on logs > > I am, since last week. The spool checking stooped last Friday a

RE: [cfaussie] CF Mail problem

2010-05-17 Thread Scott Thornton
uot; attribute on CFMAIL. Or did you have in mind some other goal in "breaking the tie that binds"? /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On > Behalf Of Scott Thornton > Sent: Monday, May 17, 2010 6:14 PM

[cfaussie] Re: CF Mail problem

2010-05-17 Thread Scott Thornton
Hi, google searches indicate that the .restart() method might be available from 7 onwards. I am updating my servers soon to 9, so Ill see if I can implement something then.. >>> nkosi 18/05/2010 11:25 am >>> Hi Scott, I can't remember if you can get a hold of ColdFusion's server factory in C

Re: [cfaussie] OT : google group bounced emails

2010-05-18 Thread Scott Thornton
I have been yes. >>> "Steve Onnis" 19/05/2010 11:10 am >>> Is anyone else getting bounce emails from Mike Gardiner or is it just me? Steve -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaus...@googlegroups

Re: [cfaussie] CFUG Melbourne May 2010. REMINDER, POSTPONED TO NEXT WEEK

2010-05-19 Thread Scott Thornton
Hi, do you have any events on the 01-jun ? I am down that way for a meeting... I'd guess not but >>> Peter Robertson 20/05/2010 10:13 am >>> If you're attending the CFUG in Melbourne this month, please don't roll up tonight, we've postponed to next week to accommodate CogState's move and so

[cfaussie] Display XML on webpage

2010-06-06 Thread Scott Thornton
Hi, I was hoping to achieve something rather simple ( I thought), which was to display on a webpage the xml stored from within a database, in hopefully a formatted manner. The XML is stored unformatted within a database text field. When I save the following XML a text document with an .xml ext

Re: [cfaussie] Display XML on webpage

2010-06-06 Thread Scott Thornton
Thanks, however: returns: Attribute validation error for tag cfcontent. java.lang.String is not a supported variable type. The variable is expected to contain binary data. >>> Andrew Scott 07/06/2010 2:22 pm >>> Try using the cfcontent. On Mon, Jun 7, 2010 at 2:18

Re: [cfaussie] Display XML on webpage

2010-06-06 Thread Scott Thornton
07/06/2010 at 2:37 pm, in message <4c0c7794.1070...@ampersand.net.au>, >>> "m...@ampersand.net.au" wrote: How about #replace(query.xml,"<","<","all")# Dodgy I know but does it work? On 7/06/2010 2:29 PM, Scott Thornton wrote: Thanks

Re: [cfaussie] Display XML on webpage

2010-06-06 Thread Scott Thornton
Hi, I have now. it will also need special formatting to make it more readable. >>> Blair McKenzie 07/06/2010 2:50 pm >>> Have you tried the htmleditformat function? On Mon, Jun 7, 2010 at 2:44 PM, Scott Thornton < scott.thorn...@hnehealth.nsw.gov.au> wrote: > Hi,

Re: [cfaussie] Re: Odd date behaviour - CF9/SQLServer2005

2010-06-07 Thread Scott Thornton
Hi, pretty sure that collation refers to sort order. Language refers to date format however, but I could not find a server wide setting to change it. SELECT @@LANGUAGE AS 'Language Name' returns us_english in my SQL 2005 server. If the language was British it would default to dmy select * fro

Re: [cfaussie] Re: Odd date behaviour - CF9/SQLServer2005

2010-06-07 Thread Scott Thornton
alia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Tue, Jun 8, 2010 at 2:15 PM, Gavin Baumanis wrote: > Hi All, > > On Jun 8, 2:06 pm, "Scott Thornton" > wrote: &

[cfaussie] Adobe LiveCycle

2010-06-16 Thread Scott Thornton
Hi, Anyone else having trouble seeing the Adobe website http://www.adobe.com/products/livecycle/forms/ ? I have been asked to review an Analysis document for a project that includes livecycle, but am struggling to find out what it does. The costs seem quite high, and I wanted to see what it do

[cfaussie] Re: Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-19 Thread Scott Thornton
Hi, FileMon and ProcMon ( formerly from a company named SysInternals) are now owned by Microsoft. Good utilities they are. www.sysinternals.com >>> Gavin Baumanis 20/07/2010 10:22 am >>> Try stopping the CF service and any other service that might be using those files. then you should be good

RE: [cfaussie] CF8 and MSSQL 2005/2008

2010-08-15 Thread Scott Thornton
I have seen similar behaviour, I think it was with CF 8. Using the Set nocount on option seemed to help. set nocount on INSERT INTO TableName (Col1) VALUES ('foobar') SELECT @@IDENTITY AS 'NewID' Set nocount off PS: SCOPE_IDENTITY() is a better choice. You never know when your table may have

RE: [cfaussie] Database Changes

2010-08-18 Thread Scott Thornton
RIGGER [tablename_UPDATE] ON[dbo].[tablename] FOR UPDATE AS /* Author: Scott Thornton Date: 05-07-2005 Desc: For each field modified on the x table, insert a record into the Audit log table and show the value of the filed before and after the update. */ set nocount on SET DATEFORMAT DMY D

[cfaussie] csv File Import problem

2006-11-16 Thread Scott Thornton
Hi, Having a bit of a problem with a csv file import Structure is: j225,28-Sep-06,139145,66515| 65126| 65070,1799459 j225,28-Aug-06,139115,73527| 69354| 66515| 65126| 65096| 69333,L1796208 j225,01-Sep-06,139122,66515| 65096,L1796669 List element 5 ( obtained by ListGetAt(CSV_RECORD,5,"," )> sh

[cfaussie] Re: csv File Import problem

2006-11-16 Thread Scott Thornton
never mind. I looped over the line using line feed as the break, rather than carriage return line feed. sorry, >>> [EMAIL PROTECTED] 17/11/2006 10:37:38 am >>> Hi, Having a bit of a problem with a csv file import Structure is: j225,28-Sep-06,139145,66515| 65126| 65070,1799459 j225,28-Aug

[cfaussie] Find and remove a trailing slash from a path - brain fade time

2006-12-05 Thread Scott Thornton
endsWidth() ??? That is a fucntion that can't be found in my CF MX 6.1 manual. >>> [EMAIL PROTECTED] 06/12/2006 4:24 pm >>> Mike Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 --~--~-~--~~

[cfaussie] Re: (shakes fist at) adobe.com

2006-12-06 Thread Scott Thornton
Download the CFML reference in pdf format and never go back. I believe its called cfmx61_cfml_reference.zip Suppose there may be one for actionscript... >>> [EMAIL PROTECTED] 07/12/2006 10:53:00 am >>> For a company that sells web application server software... they sure have a slow site. I

[cfaussie] Re: Development Options

2006-12-20 Thread Scott Thornton
SQl Server backend MS Access front end. [EMAIL PROTECTED] 21/12/2006 7:51 am >>> Hey all, I am two careers removed from my legit coding days, but I still tinker along the edges. As such, I typically find one or two projects each year to keep my fingers in the pie. I am weighing up another

[cfaussie] Re: pdf embedding

2007-01-02 Thread Scott Thornton
Hi, I load uploaded images into a database, and display them within Crystal Reports 9. The Report I then display in pdf format. works great. Scott Thornton, Programmer Application Development Information Services and Telecommunications Hunter-New England Area Health Service p: +61 02 49213589

[cfaussie] Coldfusion and RAM

2007-01-29 Thread Scott Thornton
Hi, Is it possible to make CF MX 6.1 standard use more than approx 500meg RAM? (fusion reactor reports 505 meg.. I suspect it uses 512) Is it wise to do so? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie

[cfaussie] Coldfusion and RAM

2007-02-04 Thread Scott Thornton
should return some useful results. Cheers Joel Scott Thornton wrote: > Hi, > > Is it possible to make CF MX 6.1 standard use more than approx 500meg > RAM? (fusion reactor reports 505 meg.. I suspect it uses 512) > > Is it wise to do so? > > > > > > >

[cfaussie] OT: Javascript: Enter key form submit

2007-02-04 Thread Scott Thornton
Hi, User presses enter key, I want the form to submit with the correct button focused. My attempt does not seem to properly focus so on the action page, the button BTN_FIND is not defined. function trapEnterKey() { Key = window.event.keyCode; if (Key == 13) {

[cfaussie] Re: OT: Translation services

2007-02-04 Thread Scott Thornton
SBS tv is always advertising what you are after.. >>> "Angus Johnson" <[EMAIL PROTECTED]> 05/02/2007 11:18 am >>> Hi Guys, Has anyone had any dealings with a company that specialises in translation services? I need to to translate some content and UI resource bundles into a bunch of European la

[cfaussie] OT: Javascript: Enter key form submit

2007-02-04 Thread Scott Thornton
the same state as if the user used the mouse instead of the keyboard. Blair On 2/5/07, Adam Chapman <[EMAIL PROTECTED]> wrote: > > > Hi Scott, > > How about giving your button an id attribute.. then: > > document.getElementById("BTN_FIND").focus(); > > C

[cfaussie] Dreamweaver regular expressions

2007-02-12 Thread Scott Thornton
Hi, I need to look through my code for the INSERT INTO * WITH (NOLOCK) where the * can be any table name. Can anyone advise what the correct syntax may be? ta, Scott Thornton, Programmer Application Development Information Services and Telecommunications Hunter-New England Area Health

[cfaussie] Dreamweaver regular expressions

2007-02-12 Thread Scott Thornton
you have indenting etc in the sql then: /INSERT\s*INTO\s*[^\s]*\s*WITH\s*(NOLOCK)/ Blair On 2/13/07, Scott Thornton <[EMAIL PROTECTED]> wrote: > > > Hi, > > I need to look through my code for the INSERT INTO * WITH (NOLOCK) where > the * can be any table name. > > Can

[cfaussie] Dreamweaver regular expressions

2007-02-13 Thread Scott Thornton
thanks for all advice. I will look into agent ransack, and agree its about time I tried Eclipse again ( it was my inability to use the search in the first place that stopped me using). cheers, --~--~-~--~~~---~--~~ You received this message because you are sub

[cfaussie] Dreamweaver regular expressions

2007-02-14 Thread Scott Thornton
Hmm, The regular expression below does not work for me. Using Agent ransack there is a Test option. It doesn't work with the test phrase: INSERT INTO MY_TABLE_NAME WITH (NOLOCK) Oh well. Scott Thornton, Programmer Application Development Information Services and Telecommunications H

[cfaussie] Using a MS SQL 2000 64bit datasource

2007-02-14 Thread Scott Thornton
Hi, A database I connect to is being migrated to the above. I've connected to and tested my stored procedures etc, but wondered if anyone has encountered any problems \ gotchas when connection to a 64 bit edition of MS SQL? I imagine that there should not be anything, and I can't seem to find

  1   2   3   4   >