RE: CFFILE UPLOAD

2009-09-11 Thread Will Swain
Sorry - coming to this late. Have you tried with a different mp3 file? Is it all mp3 files that don't work, or just this one? w -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: 11 September 2009 04:49 To: cf-talk Subject: RE: CFFILE UPLOAD The

Re: CacheBox 0.9 BETA relase

2009-09-11 Thread Dominic Watson
Ah, great stuff - i'll have a butchers 2009/9/11 Matthew Gersting mgerst...@gmail.com Hey Dom - that lexicon looks pretty cool. As Isaac mentioned I've been working on a Fusebox-specific caching implementation called FuseCache. I actually just uploaded it to RIA Forge today. I'd love for

stop cursor typing past 500 characters

2009-09-11 Thread Damo Drumm
Hi I’ve a text box on my form, and in the database it is set to allow 500 characters to be entered, however i can write any amount of characters above 500, I do get an error sayng: Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]String or binary data would be

Re: stop cursor typing past 500 characters

2009-09-11 Thread Agha Mehdi
Use maxlength=500 for the input field Agha On Sep 11, 2009, at 6:28 AM, Damo Drumm damien.dr...@quinn-group.com wrote: Hi I’ve a text box on my form, and in the database it is set to allow 5 00 characters to be entered, however i can write any amount of chara cters above 500, I do

Re: stop cursor typing past 500 characters

2009-09-11 Thread Stephane Vantroyen
Hi, to do you can use javascript, like here : http://javascript.internet.com/forms/limit-textarea.html Regards, Stephane Hi I’ve a text box on my form, and in the database it is set to allow 500 characters to be entered, however i can write any amount of characters above 500, I do

Re: stop cursor typing past 500 characters

2009-09-11 Thread Damo Drumm
Hi Agha Thanks for that, ive put in in the following place but its not doing anything, Im I putting it in the correct place? tr td valign=topEmail Text :/td tdtextarea name=body rows=10 cols=85 maxlength=500/textarea/td /tr Thanks

Re: stop cursor typing past 500 characters

2009-09-11 Thread Phillip Vector
Just curious. If you have a text box, have you considered changing the field type to text? On Fri, Sep 11, 2009 at 6:34 AM, Stephane Vantroyen s...@emakina.com wrote: Hi, to do you can use javascript, like here : http://javascript.internet.com/forms/limit-textarea.html Regards,

Re: stop cursor typing past 500 characters

2009-09-11 Thread Damo Drumm
Hi Philip If I change it to text on the SQL server, it only allows me to type 16 characters Just curious. If you have a text box, have you considered changing the field type to text? ~| Want to reach the ColdFusion

Re: stop cursor typing past 500 characters

2009-09-11 Thread Damo Drumm
Hi Philip If I change it to text on the SQL server, it only allows me to type 16 characters Just curious. If you have a text box, have you considered changing the field type to text? ~| Want to reach the ColdFusion

RE: stop cursor typing past 500 characters

2009-09-11 Thread Marius Milosav
Actually Text data type is a variable-length type that can hold up to 2147483647 characters The 16 characters is just a pointer to location where the text field data is stored Marius -Original Message- From: Damo Drumm [mailto:damien.dr...@quinn-group.com] Sent: September 11, 2009 9:51

Re: stop cursor typing past 500 characters

2009-09-11 Thread Dave Watts
If I change it to text on the SQL server, it only allows me to type 16 characters That's incorrect. It'll let you type many more characters than that! The size of the field is 16 bytes, because it's a pointer to a stored value outside the field. The sizes for text, ntext and image are listed

Re: (ot) Transact-SQL Help

2009-09-11 Thread Rick Root
Brad, I'll have to look at your response in much greater detail, but I can tell you this. Currently, I'm running a CF script that populates a prospect_export table once a day. The initial query returns 25,785 rows, which gets flattened into 20,265 rows for reporting purposes. Ultimately I'd

Re: stop cursor typing past 500 characters

