Blackstone Beta

2004-12-10 Thread Michael Dinowitz
For those not in the blackstone beta, I implore you to get in on it NOW! http://www.macromedia.com/support/programs/beta.html ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message:

RE: help with some form validation

2004-12-10 Thread Pascal Peters
Missing $ ^\d{3}-\d{4}$ Pascal -Original Message- From: Umer Farooq [mailto:[EMAIL PROTECTED] Sent: 10 December 2004 05:55 To: CF-Talk Subject: Re: help with some form validation ^([0-9]{3})-([0-9]{4}) dave wrote: i need a field to be like 123-1234 only anyone got

RE: odd.. cfoutput group and cfloop over query

2004-12-10 Thread Pascal Peters
This has always been like this (and must have been discussed a 100x on this list). When you have nested loops over queries (it doesn't matter if you are using cfoutput or cfloop), coldfusion looses the reference to the first query when looping the second. This means that you can't drop the prefix

RE: Blackstone Beta

2004-12-10 Thread Martin Parry
Done it ! Let's hope it lives up to the promise :S Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 10 December 2004 08:58 To: CF-Talk Subject: Blackstone Beta For those not in the

RE: Strange DSN BLACKOUT problem w/ Access

2004-12-10 Thread Martin Parry
I don't know if this is relevant but I used to have a problem where the Macromedia Java Certificate had expired and the applet wouldn't load.. It wouldn't display the certificate error and would do nothing. Are you using the most recent version of CF (including updater) ? Martin Parry Macromedia

Re: CFFM almost finished

2004-12-10 Thread Marco Antonio C. Santos
Thanks Rick for that very nice CF application. Integration with FCK will be very good. Best regards Marco On Thu, 9 Dec 2004 16:59:48 -0700, Paul [EMAIL PROTECTED] wrote: So Rick were you going to elaborate on integrating your CFFM with FCKEditor? I think several of us would be interested in

Re: cf blog apps?

2004-12-10 Thread Scott Stroz
Jake, Nice... but the editor does not work in FireFox in the demo. On Thu, 09 Dec 2004 16:44:56 -0400, Jake. [EMAIL PROTECTED] wrote: What coldfusion blog software is everyone using? I'm feeling the need to jump on the bandwagon finally. I'll kick in a plug for my robust blogging app,

Re: Strange DSN BLACKOUT problem w/ Access

2004-12-10 Thread Will Tomlinson
Thanks guys! I'm not using the most recent CF and updater. Everything has been working great and I don't want to break it. I WILL make the move to Blackstone though! I downloaded the latest Java software thinking thatmight be it. Still doesn't work. You're correct about typing the path, did

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 3:26 AM, Jim Davis wrote: If you're interested tweaking I've got one that I've not yet made public (but it is in use on Public sites). It's CFC-based and (I think) has quite a few interesting features - but it might need some work (especially in the admin area which I've yet to

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/9/04 9:34 PM, dave wrote: www.communitymx.com has a couple, 1 cfc based and 1 not I cannot seem to find them, do you have the direct links? Thanks. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta

Re: ColdFusion security framework

2004-12-10 Thread The Wolf
On 12/10/04 12:06 AM, Matt Robertson wrote: And I sell one for US$29.95. Has roles, groups and tiers. I noted your comment about the easycfm code only having roles. The way I implemented them in AMPro, roles are code-level, item-by-item elements if you want them to be. There are faq's that

CFEclipse / SpikeFTP

2004-12-10 Thread Katz, Dov B (IT)
The FTP module is great, however, all my files/folders come in Read-only with a green circle. I'm connected to a WS_FTP server on a windows 2k machine, and I use the ftp acct all the time with full write priveleges. Any advice? Thanks, dbk

Re: CFFM almost finished

2004-12-10 Thread Rick Root
Paul wrote: So Rick were you going to elaborate on integrating your CFFM with FCKEditor? I think several of us would be interested in how to do that... I did share it with people who emailed me asking for the code, like I said in my first post :) You can download my modified version of CFFM

Re: Blackstone Beta

2004-12-10 Thread Mark Drew
that is nice to children and animals and the logo looks nice on t-shirts MD On Fri, 10 Dec 2004 08:13:22 -0500, Anders Green [EMAIL PROTECTED] wrote: At 04:18 AM 12/10/2004, Martin Parry wrote: Done it ! Let's hope it lives up to the promise :S What was that promise, exactly? I haven't

Moving records up or down.

2004-12-10 Thread Stuart Kidd
Hi guys, On my website i have 23 articles on the front page, i'd like to be able to position them. Say the article which pulls out the database in position 18, i'd like to move up a notch to 17, what is the cleanest way to do this. I have all my articles on this front page

Re: Moving records up or down.

2004-12-10 Thread Mark Drew
You are on the right track, create something like orderid field (int 4) and then make a select box using one of the scripts here: http://www.mattkruse.com/javascript/selectbox/ you can select the order in the box then, on submit, you select all the items in the selectbox and submit them (the

Re: Moving records up or down.

2004-12-10 Thread Rick Root
Stuart Kidd wrote: On my website i have 23 articles on the front page, i'd like to be able to position them. Say the article which pulls out the database in position 18, i'd like to move up a notch to 17, what is the cleanest way to do this. I have all my articles on this front page

Re: fck editor 2.0 RC

2004-12-10 Thread Deanna Schneider
Okay. Thanks! -d - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 09, 2004 7:14 PM Subject: Re: fck editor 2.0 RC As for using the simpler toolbar options - look at fckconfig.js or something. Thats it all right. its

Re: Moving records up or down.

2004-12-10 Thread Mark Drew
As I mentioned in my previous post. the solution is to reorder all the items in a set at once. By using the select box you dont need that kind of math. :) Also (I think) the javascript toolbox that I posted allows you to drag items up (I think!) and its a bit more intuitive. As part of the

Re: Moving records up or down.

2004-12-10 Thread Aaron Rouse
This is the process I have been using for years, not that exact JavaScript but still the same idea. I tend to have a SortOrder column in my tables with a default value of 0. As I add new records I put in the max sortorder + 1 and then my admin tool via a select box allows me to reset the ordering

Re: Blackstone Beta

2004-12-10 Thread Michael Dinowitz
I think the promise is that it's fast, stable and has new, cool features. Fusion Authority is running 100% on Blackstone and House of Fusion has back end components on Blackstone as well. I'm hoping to be 100% Blackstone for everything next week. It's fast, it's stable, and I've got some code

Re: Blackstone Beta

2004-12-10 Thread Aaron Rouse
Wasn't some of the promise for MX that it was fast and stable? If so does that mean they did not live up to the promise and we get our money back? ;) After all if already stable, not like you can make it more stable :) On Fri, 10 Dec 2004 09:57:42 -0400, Michael Dinowitz [EMAIL PROTECTED]

Re: Blackstone Beta

2004-12-10 Thread Jerry Johnson
Michael, I went to the link you sent, and filled out the questionnaire for the Cold Fusion option, but did not see anything about Blackstone except a description page on the CFMX 6.1 fact sheet. Did I miss something? Jerry Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED]

