[cfaussie] cfform flash : close window

2006-10-12 Thread AJ Mercer
I am after a way to close a pop-up window from a button in a cfform/flash.This is throwing a spanner in the wors cfinput type=button name=cacelButton value=Cancel window.close(); thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[cfaussie] Re: cfform flash : close window

2006-10-12 Thread AJ Mercer
name=cacelButton value=Cancel window.close()') hthPat On 10/13/06, AJ Mercer [EMAIL PROTECTED] wrote: I am after a way to close a pop-up window from a button in a cfform/flash.This is throwing a spanner in the wors cfinput type=button name=cacelButton value=Cancel window.close(); thx

[cfaussie] Re: Encrypted Source

2006-10-13 Thread AJ Mercer
as I understand it, coldfusion will be running the p-code, that is, it wont be compiling from the source each time it is run, and therefore will not need the password..On 10/13/06, Dale Fraser [EMAIL PROTECTED] wrote: Peter, I used that tool. It is a customer's source

[cfaussie] Re: MySQL Query Statement Syntax

2006-10-15 Thread AJ Mercer
does it make a difference if you put quotes arounf the value param?cfqueryparam cfsqltype=cf_sql_integer value=#CheckCandidate.CandidateID# /On 10/11/06, cfgroupie [EMAIL PROTECTED] wrote: Hey Guys,I have started a project which require me of using MySQL. I have usedit once before but I found a

[cfaussie] maximum length of CGI.query_string

2006-10-22 Thread AJ Mercer
does any one know if ColdFusion has a maximum size limit on a cgi.query_string? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com To

[cfaussie] Re: maximum length of CGI.query_string

2006-10-23 Thread AJ Mercer
://classicasp.aspfaq.com/forms/what-is-the-limit-on-querystring/get/url-parameters.html HTHbarry.bOn 10/23/06, AJ Mercer [EMAIL PROTECTED] wrote: does any one know if ColdFusion has a maximum size limit on a cgi.query_string? --~--~-~--~~~---~--~~ You received this message because you

[cfaussie] cfdocument - css - background images

2006-10-29 Thread AJ Mercer
Any one had any luck with using background images via css in cfdocument?The image is showing up, but it is way too big.I have tried png, jpg and gif.running on 701, but have also tested on 702 - only with png #header1 { width: 728px; height: 49px; background: transparent

[cfaussie] cfdocument - client file name

2006-11-01 Thread AJ Mercer
Is it possible to give a pdf created by cfdocument a filename that will be used by the client when they click save or email as attachment?At the moment, the save option comes up the the ColdFusionscript name with .cfm replaced with .pdf. The email as attachment option just puts it the cf script

[cfaussie] Re: cfdocument - client file name

2006-11-01 Thread AJ Mercer
/ cfcontent type=application/pdf file=pathto/filename.pdf deletefile=true / Regards Dale Fraser http://dale.fraser.id.au From: cfaussie@googlegroups.com [mailto: cfaussie@googlegroups.com] On Behalf Of AJ Mercer Sent: Thursday, 2 November 2006 14:38 PM To: cfaussie@googlegroups.com

[cfaussie] Re: cfdocument - client file name

2006-11-02 Thread AJ Mercer
I want to be able to open the PDF in the browser (not prompted to save as download).When they click on the save button in the acrobat tool bar, it currently names the file after the ColdFusion script - in your example ( download.cfm) it would name the file download.pdfIf the email button is

[cfaussie] Re: cf developer edition

2006-11-07 Thread AJ Mercer
...and it is the first two IPs in after the cf service is started.On 11/8/06, Dale Fraser [EMAIL PROTECTED] wrote: There is a 30 day trial version as well as the developer version. http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusionloc=en%5Fus I believe the

[cfaussie] any rewrite regex gurus out there - little help please

2006-11-09 Thread AJ Mercer
I have the following rule RewriteRule ^/(?i)search/([^/]+)/([^/]+) /Search.cfm?Region=$1subRegion=$2that works fine for the following http:://mysite.com/search/Bunbury/HarveyHowever, it all falls apart for regions like 'Kalgoorlie/Boulder' as the URL becomes

[cfaussie] Re: javascript question :: select default value

2006-11-16 Thread AJ Mercer
/// Regards Steve Onnis -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ Mercer *Sent:* Thursday, 16 November 2006 7:09 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] javascript question :: select

[cfaussie] Re: Flash Remoting