2009-09-11 Thread Damo Drumm
Hi Marcus I notice now its actually a textarea name rather than a text box if that makes a difference heres my line of code: td valign=topEmail Text :/td tdtextarea name=body rows=10 maxlength=10 cols=85/textarea/td only problem is maxlength doesnt seem to be doing anything, am i putting it in

Re: stop cursor typing past 500 characters

2009-09-11 Thread Dave Watts
I notice now its actually a textarea name rather than a text box if that makes a difference heres my line of code: td valign=topEmail Text :/td tdtextarea name=body rows=10 maxlength=10 cols=85/textarea/td only problem is maxlength doesnt seem to be doing anything, am i putting it in

Re: stop cursor typing past 500 characters

2009-09-11 Thread Claude Schneegans
ive put in in the following place but its not doing anything To my knowledge, the TEXTAREA tag takes no MAXLENGTH attribute, on INPUT tag has one. ~| Want to reach the ColdFusion community with something they want? Let them

Free ColdFusion Conference in North Carolina on October 17-18

2009-09-11 Thread Roger Austin
The Triangle Area ColdFusion Users Group is holding a free conference called CFinNC http://cfinnc.com/ on October 17-18, 2009 on the Centennial Campus of North Carolina State University in Raleigh, NC. Registration is now open (check the web site.) We have a list of excellent national,

Re: stop cursor typing past 500 characters

2009-09-11 Thread Roger Austin
Damo Drumm damien.dr...@quinn-group.com wrote: Hi Marcus I notice now its actually a textarea name rather than a text box if that makes a difference heres my line of code: td valign=topEmail Text :/td tdtextarea name=body rows=10 maxlength=10 cols=85/textarea/td only problem

CF Blog App with pinging and linkbacks

2009-09-11 Thread Terry Troxel
Are there any open source CF Blogs that enable services like Ping-O-Matic and or linkbacks? Terry Troxel ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Anyone have issues with application.cfc on BlueDragon.NET after 7.1.0.382 update?

2009-09-11 Thread Casey Dougall
I can't even use a blank application.cfc after our 7.1.0.382 update lastnight... I didn't perform the update myself but now my site is broken. Nothing changed in the website itself which is the odd part. Jsut throws iis errors I can't even get a cfml error out of this thing. This is a 2003 IIS6

Resolved - Re: Anyone have issues with application.cfc on BlueDragon.NET after 7.1.0.382 update?

2009-09-11 Thread Casey Dougall
On Fri, Sep 11, 2009 at 1:16 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: Server Error in '/' Application. -- *Object reference not set to an instance of an object* I don't know WHY but cfcomponent tag was missing in Application.cfc but once I put

need a small open source project

2009-09-11 Thread s. isaac dealey
Hi all, I'm working on the CacheBox project and I wanted to include a sample in the distribution. Originally I thought I might include BlogCFC because I knew it cached a lot of data, but the project has become rather large since the last time I looked at it. Does anyone know of another open

Re: CF Blog App with pinging and linkbacks

2009-09-11 Thread Raymond Camden
Have you checked RIAForge? Not sure what you mean by Ping-O-Matic. BlogCFC supports pinging N services on blog entry writing. As for linkbacks - if you mean trackbacks, BlogCFC supports it, but no one uses it. TBs just become spam baits. On Fri, Sep 11, 2009 at 12:02 PM, Terry Troxel

Is this possible with component methods in cf8?

2009-09-11 Thread Rick Faircloth
What I'd like to do concerns uploading and processing images which sometimes takes awhile and leaves the user wondering what's happening while they're waiting. If the user is uploading, say 10 photos, and all the photos have to be resized into two different images, renamed, saved, etc., the

Re: Is this possible with component methods in cf8?

2009-09-11 Thread Barney Boisvert
You can't send anything back to the user until all the photos are uploaded, but once that's done, you can just leave them on disk, record the fact that they're there in session scope, and return a response after kicking off a background thread to process the images. That background thread should