Re: Moving records up or down.

2004-12-10 Thread Rick Root
Mark Drew wrote: As I mentioned in my previous post. the solution is to reorder all the items in a set at once. By using the select box you dont need that kind of math. :) Also (I think) the javascript toolbox that I posted allows you to drag items up (I think!) and its a bit more intuitive.

Re: fck editor 2.0 RC

2004-12-10 Thread Rick Root
Irvin Gomez wrote: Use TinyMCE. It's much simpler. http://tinymce.moxiecode.com/ Looks nice, but regular (non-technical) users would have problems inserting images. That was always my beef with a lot of the editors that don't include such functionality it's hard to ask users to type

RE: Picky delete statement?

2004-12-10 Thread Ryan Duckworth
You can remove a column, not just set it to NULL. Use the ALTER TABLE statement. Syntax: ALTER TABLE [table] DROP COLUMN [columnlist] INSERT, DELETE, UPDATE are all built to change specific records. ALTER TABLE changes the structure of your table. Good luck. Ryan Duckworth Macromedia

Re: OT: base href and in-page anchor links

2004-12-10 Thread Thomas Chiverton
On Friday 10 Dec 2004 15:04 pm, Hugo Ahlenius wrote: How do I then create a link to a local anchor, when I am not on the root page? If I am not on the root page of the site, and there is a link a Give the path to the file to the left of the #. -- Tom Chiverton Advanced ColdFusion Programmer

Re: CFEclipse / SpikeFTP

2004-12-10 Thread Rob
Hi Dov, You might want to direct cfeclipse specific questions to the cfeclipse mailing list. http://www.cfeclipse.org on the left is mailing list. I remember spike saying something about if the directories were not using the unix format the ftp view acted odd, but he'll have to answer for himself