2006-11-16 Thread AJ Mercer
thanks for you suggestions guys. I was thinking that perhaps the would be an equivalent of an input's defaultValue for select. How does the input type=reset work? On 11/16/06, Dale Fraser [EMAIL PROTECTED] wrote: Yep, Good stuff had to change the CFC to return an array, as the flash

[cfaussie] Re: CFFLUSH using script

2006-12-04 Thread AJ Mercer
is the 404 redirect getPageContext().getLost().flush(); :-P On 12/5/06, Pat [EMAIL PROTECTED] wrote: getPageContext().getOut().flush(); On Dec 5, 11:09 am, Andrew Scott [EMAIL PROTECTED] wrote: Only if you write a wrapper for it Steve Andrew Scott Senior Coldfusion Developer

[cfaussie] domain registration pricing

2006-12-07 Thread AJ Mercer
I was having a look at a few place to register a .com.au domain and saw that pricing from two years varies from $27.95 - $140 Why is there such a big difference? Is there something dodgey about the cheaper ones?? -- If you are not living on the edge, You are taking up too much space.

[cfaussie] day light saving

2006-12-07 Thread AJ Mercer
Perth just switched over to daylight saving over the weekend. We have applied the MS patch so we get the option of checking day light saving for our timezone - and the clocks are displaying correctly. However, in coldfusion, #now()# is one hour out?? I have bound the cf application service - no

[cfaussie] rewrite rule - create unique rule

2006-12-13 Thread AJ Mercer
Is it possible with rewrite rules ( I am using Ionic's isapi ) to append something to the mapped URL to make it unique - something like a timestamp? -- If you are not living on the edge, You are taking up too much space. --~--~-~--~~~---~--~~ You received this

[cfaussie] Re: Apache 2.2 ColdFusion Windows

2006-12-19 Thread AJ Mercer
there is a hot fix to make CFMX 7 run on apache 2.2 (win and linux) This is the error when trying to start apache after the cfmx install: Cannot load C:/jrun4/lib/wsconfig/1/mod_jrun20.so into server: The specified module could not be found. This is the fix:

[cfaussie] cflocation :: addtoken

2007-01-14 Thread AJ Mercer
Would I be correct is saying that if a site has the following cfapplication set up, that cflocation does not need addtoken=YES as it is not using cookies? cfapplication name=DEV clientmanagement=no sessionmanagement=yes sessiontimeout=#CreateTimeSpan(0, 1, 0, 0)#

[cfaussie] Re: cflocation :: addtoken

2007-01-14 Thread AJ Mercer
should have show that this code is directly after cfappliaction cflock scope=SESSION type=READONLY timeout=5 cfcookie name=CFID value=#SESSION.CFID# cfcookie name=CFTOKEN value=#SESSION.CFTOKEN# /cflock On 1/15/07, AJ Mercer [EMAIL PROTECTED] wrote: Would I be correct is saying

[cfaussie] process keeps running is user doesn't respond to PDF dialog

2007-01-15 Thread AJ Mercer
I have a process which creates a PDF (with cfdocument) and pushes it out to the client using the code below. It all works great, until... If in IE (6 7) if you don't click one of the buttons (open/save/cancel) is the File Down dialog, the process keeps running on the coldfusion server - been

[cfaussie] Re: working with dates in CF

2007-01-28 Thread AJ Mercer
try using lsdateformat(payment_date, dd-mmm-yy) this relies on the region setting of the server been set to Australia or you can use setLocal On 1/28/07, claude raiola [EMAIL PROTECTED] wrote: hi al I have the following date that I need to specify in my code cfset

[cfaussie] Re: [qld.cfug] Feb. meeting held over: A Valentines day massacre!

2007-02-12 Thread AJ Mercer
The 'bring your partner to the cf user group meeting' doing go down will in WA either :-) We must have more romantics over here - we bumped our meeting 3 weeks ago. On 2/13/07, Barry Beattie [EMAIL PROTECTED] wrote: sometimes you just can't win. it sure looked like a good idea changing the

[cfaussie] Re: CF and .NET (Followup).

2007-02-22 Thread AJ Mercer
hehe. I am going to get me some jaffas to throw :-) On 2/23/07, Mark Stanton [EMAIL PROTECTED] wrote: Hmm time to get me some popcorn and settle in for a few hours of quality entertainment. On 2/23/07, Darren Tracey [EMAIL PROTECTED] wrote: Scott As our local Microsoft rep, I

