Re: FCK Editor Issue

2008-02-17 Thread Michael Bramwell
Check your dir permissions. Mike. Bruce Sorge wrote: > Good morning/afternoon everyone. > So I pretty much have my FCK Editor working on our site but one issue > is still puzzling me. When I try to load a document (word doc in this > case), I get an error invalid file. I updated the config.js

Re: Beyond Captcha

2008-02-11 Thread Michael Bramwell
CFFormProtect looks pretty thorough, I have up until now used just one of the techniques formProtect uses; the hidden form field method rather then using captcha, seems to do the job for the most part. Mike. Billy Cox wrote: > My primary objection to captcha is that it adds speed bumps to the u

SetLocale problems

2007-11-09 Thread Michael Bramwell
Hi, I have been using the SetLocale function successfully on a xp box running CF8 dev edition. However the exact same code is not changing the output language when it is run on a linux box using CFMX 6.1. Heres the code: Month text is being outputted using monthasstring() function. Anyone com

Stumped on outputting a report

2007-07-26 Thread Michael Bramwell
Hi All, I am trying to output a report from a query. The report basically needs to list for each month the number of people seen per doctor. e.g ClientJan, Feb, Mar, April, May Jun, Jul, Aug, Sept, Oct, Nov, Dec Doctor A- 0,0,12,40, 0,12, 50,20, 25,0,

Re: cfEclipse :: Find closing tag

2007-06-05 Thread Michael Bramwell
Hi AJ, Ctrl + M Mike. On 6/5/07, AJ Mercer <[EMAIL PROTECTED]> wrote: > Can cfEclipse find closing tags? > > So if I select it will find for me > > TIA > > > ~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into

Re: Calling Oracle Stored Procedures from CF

2005-12-08 Thread Michael Bramwell
Thanks to James, Tanguy, Andrew and Deanna for your help. It appears that the explicit cursor is the way to go. Now Ive got the procedure working it appears that the jdbc thin driver is not up to the job when calling the sp's from cf. Goddang. Michaelb. - Original Message - From: "Jame

Calling Oracle Stored Procedures from CF

2005-12-07 Thread Michael Bramwell
Hi I am having troubles getting even basic Oracle sp's to call from my coldfusion pages. Heres the procedure: CREATE OR REPLACE PROCEDURE selRandomQuestionIDs() AS IS BEGIN SELECT quizQuestionID, RANDOM_ORDER FROM random_number WHERE rownum <= 20 END; Heres the call: BEGIN selRa

Re: OT: Disabling Flash Links

2005-10-10 Thread Michael Bramwell
The only way I have overcome this is by getting the client to put in the tracking link within the swf. And when they managed to get that wrong I used Kintetic Fusion to decompile the swf, change the links my self, then recomplile the swf. Good luck, Mike. - Original Message - From: "Ji

Re: Studio 8 announced

2005-08-11 Thread Michael Bramwell
Between Macromedia live docs, HOF lists and a few other sites I think CF is fairly well covered. While it is sometimes helpful do you really need millions of free and mostly useless scripts, whether it be php,asp,js, or whatever. Michael B. - Original Message - From: "Russ Michaels" <[E

Re: Short URL / URL redirection

2005-05-19 Thread Michael Bramwell
You can try something like this http://www.ibc.com.au/fwd/l.cfm?lID=invest20050509 which points to this code in l.cfm links = StructNew(); StructInsert(links, "emailPrivacy20050509", "http://asia.tech.yahoo.com/050504/afp/050504082225aht.html";);

Re: CSS problems

2005-05-16 Thread Michael Bramwell
Its probably just a syntax error. Are you migrating from a windows to linux server? If so just check your casing, e.g if your style sheet is called myStyle.css and it is being referenced as MyStyle.css then its not going to display at all on a linux server. - Original Message - From: "Cut

Re: Excel sheet datasource in CFMX7

2005-05-05 Thread Michael Bramwell
If your using a windows box i reckon you can install the excel datasource as an obdc datasource without using cf admin start -> control panel -> administrative tools -> datasources (obdc) -> system dsn -> add -> choose microsoft excel driver -> next steps are pretty obvious. Haven't tried this for

Re: defaultCharset not working

2005-05-04 Thread Michael Bramwell
I dont' know much about page encoding but if you have a master application.cfm file simply puting the tag into this file should effect all child pages. At least that would be the first thing that I would try. - Original Message - From: "Neculai Macarie" <[EMAIL PROTECTED]> To: "CF-Talk"

Re: CF Error weirdness

2005-05-03 Thread Michael Bramwell
Mike, > > Do they perchance have a site wide eror handler defined in the > "Settings" section? > > /t > > >-Original Message- > >From: Michael Bramwell [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, May 03, 2005 11:25 AM > >To: CF-Talk &

CF Error weirdness

2005-05-03 Thread Michael Bramwell
This is a strange and frustrating problem, I have successfully implemented cferror on our linux staging server, the problem is that the exact same code seems to be getting completely ignored on the clients linux staging server. What I am wondering is if there are any settings within cfide admin