Re: passing many variables between pages

2004-12-10 Thread Keith Gaughan
Tim Laureska wrote: I have a typical form where there are 10 - 15 form variables that must be passed through multiple templates... I have always used the hidden input method input type=hidden name=whatever value=#whatever# Is there a way to take all those hidden input lines and put them

RE: Help w/using CFLDAP tag?

2004-12-10 Thread Dawson, Michael
I'm not sure if this is applicable since this related to Contribute, but... http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19576 This appears to be a user-related issue. If this is a domain, use the format: USERNAME=[EMAIL PROTECTED], or whatever the domain name is. Also,

RE: base href and in-page anchor links

2004-12-10 Thread Hugo Ahlenius
Fixed it, with some CF code -- create a UDF to try to get the relative path from the cgi vars and display that. (This is an old app, all newer stuff is mach-ii -- and then you don't have this prob!) -- Hugo Ahlenius - Hugo Ahlenius

Re: passing many variables between pages

2004-12-10 Thread Mark Drew
Serialise it into wddx, encode it to base 64, put it in hidden var cfwddx action=CFML2WDDX input=#FORM# output=theform cfset hiddenValue = ToBase64(theform) input type=hidden name=passthroughvals value=#hiddenValue# On Fri, 10 Dec 2004 10:29:05 -0500, Tim Laureska [EMAIL PROTECTED] wrote: I

cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
Has anyone run upon this? Tim ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186995 Archives:

Re: cfinclude not working in firefox

2004-12-10 Thread John Beynon
definitely not - it's performed at the server nothing to do with the client... jb. On Fri, 10 Dec 2004 10:54:01 -0500, Tim Laureska [EMAIL PROTECTED] wrote: Has anyone run upon this? Tim ~| Special thanks to the CF

Re: cfinclude not working in firefox

2004-12-10 Thread Rob
I don't think thats possible. cfinclude is executed on the server and has nothing to do with the browser (unless you are cfif on cgi.user_agent). What exactly is happening? On Fri, 10 Dec 2004 10:54:01 -0500, Tim Laureska [EMAIL PROTECTED] wrote: Has anyone run upon this? Tim

Re: cfinclude not working in firefox

2004-12-10 Thread Troy Murray
Tim, Not sure how that's possible since the CFINCLUDE action takes place on the server BEFORE the browser gets the HTML page. Must be something else on the page. Are you using SESSION or CLIENT variables on the page? -t On Fri, 10 Dec 2004 10:54:01 -0500, Tim Laureska [EMAIL PROTECTED]

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
When I use my local browsers to test view a page (ie. haven't put the files up on the host web server - just viewing on local computer), the page that has the cfinclude reference shows fine in IE, but the cfincluded piece is missing when I view it in firefox -Original Message- From: John

Re: cfinclude not working in firefox

2004-12-10 Thread Joe Rinehart
Tim, It's not possible for cfinclude to work in one browser and not in another. ColdFusion is server-side, so cfinclude happens long before the browser comes into play. What're the specifics of the situation? We may be able to help narrow down what's going on. -joe On Fri, 10 Dec 2004

RE: cfinclude not working in firefox

2004-12-10 Thread Pascal Peters
cfinclude is server side and has nothing to do with the browser you use! Pascal -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 10 December 2004 16:54 To: CF-Talk Subject: cfinclude not working in firefox Has anyone run upon this? Tim

Re: cfinclude not working in firefox

2004-12-10 Thread Rob
Are you saying you are opening the file (the .cfm page) directly in browser without running it through a coldfusion server? On Fri, 10 Dec 2004 11:02:05 -0500, Tim Laureska [EMAIL PROTECTED] wrote: When I use my local browsers to test view a page (ie. haven't put the files up on the host web

RE: cfinclude not working in firefox

2004-12-10 Thread Anders Green
At 11:02 AM 12/10/2004, Tim Laureska wrote: When I use my local browsers to test view a page (ie. haven't put the files up on the host web server - just viewing on local computer) Ahhh. Ok, Tim, this will never work. Neither will any other coldfusion you test this way. It must be processed by

RE: cfinclude not working in firefox

2004-12-10 Thread Murat Demirci
Did you look the page source? There may be a rendering issue with your HTML output. Murat. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 6:02 PM To: CF-Talk Subject: RE: cfinclude not working in firefox When I use my local

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
Darn Rob ... you hit on it right there... forgot to add it to the browser list in CF studio... a big 'duh' for me thanks -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 10:59 AM To: CF-Talk Subject: Re: cfinclude not working in firefox Are you

Re: cfinclude not working in firefox

2004-12-10 Thread Bryan Stevenson
Ummmdon't jump the gun just yet folks...he hasn't said he's opening them in the browserjust testing them in the local browserI have CF and IIS on my local machine and test files all the time ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

RE: Blackstone Beta

2004-12-10 Thread Michael Dinowitz
Probably not. The survey is from a third party and might not be up to date. If you get an email today about the 'beta' then all's good. Michael, I went to the link you sent, and filled out the questionnaire for the Cold Fusion option, but did not see anything about Blackstone except a

RE: Blackstone Beta

2004-12-10 Thread Michael Dinowitz
I've never had problems with MX to begin with. I was just giving the standard stuff rather than go into specifics. NDA and all. Actually, there were events that caused me to make server changes last night and make the original post that are also NDA covered. The only thing I could do was remind

Re: Picky delete statement?

2004-12-10 Thread Mark Drew
I think it should be pointed out that this will remove that column from the TABLE, not just for a row (which I think the question was hinting at) MD On Fri, 10 Dec 2004 09:08:03 -0600, Ryan Duckworth [EMAIL PROTECTED] wrote: You can remove a column, not just set it to NULL. Use the ALTER

Re: cfinclude not working in firefox

2004-12-10 Thread Rick Root
Man, I'll be fascinated to see the results of THIS conversation :) ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187010

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
Nope... that didn't do it either.. still can't get cfincludes to function on firefox locally... adding firefox to the cfstudio list of browsers didn't help either -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:16 AM To: CF-Talk Subject:

Re: cfinclude not working in firefox

2004-12-10 Thread Joe Rinehart
Tim, Is your local machine running ColdFusion server? Not Studio, but server itself. On Fri, 10 Dec 2004 11:22:39 -0500, Tim Laureska [EMAIL PROTECTED] wrote: Nope... that didn't do it either.. still can't get cfincludes to function on firefox locally... adding firefox to the cfstudio list

Re: cfinclude not working in firefox

2004-12-10 Thread Joe Rinehart
Ok. Can you paste what you see when you do view source in both IE and Firefox? On Fri, 10 Dec 2004 11:25:37 -0500, Tim Laureska [EMAIL PROTECTED] wrote: What do you mean Joe... I've been viewing cfm pages locally with cfincludes in the IE browsers all the time and the pages show up ... I've

Help w/using CFLDAP tag?

2004-12-10 Thread Bosky, Dave
Does anyone have an idea of what may be causing this error each time I execute the CFLDAP tag? This is my first experience using the CFLDAP tag. Running Active Directory/CFMX 6.1 --- LDAP: error code 1 - 20D6: SvcErr: DSID-031006C5, problem 5012 (DIR_ERROR), data 0 Here's the tag:

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
Yes... CF 5 server and studio -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:20 AM To: CF-Talk Subject: Re: cfinclude not working in firefox Tim, Is your local machine running ColdFusion server? Not Studio, but server itself. On

Re: passing many variables between pages

2004-12-10 Thread Keith Gaughan
Mark Drew wrote: Serialise it into wddx, encode it to base 64, put it in hidden var cfwddx action=CFML2WDDX input=#FORM# output=theform cfset hiddenValue = ToBase64(theform) input type=hidden name=passthroughvals value=#hiddenValue# But then you have the awkward problem of deserialising it

Re: cfinclude not working in firefox

2004-12-10 Thread Anders Green
At 11:09 AM 12/10/2004, Rick Root wrote: Man, I'll be fascinated to see the results of THIS conversation :) Heehee!!! +===+ |Anders GreenEmail: [EMAIL PROTECTED]| | Home: 919.303.0218

Re: cfinclude not working in firefox

2004-12-10 Thread Bryan Stevenson
CF server processes thge CF code...hands it back to IIS (or whatever web server) and then back to the browser. What everyone is on about today is Are you opening the file in the browser (i.e. double clicking the file or using the file menu in the browser)? OR Are you navigating to a

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
Joe.. here's the view source stuff... also interestingly enough, the page views fine once up on the host... its just a local thing apparently Viewsource firefox: /tr cfinclude template=menu_top.cfm tr viewsource IE: TR TD class=menu3A href=home.cfm

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
1) I'm running some kind of CF server locally and having the pages come through that local server. YES 2) My nav bar starts with http:, not file: well... hell there's the answer ... the address line was starting with file versus http. I couldn't get the firefox browser to launch the site when

Re: ColdFusion security framework

2004-12-10 Thread Matt Robertson
oops. I said the pro ver just does encoded/expiring links and I meant lite. -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta

CFHEADER/CFCONTENT over SSL with IE

2004-12-10 Thread Cliff Meyers
I have a simple text file that I want to force-download for users of a web application. I've set up the following code: cfheader name=Content-Disposition value=attachment; filename=#filename# cfcontent type=text/plain file=#filepath# deletefile=no When I run the code in IE, I get the

Re: cfinclude not working in firefox

2004-12-10 Thread Joe Rinehart
Tim, You're not browsing the .cfm file through the server. Your url in firefox should look something like http://localhost/myFile.cfm, _not_ file:///C:/jrun4/servers/cfusion-ear/cfusion-war/index.cfm (or wherever your CF server root is). -Joe On Fri, 10 Dec 2004 11:42:00 -0500, Tim

Re: ColdFusion security framework

2004-12-10 Thread Matt Robertson
Lite just does tiers. Access level 1, 2, 3 and so on Pro has roles and groups, or at least what I call them. I explain the implementations in the faq on the site. You can also pre-build default user profiles containing the roles and groups you want to have for default types of users (admin,

Re: passing many variables between pages

2004-12-10 Thread Joe Rinehart
Backing the form with a session-scoped CFC could encapsulate it all nicely, too. -joe On Fri, 10 Dec 2004 14:45:57 -0200, Marco Antonio C. Santos [EMAIL PROTECTED] wrote: Using SESSION structure could be the best answer for Tim questions... Best regards Marco On Fri, 10 Dec 2004

Re: Blackstone Beta

2004-12-10 Thread Matt Robertson
As far as I can tell 6.1 cured most of 6.0's ills. At least all of them I had any concerns about. Blackstone is evolutionary and not revolutionary, so the pain/suffering/bloodshed we had going 5.0 to 6.0 ain't happening. Its got really neat new things but these are things hanging off the

Re: fck editor 2.0 RC

2004-12-10 Thread Rick Root
Mark Drew wrote: You let users enter LOTS of HTML? :-O as for the images... inline in the content?!??! ye gads... your users must be drunk with power!!! My users generally maintain their own content. If they want an image in the content, then they put an image in. My clients like not

RE: base href and in-page anchor links

2004-12-10 Thread Jim Davis
You might want to just set your base href as your page. For example something like this: base href=http://www.mysite.com/index.cfm; (Remember the Base HREF is the location from which you want relative URL's to be created - not specifically a folder you want to create them from.) This should

RE: cfinclude not working in firefox

2004-12-10 Thread Tim Laureska
What do you mean Joe... I've been viewing cfm pages locally with cfincludes in the IE browsers all the time and the pages show up ... I've got CF 5 server installed locally -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:13 AM To:

Re: dynamic urls

2004-12-10 Thread Matt Robertson
I did this in my cms. In implementation the user either picks a page name or it gets picked for them. Thats why you see pages on my site like http://mysecretbase.com/ampro_home.cfm and http://mysecretbase.com/page_1078.cfm Both are dynamic pages, but on the latter one I got lazy. Basically

Re: passing many variables between pages

2004-12-10 Thread Keith Gaughan
Aaron Rouse wrote: One of our systems just creates a structure, with keys being the hidden field names and then they have their values. That is assigned to a session variable and then referenced by the pages you are navigating through. That's assuming a lot, don't you think? Not to mention

Re: passing many variables between pages

2004-12-10 Thread Aaron Rouse
One of our systems just creates a structure, with keys being the hidden field names and then they have their values. That is assigned to a session variable and then referenced by the pages you are navigating through. On Fri, 10 Dec 2004 16:23:52 +, Keith Gaughan [EMAIL PROTECTED] wrote:

firefox problem solved

2004-12-10 Thread Tim Laureska
Please, please !! don't make me stand in a corner wearing a dunce cap today Tim Laureska 1st-String Technologies ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

Re: fck editor 2.0 RC

2004-12-10 Thread Barney Boisvert
I can't speak for FCK editor (does anyone else read that in a profane manner every time they see it?), but soEditor and HTMLArea both can have their image insert easily augmented to either include a browser for existing images uploaded to the system, or to have a full fledges manager for adding,

RE: ColdFusion security framework

2004-12-10 Thread Jim Davis
-Original Message- From: The Wolf [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 6:30 AM To: CF-Talk Subject: Re: ColdFusion security framework Hi, that sounds very interesting. It would be great if you can mail me it or post it to the list. Thanks a lot. I've

[OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Paul Vernon
FCK editor ... does anyone else read that in a profane manner every time they see it? Not quite as bad as fcuk :) French Connection United Kingdom put it on all the clothing they sell... A lovely play on letters for their marketing dept Paul

Re: Cannot Update Date/Time field

2004-12-10 Thread colman
yes, all the non-datetime fields update fine, with or without a null. Only the date/time fields have this problem. I have tried putting createodbcdate into the update, but does not make any difference. can you send your update query? - Original Message - From: Richard Colman [EMAIL

Re: fck editor 2.0 RC

2004-12-10 Thread Lewis Sellers
Barney Boisvert wrote: I can't speak for FCK editor (does anyone else read that in a profane manner every time they see it?), Yes. But until you mentioned it I hadn't noticed I was doing that in my mind. :) -- --Lewis Sellers (AKA min) Intrafoundation Software http://www.intrafoundation.com

RE: Cannot Update Date/Time field

2004-12-10 Thread Pascal Peters
Use cfqueryparam and set the null attribute dynamically Pascal -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: 10 December 2004 18:45 To: CF-Talk Subject: Cannot Update Date/Time field I cannot update a date/time field within ACCESS when the value of the

Re: fck editor 2.0 RC

2004-12-10 Thread Matt Robertson
What Rick said. Except the part about the Commodore. Trash 80! -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics

Re: Cannot Update Date/Time field

2004-12-10 Thread Greg Morphis
You could also use a dummy date.. 1/1/ or something. I did that when I ran into a similiar situation. On Fri, 10 Dec 2004 19:06:53 +0100, Pascal Peters [EMAIL PROTECTED] wrote: Use cfqueryparam and set the null attribute dynamically Pascal -Original Message- From:

Re: passing many variables between pages

2004-12-10 Thread Aaron Rouse
Most processes I have seen with similar needs do pretty much the exact method. It actually is an array of structures, if memory serves me right since I do not have access to that code presently. There are always many ways to skin a cat, go with whatever way you feel meets your spec the best and

OT- DBA question SQL2K

2004-12-10 Thread Eric Creese
When setting up backup strategies would you rather wrtie the commands and save them in a job and schedule them or use the Data Maintainence Plan Wizard? I simply write the code and stick it in jobs and it works fine, however I got some people her telling me to use the Wizard because jobs are

RE: Blackstone Beta

2004-12-10 Thread Martin Parry
Among the things I've been waiting for the most is the ability to compile and protect code and deliver it in a redistributable format !! Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Anders Green [mailto:[EMAIL PROTECTED] Sent: 10

form submission

2004-12-10 Thread Ken
Hi. I have a checkbox on a form. The code on the action page should be executed only if the checkbox was selected on the form. What CFIF statement can i use on the action page to achieve this. Using CFIF #form.chkbox# EQ does not work. Any suggestions please.

RE: Cannot Update Date/Time field

2004-12-10 Thread Richard Colman
Yes, I tried that, but it is ugly. When the user looks at the update, you see a dummy listing that has to be explained (e.g. 1/1/ really means no data ...) If they run a report, etc. with the data, then you end up with a nonsensical date like 1/1/ in the report. Is this an ACCESS thing?

Re: Cannot Update Date/Time field

2004-12-10 Thread Jason Herbolsheimer
can you send your update query? - Original Message - From: Richard Colman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, December 10, 2004 11:44 AM Subject: Cannot Update Date/Time field I cannot update a date/time field within ACCESS when the value of the field is

RE: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Jim Davis
On Fri, 10 Dec 2004 18:00:54 -, Paul Vernon [EMAIL PROTECTED] wrote: FCK editor ... does anyone else read that in a profane manner every time they see it? Not quite as bad as fcuk :) French Connection United Kingdom put it on all the clothing they sell... A lovely play on

Re: Cannot Update Date/Time field

2004-12-10 Thread Greg Morphis
If you're talking about CF output, use an if statement to check the date for the dummy date.. if it is they display nbsp; or something. On Fri, 10 Dec 2004 10:53:01 -0800, Richard Colman [EMAIL PROTECTED] wrote: Yes, I tried that, but it is ugly. When the user looks at the update, you see a

Re: paypal API

2004-12-10 Thread Lewis Sellers
Mark A Kruger wrote: Lewis - thanks! you've been extremly hepful. I look forward to hearing more about your cfx tag. -mark Ok. Sometime later tonight it's finally in limited beta. There are three issues I have to massage a bit and test against, then it's just trying to clean up the

Re: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Barney Boisvert
That's aewmsoe! I think I'd heard something like that before, but never as clearly demonstrated as that. Course, now we're WAY OT, and probably going to get yelled at soon. cheers, barneyb On Fri, 10 Dec 2004 14:17:03 -0500, Jim Davis [EMAIL PROTECTED] wrote: On Fri, 10 Dec 2004 18:00:54

Preventing users CFINSERTing duplicate records

2004-12-10 Thread Chris Kavanagh
Hello list! Well, that's it really. What's the best way to prevent a user from inserting duplicate records? FYI in this case it's going into a MySQL table that has only two columns: -- co_id co_name [PKey] -- Thanks! CK.

Re: Preventing users CFINSERTing duplicate records

2004-12-10 Thread Cliff Meyers
CK, ALTER TABLE jobs ADD CONSTRAINT myuniqueindex1 UNIQUE (co_id, co_name); That should do it. It creates a unique index across those two columns so that no row can have identical values. The database will throw an error if you attempt to insert a non-unique row. Alternatively, you

RE: Cannot Update Date/Time field

2004-12-10 Thread Richard Colman
Does that work with ACCESS?? -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 10:07 AM To: CF-Talk Subject: RE: Cannot Update Date/Time field Use cfqueryparam and set the null attribute dynamically Pascal -Original Message-

Re: form submission

2004-12-10 Thread Jerry Johnson
A checkbox will only be defined if checked on the form. Otherwise, it is not defined. CFIF isdefined(form.chkbox) should do the trick. Jerry Jerry Johnson Web Developer Dolan Media Company [EMAIL PROTECTED] 12/10/04 01:45PM Hi. I have a checkbox on a form. The code on the action page should

Re: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Lewis Sellers
Barney Boisvert wrote: That's aewmsoe! I think I'd heard something like that before, but never as clearly demonstrated as that. Course, now we're WAY OT, and probably going to get yelled at soon. Doubt it. It's Friday. And night's approaching. /-) cheers, barneyb -- --Lewis Sellers (AKA

Return id after insert

2004-12-10 Thread Phill B
I cant remember how to return the id from an insert. I have searched but I can't find what I'm looking for. Not to mention people keep buggin me making my job harder than it should be. :-| Anyway, it is some thing like @@identity but I cant remember. Little help? -- Phillip B.

RE: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Ian Skinner
This only works with fairly simple content. quote src=http://www.mrc-cbu.cam.ac.uk/personal/matt.davis/Cmabrigde/; Update 2: Graham has very kindly sent me a summary of his thesis work. http://www.mrc-cbu.cam.ac.uk/personal/matt.davis/Cmabrigde/rawlinson.html it deosn't mttaer in waht oredr

Re: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Adrocknaphobia
Its def reffered to as the [EMAIL PROTECTED] Editor. We actually went ahead and renamed the custom tag. -Adam On Fri, 10 Dec 2004 18:00:54 -, Paul Vernon [EMAIL PROTECTED] wrote: FCK editor ... does anyone else read that in a profane manner every time they see it? Not quite as bad as

RE: Return id after insert

2004-12-10 Thread Ben Forta
Sounds like you are using SQL Server, so ... SELECT @@IDENTITY AS newid You can also put that in an INSERT trigger, so that the INSERT itself will return that new id. --- Ben -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 2:59 PM To:

RE: [OT] Fck... Profane? was fck editor 2.0 RC

2004-12-10 Thread Burns, John D
And no one can dcfeyer the srecet cdoe... Oh wait, yes they can, that was kinda the point :-) John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Lewis Sellers [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 2:52 PM

Re: Return id after insert

2004-12-10 Thread Ben Doom
cfquery set nocount on; insert stuff; select @@identity as something; set nocount off; /cfquery Just did this day before yesterday. :-) --Ben Phill B wrote: I cant remember how to return the id from an insert. I have searched but I can't find what I'm looking

  1   2   3   >