[cfaussie] Re: CFCHART not displaying in browser

2007-02-25 Thread AJ Mercer
I had some issue in 6.1 and was told that an extra slash before CFIDE fixed the issue. Here was my work around for that cfsavecontent variable=fixChart cfchart format=flash ... cfchartseries.../cfchartseries /cfchart /cfsavecontent cfset fixChart = replace(fixChart,

[cfaussie] Re: ColdFusion Hosting

2007-03-01 Thread AJ Mercer
Check out http://www.fasthit.com.au/ They have been good for me. On 3/2/07, Allan Browning [EMAIL PROTECTED] wrote: HI, Are there any recomendations for coldfusion (MX 7) hosting in Australia. -- If you are not living on the edge, You are taking up too much space.

[cfaussie] Re: application.cfc and currentTemplatePath

2007-03-08 Thread AJ Mercer
try this function *GetBaseTemplatePath() * On 3/8/07, Taco Fleur [EMAIL PROTECTED] wrote: Hi all, I'm using one main application.cfc in the main folder (CFMX7) and am extending that cfc in sub folders, the main cfc has the function currentTemplatePath in it, but when called through an

[cfaussie] return error code to browser

2007-03-13 Thread AJ Mercer
I would like to return an error code to the browser that will be trapped by JavaScript. This is what I have at the moment - but doesn't seem to be doing what I am after cfif ErrorOfSomeSort cfheader statuscode=400 statustext=Bad Request / cfabort / /cfif Any suggestions would be greatly

[cfaussie] Re: return error code to browser

2007-03-13 Thread AJ Mercer
will make it look nice for the user. Take this further, if(errorHappened){ redirectToErrorPage(reason) } is more what I would do. AJ Mercer wrote: I would like to return an error code to the browser that will be trapped by JavaScript. This is what I have at the moment

[cfaussie] Re: return error code to browser

2007-03-13 Thread AJ Mercer
The flash applet recognizes this one cfheader statuscode=404 statustext=Not Found / I think I can live with that for now. On 3/14/07, AJ Mercer [EMAIL PROTECTED] wrote: The error is raised in ColdFusion and returned to the browser and trapped Actually, it is a flash object that is making

[cfaussie] Re: ADMIN: Job Posts to CFAUSSIE are not appropriate

2007-03-28 Thread AJ Mercer
They are in Perth! Really something to watch how these are made. Are if you lucky you get free samples :-) Hmmm, cndy On 3/29/07, Karen Johnstone [EMAIL PROTECTED] wrote: http://www.roccandy.com/ (link from a previous year's pack anyway) Thanks, kj

[cfaussie] Re: Web Version Control

2007-03-29 Thread AJ Mercer
here is a neat article on setting up subversion with apache web server http://www.trajiklyhip.com/blog/index.cfm/2007/3/12/Configuring-a-Development-Environment-with-Apache-Subversion-TortoiseSVN-and-Subclipse On 3/30/07, Haikal Saadh [EMAIL PROTECTED] wrote: So yeah, if you deploy

[cfaussie] CF8 :: Australian Tour?

2007-04-09 Thread AJ Mercer
Hi, Does any one know if anything will be happening in Australia to promote the CF 8 release? Mr Forta is touring the US of A http://www.adobe.com/products/coldfusion/events/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] mail a friend protocol

2007-04-16 Thread AJ Mercer
We have a web site that has 'mail a friend' option that will send the details of the page they are looking at to their friend(s) Currently, I have it set up such that the email address will be that of the person sending it. This has caused a licensing issue on our mail server - too many email

[cfaussie] Re: mail a friend protocol

2007-04-16 Thread AJ Mercer
thanks - that article was very helpful. On 4/17/07, Haikal Saadh [EMAIL PROTECTED] wrote: From Horse's Mouth: http://www.openspf.org/Best_Practices/Webgenerated AJ Mercer wrote: We have a web site that has 'mail a friend' option that will send the details of the page they are looking

[cfaussie] Re: Request VS Application Scope

2007-04-23 Thread AJ Mercer
as I understand it, the VARIABLES scope is only available to the current template if you don't specify a scope, it ends up in the VARIABLES scope. I think the THIS scope for CFCs is limited to the CFC On 4/23/07, Andrew Scott [EMAIL PROTECTED] wrote: Actually that is not true... All

[cfaussie] OT: Subversion

2007-04-24 Thread AJ Mercer
Hi Fusioneers, I have finally set up a subversion server and have imported the web site. Just want to get an idea of how people go about bug fixes and then deploying them. As I understand it, you make branches for major work that may break the site, and minor bug fixes stay in the trunk. But

[cfaussie] Re: OT: Subversion

2007-04-24 Thread AJ Mercer
I think this is what I am after http://ariejan.net/2006/11/22/svn-how-to-fix-bugs-properly/ Basically, it say to create a pre and psot bug fix tag, then merge changes from pre to post into the trunk. On 4/24/07, AJ Mercer [EMAIL PROTECTED] wrote: Hi Fusioneers, I have finally set up

[cfaussie] Re: OT: Subversion

2007-04-24 Thread AJ Mercer
, AJ Mercer wrote: Hi Fusioneers, I have finally set up a subversion server and have imported the web site. Just want to get an idea of how people go about bug fixes and then deploying them. As I understand it, you make branches for major work that may break the site, and minor bug fixes

[cfaussie] Re: OT: Subversion

2007-04-24 Thread AJ Mercer
I would fire your ass for mentioning it. If you have any further questions I am glad to help. On 4/24/07, AJ Mercer [EMAIL PROTECTED] wrote: Thanks Everyone - starting to get it a bit more now. Getting stuff into subversion is easy - getting it out is a bit more trickier than I

[cfaussie] Re: OT: Subversion

2007-04-26 Thread AJ Mercer
If you SWITCH between the trunk and branches with out doing a commit, wont you loose your changes? On 4/25/07, Andrew Scott [EMAIL PROTECTED] wrote: Peter, At least with my expereince and knowledge I earn more than $21 an hour. I also did say it will open a debate... The reason being is

[cfaussie] Subversion - ignore Application.cfm

2007-04-26 Thread AJ Mercer
Can some one please explain how I go about setting up Subversion to ignore Application.cfm? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to

[cfaussie] Re: Subversion - ignore Application.cfm

2007-04-26 Thread AJ Mercer
is something simialt but I don't use it as the current version crashes Vista far to much. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ

[cfaussie] Re: Subversion - ignore Application.cfm

2007-04-26 Thread AJ Mercer
4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ Mercer *Sent:* Friday, 27 April 2007 12:23 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Subversion - ignore Application.cfm I am using Eclipse (Aptana) and the Add

[cfaussie] ColdFusion User Group - Western Australia :: New meeting night

2007-05-01 Thread AJ Mercer
Hi, the cfug-wa meetings are now held on the 4th Tuesday of the month - next meeting will be 22nd May 2007. See web site for more details and to sign up for the mail list http://cfugwa.com/ Regards Andrew Mercer User Group Manager --~--~-~--~~~---~--~~ You

[cfaussie] oracle plugin for eclipse

2007-05-01 Thread AJ Mercer
Does anyone know of / recommend an Eclipse plugins for database browsing / running sql type of thing that can connect to Oracle? Cheers Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post

[cfaussie] Aptana - updating eclipse to 3.2

2007-05-01 Thread AJ Mercer
Hi, Is any one using Aptana? Do you know how to update eclipse to 3.2 (currently it is 3.1) It looks line if you have eclipse 3.2 you can install the Aptana plugin so it is supported. Just not sure about how to do it the other way. Or should I just use Eclipse with the Aptana plugin instead?

[cfaussie] Re: Aptana - updating eclipse to 3.2

2007-05-01 Thread AJ Mercer
personally prefer the installed version of Aptana. On 5/2/07, AJ Mercer [EMAIL PROTECTED] wrote: Hi, Is any one using Aptana? Do you know how to update eclipse to 3.2 (currently it is 3.1) It looks line if you have eclipse 3.2 you can install the Aptana plugin so it is supported

[cfaussie] Re: Aptana - updating eclipse to 3.2

2007-05-01 Thread AJ Mercer
I hope no-one if viewing my download logs today :-} Maybe it would have been cheaper to get the TOAD (oracle tool) license - nah, what was I thinking On 5/2/07, Barry Beattie [EMAIL PROTECTED] wrote: I'd completely forgotten about the GEF dependency. I think that's what pushed me into 3.2

[cfaussie] Re: Aptana - updating eclipse to 3.2

2007-05-02 Thread AJ Mercer
Yeee Har! removes safety harness It is all working removes crash helmet What a rush man :-D Elipse 3.2 / GEF 3.2 / QuantumDB / oracle JDBC +cfEclipse 1.3 +Aptana Now I am ready to start doing some work But maybe a coffee first Then it will be time to go home OK, so first thing tomorrow I will

[cfaussie] Subversion - import / checkout

2007-05-02 Thread AJ Mercer
Back with another subversion question :- I have a website that I want to put into source control - subversion So to put it in I use the svn import To started versioning the code, I have to check it out to a working directory - but what if the directory I imported it from IS the working

[cfaussie] Re: Subversion - import / checkout

2007-05-02 Thread AJ Mercer
for you. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ Mercer *Sent:* Thursday, 3 May 2007 11:30 AM *To:* cfaussie

[cfaussie] Re: Subversion - import / checkout

2007-05-02 Thread AJ Mercer
This does indeed seem like what I am after but... It wants to create a folder - I want it to go straight into the trunk. I have set up my repository like http://svn.myServer.net:81/myProject/trunk/ It looks like this process will end up creating this

[cfaussie] Re: Subversion - import / checkout

2007-05-02 Thread AJ Mercer
Actually, cancel that I clicked on browse which brought up a dialog with my repository - I clicked trunk It came back with trunk\new folder I deleted new folder I have now got to the next step - commit comment... On 5/3/07, AJ Mercer [EMAIL PROTECTED] wrote: This does indeed seem like what I

[cfaussie] Re: Subversion - import / checkout

2007-05-02 Thread AJ Mercer
Mercer *Sent:* Thursday, 3 May 2007 12:44 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Subversion - import / checkout Doh! Folder trunk/ already exisits in repository You must specify a folder name that does not already exist On 5/3/07, *AJ Mercer* [EMAIL PROTECTED

[cfaussie] Re: Subversion - import / checkout

2007-05-02 Thread AJ Mercer
8676 4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ Mercer *Sent:* Thursday, 3 May 2007 12:53 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Subversion - import / checkout OK - doing that now I thought

[cfaussie] coldfusion tags in a string

2007-05-04 Thread AJ Mercer
I am building up an SQL string and what to include cfquery params in it. If I do a cfdump of the variable I see the string with the cfqueryparam tags But if I just put the variable in a cfmail, or more importantly a cfquery, the cfqueryparam tags disappear altogether - like they were never they.

[cfaussie] Re: coldfusion tags in a string

2007-05-04 Thread AJ Mercer
I am using cfparam for database optermisation - param binding There is some funky stuff going on in the application that generates sql - not my design, but I have to work with it. So back to the question, can cf tags be put in a string to be used in another tag later? On 5/4/07, Peter

[cfaussie] Re: coldfusion tags in a string

2007-05-04 Thread AJ Mercer
Thanks for the explanation Adam. Back to the drawing board... This looks interesting http://mkruger.cfwebtools.com/index.cfm?mode=aliasalias=no_cfqueryparam http://mkruger.cfwebtools.com/index.cfm?mode=aliasalias=binding_oracle eg cfquery name=getUser datasource=#dsn# DECLARE @param1

[cfaussie] Re: cf web service caching

2007-05-11 Thread AJ Mercer
in the cfide/administrator in data services - web services you can delete the entry I think there is a way to do it using the cf admin api - but probably not supported. On 5/11/07, skateboard.com.au [EMAIL PROTECTED] wrote: Hi Guys It appears CF caches web service definitions (after you

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-24 Thread AJ Mercer
if you have got eclipse, check out quantum.sourceforge.net On 5/24/07, Mark Mandel [EMAIL PROTECTED] wrote: I've used toad in the past, but now I'm on Ubuntu, I may have a hunt around Mark On 5/24/07, M@ Bourke [EMAIL PROTECTED] wrote: Just briefly what clients do people use for

[cfaussie] Re: Oracle Express vs Oracle?

2007-05-24 Thread AJ Mercer
On 5/24/07, AJ Mercer [EMAIL PROTECTED] wrote: if you have got eclipse, check out quantum.sourceforge.net On 5/24/07, Mark Mandel [EMAIL PROTECTED] wrote: I've used toad in the past, but now I'm on Ubuntu, I may have a hunt around Mark On 5/24/07, M@ Bourke [EMAIL

[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-25 Thread AJ Mercer
You and I know it is a load of crap. But when my manager reads it he is going to think I am the one dishing out the B.S, not the 'reputable' magazine :-( On 5/25/07, Dale Fraser [EMAIL PROTECTED] wrote: I'm not sure this is a good thing, Sounds like a shortage of people, but this problem

[cfaussie] Re: Here We Go!

2007-05-29 Thread AJ Mercer
http://ray.camdenfamily.com/index.cfm/2007/5/29/Adobe-releases-public-release-candidate-of-ColdFusion-8--AKA-Scorpio#comments On 5/30/07, Andrew Scott [EMAIL PROTECTED] wrote: Well I signed up via that webpage last year, and even have one of those desktop wallpapers on my computer for the

[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-29 Thread AJ Mercer
I really hope Adobe gets behind CF8 and seriously promotes it. And I don't just mean in CF forums/lists or user groups, I mean in the real world - popular press (IT CEO mags). And I think getting it into Unis and TAFEs world be fantastic too - push out some CF graduates. On 5/30/07, Barry

[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-05-30 Thread AJ Mercer
surely that is a hardware issue :-) On 5/30/07, Barry Beattie [EMAIL PROTECTED] wrote: And I think getting it into Unis and TAFEs world be fantastic too - push out some CF graduates. not so sure that's a good thing... Q: how many students does it take to change a light bulb? A:

[cfaussie] Re: CFMAIL sending to multiple addresses through the query

2007-05-30 Thread AJ Mercer
Just to verify, to my mind, it would not make any difference in terms of network traffic (number of emails going out) in either method - no? 1 email with 100 CCs Vs 101 separate emails (1 for the TO) On 5/31/07, Andrew Scott [EMAIL PROTECTED] wrote: Very bad idea... First of all you only

[cfaussie] CF Report Builder

2007-05-31 Thread AJ Mercer
Do you need to install the report builder on the cf server to be run the reports (cfr)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com

[cfaussie] Re: Should We Be Disapointed?

2007-05-31 Thread AJ Mercer
Is anyone from Adobe Australia on this list? I asked them the last time they were in Perth if they would be doing anything with the user groups to promote the release. On 6/1/07, M@ Bourke [EMAIL PROTECTED] wrote: I'll be disappointed if this doesn't end up being the most significant

[cfaussie] Re: Should We Be Disapointed?

2007-05-31 Thread AJ Mercer
http://www.adobe.com/aboutadobe/contact.html Adobe Systems Pty. Ltd. Level 4, 67 Albert Avenue Chatswood, NSW 2067 Australia Tel: 1 800-504-971 On 6/1/07, Dale Fraser [EMAIL PROTECTED] wrote: Is there an Adobe Australia J Regards Dale Fraser http://dalefraser.blogspot.com

[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread AJ Mercer
Ping from Perth On 6/1/07, Matt Voerman [EMAIL PROTECTED] wrote: Hi Guys, Just a quick note to let you guys know that we at the Adobe Australia office haven't forgotten about you, and do monitor this (and several other) lists on a regular basis. We have a couple of Community related irons

[cfaussie] User Group Headcount for cfaussie

2007-06-01 Thread AJ Mercer
Hi UG Managers, How about doing a poll of your members and find out how many subscribe to cfaussie? We can then present this back to Adobe Australia and say that Matt's headcount probably represents about n% of CF developers --~--~-~--~~~---~--~~ You received

[cfaussie] Re: Application object

2007-06-06 Thread AJ Mercer
had the application already been run before you added the create object? If so, you will need to restart the application (or bounce the CF service) so the OnApplicationStart function gets executed On 6/7/07, George Lu [EMAIL PROTECTED] wrote: Hi, I create an object in Application.cfc and put

[cfaussie] Re: Application object

2007-06-06 Thread AJ Mercer
Hi George, I think you are after something more like this: cffunction name=OnApplicationStart cfset Application.surveyDAO = createObject(component, variables.componentPath .components.surveyDAO).init(variables.dsn) / cfset Application.hrSurveyObj = CreateObject(component,

[cfaussie] Re: Application object

2007-06-06 Thread AJ Mercer
= createObject(component, intranet.hr.survey.components.surveyDAO).init(HR) / /cfif in the event the object is not initialised. On 07/06/07, AJ Mercer [EMAIL PROTECTED] wrote: As per A.S. loose (delete/remove/cut/destroy) these lines in onRequestStart cfset

[cfaussie] Re: Application object

2007-06-06 Thread AJ Mercer
updateapp=1 as the old version will still be there. On 6/7/07, George Lu [EMAIL PROTECTED] wrote: But I've been told if I change the object in cfc I have to init the object again in myPage.cfm so the change'll happen. Is that true? On 07/06/07, AJ Mercer [EMAIL PROTECTED] wrote

[cfaussie] Re: Application object

2007-06-06 Thread AJ Mercer
in OnApplicationStart function then it's available in every page. If the object is changed or a new object is created after app start then we need to reinitialise/initialise it using something like http://mysite/?updateapp=true. On 07/06/07, AJ Mercer [EMAIL PROTECTED] wrote: any code inside

[cfaussie] Re: Coldfuson is dead - why did no one tell me

2007-06-07 Thread AJ Mercer
up a solid foundation and this will be ignored. On 5/25/07, AJ Mercer [EMAIL PROTECTED] wrote: You and I know it is a load of crap. But when my manager reads it he is going to think I am the one dishing out the B.S, not the 'reputable' magazine

[cfaussie] Re: cfdocument stops working with update to CF 7.0.2

2007-06-07 Thread AJ Mercer
how about trying it as a flash paper instead of PFD? reboot possible? On 6/8/07, Kai [EMAIL PROTECTED] wrote: Hi Dale thx, had tried that before, didn't make any difference. Cheers Kai Try this cfdocument fontembed=no Regards Dale Fraser -- If you are not living on

[cfaussie] Re: Aptana - updating eclipse to 3.2

2007-06-11 Thread AJ Mercer
] *On Behalf Of *AJ Mercer *Sent:* Tuesday, 12 June 2007 12:29 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Aptana - updating eclipse to 3.2 I have finally got around to getting SQL Explorer plugin for Eclipse working after ready some more raves about it. After the plugin

[cfaussie] Re: Server Virus Software

2007-06-15 Thread AJ Mercer
I would be interest to know if the scanning of incoming files includes files uploaded to the server by a web browser or ftp client. On 6/16/07, Dale Fraser [EMAIL PROTECTED] wrote: What Virus software are people using to run on Windows 2003 based servers. Looking for some recommendations

[cfaussie] Re: oracle plugin for eclipse

2007-06-18 Thread AJ Mercer
compliant so should work with any database with JDBC drivers. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *AJ Mercer *Sent:* Wednesday

[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread AJ Mercer
How about this for some conspiracy theory: Derision is Andrew Scott So when people reply to Derision say 'right on brother' or 'yeah, that guy is a total #$%^' Andrew would have the last laugh Though I think people are making their opinions of him publicly known Now I am off to read his posts

[cfaussie] Re: ColdFusion Survey

2007-06-28 Thread AJ Mercer
] *On Behalf Of *AJ Mercer *Sent:* Friday, 29 June 2007 10:58 AM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: ColdFusion Survey How about this for some conspiracy theory: Derision is Andrew Scott So when people reply to Derision say 'right on brother' or 'yeah, that guy

[cfaussie] Re: Should I Purchase Enterprise

2007-06-29 Thread AJ Mercer
Would getting the full J2EE JRun server be of any benefit to you? This may not be a very good example, but illustrates what is possible I installed C* 8 as a multi-server configuration. In JRUN created a new application server Then dropped in the Railo 2 war I am hoping to get some time on the

[cfaussie] Re: VOT: Where Is AS

2007-06-29 Thread AJ Mercer
You think *that* will be the last word on the subject?? On 6/29/07, Scott Barnes [EMAIL PROTECTED] wrote: As the farmer once said to the pig.. That'll do pig.. that'll do... I think Andrew got the point today and how about we nod, smile and move forward - end the humiliation that which is

[cfaussie] Re: CFLocation stopped working

2007-06-30 Thread AJ Mercer
Does the page have a cfflush on it - that will kill cflocation. On 6/30/07, Mike Kear [EMAIL PROTECTED] wrote: ok, just to add confusion to what i felt sure was a problem with cflocation, i created a page with nothing on it but a cflocation tag and it worked just fine. Damn. And i

[cfaussie] Re: Function local variables scope

2007-07-03 Thread AJ Mercer
is it VARIABLES or is that something completely different? On 7/3/07, Chris Velevitch [EMAIL PROTECTED] wrote: On 7/3/07, Dale Fraser [EMAIL PROTECTED] wrote: There is no local scope, what are you referring to. I'm inside a function and I want to cfdump the functions local scope.

[cfaussie] Re: Function local variables scope

2007-07-03 Thread AJ Mercer
] *On Behalf Of *AJ Mercer *Sent:* Tuesday, 3 July 2007 4:48 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Function local variables scope I just created a cfm page with cfset message = hello, world / cfdump var=#VARIABLES# / and get *struct* MESSAGE hello, world So

[cfaussie] Re: CFLocation stopped working

2007-07-05 Thread AJ Mercer
then install Ray's coldfire - adds a ColdFusion tab in firebug to show all CF debugging http://coldfire.riaforge.org/ On 7/5/07, Andrew Scott [EMAIL PROTECTED] wrote: So does fireBug, with the added benefits of JS debugging, CSS editing all live in the browser, console for dumping JS

[cfaussie] Re: [OT] full-text index vs. wildcards

2007-07-06 Thread AJ Mercer
would you need a Astrix both sizes of 'eagle'? freetext(companyName, '*eagle*') On 7/6/07, Brett Payne-Rhodes [EMAIL PROTECTED] wrote: Sure... select companyName, companyState from companyDetails where freetext(companyName, 'eagle*') and companyState = 'WA' order by companyName

[cfaussie] Re: CFHTTP Resolving Host Names

2007-07-08 Thread AJ Mercer
I have always had to restart ColdFusion to pick up changes to the host file On 7/8/07, MrBuzzy [EMAIL PROTECTED] wrote: Hmmm... HOSTS should work, it has for me. On windows you might need to ipconfig /flushdns CF also caches the names, or at least it used to (?). It might need a kick over.

[cfaussie] Re: CF8 Bug with ReportBuilder

2007-07-11 Thread AJ Mercer
The reports run on whatever can run coldfusion the report is pushed out to the browser like any other CF page. On 7/11/07, Andrew Scott [EMAIL PROTECTED] wrote: They should the engine is using jasperReports, and is written in Java. Andrew Scott Senior Coldfusion Developer Aegeon Pty.

[cfaussie] Re: [OT] Project sign off and charging for bugs

2007-07-15 Thread AJ Mercer
The last company I worked for had a 3 month warranty for those sort of bug fixes that some how slipped through testing - sometimes the production environment throws weird stuff at you. Then they had an option of paying for a maintenance support - think that was 10% of the project cost. On

[cfaussie] Re: CF8 Release Date Rumor

2007-07-17 Thread AJ Mercer
Dale, Please tell me you are going to buy CF8 the minute it hits the stores Or have you got a lot of money riding on this?? On 7/17/07, christophe albrech [EMAIL PROTECTED] wrote: I've heard this twice now, but from no one I know to be reliable That means Peter, yeah? Tof On

[cfaussie] Re: CF8 free upgrade (buy cfmx7 now or wait?)

2007-07-26 Thread AJ Mercer
so long as they don't hold out for 08/08/08 And the good thing about the 08/08 date is it wont matter how you display your dates :-) [MM/DD | DD/MM] Was there this much excitement for v7? On 7/27/07, Dale Fraser [EMAIL PROTECTED] wrote: But he says Official And their site doesn't, thus

[cfaussie] Re: CFFILE writing to network

2007-07-27 Thread AJ Mercer
I think it is because the mapping is for the logged in session - not the computer per se On 7/27/07, Taco Fleur [EMAIL PROTECTED] wrote: Thanks a million! Wonder why the mapping doesn't work... Anyways, thanks... On 7/27/07, AJ Mercer [EMAIL PROTECTED] wrote: maybe try a UNC path

[cfaussie] Re: Adobe Nails Coldfusion Cofin

2007-07-29 Thread AJ Mercer
the 'whole world' is shocked?? On 7/30/07, Dale Fraser [EMAIL PROTECTED] wrote: http://dalefraser.blogspot.com/2007/07/adobe-nails-coldfusion-cofin.html Regards Dale Fraser http://dalefraser.blogspot.com --~--~-~--~~~---~--~~ You received

[cfaussie] Re: Strange FIX() behaviour

2007-08-12 Thread AJ Mercer
If you do a NumberFormat of cents you get 994.9 #NumberFormat(cents), '999.999')# On 8/13/07, Steve Onnis [EMAIL PROTECTED] wrote: Its from a shopping cart form Basically what I wanted to do was stop people sending decimal values more than 2 points. The examples of the

  1   2   3   >